aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
Commit message (Collapse)AuthorAgeFilesLines
...
* Add video files migrationChocobozzz2021-02-182-1/+56
|
* Dissociate video file names and video uuidChocobozzz2021-02-183-6/+12
|
* Generate a name for caption filesChocobozzz2021-02-162-1/+49
|
* Generate a name for thumbnailsChocobozzz2021-02-162-1/+25
| | | | Allows aggressive caching
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-084-5/+16
|
* Support NodeJS 14 and 15, deprecate Node 10Chocobozzz2021-02-041-2/+2
|
* 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.
* Fix URI search config updateChocobozzz2021-02-011-2/+2
|
* Support transcoding profile in client adminChocobozzz2021-01-281-1/+2
|
* Support transcoding options/encoders by pluginsChocobozzz2021-01-282-29/+2
|
* Use a profile manager for transcodingChocobozzz2021-01-281-12/+0
|
* move from trending routes to alg paramRigel Kent2021-01-281-7/+5
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-281-1/+9
|
* 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
|
* Disable sql prettifier by defaultChocobozzz2021-01-261-1/+2
| | | | It adds too much lines, leading to difficulties when reading dev logs
* Fix sendmail emailerChocobozzz2021-01-261-1/+5
|
* prettify SQL queries during debug (#3635)Rigel Kent2021-01-251-3/+3
| | | | | | | * prettify SQL queries during debug * Use sql-formatter Co-authored-by: Chocobozzz <me@florianbigard.com>
* 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
|
* feat: allow administrator to disable logging of ping requestsJohan Fleury2021-01-131-1/+2
|
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-132-2/+5
|
* Reduce inbox stats updated intervalChocobozzz2021-01-081-1/+1
|
* Add AP statsChocobozzz2020-12-151-1/+3
|
* Upgrade sequelize to v6Chocobozzz2020-12-0917-17/+4
|
* Add permanent live supportChocobozzz2020-12-032-1/+28
|
* Prepare changelogChocobozzz2020-12-021-1/+1
|
* Keep displayName as valid playlist sortChocobozzz2020-12-011-1/+1
|
* Add local actor follow url migrationChocobozzz2020-12-012-1/+28
|
* 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-252-7/+18
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-0/+40
|
* Add live transcoding bit rate testsChocobozzz2020-11-251-2/+0
|
* Export encoders options in a dedicated structChocobozzz2020-11-252-11/+30
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-1/+1
|
* 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-202-1/+27
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-3/+3
|
* Fix youtube-dl ipv4 PRChocobozzz2020-11-181-3/+1
|
* default youtube-dl to use ipv4 (#3311)Mark Van den Borre2020-11-181-0/+3
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* 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
|