aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin
Commit message (Collapse)AuthorAgeFilesLines
* Refactor feed componentChocobozzz2021-04-151-12/+4
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-155-23/+7
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Add settings button after plugin installChocobozzz2021-04-124-4/+17
|
* Add alert modal in plugins on major upgradeChocobozzz2021-04-121-0/+19
|
* Fix client buildChocobozzz2021-04-121-1/+1
|
* Add `i18n` prop where it is missing (#3946)Marcin Mikołajczak2021-04-125-14/+14
| | | | | | | | | | | | | | | * Add `i18n` prop * Update video-comment-list.component.html * Update account-blocklist.component.html * Update server-blocklist.component.html * Update video-redundancies-list.component.html * Update following-list.component.html * Update followers-list.component.html
* Add ability to hide plugin settingsChocobozzz2021-04-091-7/+11
|
* Translate plugin optionsChocobozzz2021-04-093-25/+39
|
* Merge branch 'release/3.1.0' into developChocobozzz2021-04-084-8/+23
|\
| * Fix updating transcoding profilesChocobozzz2021-04-084-8/+23
| |
* | Add ability to update the bannerChocobozzz2021-04-083-9/+3
| |
* | Theme breaking: --submenuColor becomes --submenuBackgroundColorChocobozzz2021-03-311-1/+1
| |
* | fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * title attribute is missing on <iframe> tag suggested for embedding #3861 * fix #3901 * fix: escapeHTML #3901 * fix: playlist title instead of video title #3901 * fix #3901 * assign title directly #3901
* | Auto focus plugin search inputChocobozzz2021-03-241-1/+1
| |
* | Adjust search results note for i18n, adjust typeahead helperRigel Kent2021-03-241-2/+2
|/
* Fix default boolean plugin settingChocobozzz2021-03-091-1/+1
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-0/+1
|
* Fix broken local actorsChocobozzz2021-02-261-0/+2
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* Fix jobs type list orderChocobozzz2021-02-191-1/+1
|
* Remember last log typeChocobozzz2021-02-181-3/+15
|
* Add ability to update torrents cache in clientChocobozzz2021-02-183-1/+18
|
* Use new doc website linksChocobozzz2021-02-121-1/+1
|
* Link to auto follow documentationChocobozzz2021-02-121-1/+1
|
* Improve edit config submit errorChocobozzz2021-02-103-4/+34
|
* Add missing live config validatorsChocobozzz2021-02-102-5/+10
|
* 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-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
|