Commit Graph

5109 Commits

Author SHA1 Message Date
Dominik Strässle 8f93390a2e
Fix breaking docker build
The Dockerfile.apache has been updated recently, but Dockerfile.fpm not. Due to this, the docker build is failing with the following error:
```
configure: error: unrecognized options: --enable-freetype
The command '/bin/sh -c apt-get update  && apt-get install -y --no-install-recommends apt-utils  && apt-get install -y --no-install-recommends git gosu       optipng pngquant jpegoptim gifsicle libpq-dev libsqlite3-dev locales zip unzip libzip-dev libcurl4-openssl-dev       libfreetype6 libicu-dev libjpeg62-turbo libpng16-16 libxpm4 libwebp6 libmagickwand-6.q16-6       libfreetype6-dev libjpeg62-turbo-dev libpng-dev libxpm-dev libwebp-dev libmagickwand-dev mariadb-client && sed -i '/en_US/s/^#//g' /etc/locale.gen  && locale-gen && update-locale  && docker-php-source extract  && docker-php-ext-configure gd       --enable-freetype       --with-jpeg-dir=/usr/lib/x86_64-linux-gnu/       --with-xpm-dir=/usr/lib/x86_64-linux-gnu/       --with-webp-dir=/usr/lib/x86_64-linux-gnu/  && docker-php-ext-install pdo_mysql pdo_pgsql pdo_sqlite pcntl gd exif bcmath intl zip curl  && pecl install imagick  && docker-php-ext-enable imagick pcntl imagick gd exif zip curl  && curl -LsS https://getcomposer.org/download/${COMPOSER_VERSION}/composer.phar -o /usr/bin/composer  && echo "${COMPOSER_CHECKSUM}  /usr/bin/composer" | sha256sum -c -  && chmod 755 /usr/bin/composer  && apt-get autoremove --purge -y        libfreetype6-dev libjpeg62-turbo-dev libpng-dev libxpm-dev libvpx-dev libmagickwand-dev  && rm -rf /var/cache/apt  && docker-php-source delete' returned a non-zero code: 1
```

