aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares
Commit message (Collapse)AuthorAgeFilesLines
* Avoid making retried requests to dead followersChocobozzz2018-01-121-1/+0
|
* Activity Pub improvementsChocobozzz2018-01-111-0/+1
|
* Add ability to delete commentsChocobozzz2018-01-042-2/+35
|
* Send account activitypub update eventsChocobozzz2018-01-033-3/+28
|
* Automatically resize avatarsChocobozzz2018-01-031-2/+1
|
* Add avatar max size limitChocobozzz2018-01-031-1/+10
|
* Add ability to disable video commentsChocobozzz2018-01-033-7/+22
|
* Begin to add avatar to actorsChocobozzz2017-12-291-2/+20
|
* Fix user testsChocobozzz2017-12-281-2/+13
|
* Improve check jobs parameters testsChocobozzz2017-12-281-10/+8
|
* Improve check follow params testsChocobozzz2017-12-283-4/+18
|
* Propagate old comment on new followChocobozzz2017-12-2819-44/+54
|
* Add comments federation testsChocobozzz2017-12-271-1/+1
|
* Add video comment componentsChocobozzz2017-12-271-2/+2
|
* Begin unit testsChocobozzz2017-12-221-10/+11
|
* Add comments controllerChocobozzz2017-12-223-2/+143
|
* Fix player play exception on chromiumChocobozzz2017-12-191-1/+0
|
* Fix lintChocobozzz2017-12-191-3/+1
|
* Set port if not specified in webfingerChocobozzz2017-12-192-17/+3
|
* Status are sent to mastodonChocobozzz2017-12-191-2/+5
|
* Begin moving video channel to actorChocobozzz2017-12-194-57/+25
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-0/+2
| | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video
* Use sequelize scopesChocobozzz2017-12-141-1/+1
|
* Move models to typescript-sequelizeChocobozzz2017-12-1315-61/+59
|
* Make some fields optional when uploading a videoChocobozzz2017-12-071-3/+3
|
* Fix client searchChocobozzz2017-12-053-18/+2
|
* Fix bad to/cc when undo dislikeChocobozzz2017-11-301-1/+1
|
* Fix req acceptsChocobozzz2017-11-301-2/+3
|
* Fix lintChocobozzz2017-11-302-2/+2
|
* Fix activitypub check headersChocobozzz2017-11-301-1/+1
|
* Check correctly activitypub headersChocobozzz2017-11-301-1/+1
|
* Add ability to list jobsChocobozzz2017-11-302-2/+12
|
* Fix well known and json parser with mastodonChocobozzz2017-11-291-1/+3
|
* Remove max duration/filesize constraintsChocobozzz2017-11-281-9/+0
|
* Refractor validatorsChocobozzz2017-11-2714-451/+398
|
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-275-35/+88
|
* Misc cleanupChocobozzz2017-11-272-29/+8
|
* Cleanup helpersChocobozzz2017-11-272-26/+25
|
* Add follow testsChocobozzz2017-11-272-10/+9
|
* Add ability to unfollow a serverChocobozzz2017-11-271-3/+3
|
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-1/+1
|
* Refractor activity pub lib/helpersChocobozzz2017-11-273-33/+63
|
* Fix lintChocobozzz2017-11-272-9/+2
|
* Optimize signature verificationChocobozzz2017-11-271-4/+5
|
* Server shares user videosChocobozzz2017-11-271-2/+2
|
* Rename Pod -> ServerChocobozzz2017-11-278-16/+9
|
* Follow worksChocobozzz2017-11-275-25/+67
|
* Send follow/acceptChocobozzz2017-11-272-0/+33
|
* Handle follow/acceptChocobozzz2017-11-273-17/+35
|
* Make it compile at leastChocobozzz2017-11-274-114/+1
|