aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/config
Commit message (Collapse)AuthorAgeFilesLines
* Fix quota translationsChocobozzz2018-09-262-33/+49
|
* remove unused importsBO412018-09-222-4/+1
|
* add theming via css custom propertiesRigel Kent2018-09-041-1/+1
| | | | and a bonus dark color theme toggle
* Add overview videos to homepage optionsChocobozzz2018-09-041-0/+1
|
* add user account email verificiation (#977)Josh Morel2018-08-312-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-282-5/+33
| | | | | | | | | | | | | | | | | | | | * 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
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-091-254/+259
|
* Add import.video.torrent configurationChocobozzz2018-08-082-1/+11
|
* Add import http enabled configurationChocobozzz2018-08-062-1/+17
|
* 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
* Improve frontend accessibilityChocobozzz2018-07-171-31/+19
| | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons
* Handle subtitles in playerChocobozzz2018-07-161-0/+1
|
* Implement captions/subtitlesChocobozzz2018-07-162-4/+21
|
* Update i18n sourceChocobozzz2018-06-281-1/+1
|
* Add warning regarding transcodingChocobozzz2018-06-071-0/+2
|
* Add help if the config is invalidChocobozzz2018-06-072-0/+6
|
* Translate tab headsChocobozzz2018-06-051-3/+3
|
* Add form validator translationsChocobozzz2018-06-052-25/+15
|
* 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-052-72/+96
|
* Improve Twitter config helpChocobozzz2018-05-311-2/+2
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-2/+3
|
* Add ability to embed a video in TwitterChocobozzz2018-05-112-218/+267
| | | | The instance should be whitelisted first
* Add video channel managementChocobozzz2018-04-261-1/+1
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-192-0/+20
| | | | There is a global instance setting and a per user setting
* Improve admin css helpChocobozzz2018-04-041-2/+19
|
* Fix error display on edit config in adminChocobozzz2018-03-231-0/+9
|
* Force form validation in configurationChocobozzz2018-03-231-0/+2
|
* Add "Local videos" option for instanceDefaultClientRoute (#343)David Libeau2018-03-161-0/+1
|
* Add short description in configChocobozzz2018-03-153-1/+21
|
* Add ability to change the homepageChocobozzz2018-03-012-1/+15
|
* Add stats routeChocobozzz2018-02-282-2/+2
|
* Add help to customizations configuration optionsChocobozzz2018-02-271-0/+2
|
* Add help tooltipChocobozzz2018-02-221-4/+4
|
* Add confirm when admin use custom js/cssChocobozzz2018-02-222-3/+31
|
* Add ability to add custom css/javascriptChocobozzz2018-02-223-4/+44
|
* Add new name/terms/description config optionsChocobozzz2018-01-312-1/+59
|
* Add ability to update some configuration keysChocobozzz2018-01-178-0/+371