aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/config
Commit message (Collapse)AuthorAgeFilesLines
...
* Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-282-18/+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>
* Support rel="me" links in markdownChocobozzz2020-04-161-1/+1
|
* Refactor follow/mute as modals in admin, add actions in abuse listRigel Kent2020-04-144-0/+168
|
* Improving select displays, focus box-shadows for paginators, instructions ↵Rigel Kent2020-04-132-21/+26
| | | | 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-012-29/+39
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-272-2/+7
|
* hide RSS for comments, normalize video-channel edit with account editRigel Kent2020-03-121-1/+1
|
* Properly scroll to anchors in links, especially in admin configRigel Kent2020-03-112-9/+38
|
* 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-102-541/+660
|
* 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-312-2/+11
|
* Add action dropdown descriptionsRigel Kent2020-01-211-6/+6
|
* Fix admin config form for auto followChocobozzz2020-01-212-11/+12
|
* Add description for sensitive configuration options, reword othersRigel Kent2020-01-153-33/+55
|
* Add warning if admin disables webtorrentChocobozzz2020-01-062-22/+55
|
* Fix misplaced i18n tag in admin system configRigel Kent2020-01-062-2/+2
|
* Add checkbox focus shadows, and admin resolution descriptionsRigel Kent2020-01-062-3/+8
|
* Lazy load static objectsChocobozzz2019-12-181-9/+14
|
* Fix testsChocobozzz2019-11-271-1/+1
|
* Add audio-only option to transcoders and playerfrankdelange2019-11-251-0/+4
| | | | | | | | This patch adds an audio-only option to PeerTube by means of a new transcoding configuration which creates mp4 files which only contain an audio stream. This new transcoder has a resolution of '0' and is presented in the preferences and in the player resolution menu as 'Audio-only' (localised). When playing such streams the player shows the file thumbnail as background and disables controls autohide. Audio-only files can be shared and streamed just like any other file. They can be downloaded as well, the resulting file will be an mp4 container with a single audio stream. This patch is a proof of concept to show the feasibility of 'true' audio-only support. There are better ways of doing this which also enable multiple audio streams for a given video stream (e.g. DASH) but as this would entail a fundamental change in the way PeerTube works it is a bridge too far for a simple proof of concept.
* Disable webtorrent support in clientChocobozzz2019-11-252-1/+23
|
* Add ability to enabled HLS in the admin panelChocobozzz2019-11-052-1/+26
|
* 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-052-0/+16
|
* Add creation reasonChocobozzz2019-09-053-9/+23
|
* Add about information in registration pageChocobozzz2019-09-051-54/+93
|
* Add more attributes to about pageChocobozzz2019-09-053-37/+175
|
* Implement auto follow in clientChocobozzz2019-09-042-0/+46
|
* WIP plugins: load theme on client sideChocobozzz2019-07-241-0/+1
|
* WIP plugins: add theme supportChocobozzz2019-07-242-0/+24
|
* Add 4k conf in transcoding in admin panelChocobozzz2019-06-122-10/+29
|
* Add audio support in uploadChocobozzz2019-05-162-0/+9
|
* Add delete/manual approval instance followers in clientChocobozzz2019-04-082-1/+34
|
* add quarantine videos feature (#1637)Josh Morel2019-04-022-0/+24
| | | | | | | | | | | | | | | | | | | | * 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-202-0/+10
|
* Add contact form checkbox in admin formChocobozzz2019-01-102-377/+321
|
* Refractor notification serviceChocobozzz2018-12-191-5/+5
| | | | Shorter name and use primeng component
* Support additional video extensionsChocobozzz2018-12-112-0/+11
|
* Fix checkbox marginsChocobozzz2018-11-191-29/+40
|
* Better typingsChocobozzz2018-10-181-2/+2
|
* NoImplicitAny flag true (#1157)BO412018-10-181-2/+2
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* improve description of the HTTP video import featureRigel Kent2018-10-151-1/+1
|
* remove confirm modal for asset injection in edit-custom-config (#1219)Micah Elizabeth Scott2018-10-071-24/+0
|