aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add tags to live loggerChocobozzz2021-05-281-43/+55
|
* CleanupChocobozzz2021-05-281-7/+5
| | | | | We must not expose private actor objects to clients Just make 2 GET requests on channel/accounts instead
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-2748-419/+540
|\
| * Instance homepage support (#4007)Chocobozzz2021-05-275-282/+311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
| * 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
| | |