Commit Graph

4974 Commits (2295bef8777afb351c1fb24fdea574c031f98595)
 

Author SHA1 Message Date
Shlee 2295bef877
Update pixelfed.php 5 years ago
Shlee 524d4370d2
Update media.php 5 years ago
Shlee 10211fe9cb
Update media.php 5 years ago
Shlee 76fd1c1efd
Update media.php 5 years ago
Shlee f56c175b09
Update .env.testing 5 years ago
Shlee 9f1ca2cbc8
Update .env.example.docker 5 years ago
Shlee b43c464fd3
Update .env.example 5 years ago
daniel 310de84599
Merge pull request #2002 from pixelfed/staging
Staging
5 years ago
Daniel Supernault 157379cb0e
Update compiled assets 5 years ago
Daniel Supernault aa6d8c8f85
Update PostComponent.vue, fix MomentUI caption 5 years ago
daniel c076e9a7b6 Merge pull request #1996 from dominikstraessle/patch-1
Fix breaking docker build & Optimize docker build time
5 years ago
daniel 3207536d5c Merge pull request #1995 from svalo/translation-it-updates
Updates italian translation and uniforms indentation
5 years ago
daniel a87c236c00 Merge pull request #1989 from pixelfed/staging
Bug fixes
5 years ago
Dominik Strässle cf5fc9c556 Fix invalid copy command 5 years ago
Dominik Strässle aede31ea65 Parallel composer install in Dockerfile and Dockerfile.fpm fix 5 years ago
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)
5 years ago
valo 4e4ae88c79 Updates italian translation and uniforms indentation 5 years ago
Daniel Supernault 555658ea19
Update changelog 5 years ago
Daniel Supernault 251019017c
Update robots.txt 5 years ago
Daniel Supernault c66d120cb7
Update SearchApiV2Service, order statuses by timestamp 5 years ago
Daniel Supernault d3cd0eea11
Update SearchApiV2Service 5 years ago
Daniel Supernault 4573fd850f
Update SearchApiV2Service 5 years ago
Daniel Supernault 1dac65fc10
Update SearchApiV2Service 5 years ago
Daniel Supernault efa8b35877
Update SearchApiV2Service 5 years ago
Daniel Supernault 310f668814
Update ApiV1Controller 5 years ago
Daniel Supernault 75c8c58695
Update api routes 5 years ago
Daniel Supernault 5fe9e66dd0
Update api routes 5 years ago
Daniel Supernault 69d36fc1c1
Update ApiV1Controller, add v2 search endpoint 5 years ago
Daniel Supernault 6cf89e7346
Add SearchApiV2Service 5 years ago
Daniel Supernault eaece0ac1a
Update WebfingerService 5 years ago
Daniel Supernault c47fbe2d66
Add WebfingerService 5 years ago
Daniel Supernault 9aa8864d55
Update api routes 5 years ago
Daniel Supernault 3702961e1b
Update api routes 5 years ago
Daniel Supernault 369a1a599d
Update StoryController, remove auth middleware 5 years ago
Daniel Supernault e6dc858061
Update StoryGC command 5 years ago
Daniel Supernault 608fb1bd46
Update Story routes 5 years ago
Daniel Supernault 68b588b81c
Update compiled assets 5 years ago
Daniel Supernault 548c1fa3f6
Update changelog 5 years ago
Daniel Supernault 92654fabdc
Update Story apis, move FE to v0 and add v1 for oauth clients 5 years ago
Daniel Supernault e2828f4b85
Update ApiV1Controller 5 years ago
Daniel Supernault bd45728615
Update ApiV1Controller 5 years ago
Daniel Supernault fb91892ee2
Update ApiV1Controller, fix follow/unfollow endpoints 5 years ago
daniel b50ba10c62
Merge pull request #1987 from hellcp/patch-1
Use white as the default card cap colour
5 years ago
daniel 6350b71cdd
Merge pull request #1985 from pixelfed/staging
AP Refactor
5 years ago
Daniel Supernault f6e20b3ec5
Update changelog 5 years ago
Daniel Supernault f911c96d16
Update lexer autolinker and extractor, add support for mentioned usernames containing dashes, periods and underscore characters 5 years ago
Stasiek Michalski 11a2a00e60
Use white as the default card cap colour 5 years ago
Daniel Supernault f7f16c185e
Update AP Helpers, remove unused function 5 years ago
Daniel Supernault 823bcbc69a
Update AP Helpers 5 years ago
Daniel Supernault 764ab76e90
Add AP Delivery Service 5 years ago