aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Expand)AuthorAgeFilesLines
* Improve captions AP updaterChocobozzz2021-06-141-3/+0
* Refactor schedule updateChocobozzz2021-06-111-11/+10
* Refactor include checksChocobozzz2021-06-111-2/+1
* Use raw SQL for most of video queriesChocobozzz2021-06-111-8/+5
* Fetch directly all video attributes for get APIChocobozzz2021-06-111-1/+13
* Refactor video query builderChocobozzz2021-06-101-1/+1
* Optimize AP video captions updateChocobozzz2021-06-091-4/+21
* Cache refresh actor promiseChocobozzz2021-06-093-12/+26
* Fix actor image updateChocobozzz2021-06-081-4/+4
* Try to speed up AP update transactionChocobozzz2021-06-086-35/+37
* Add logs for refresh functionsChocobozzz2021-06-083-3/+11
* Log rate AP fetch error as infoChocobozzz2021-06-081-1/+1
* Fix "height not divisible by 2" ffmpeg errorChocobozzz2021-06-081-2/+5
* Fix lintChocobozzz2021-06-082-2/+0
* Fix video upload with a capitalized extChocobozzz2021-06-084-6/+9
* Fix process delete promise returnChocobozzz2021-06-071-1/+1
* createThumbnail -> updateThumbnailChocobozzz2021-06-044-23/+23
* fetch -> loadChocobozzz2021-06-037-40/+42
* Move middleware utils in middlewaresChocobozzz2021-06-0314-10/+221
* Add tags to AP rate loggerChocobozzz2021-06-031-2/+4
* Refactor AP video logger tagsChocobozzz2021-06-035-18/+22
* Refactor AP actorsChocobozzz2021-06-0327-677/+745
* Refactor AP playlistsChocobozzz2021-06-0315-312/+401
* Add tags to logs in AP videosChocobozzz2021-06-026-24/+42
* Refactor sync attributesChocobozzz2021-06-021-37/+50
* Refactor getOrCreateAPVideoChocobozzz2021-06-0216-205/+222
* Move AP video channel creationChocobozzz2021-06-025-83/+47
* Refactor AP video create/updateChocobozzz2021-06-029-490/+455
* Refactor AP video updateChocobozzz2021-06-0212-937/+1062
* refactor API errors to standard error formatRigel Kent2021-06-021-2/+2
* Process redundancy stats in seriesChocobozzz2021-06-012-7/+6
* Implemented configurable minimum signup agePoslovitch2021-05-281-0/+1
* Add tags to live loggerChocobozzz2021-05-281-43/+55
* CleanupChocobozzz2021-05-281-7/+5
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-2748-419/+540
|\
| * Instance homepage support (#4007)Chocobozzz2021-05-275-282/+311
| * Merge branch 'release/3.2.0' into developChocobozzz2021-05-261-2/+2
| |\
| | * Fix redundancy max sizeChocobozzz2021-05-261-2/+2
| * | Inject server config in HTMLChocobozzz2021-05-142-13/+36
| * | Stricter models typingChocobozzz2021-05-124-7/+6
| * | Reorganize plugin modelsChocobozzz2021-05-114-25/+19
| * | Cleanup shared modelsChocobozzz2021-05-112-3/+3
| * | Cleanup models directory organizationChocobozzz2021-05-1128-79/+80
| * | Move transcoding files in their own directoryChocobozzz2021-05-117-20/+20
| * | Use a class for youtube-dlChocobozzz2021-05-114-18/+20
| |/
| * Resumable video uploads (#3933)kontrollanten2021-05-103-3/+66
| * Update channel updatedAt when uploading a videoChocobozzz2021-05-102-2/+3
| * Fix remote actor creation dateChocobozzz2021-05-071-0/+4
| * server: fix HLS playlist formatkontrollanten2021-05-061-6/+5
| * Plugin user.getAuthUser is now asyncChocobozzz2021-05-051-1/+7