aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Expand)AuthorAgeFilesLines
* Check video channel name is unique on our instanceChocobozzz2018-10-012-2/+1
* Fix dnt routeChocobozzz2018-10-011-1/+1
* show last commit hash alongside server version in footerRigel Kent2018-10-011-0/+5
* Increase timeout on upload endpointChocobozzz2018-10-011-0/+7
* Remove duplicated videos on unfollow/delete redundancyChocobozzz2018-09-282-0/+11
* Check current password on server sideChocobozzz2018-09-261-1/+1
* Fix avatar transaction retryChocobozzz2018-09-261-1/+1
* Fix dnt routeChocobozzz2018-09-251-2/+4
* Cache user tokenChocobozzz2018-09-203-10/+7
* Limit associations fetch when loading tokenChocobozzz2018-09-207-61/+53
* rename manifestBO412018-09-201-1/+1
* Refractor audit user identifierChocobozzz2018-09-197-39/+37
* Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-191-1/+1
* Optimize activity actor load in AP processorsChocobozzz2018-09-191-1/+1
* Refractor videos AP functionsChocobozzz2018-09-191-1/+1
* Optimize SQL requests of videos AP endpointsChocobozzz2018-09-191-5/+11
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-192-2/+2
* Handle actors search beginning with '@'Chocobozzz2018-09-171-0/+3
* Refractor activities sendingChocobozzz2018-09-141-2/+2
* Process inbox activities in a queueChocobozzz2018-09-141-6/+17
* Add redundancy statsChocobozzz2018-09-142-11/+23
* Speed up overviews routeChocobozzz2018-09-141-8/+18
* Basic video redundancy implementationChocobozzz2018-09-137-12/+71
* Retry transactions on user endpoints if neededChocobozzz2018-09-131-4/+4
* draft "security.txt" spec integration (#1020)Austin Heap2018-09-061-0/+15
* Move nodeinfo model in shared/Chocobozzz2018-09-041-2/+2
* Add federation to ownership changeChocobozzz2018-09-042-10/+25
* Fix overview cacheChocobozzz2018-09-041-2/+2
* Users can change ownership of their video [#510] (#888)Gaƫtan Rizio2018-09-043-0/+131
* Use custom rate limiter when asking verif emailChocobozzz2018-08-311-1/+7
* Videos overview page: first versionChocobozzz2018-08-312-0/+99
* add user account email verificiation (#977)Josh Morel2018-08-312-5/+58
* Bufferize videos views in redisChocobozzz2018-08-301-3/+5
* Add features table on signupChocobozzz2018-08-281-1/+1
* Fix testsChocobozzz2018-08-281-0/+1
* Implement daily upload limit (#956)Felix Ableitner2018-08-283-5/+13
* Correctly migrate to fs-extraChocobozzz2018-08-273-8/+8
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-271-1/+1
* Fetch outbox when searching an actorChocobozzz2018-08-273-11/+8
* Search video channel handle/uriChocobozzz2018-08-271-11/+14
* Add ability to search video channelsChocobozzz2018-08-273-19/+123
* Fix testsChocobozzz2018-08-271-2/+3
* Add refresh video on searchChocobozzz2018-08-271-13/+25
* Add ability to search a video with an URLChocobozzz2018-08-271-1/+34
* Add get subscription endpointChocobozzz2018-08-271-12/+24
* Add ability to set a name to a channelChocobozzz2018-08-273-19/+18
* Add subscriptions endpoints to REST APIChocobozzz2018-08-2710-29/+148
* Split users controllerChocobozzz2018-08-272-208/+231
* Cleanup utils helperChocobozzz2018-08-143-6/+9
* Filter tracker based on infohashChocobozzz2018-08-141-1/+7