aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Expand)AuthorAgeFilesLines
* Cache user tokenChocobozzz2018-09-202-1/+29
* Limit associations fetch when loading tokenChocobozzz2018-09-202-10/+20
* Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-191-3/+2
* Optimize activity actor load in AP processorsChocobozzz2018-09-191-0/+23
* Optimize video view AP processingChocobozzz2018-09-191-0/+12
* Refractor videos AP functionsChocobozzz2018-09-191-3/+13
* Optimize SQL requests of videos AP endpointsChocobozzz2018-09-192-3/+4
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-191-33/+41
* Reduce video.ts file size by moving some methods in other filesChocobozzz2018-09-193-398/+318
* Add redundancy statsChocobozzz2018-09-141-0/+31
* Speed up overviews routeChocobozzz2018-09-141-13/+14
* Raw query to get video idsChocobozzz2018-09-141-0/+1
* Add recently added redundancy strategyChocobozzz2018-09-141-14/+39
* Add trending videos strategyChocobozzz2018-09-142-51/+96
* Basic video redundancy implementationChocobozzz2018-09-136-37/+344
* Move nodeinfo model in shared/Chocobozzz2018-09-042-117/+0
* Add index to startDate in video view tableChocobozzz2018-09-041-0/+3
* Add federation to ownership changeChocobozzz2018-09-043-24/+36
* Fix trending videos countChocobozzz2018-09-041-93/+105
* Users can change ownership of their video [#510] (#888)Gaƫtan Rizio2018-09-042-0/+139
* Fix videos overview tags sectionChocobozzz2018-08-311-5/+8
* Trending by intervalChocobozzz2018-08-312-22/+85
* Cleanup video API SQL requestsChocobozzz2018-08-311-32/+50
* Try to improve sql videos list queryChocobozzz2018-08-311-90/+144
* Videos overview page: first versionChocobozzz2018-08-312-2/+45
* add user account email verificiation (#977)Josh Morel2018-08-311-0/+8
* Bufferize videos views in redisChocobozzz2018-08-302-0/+50
* Refractor user quota SQL queriesChocobozzz2018-08-282-39/+36
* Optimize channel search queryChocobozzz2018-08-281-11/+10
* Fix oauth server moduleChocobozzz2018-08-281-5/+0
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-9/+59
* Correctly migrate to fs-extraChocobozzz2018-08-273-24/+17
* Fetch outbox when searching an actorChocobozzz2018-08-271-29/+34
* Search video channel handle/uriChocobozzz2018-08-272-7/+7
* Infinite scroll to list our subscriptionsChocobozzz2018-08-272-44/+8
* Add ability to search video channelsChocobozzz2018-08-274-48/+242
* Add refresh video on searchChocobozzz2018-08-271-15/+12
* Add local user subscriptionsChocobozzz2018-08-271-1/+8
* Add get subscription endpointChocobozzz2018-08-271-12/+15
* Add ability to set a name to a channelChocobozzz2018-08-273-17/+46
* Use height instead of width to represent the video resolutionChocobozzz2018-08-271-3/+3
* Add subscriptions endpoints to REST APIChocobozzz2018-08-273-33/+132
* Add quota used in users listChocobozzz2018-08-141-3/+27
* Cleanup utils helperChocobozzz2018-08-142-3/+6
* Flat shared module directoryChocobozzz2018-08-141-1/+1
* Filter tracker based on infohashChocobozzz2018-08-141-0/+15
* Improve blacklist managementChocobozzz2018-08-143-8/+35
* Add blacklist reason fieldChocobozzz2018-08-142-20/+69
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-102-2/+53
* Add reason when banning a userChocobozzz2018-08-082-1/+10