aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/config.ts
Commit message (Expand)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
* 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
* 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 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
* 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
* 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
* Add ability to embed a video in TwitterChocobozzz2018-05-111-0/+6
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-0/+3
* 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
* 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
* Add warning in production.yamlChocobozzz2018-02-271-0/+1
* 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