aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Improve target bitrate calculationChocobozzz2021-08-067-36/+42
|
* Limit live bitrateChocobozzz2021-08-063-27/+39
|
* Remove deprecated transcoding job namesChocobozzz2021-08-051-12/+1
|
* Do not index remote actorsChocobozzz2021-08-051-2/+9
|
* Refactor notifierChocobozzz2021-08-0237-1231/+1627
|
* Fix oembed for playlistsChocobozzz2021-07-271-1/+1
|
* Fix buildChocobozzz2021-07-261-1/+1
|
* Refactor video links buildersChocobozzz2021-07-261-5/+5
|
* Use random names for VOD HLS playlistsChocobozzz2021-07-2612-94/+131
|
* Generate random uuid for video filesChocobozzz2021-07-265-36/+25
|
* Upgrade server dependenciesChocobozzz2021-07-221-3/+3
|
* Merge branch 'next' into developChocobozzz2021-07-218-8/+24
|\
| * Add ability for instances to follow any actorChocobozzz2021-07-212-2/+18
| |
| * Refactor requestsChocobozzz2021-07-205-5/+5
| |
| * Introduce comments commandChocobozzz2021-07-201-1/+1
| |
* | Introduce generic video constant manager for pluginslutangar2021-07-162-179/+182
|/ | | | | Allow a plugin developer to get back constants values, and reset constants deletions or additions.
* 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
|