aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
Commit message (Collapse)AuthorAgeFilesLines
* Automatically enable videos auto block on signupChocobozzz2020-11-181-0/+2
|
* reword unclear sentences, check for grammarRigel Kent2020-11-121-4/+4
| | | | fixes #3222
* Add max lives limitChocobozzz2020-11-091-0/+10
|
* Check live duration and sizeChocobozzz2020-11-091-36/+66
|
* Live streaming implementation first stepChocobozzz2020-11-091-1/+82
|
* adapt my-select-checkbox placeholder to its contextRigel Kent2020-08-111-0/+2
|
* Use ng select for multiselectChocobozzz2020-08-111-10/+12
|
* add and document new additional video extensions supported at uploadRigel Kent2020-08-101-1/+1
|
* Add P2P concept for HLS configChocobozzz2020-06-241-1/+1
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-131-0/+1
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* rephrase warning for self-hostable servicesRigel Kent2020-06-111-2/+2
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-5/+5
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* smaller miniature average size in fluid grid, updated admin instructions for ↵Rigel Kent2020-06-101-31/+38
| | | | global search
* First implem global searchChocobozzz2020-06-101-2/+82
|
* Support broadcast messagesChocobozzz2020-05-291-1/+54
|
* Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-281-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add arrows-angle-contract/expand bootstrap icons * Add grey textarea-background-color * Add maximized support to markdown-textarea + improve column display * Refactor CSS + add ResizeObservable * Replace bootstrap icons with softies * Add ResizeObserver typing definition * Add focus on textarea + Fix Observables * Propage component changes on markdown plugins * Ignore ResizeObserver not implemented in typescript yet * Move observers from constructor to click event * Add scss and css variables * Replace textareaWidth with textareaMaxWidth to fix others textareas * Clean unused css rules * Fix ResizeObserver unknown by TypeScript compiler * Set max-width: 100% for small and mobile views * Fix textarea/preview height on maximized mode * Add common padding textarea/preview side-by-side * Hide scrollbar sub-menu on small-views * Add maximized mode for mobile views * Fix sass calculate syntax * Revert custom CSS variable for inputBorderRadius and inputBorderColor * Remove unsued methods * Fix missing implement method Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Improving select displays, focus box-shadows for paginators, instructions ↵Rigel Kent2020-04-131-17/+18
| | | | for index url
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-021-19/+19
|
* Remove deprecated NgbTabsetModule moduleChocobozzz2020-04-011-23/+32
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-271-2/+2
|
* Properly scroll to anchors in links, especially in admin configRigel Kent2020-03-111-7/+11
|
* Add descriptions and links to admin configuration sectionsRigel Kent2020-03-111-0/+9
|
* Replace helpers with descriptions in admin configurationRigel Kent2020-03-101-44/+56
|
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-101-530/+628
|
* Replace uppercase text-transform by capitalized text sourceRigel Kent2020-02-211-16/+16
| | | | fixes #2085
* Strict templates enabledChocobozzz2020-02-101-2/+2
|
* Fix signup limit validator, and add warning message.Rigel Kent2020-01-311-2/+6
|
* Add action dropdown descriptionsRigel Kent2020-01-211-6/+6
|
* Fix admin config form for auto followChocobozzz2020-01-211-9/+8
|
* Add description for sensitive configuration options, reword othersRigel Kent2020-01-151-33/+48
|
* Add warning if admin disables webtorrentChocobozzz2020-01-061-0/+4
|
* Fix misplaced i18n tag in admin system configRigel Kent2020-01-061-1/+1
|
* Add checkbox focus shadows, and admin resolution descriptionsRigel Kent2020-01-061-1/+5
|
* Disable webtorrent support in clientChocobozzz2019-11-251-1/+20
|
* Add ability to enabled HLS in the admin panelChocobozzz2019-11-051-0/+22
|
* Some language fixes (#2198)Filip Bengtsson2019-10-231-13/+13
| | | | | | | | | | | | | | * Fix preposition * Fix French colon spacing * Some grammar fixes * Preposition fix * Update signup-success.component.html After suggestion from @frankstrater.
* Update translationsChocobozzz2019-10-221-2/+2
|
* Allow to choose 'Most liked videos' page as default client routeJulien Maulny2019-10-181-0/+1
|
* Add hardware information in instance configChocobozzz2019-09-051-0/+14
|
* Add creation reasonChocobozzz2019-09-051-7/+19
|
* Add about information in registration pageChocobozzz2019-09-051-54/+93
|
* Add more attributes to about pageChocobozzz2019-09-051-24/+111
|
* Implement auto follow in clientChocobozzz2019-09-041-0/+35
|
* WIP plugins: add theme supportChocobozzz2019-07-241-0/+17
|
* Add 4k conf in transcoding in admin panelChocobozzz2019-06-121-2/+2
|
* Add audio support in uploadChocobozzz2019-05-161-0/+8
|
* Add delete/manual approval instance followers in clientChocobozzz2019-04-081-0/+27
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-0/+17
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Fix custom CSS helpChocobozzz2019-03-201-8/+8
|
* Add isNSFW instance configuration keyChocobozzz2019-02-201-0/+9
|