aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix webfinger tls onlyChocobozzz2021-07-011-2/+2
|
* Fix hooks definitionChocobozzz2021-07-011-1/+3
|
* Handle broken plugin installChocobozzz2021-06-301-11/+16
|
* Support short uuid for GET video/playlistChocobozzz2021-06-294-8/+13
|
* Add ability to search playlistsChocobozzz2021-06-2511-32/+128
|
* It's not the week-end yetChocobozzz2021-06-171-2/+0
|
* Fix muxing cleanupChocobozzz2021-06-172-3/+1
|
* Fix prune storage testsChocobozzz2021-06-171-8/+12
|
* Fix memory leakChocobozzz2021-06-172-3/+19
|
* Don't retry UpdateVideosScheduler transactionsChocobozzz2021-06-171-7/+6
|
* Refactor live managerChocobozzz2021-06-1712-655/+906
|
* Resolve object id from actors tooChocobozzz2021-06-162-0/+4
|
* Add ability to delete previously added constantsChocobozzz2021-06-151-9/+19
|
* Fix lintChocobozzz2021-06-151-1/+0
|
* Fix missing transactionsChocobozzz2021-06-158-58/+46
|
* Remove unnecessary awaitChocobozzz2021-06-151-1/+1
|
* Use a global request timeoutChocobozzz2021-06-154-11/+5
|
* Handle short video linksChocobozzz2021-06-141-0/+2
|
* 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
| | | | | It's not really a warning, we could have many invalid rates in the federation
* 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
| | | | avoid confusion with AP fetch functions
* Move middleware utils in middlewaresChocobozzz2021-06-0314-10/+221
| | | | helpers modules should not import models
* 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
| | | | | | | | | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3612 Fixed lint and removed debug Fixed another lint error Apply suggestions from code review Co-authored-by: Chocobozzz <chocobozzz@cpy.re> Add tests for min signup age config