aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server/server-config.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add error when email system is not configured and using the forgotChocobozzz2018-12-051-0/+4
| | | | password system
* show last commit hash alongside server version in footerRigel Kent2018-10-011-0/+1
|
* add user account email verificiation (#977)Josh Morel2018-08-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-0/+1
| | | | | | | | | | | | | | | | | | | | * 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-0/+3
|
* Fix fps federationChocobozzz2018-08-061-2/+1
|
* Add import http enabled configurationChocobozzz2018-08-061-0/+9
|
* Implement captions/subtitlesChocobozzz2018-07-161-0/+9
|
* feature: IP filtering on signup pageRigel Kent2018-05-221-1/+2
| | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-0/+3
| | | | There is a global instance setting and a per user setting
* show quota in stats, display quota on the about page, fixes #405 (#421)Rigel Kent2018-03-271-0/+4
| | | move videoQuota under a user object, use byte PipeTransform
* Add short description in configChocobozzz2018-03-151-0/+1
|
* Add ability to change the homepageChocobozzz2018-03-011-1/+2
|
* Add stats routeChocobozzz2018-02-281-0/+40