aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin
Commit message (Collapse)AuthorAgeFilesLines
...
* Add fragment support in admin conf pageChocobozzz2021-02-102-3/+17
|
* Add ability to set a custom quotaChocobozzz2021-02-107-71/+86
|
* Support custom value in ng-selectChocobozzz2021-02-103-57/+49
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-082-0/+38
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-041-0/+2
| | | | | | 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.
* Add ability to update plugin authChocobozzz2021-02-013-1/+19
|
* add description to live transcoding profile selectorRigel Kent2021-01-291-9/+16
|
* add description to transcoding profile selectorRigel Kent2021-01-281-8/+15
|
* Support transcoding profile in client adminChocobozzz2021-01-282-1/+45
|
* move from trending routes to alg paramRigel Kent2021-01-282-23/+27
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-282-3/+30
|
* only count comments from people other than the video authorRigel Kent2021-01-281-0/+1
|
* Add refresh button in jobs listChocobozzz2021-01-263-1/+16
|
* Safely remove webtorrent filesChocobozzz2021-01-251-3/+3
| | | | Only remove them on max quality HLS playlist generation
* Add priority to transcoding jobsChocobozzz2021-01-253-8/+11
| | | | | | | | | | (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
* Fix job table colspanChocobozzz2021-01-211-1/+5
|
* Support progress for ffmpeg tasksChocobozzz2021-01-213-4/+22
|
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-151-1/+1
| | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors
* add admin reminder in case of transcode with no selected resolution to generateRigel Kent2021-01-131-0/+4
|
* Move orange admin buttons on the left sideChocobozzz2021-01-132-10/+14
|
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-131-0/+4
|
* Fix duplicate entry in job list pageChocobozzz2021-01-111-1/+0
|
* Retrieve user by id instead of usernameChocobozzz2021-01-111-5/+0
|
* Fix twitter config descriptionChocobozzz2021-01-111-1/+2
| | | | It's not optional
* Fix theme npm linkChocobozzz2021-01-115-6/+22
|
* Add more hints regarding live portChocobozzz2021-01-112-2/+7
|
* Don't display log level in audit logs viewChocobozzz2020-12-302-1/+2
|
* Fix some accessibility issuesChocobozzz2020-12-223-5/+5
|
* Fix admin table filtersChocobozzz2020-12-173-3/+3
|
* Fix ng-select widthChocobozzz2020-12-151-5/+4
|
* Fix password input in edit userChocobozzz2020-12-152-3/+11
|
* Use -1 for max live duration unlimitedChocobozzz2020-12-153-15/+9
|
* Fix ng select in adminChocobozzz2020-12-152-8/+12
|
* restore live transcoding to live streaming tabRigel Kent2020-12-141-84/+71
|
* slightly clearer layout of transcoding configurationRigel Kent2020-12-143-128/+236
|
* add display of logs matching any stateRigel Kent2020-12-133-14/+46
|
* admin config: fix typokontrollanten2020-12-111-1/+1
| | | https://www.grammarly.com/blog/know-your-latin-i-e-vs-e-g/
* unify inputs requiring buttons like password inputsRigel Kent2020-12-041-4/+3
|
* Fix duplicate ids in admin config formChocobozzz2020-12-011-3/+3
|
* Added Markdown formatting in all the fields of the "About" page (#3371)Florian CUNY2020-11-301-15/+15
| | | | | | | | | | | | | * Added Markdown formatting in all the fields of the "About" page Fixes https://github.com/Chocobozzz/PeerTube/issues/3368 * Fixed compilation error in AboutInstanceComponent Moved creationReason, maintenanceLifetime and businessModel into the html dict * Removed textareaHeight for all md textareas in EditCustomConfig HTML * Fixed failing bundlewatch
* Profile settings title consistencyChocobozzz2020-11-261-3/+3
|
* Create a dedicated transcoding tab in admin configChocobozzz2020-11-261-135/+133
|
* Add new default different avatar for channel and accountkimsible2020-11-251-2/+2
|
* refactor scoped token serviceRigel Kent2020-11-251-1/+1
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-1/+1
|
* add explicit numbers in configuration number inputsRigel Kent2020-11-213-23/+50
| | | | fixes #1346
* Add ability to bulk delete commentsChocobozzz2020-11-203-4/+53
|
* Upgrade client dependenciesChocobozzz2020-11-194-31/+4
| | | | Migrate removed primeng theme to custom CSS
* Automatically enable videos auto block on signupChocobozzz2020-11-183-0/+35
|
* Use badge in video block listChocobozzz2020-11-163-16/+15
|