aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* Use a global request timeoutChocobozzz2021-06-155-12/+12
|
* Faster ci using compiled ts filesChocobozzz2021-06-1521-59/+67
|
* More robust actor image lazy loadChocobozzz2021-06-142-2/+22
|
* Handle short video linksChocobozzz2021-06-141-0/+2
|
* Improve captions AP updaterChocobozzz2021-06-141-3/+0
|
* Remove unnecessary logChocobozzz2021-06-111-3/+0
|
* Fix redundancy row grabbingChocobozzz2021-06-111-6/+2
|
* Include transaction in video hooksChocobozzz2021-06-111-11/+6
|
* Fix video with all files queryChocobozzz2021-06-111-0/+1
|
* Fix live files includeChocobozzz2021-06-115-15/+18
|
* Fix video rights fetchingChocobozzz2021-06-111-0/+1
|
* Also serve AP for new account/video watch pagesChocobozzz2021-06-111-3/+4
|
* Cleanup video model scopesChocobozzz2021-06-111-55/+7
|
* Move get* video methods to formatterChocobozzz2021-06-113-33/+47
|
* Refactor schedule updateChocobozzz2021-06-113-38/+15
|
* Refactor include checksChocobozzz2021-06-115-61/+52
|
* Use raw SQL for most of video queriesChocobozzz2021-06-1114-193/+203
|
* Optimize join buildChocobozzz2021-06-114-29/+39
|
* Optimize rows parsingChocobozzz2021-06-117-131/+164
|
* Fetch directly all video attributes for get APIChocobozzz2021-06-117-15/+27
|
* Use separate queries for video filesChocobozzz2021-06-119-57/+232
|
* Use raw SQL for video get requestChocobozzz2021-06-1010-388/+876
|
* Refactor video query builderChocobozzz2021-06-108-778/+1050
|
* Transaction is optionalChocobozzz2021-06-091-1/+1
|
* Optimize AP video captions updateChocobozzz2021-06-092-9/+35
|
* Cache refresh actor promiseChocobozzz2021-06-094-12/+47
|
* Fix run committed transationChocobozzz2021-06-091-1/+3
|
* Increase permanent live test timeoutChocobozzz2021-06-081-1/+1
|
* Fix actor image updateChocobozzz2021-06-081-4/+4
|
* Try to speed up AP update transactionChocobozzz2021-06-088-44/+55
|
* Increase tests timeout for plugin helpersChocobozzz2021-06-081-1/+1
|
* Add logs for refresh functionsChocobozzz2021-06-085-6/+14
|
* 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 nodeinfo endpointChocobozzz2021-06-081-120/+121
|
* Don't count deleted comment for repliesChocobozzz2021-06-083-9/+5
|
* Fix buildChocobozzz2021-06-081-1/+1
|
* Fix toEvenChocobozzz2021-06-082-5/+3
|
* Fix "height not divisible by 2" ffmpeg errorChocobozzz2021-06-083-8/+31
|
* Fix lintChocobozzz2021-06-082-2/+0
|
* Increase max image/caption/torrent upload sizeChocobozzz2021-06-081-4/+4
|
* Fix video upload with a capitalized extChocobozzz2021-06-089-46/+78
|
* Fix process delete promise returnChocobozzz2021-06-071-1/+1
|
* add video upload types, add doc middleware to more routesRigel Kent2021-06-064-12/+39
|
* createThumbnail -> updateThumbnailChocobozzz2021-06-047-34/+34
|
* add operationId doc middleware to so API endpointsRigel Kent2021-06-048-5/+32
|
* refactor docMiddleware to support operationId-only formRigel Kent2021-06-044-12/+15
|
* Fix CLI buildChocobozzz2021-06-041-2/+0
|
* fetch -> loadChocobozzz2021-06-039-45/+47
| | | | avoid confusion with AP fetch functions
* Move middleware utils in middlewaresChocobozzz2021-06-0368-336/+339
| | | | helpers modules should not import models
* Add tags to AP rate loggerChocobozzz2021-06-031-2/+4
|