Commit Graph

4565 Commits

Author SHA1 Message Date
Daniel Supernault 0cfe0da1df
Update changelog 2019-11-13 23:21:19 -07:00
Daniel Supernault e5d77c6d95
Update FixUsernames command 2019-11-13 23:20:01 -07:00
Daniel Supernault 172d9d10fb
Update changelog 2019-11-12 20:46:54 -07:00
Daniel Supernault 6bf1f21ba7
Update compiled assets 2019-11-12 20:46:43 -07:00
Daniel Supernault 7b3fe2159a
Update PostComponent, fix bug affecting moment ui and non authenticated users 2019-11-12 20:45:46 -07:00
Daniel Supernault f3fca8d998
Update help center 2019-11-12 20:37:14 -07:00
Daniel Supernault f6a6174292
Update Status model 2019-11-11 23:50:25 -07:00
Daniel Supernault ecaa20e40b
Update changelog 2019-11-10 20:54:35 -07:00
Daniel Supernault 484bb509c6
Update StatusTransformer 2019-11-10 20:53:37 -07:00
Daniel Supernault d4b50a24ae
Update changelog 2019-11-10 20:43:27 -07:00
Daniel Supernault a429d96187
Update FollowerController 2019-11-10 20:42:30 -07:00
Daniel Supernault e0fead67d3
Update changelog 2019-11-10 19:53:12 -07:00
Daniel Supernault 216955c878
Update compiled assets 2019-11-10 19:52:49 -07:00
Daniel Supernault 16beb56d21
Remove test until upstream bug is fixed 2019-11-10 19:45:59 -07:00
Daniel Supernault 0c8327649c
Update .env.testing to fix upstream bug 2019-11-10 19:42:25 -07:00
Daniel Supernault aa969bf9ac
Update CI config 2019-11-10 19:40:22 -07:00
Daniel Supernault 8c2c19b8e9
Update .env.testing to fix upstream bug 2019-11-10 19:35:37 -07:00
Daniel Supernault 3aff6de335
Update composer 2019-11-10 19:30:00 -07:00
Daniel Supernault b478e3768c
Update npm deps 2019-11-10 19:29:06 -07:00
Daniel Supernault d37df62f72
Update Presenters 2019-11-10 19:09:50 -07:00
Daniel Supernault 3a9010ff65
Update master layout 2019-11-10 18:22:21 -07:00
Daniel Supernault bb929ac346
Update Timeline.vue component 2019-11-10 18:20:43 -07:00
Daniel Supernault 420131a1ad
Update CollectionComponent 2019-11-10 18:19:00 -07:00
Daniel Supernault 16631d3599
Update app.js 2019-11-10 17:41:27 -07:00
Daniel Supernault b73823b11a
Update StoryView model 2019-11-10 17:26:29 -07:00
Daniel Supernault 3b8fe9d574
Update StoryItem model 2019-11-10 17:25:52 -07:00
Daniel Supernault 6a81f161fa
Update Story model 2019-11-10 17:25:28 -07:00
Daniel Supernault 9ca8d88fdc
Update Profile component 2019-11-05 23:36:18 -07:00
Daniel Supernault b1ed4a2744
Update app sass 2019-11-05 23:34:31 -07:00
Daniel Supernault a890426466
Update custom sass 2019-11-05 23:33:50 -07:00
daniel f9b8a1bbd3
Merge pull request #1809 from Strubbl/remove-unecessary-docker-stuff
Remove unecessary docker stuff
2019-11-03 23:10:52 -07:00
Sven Fischer 63514075bd Revert "docker: provide .env to the redis container, too"
This reverts commit c864f4b222.
2019-11-03 11:45:33 +01:00
Sven Fischer d8a8c2d83d Revert "docker: expose redis port so the app can connect to it"
This reverts commit d4e1123ea7.
2019-11-03 11:45:03 +01:00
Daniel Supernault 6d40876ae8
Update Site Config 2019-11-02 21:12:44 -06:00
daniel 6fc0fe67ee
Merge pull request #1808 from Strubbl/patch-1
Update CONTRIBUTING.md
2019-11-02 19:17:39 -06:00
Strubbl 534385ed4e
Update CONTRIBUTING.md
add info about which branch is used for what
2019-11-02 15:10:44 +01:00
Daniel Supernault b825c35d85
Update changelog 2019-11-01 20:15:56 -06:00
daniel 1ff1d12d82
Merge pull request #1806 from Strubbl/docker-fixes
Docker fixes
2019-11-01 20:13:54 -06:00
daniel 2af29f57dd
Merge pull request #1805 from Strubbl/improve-german-translation
improve German translation
2019-11-01 20:09:32 -06:00
Sven Fischer c864f4b222 docker: provide .env to the redis container, too 2019-11-01 23:58:50 +01:00
Sven Fischer c62978e192 docker: install mysqldump for backup
This commit installs mysqldump via the package mariadb-client to make
use of `php artisan backup:run`. Without that package the command fails
with the following error:

```
$ docker-compose exec app php artisan backup:run
Starting backup...
Dumping database pixelfed...
Backup failed because The dump process failed with exitcode 127 : Command not found : sh: 1: mysqldump: not found
```
2019-11-01 22:48:20 +01:00
Sven Fischer d4e1123ea7 docker: expose redis port so the app can connect to it 2019-11-01 22:48:16 +01:00
Sven Fischer ffe5070778 docker db use native password as auth method
This commit changes the default auth plugin of mysql to
mysql_native_password, because otherwise the laravel app couldn't
connect to the mysql database. The following error was thrown:

`SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client`
2019-11-01 19:01:40 +01:00
Sven Fischer 8de7de4588 use Dockerfile.apache by default
In docker-compose, using a symlink from ./Dockerfile
to contrib/docker/Dockerfile.apache does not work. Therefore the symlink
is deleted and the docker-compose.yml is instructed to use the file
Dockerfile.apache in contrib by default.
2019-11-01 18:59:13 +01:00
Sven Fischer 9c30c78727 improve German translation 2019-11-01 15:55:41 +01:00
Daniel Supernault d2a90f11a0
Update AccountTransformer 2019-10-29 18:13:44 -06:00
daniel d7455b8f95
Merge pull request #1799 from Whaxion/Whaxion-improve-ogp
Adding OpenGraph for videos
2019-10-29 18:12:30 -06:00
daniel 8b7963b30c
Merge pull request #1798 from okpierre/patch-6
Update nginx.conf
2019-10-26 20:00:35 -06:00
Nicolas Martinussen 02c5997eb2
Adding OpenGraph for videos 2019-10-26 18:48:41 +02:00
okpierre 5ff9d92830
Update nginx.conf
Updated to include code to prevent remote code execution on certain nginx/php-fpm configurations
2019-10-26 01:04:28 -04:00