aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Reduce video.ts file size by moving some methods in other filesChocobozzz2018-09-196-402/+454
* Improve webtorrent import error message when the torrent has multipleChocobozzz2018-09-171-1/+1
* Fix checker if we don't have redundancy strategiesChocobozzz2018-09-172-5/+5
* Fix "no results" on overview pageChocobozzz2018-09-171-0/+1
* Handle actors search beginning with '@'Chocobozzz2018-09-172-1/+7
* Fix overviews testsChocobozzz2018-09-171-0/+1
* Refractor activities sendingChocobozzz2018-09-1411-150/+135
* Process inbox activities in a queueChocobozzz2018-09-141-6/+17
* Add redundancy statsChocobozzz2018-09-147-33/+122
* Speed up overviews routeChocobozzz2018-09-145-40/+44
* Raw query to get video idsChocobozzz2018-09-141-0/+1
* Add recently added redundancy strategyChocobozzz2018-09-146-62/+124
* Test to remove delay in tests when running multiple serversChocobozzz2018-09-141-4/+1
* Add trending videos strategyChocobozzz2018-09-146-128/+232
* Process last hour views instead of current hourChocobozzz2018-09-131-3/+9
* Basic video redundancy implementationChocobozzz2018-09-1350-259/+1471
* Retry transactions on user endpoints if neededChocobozzz2018-09-131-4/+4
* Fix video views incrementChocobozzz2018-09-131-15/+24
* Fix feeds with channel filterChocobozzz2018-09-133-13/+113
* use focus-visible polyfill to improve keyboard navigationRigel Kent2018-09-111-2/+2
* draft "security.txt" spec integration (#1020)Austin Heap2018-09-063-2/+20
* Fix occitan labelChocobozzz2018-09-051-0/+3
* Move nodeinfo model in shared/Chocobozzz2018-09-043-119/+2
* check 'trending.videos.interval_days' config keyChocobozzz2018-09-041-0/+1
* Add index to startDate in video view tableChocobozzz2018-09-041-0/+3
* Do not import live streamingChocobozzz2018-09-041-0/+1
* Fix video import with URL with small titlesChocobozzz2018-09-041-2/+3
* Fix import videos duplicate detectionChocobozzz2018-09-041-2/+2
* Fix nsfw filterChocobozzz2018-09-043-2/+9
* Add federation to ownership changeChocobozzz2018-09-0412-76/+136
* Add trending sort testsChocobozzz2018-09-041-0/+8
* Fix overview cacheChocobozzz2018-09-041-2/+2
* Fix trending videos countChocobozzz2018-09-041-93/+105
* Users can change ownership of their video [#510] (#888)Gaƫtan Rizio2018-09-0412-2/+718
* Fix thumbnail/preview in upload scriptChocobozzz2018-09-031-2/+2
* Fix videos overview tags sectionChocobozzz2018-08-311-5/+8
* Trending by intervalChocobozzz2018-08-315-33/+106
* Add channel avatar to overviewsChocobozzz2018-08-311-1/+1
* Cleanup video API SQL requestsChocobozzz2018-08-311-32/+50
* Use custom rate limiter when asking verif emailChocobozzz2018-08-312-1/+11
* Add sql trace in error log on sequelize errorChocobozzz2018-08-312-2/+10
* Try to improve sql videos list queryChocobozzz2018-08-311-90/+144
* Videos overview page: first versionChocobozzz2018-08-318-2/+272
* add user account email verificiation (#977)Josh Morel2018-08-3122-15/+419
* Fix job testsChocobozzz2018-08-301-1/+1
* Bufferize videos views in redisChocobozzz2018-08-3014-23/+270
* Refractor user quota SQL queriesChocobozzz2018-08-284-45/+37
* Add features table on signupChocobozzz2018-08-281-1/+1
* Optimize channel search queryChocobozzz2018-08-281-11/+10
* Fix testsChocobozzz2018-08-283-2/+2