aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fix quota translationsChocobozzz2018-09-261-2/+2
* Fix video files duplicated when fps is nullChocobozzz2018-09-266-5/+38
* Fix redundancy testsChocobozzz2018-09-261-9/+10
* Fix avatar transaction retryChocobozzz2018-09-262-6/+9
* Correctly fix the webtorrent redundancy bugChocobozzz2018-09-261-12/+25
* Dirty webtorrent fix to wait FS syncChocobozzz2018-09-251-2/+4
* Only duplicate public videosChocobozzz2018-09-252-2/+9
* Fix redundancy bug with old peertube torrentChocobozzz2018-09-251-13/+2
* Reduce video import TTLChocobozzz2018-09-252-2/+2
* Fix redundancy totalVideos statsChocobozzz2018-09-254-13/+23
* Merge remote-tracking branch 'origin/master' into developChocobozzz2018-09-251-1/+1
|\
| * Add dot into allowed actor usernamelsde2018-09-251-1/+1
* | Fix dnt routeChocobozzz2018-09-251-2/+4
|/
* Fix comment deletion with mastodonChocobozzz2018-09-241-1/+1
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-2421-268/+553
* Fix videos list user NSFW policyChocobozzz2018-09-241-1/+2
* Remove unnecessary actor existance checkChocobozzz2018-09-212-3/+2
* Fix peertube scriptChocobozzz2018-09-203-3/+3
* Add warning if one of the storage directory is in the peertubeChocobozzz2018-09-202-1/+19
* Merge branch 'develop' into cli-wrapperChocobozzz2018-09-2078-1457/+1984
|\
| * Cache user tokenChocobozzz2018-09-207-19/+79
| * Limit associations fetch when loading tokenChocobozzz2018-09-2011-80/+75
| * rename manifestBO412018-09-201-1/+1
| * Fix jobs testsChocobozzz2018-09-192-2/+4
| * Refractor audit user identifierChocobozzz2018-09-199-48/+58
| * Move youtubeDL upgrader in helpers/Chocobozzz2018-09-192-59/+70
| * Add redundancy check interval in configChocobozzz2018-09-193-12/+15
| * Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-196-10/+13
| * Improve AP actor checksChocobozzz2018-09-195-21/+30
| * Optimize activity actor load in AP processorsChocobozzz2018-09-1916-89/+110
| * Optimize video view AP processingChocobozzz2018-09-194-51/+96
| * Refractor videos AP functionsChocobozzz2018-09-1913-237/+272
| * Optimize SQL requests of videos AP endpointsChocobozzz2018-09-197-43/+55
| * Optimize SQL requests of watch page API endpointsChocobozzz2018-09-1912-57/+65
| * 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
* | one cli to unite them allRigel Kent2018-09-1410-71/+537
|/
* Process last hour views instead of current hourChocobozzz2018-09-131-3/+9