aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/constants.ts
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename request timeoutChocobozzz2021-03-031-2/+2
|
* Increase broadcast concurrencyChocobozzz2021-03-031-1/+1
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-1/+11
|
* Fix broken local actorsChocobozzz2021-02-261-2/+5
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* Increase jobs request timeoutChocobozzz2021-02-261-1/+1
|
* Add m4a supportChocobozzz2021-02-251-0/+1
|
* Fix async issues with channels listChocobozzz2021-02-251-0/+2
|
* Fix latest migrationsChocobozzz2021-02-191-1/+1
| | | | | | | | We made an historical mistake: we have a unique key on videoId, resolution AND fps. But the filenames and torrent filenames do not have fps in their name Remove these duplicate entries
* Don't guess remote tracker URLChocobozzz2021-02-181-1/+1
|
* Add video files migrationChocobozzz2021-02-181-1/+1
|
* Dissociate video file names and video uuidChocobozzz2021-02-181-5/+8
|
* Generate a name for caption filesChocobozzz2021-02-161-1/+1
|
* Generate a name for thumbnailsChocobozzz2021-02-161-1/+1
| | | | Allows aggressive caching
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-3/+1
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-041-1/+1
| | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet.
* Use a profile manager for transcodingChocobozzz2021-01-281-12/+0
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-281-1/+1
| | | | recommendation variant
* Fix live RAM usage when ffmpeg is too slowChocobozzz2021-01-271-1/+3
|
* Add missing niceness to ffmpeg thumbnail processesChocobozzz2021-01-271-2/+2
|
* Fix testsChocobozzz2021-01-261-2/+1
|
* Allow webp image uploadsChocobozzz2021-01-261-2/+2
|
* Add priority to transcoding jobsChocobozzz2021-01-251-0/+7
| | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days
* specific niceness for live transcodingRigel Kent2021-01-131-2/+5
|
* Reduce inbox stats updated intervalChocobozzz2021-01-081-1/+1
|
* Add AP statsChocobozzz2020-12-151-1/+3
|
* Add permanent live supportChocobozzz2020-12-031-1/+1
|
* Keep displayName as valid playlist sortChocobozzz2020-12-011-1/+1
|
* Add local actor follow url migrationChocobozzz2020-12-011-1/+1
|
* Fix sort fields on Video PlaylistsArman2020-12-011-1/+1
| | | displayName does not exist in VideoPlaylistModel, the correct field is `name`
* Fix high CPU with long live when save replay is trueChocobozzz2020-11-301-0/+1
|
* Fix migration and testChocobozzz2020-11-251-1/+1
|
* Export encoders options in a dedicated structChocobozzz2020-11-251-0/+12
|
* Add pixel size to tooltip and gif support with FFmpeg for avatar upload (#3329)Kimsible2020-11-251-1/+1
| | | | | | | | | * Add avatar pixel size upload in tooltip * Add gif support for avatar * Add ffmpeg GIF process Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add actor follow url migrationChocobozzz2020-11-201-1/+1
|
* Update live settings edge delayChocobozzz2020-11-181-1/+1
|
* Increase live delayChocobozzz2020-11-171-1/+1
|
* Implement video comment list in adminChocobozzz2020-11-131-0/+3
|
* Delay notification when waiting for a liveChocobozzz2020-11-121-0/+2
|
* Force signed headers in http signaturesChocobozzz2020-11-121-0/+4
| | | | Thanks Roger
* Use our implementation of randomIntChocobozzz2020-11-101-1/+2
|
* Cleanup follows of orphean actorsChocobozzz2020-11-101-1/+1
|
* Delay video views scheduled jobChocobozzz2020-11-101-11/+11
| | | | To not overload the federation
* Fix live migrationsChocobozzz2020-11-101-1/+1
|
* Update ffmpeg static version for testsChocobozzz2020-11-091-1/+1
|
* Handle views for live videosChocobozzz2020-11-091-3/+8
|
* Revert some mistakesChocobozzz2020-11-091-4/+3
|
* Reduce P2P blacklist in trackerChocobozzz2020-11-091-1/+1
|
* Add save replay live testsChocobozzz2020-11-091-2/+3
|
* Add check constraints live testsChocobozzz2020-11-091-0/+1
|
* Fix replay savingChocobozzz2020-11-091-1/+3
|