aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/config.ts
Commit message (Collapse)AuthorAgeFilesLines
...
* 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