aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Fix video import if autoblacklist is enabledChocobozzz2019-06-073-13/+63
|
* Try to fix remote mastodon interactionsChocobozzz2019-06-071-0/+13
|
* Fix search with bad webfinger handlesChocobozzz2019-05-282-3/+13
|
* Fix playlist get for classic usersChocobozzz2019-05-282-2/+16
|
* Fix crash in files cacheChocobozzz2019-05-281-2/+2
|
* Fix video viewsChocobozzz2019-05-213-4/+38
|
* Fix blacklist sortChocobozzz2019-05-211-25/+41
|
* Fix thumbnails in video blacklist list endpointChocobozzz2019-05-211-2/+2
|
* Relax activity validationChocobozzz2019-05-211-12/+13
|
* Relax activity validationChocobozzz2019-05-131-2/+1
|
* Fix account description errorChocobozzz2019-05-133-4/+29
|
* Fix greek labelChocobozzz2019-05-131-0/+1
|
* Fix thumbnail when listing my videosChocobozzz2019-05-132-12/+11
|
* Allow to control RATES_LIMIT from configuration (#1787)Yohan Boniface2019-04-263-5/+16
| | | | | | * Allow to control RATES_LIMIT from configuration * @Chocobozzz review (squash me)
* Fix createdAt/updatedAt issuesChocobozzz2019-04-262-1/+3
|
* Fix pleroma followChocobozzz2019-04-253-3/+4
|
* Fix user notifications testsChocobozzz2019-04-252-10/+20
|
* Fix optional privacy in upload endpointChocobozzz2019-04-256-145/+130
|
* Use apicache instead of our broken implementationChocobozzz2019-04-253-68/+19
|
* Fix overview endpointChocobozzz2019-04-244-9/+16
|
* Fix video import CLI scriptChocobozzz2019-04-241-18/+8
| | | | Password is an optional argument
* Fix scheduled updateChocobozzz2019-04-241-1/+2
|
* Use test wrapper exit functionChocobozzz2019-04-2475-363/+371
|
* Try to fix travisChocobozzz2019-04-243-6/+31
|
* Use parallel testsChocobozzz2019-04-242-19/+19
|
* Add default playlist imageChocobozzz2019-04-241-1/+1
|
* Cleanup testsChocobozzz2019-04-2481-495/+174
|
* Add migrationsChocobozzz2019-04-246-17/+70
|
* Relax videos list thumbnail api joinChocobozzz2019-04-246-11/+16
|
* Fix ownership changesChocobozzz2019-04-243-21/+29
|
* Refactor video caption/preview cachesChocobozzz2019-04-244-24/+10
|
* Upgrade sequelizeChocobozzz2019-04-2443-448/+440
|
* Update sequelizeChocobozzz2019-04-2443-318/+332
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-2418-263/+649
|
* Shared utils -> extra-utilsChocobozzz2019-04-2488-237/+249
| | | | Because they need dev dependencies
* Remove tmp file on image processing errorChocobozzz2019-04-242-2/+9
|
* Add user adminFlagsChocobozzz2019-04-1552-516/+860
|
* Add ability to delete old remote viewsChocobozzz2019-04-128-2/+173
|
* Add ability to limit videos history sizeChocobozzz2019-04-1110-16/+98
|
* Try to improve server tests compilation speedChocobozzz2019-04-112-4/+2
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-11107-121/+129
|
* Move config in its own fileChocobozzz2019-04-1179-458/+523
|
* Add debug component to help admins to fix IP issuesChocobozzz2019-04-114-0/+106
|
* Add logs page in clientChocobozzz2019-04-111-24/+28
|
* Add logs endpointChocobozzz2019-04-1011-11/+359
|
* Add ability to disable trackerChocobozzz2019-04-105-11/+49
|
* Add check params account ratings testsChocobozzz2019-04-095-25/+52
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-098-7/+151
| | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* Add new instance follower notification in clientChocobozzz2019-04-092-2/+2
|
* Add notification on new instance follower (server side)Chocobozzz2019-04-0816-19/+174
|