aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Add hardware information in instance configChocobozzz2019-09-052-0/+8
|
* Add creation reasonChocobozzz2019-09-052-2/+55
|
* Add more attributes to about pageChocobozzz2019-09-051-0/+47
|
* Add auto follow back support for instancesChocobozzz2019-09-042-0/+31
|
* Consistency between default.yaml and production.yamlChocobozzz2019-08-292-8/+8
|
* email object -> email subjectChocobozzz2019-08-222-2/+2
|
* Add margin to plugin blocks in adminChocobozzz2019-07-302-2/+2
|
* Add gitlab ci supportChocobozzz2019-07-291-0/+3
|
* Update client dependenciesChocobozzz2019-07-251-0/+4
|
* Add plugin API testsChocobozzz2019-07-246-0/+6
|
* Check latest plugins version with config intervalChocobozzz2019-07-242-2/+4
|
* Add ability to search available pluginsChocobozzz2019-07-242-0/+14
|
* WIP plugins: add theme supportChocobozzz2019-07-242-0/+6
|
* WIP plugins: add ability to register pluginsChocobozzz2019-07-242-0/+2
|
* Fix travis testsChocobozzz2019-07-041-0/+3
|
* Add rate limit to registration and API endpointsChocobozzz2019-07-043-0/+24
|
* Feature/logrotation (#1881)Nassim Bounouas2019-06-112-0/+4
| | | | | | | | | | | | | | * #1775 Configure the activation or deactivation of winston log rotation * Winston log rotation enabled by default #1775 * #1775 tslint correction * #1775 FileTransportOptions typed and configuration files * #1775 tslint correction * #1775 log.rotation.enabled configuration binding
* Fix email object/body configurationsChocobozzz2019-06-111-2/+6
|
* Improve 4K video quality after transcodingChocobozzz2019-06-063-0/+3
|
* Merge branch 'feature/audio-upload' into developChocobozzz2019-05-214-0/+6
|\
| * Add audio upload testsChocobozzz2019-05-171-0/+1
| |
| * Add audio support in uploadChocobozzz2019-05-163-0/+5
| |
* | Allow to control emails prefix and signature with config (#1789)Yohan Boniface2019-05-171-0/+6
|/ | | | | | * Allow to control emails prefix and signature with config * Adapt email config according to @Chocobozzz review
* Prepare 1.3 RC1 changelogChocobozzz2019-05-132-2/+2
|
* Allow to control RATES_LIMIT from configuration (#1787)Yohan Boniface2019-04-262-0/+20
| | | | | | * Allow to control RATES_LIMIT from configuration * @Chocobozzz review (squash me)
* Add ability to delete old remote viewsChocobozzz2019-04-122-0/+21
|
* Add ability to limit videos history sizeChocobozzz2019-04-112-0/+13
|
* Add ability to disable trackerChocobozzz2019-04-102-0/+20
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-082-0/+4
|
* Add ability to forbid followersChocobozzz2019-04-082-2/+12
|
* add quarantine videos feature (#1637)Josh Morel2019-04-022-0/+12
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Add videos playlist exist testsChocobozzz2019-03-187-7/+7
|
* Rename streaming playlists routes/directoriesChocobozzz2019-03-181-1/+1
|
* BREAKING: update CSP configurationChocobozzz2019-02-212-2/+11
| | | | Disable it by default and add ability to specify a custom report uri
* Add isNSFW instance configuration keyChocobozzz2019-02-202-0/+8
|
* HLS is only supported by ffmpeg 4Chocobozzz2019-02-122-6/+6
| | | | Because of https://github.com/FFmpeg/FFmpeg/commit/c8f625f52998faa9bf0fe22701f1684e51edfc07
* Add ffmpeg version in config for hls transcodingChocobozzz2019-02-112-0/+2
|
* Add hls support on serverChocobozzz2019-02-119-0/+26
|
* Implement contact form on server sideChocobozzz2019-01-103-1/+14
|
* add Content Security Policy (#1252)Rigel Kent2018-12-132-0/+4
| | | | | | | | | | | | | | | | | | | | | | * add Content Security Policy * remove reflect-metadata on production builds to get rid of unsafe-eval * fix baseCSP usage * add SRI to CSP * add blob: to media-src * remove SRI * CSP set to reportOnly * adding data: to connect-src CSP * remove block-all-mixed-content * add report-uri support
* Support additional video extensionsChocobozzz2018-12-114-0/+6
|
* Add tmp and redundancy directoriesChocobozzz2018-12-049-3/+19
|
* Check follow constraints when getting a videoChocobozzz2018-11-162-2/+8
|
* Fix test configurationChocobozzz2018-10-081-1/+1
|
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-243-4/+19
|
* Add redundancy check interval in configChocobozzz2018-09-193-0/+3
|
* Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-193-30/+33
|
* Reduce video.ts file size by moving some methods in other filesChocobozzz2018-09-191-1/+1
|
* normalize robot.txt and specify test servers as scope of security auditsRigel Kent2018-09-182-2/+2
|
* Fix checker if we don't have redundancy strategiesChocobozzz2018-09-171-3/+3
|