aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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-1116-196/+206
|
* 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-096-15/+49
|
* Fix run committed transationChocobozzz2021-06-091-1/+3
|
* Add max rows to videos listChocobozzz2021-06-0910-38/+76
|
* Improve channel card custom markupChocobozzz2021-06-098-23/+166
|
* Add more filters for video miniaturesChocobozzz2021-06-094-21/+52
|
* Create peertube-container html tagChocobozzz2021-06-098-27/+83
|
* Increase permanent live test timeoutChocobozzz2021-06-081-1/+1
|
* Fix actor image updateChocobozzz2021-06-081-4/+4
|
* Improve plugin guide doc for plugin indexChocobozzz2021-06-081-2/+1
|
* 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
|
* (doc) add note in config that tmp is also used while processingRigel Kent2021-06-083-3/+3
|
* Fix "height not divisible by 2" ffmpeg errorChocobozzz2021-06-083-8/+31
|
* Fix console error when rewriting a commentChocobozzz2021-06-081-0/+3
|
* ACCOUNT instead of PEERTUBE ACCOUNTChocobozzz2021-06-081-1/+1
| | | | Since we can also have mastodon/pleroma etc accounts
* Fix lintChocobozzz2021-06-082-2/+0
|
* Load embed api resolutions on initChocobozzz2021-06-082-2/+8
|
* Increase max image/caption/torrent upload sizeChocobozzz2021-06-082-6/+6
|
* Fix video upload with a capitalized extChocobozzz2021-06-0810-48/+81
|
* allow public video privacy to be deleted in the web clientRigel Kent2021-06-087-17/+15
|
* Bidi supportChocobozzz2021-06-0799-368/+634
|
* Add ability to filter menu linksChocobozzz2021-06-077-100/+135
|
* Fix process delete promise returnChocobozzz2021-06-071-1/+1
|
* fix colspan for user view of reportsRigel Kent2021-06-071-2/+5
|
* add video upload types, add doc middleware to more routesRigel Kent2021-06-066-21/+88
|
* Speed up plugins loadingChocobozzz2021-06-0416-95/+63
|
* Use HTML config when possibleChocobozzz2021-06-0447-351/+265
|
* Load server config on app initChocobozzz2021-06-043-164/+34
|
* Add debug logs to plugin serviceChocobozzz2021-06-041-0/+12
|
* createThumbnail -> updateThumbnailChocobozzz2021-06-047-34/+34
|