aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Provide sourcemaps in releaseChocobozzz2021-02-111-2/+2
|
* Remove es5 module supportChocobozzz2021-02-111-1/+1
| | | | | | | Avoid using differential loading. Break compat with IE11, Opera Mini, UC Browser for Android See https://caniuse.com/?search=es6-module for more information
* Fix comments sorting dropdown z-indexChocobozzz2021-02-111-1/+1
|
* Allow plugins to load a video by idChocobozzz2021-02-114-6/+22
|
* Update stats formatChocobozzz2021-02-111-2/+5
|
* Add client build stats scriptChocobozzz2021-02-101-0/+33
|
* Improve edit config submit errorChocobozzz2021-02-103-4/+34
|
* Add missing live config validatorsChocobozzz2021-02-103-5/+34
|
* Fix bundlewatch branch baseChocobozzz2021-02-101-0/+1
|
* Small edit config refactorChocobozzz2021-02-109-61/+136
|
* Split admin conf pageChocobozzz2021-02-1016-1431/+1622
|
* Add fragment support in admin conf pageChocobozzz2021-02-102-3/+17
|
* Add ability to set a custom quotaChocobozzz2021-02-1021-105/+141
|
* Support custom value in ng-selectChocobozzz2021-02-1013-118/+168
|
* Remove vips dependency from FreeBSD instructionsGopherslol2021-02-091-1/+1
|
* Try to recover from network errorsChocobozzz2021-02-091-3/+22
|
* Painfully debug concurrent import jobsChocobozzz2021-02-093-24/+44
|
* Add OpenBSD instructions to dependencies.mdGopherslol2021-02-091-0/+31
| | | First time making a pull request. Please let me know if I am doing this wrong
* Ensure we don't receive things from local actorsChocobozzz2021-02-081-1/+1
|
* Increase test timeoutChocobozzz2021-02-081-1/+1
|
* Add cron to debian dependenciesChocobozzz2021-02-081-1/+1
| | | | Just in case, needed by certbot
* Update production.mdG4dter2021-02-081-0/+1
|
* Update production.mdG4dter2021-02-081-1/+1
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-0822-33/+133
|
* Optimize videos list API endpointChocobozzz2021-02-081-10/+11
|
* Support NodeJS 14 and 15, deprecate Node 10Chocobozzz2021-02-046-15/+14
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-0415-22/+57
| | | | | | 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.
* Upgrade tools dependenciesChocobozzz2021-02-032-421/+534
|
* refactor noscript/incompatible browser messages (#3684)Cadence Ember2021-02-032-12/+27
| | | | | also align noscript and incompatible browser styles Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Upgrade client dependenciesChocobozzz2021-02-037-1450/+1046
|
* Fix get video from redudancyChocobozzz2021-02-031-2/+2
|
* Update angularChocobozzz2021-02-032-809/+1155
|
* Update server dependenciesChocobozzz2021-02-0342-1558/+1327
|
* Add ability to build client with source mapsChocobozzz2021-02-022-2/+7
|
* Fix HLS generation after import scriptChocobozzz2021-02-023-4/+15
|
* Fix tmp testsChocobozzz2021-02-021-2/+6
|
* Transcode HLS playlists in a tmp directoryChocobozzz2021-02-021-5/+22
|
* Fix broken HLS playback with some audio streamsChocobozzz2021-02-021-0/+4
|
* Fix small UI bugsChocobozzz2021-02-023-8/+17
|
* Fix hls testsChocobozzz2021-02-021-1/+1
|
* Transcode audio uploads to lower resolutionsChocobozzz2021-02-023-424/+523
| | | | Better consistency
* Purge entire video from redundancyChocobozzz2021-02-022-1/+60
|
* fix trending page scrollRigel Kent2021-02-011-1/+7
| | | | fixes #3665
* exclude support for non-release external dependenciesRigel Kent2021-02-011-0/+2
|
* Fix lintChocobozzz2021-02-012-5/+12
|
* Add ability to update plugin authChocobozzz2021-02-019-8/+62
|
* Improve parse log with sqlChocobozzz2021-02-012-2/+15
|
* Fix testsChocobozzz2021-02-013-40/+48
|
* Fix URI search config updateChocobozzz2021-02-011-2/+2
|
* Correctly remove torrents with HLS onlyChocobozzz2021-02-011-0/+1
|