This change updates Dockerfile.fpm to equal the Dockerfile.apache variant. (Except the fpm or apache specific settings)
2020-02-09 17:49:12 +01:00
valo 4e4ae88c79 Updates italian translation and uniforms indentation 2020-02-08 12:53:16 +01:00
Daniel Supernault 555658ea19
Update changelog 2020-02-07 02:08:38 -07:00
Daniel Supernault 251019017c
Update robots.txt 2020-02-07 02:07:50 -07:00
Daniel Supernault c66d120cb7
Update SearchApiV2Service, order statuses by timestamp 2020-02-07 01:33:03 -07:00
Daniel Supernault d3cd0eea11
Update SearchApiV2Service 2020-02-07 01:28:13 -07:00
Daniel Supernault 4573fd850f
Update SearchApiV2Service 2020-02-07 01:27:05 -07:00
Daniel Supernault 1dac65fc10
Update SearchApiV2Service 2020-02-07 00:26:45 -07:00
Daniel Supernault efa8b35877
Update SearchApiV2Service 2020-02-06 17:21:54 -07:00
Daniel Supernault 310f668814
Update ApiV1Controller 2020-02-06 17:20:55 -07:00
Daniel Supernault 75c8c58695
Update api routes 2020-02-06 17:16:59 -07:00
Daniel Supernault 5fe9e66dd0
Update api routes 2020-02-06 17:14:16 -07:00
Daniel Supernault 69d36fc1c1
Update ApiV1Controller, add v2 search endpoint 2020-02-06 17:13:10 -07:00
Daniel Supernault 6cf89e7346
Add SearchApiV2Service 2020-02-06 17:12:20 -07:00
Daniel Supernault eaece0ac1a
Update WebfingerService 2020-02-06 17:11:59 -07:00
Daniel Supernault c47fbe2d66
Add WebfingerService 2020-02-06 01:40:12 -07:00
Daniel Supernault 9aa8864d55
Update api routes 2020-02-05 23:26:55 -07:00
Daniel Supernault 3702961e1b
Update api routes 2020-02-05 23:23:12 -07:00
Daniel Supernault 369a1a599d
Update StoryController, remove auth middleware 2020-02-05 23:15:55 -07:00
Daniel Supernault e6dc858061
Update StoryGC command 2020-02-05 00:44:52 -07:00
Daniel Supernault 608fb1bd46
Update Story routes 2020-02-04 23:18:51 -07:00
Daniel Supernault 68b588b81c
Update compiled assets 2020-02-04 21:11:12 -07:00
Daniel Supernault 548c1fa3f6
Update changelog 2020-02-04 21:05:31 -07:00
Daniel Supernault 92654fabdc
Update Story apis, move FE to v0 and add v1 for oauth clients 2020-02-04 21:04:58 -07:00
Daniel Supernault e2828f4b85
Update ApiV1Controller 2020-02-03 23:30:21 -07:00
Daniel Supernault bd45728615
Update ApiV1Controller 2020-02-03 23:12:51 -07:00
Daniel Supernault fb91892ee2
Update ApiV1Controller, fix follow/unfollow endpoints 2020-02-03 20:59:18 -07:00
daniel b50ba10c62
Merge pull request #1987 from hellcp/patch-1
Use white as the default card cap colour
2020-02-03 20:58:24 -07:00
daniel 6350b71cdd
Merge pull request #1985 from pixelfed/staging
AP Refactor
2020-02-03 20:57:56 -07:00
Daniel Supernault f6e20b3ec5
Update changelog 2020-02-02 23:21:27 -07:00
Daniel Supernault f911c96d16
Update lexer autolinker and extractor, add support for mentioned usernames containing dashes, periods and underscore characters 2020-02-02 23:20:19 -07:00
Stasiek Michalski 11a2a00e60
Use white as the default card cap colour 2020-02-03 05:35:02 +01:00
Daniel Supernault f7f16c185e
Update AP Helpers, remove unused function 2020-02-01 21:08:46 -07:00
Daniel Supernault 823bcbc69a
Update AP Helpers 2020-02-01 11:42:24 -07:00
Daniel Supernault 764ab76e90
Add AP Delivery Service 2020-02-01 11:41:19 -07:00
daniel 03505d25a2
Merge pull request #1984 from pixelfed/staging
Update Image Util
2020-01-31 19:54:00 -07:00
Daniel Supernault 0b7c5d6d37
Update Image Util 2020-01-31 19:53:33 -07:00
daniel 8f9a79bdb4
Merge pull request #1982 from pixelfed/staging
Update Timeline, move announcements from sidebar to top of timeline
2020-01-31 19:45:10 -07:00
Daniel Supernault 0e6f4270dd
Update compiled assets 2020-01-31 19:42:33 -07:00
Daniel Supernault cbc5eaadf3
Update changelog 2020-01-31 19:42:13 -07:00
Daniel Supernault 228f504490
Update Timeline, move announcements from sidebar to top of timeline 2020-01-31 19:40:29 -07:00
daniel a686289d62
Merge pull request #1980 from pixelfed/staging
Update nav, fix link
2020-01-30 14:56:10 -07:00
Daniel Supernault 1156cb09d6
Update nav, fix link 2020-01-30 14:55:45 -07:00
daniel d6e4be5cb8
Merge pull request #1979 from pixelfed/staging
Add MediaFix command
2020-01-30 00:22:33 -07:00
Daniel Supernault a3bd5da226
Add MediaFix command 2020-01-30 00:21:01 -07:00
daniel 006d95f01f
Merge pull request #1978 from pixelfed/staging
Update changelog
2020-01-29 23:09:26 -07:00
Daniel Supernault 4789c74a76
Update changelog 2020-01-29 23:06:08 -07:00
daniel a7e655d237
Merge pull request #1977 from pixelfed/staging
Update status edit view
2020-01-29 23:05:59 -07:00
Daniel Supernault 28bc9c1923
Update status edit view 2020-01-29 23:04:25 -07:00
Daniel Supernault d366adab7d
Update web routes, add rate limits to post edit endpoint 2020-01-29 22:08:12 -07:00