aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
Commit message (Collapse)AuthorAgeFilesLines
...
* Properly scroll to anchors in links, especially in admin configRigel Kent2020-03-111-2/+27
|
* Fix admin config form for auto followChocobozzz2020-01-211-2/+4
|
* Add description for sensitive configuration options, reword othersRigel Kent2020-01-151-0/+2
|
* Add warning if admin disables webtorrentChocobozzz2020-01-061-22/+51
|
* Fix misplaced i18n tag in admin system configRigel Kent2020-01-061-1/+1
|
* Add checkbox focus shadows, and admin resolution descriptionsRigel Kent2020-01-061-2/+3
|
* 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-251-0/+3
|
* Add ability to enabled HLS in the admin panelChocobozzz2019-11-051-1/+4
|
* Add hardware information in instance configChocobozzz2019-09-051-0/+2
|
* Add creation reasonChocobozzz2019-09-051-0/+2
|
* Add more attributes to about pageChocobozzz2019-09-051-13/+55
|
* Implement auto follow in clientChocobozzz2019-09-041-0/+11
|
* WIP plugins: load theme on client sideChocobozzz2019-07-241-0/+1
|
* WIP plugins: add theme supportChocobozzz2019-07-241-0/+7
|
* Add 4k conf in transcoding in admin panelChocobozzz2019-06-121-8/+27
|
* Add audio support in uploadChocobozzz2019-05-161-0/+1
|
* Add delete/manual approval instance followers in clientChocobozzz2019-04-081-1/+7
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-0/+7
| | | | | | | | | | | | | | | | | | | | * 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
* Add isNSFW instance configuration keyChocobozzz2019-02-201-0/+1
|
* Add contact form checkbox in admin formChocobozzz2019-01-101-133/+70
|
* Refractor notification serviceChocobozzz2018-12-191-5/+5
| | | | Shorter name and use primeng component
* Support additional video extensionsChocobozzz2018-12-111-0/+3
|
* 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
* remove confirm modal for asset injection in edit-custom-config (#1219)Micah Elizabeth Scott2018-10-071-24/+0
|
* Fix quota translationsChocobozzz2018-09-261-31/+20
|
* remove unused importsBO412018-09-221-2/+0
|
* add user account email verificiation (#977)Josh Morel2018-08-311-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host
* Add features table on signupChocobozzz2018-08-281-0/+8
|
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-5/+19
| | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo
* Add import.video.torrent configurationChocobozzz2018-08-081-1/+6
|
* Add import http enabled configurationChocobozzz2018-08-061-1/+10
|
* adding tests for audio conversionsRigel Kent2018-08-011-1/+1
|
* ffmpeg auto threadJorropo2018-08-011-0/+1
| | | | Set thread count to 0 and ffmpeg will chose automaticaly
* Handle subtitles in playerChocobozzz2018-07-161-0/+1
|
* Implement captions/subtitlesChocobozzz2018-07-161-0/+4
|
* Add form validator translationsChocobozzz2018-06-051-24/+14
|
* Form validators refractoringChocobozzz2018-06-051-54/+24
|
* Fix i18n in componentsChocobozzz2018-06-051-3/+3
|
* Add frenchChocobozzz2018-06-051-1/+1
|
* Add i18n attributesChocobozzz2018-06-051-10/+18
|
* Add ability to embed a video in TwitterChocobozzz2018-05-111-1/+13
| | | | The instance should be whitelisted first
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-0/+4
| | | | There is a global instance setting and a per user setting
* Force form validation in configurationChocobozzz2018-03-231-0/+2
|
* Add short description in configChocobozzz2018-03-151-1/+6
|
* Add ability to change the homepageChocobozzz2018-03-011-1/+5
|
* Add stats routeChocobozzz2018-02-281-1/+1
|