aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/config.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add isNSFW instance configuration keyChocobozzz2019-02-201-4/+6
|
* Add hls support on serverChocobozzz2019-02-111-1/+7
|
* WIP : Indicate to users how "trending" works (#1458)Aurélien Béranger2019-01-141-0/+5
| | | | | | | | | | * Get the INTERVAL_DAYS const in the video-trending component * Change Trending section title * Add a tooltip to explain how trending section works * Minor CSS fix for the my-feed popover next to the titlepage
* Implement contact form in the clientChocobozzz2019-01-101-1/+1
|
* Implement contact form on server sideChocobozzz2019-01-101-27/+28
|
* Support additional video extensionsChocobozzz2018-12-111-1/+4
|
* Add error when email system is not configured and using the forgotChocobozzz2018-12-051-0/+4
| | | | password system
* Optimize config endpointChocobozzz2018-11-231-4/+4
|
* Fix config endpointChocobozzz2018-10-031-1/+1
|
* Fix get versionChocobozzz2018-10-021-2/+2
|
* show last commit hash alongside server version in footerRigel Kent2018-10-011-0/+5
|
* Refractor audit user identifierChocobozzz2018-09-191-6/+3
|
* add user account email verificiation (#977)Josh Morel2018-08-311-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1/+1
|
* Fix testsChocobozzz2018-08-281-0/+1
|
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-2/+5
| | | | | | | | | | | | | | | | | | | | * 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
* Correctly migrate to fs-extraChocobozzz2018-08-271-3/+3
|
* Cleanup utils helperChocobozzz2018-08-141-1/+1
|
* Add import.video.torrent configurationChocobozzz2018-08-081-1/+7
|
* Fix fps federationChocobozzz2018-08-061-1/+1
|
* Add import http enabled configurationChocobozzz2018-08-061-0/+14
|
* Add audit logs in various modulesAurélien Bertron2018-07-311-0/+16
| | | | | | | | | - Videos - Videos comments - Users - Videos channels - Videos abuses - Custom config
* Render CSS/title/description tags on server sideChocobozzz2018-07-181-0/+3
|
* Implement captions/subtitlesChocobozzz2018-07-161-1/+13
|
* feature: IP filtering on signup pageRigel Kent2018-05-221-2/+4
| | | | | | 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 embed a video in TwitterChocobozzz2018-05-111-0/+6
| | | | The instance should be whitelisted first
* 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
* Fix custom server configuration numbersChocobozzz2018-03-271-5/+8
|
* show quota in stats, display quota on the about page, fixes #405 (#421)Rigel Kent2018-03-271-0/+3
| | | move videoQuota under a user object, use byte PipeTransform
* Add short description in configChocobozzz2018-03-151-0/+5
|
* Add ability to change the homepageChocobozzz2018-03-011-0/+4
|
* Add stats routeChocobozzz2018-02-281-2/+2
|
* Add indentation in json configuration file generated by the adminChocobozzz2018-02-281-1/+1
| | | | interface
* Add warning in production.yamlChocobozzz2018-02-271-0/+1
| | | | To avoid confusion with the local-production.json file
* Add ability to add custom css/javascriptChocobozzz2018-02-221-2/+10
|
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-161-0/+6
|
* Add about pageChocobozzz2018-01-311-1/+19
|
* Add new name/terms/description config optionsChocobozzz2018-01-311-0/+5
|
* Add version in footerChocobozzz2018-01-311-0/+2
|
* Add ability to update some configuration keysChocobozzz2018-01-171-4/+87
|
* Add avatar max size limitChocobozzz2018-01-031-1/+14
|
* Propagate old comment on new followChocobozzz2017-12-281-1/+1
|
* Use async/await in controllersChocobozzz2017-10-261-15/+17
|
* Take in account transcoding for video quotaChocobozzz2017-10-191-1/+9
|
* Add ability to limit user registrationsChocobozzz2017-07-251-6/+9
|
* Share models between server and clientChocobozzz2017-06-171-2/+4
|
* Type functionsChocobozzz2017-06-101-1/+1
|
* require -> importChocobozzz2017-06-051-1/+1
|
* Type modelsChocobozzz2017-05-251-1/+1
|
* First typescript iterationChocobozzz2017-05-201-0/+22