Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Feature/logrotation (#1881) | Nassim Bounouas | 2019-06-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | * #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 | ||||
* | Improve 4K video quality after transcoding | Chocobozzz | 2019-06-06 | 1 | -0/+1 |
| | |||||
* | Merge branch 'feature/audio-upload' into develop | Chocobozzz | 2019-05-21 | 1 | -0/+2 |
|\ | |||||
| * | Add audio support in upload | Chocobozzz | 2019-05-16 | 1 | -0/+2 |
| | | |||||
* | | Allow to control emails prefix and signature with config (#1789) | Yohan Boniface | 2019-05-17 | 1 | -0/+6 |
|/ | | | | | | * Allow to control emails prefix and signature with config * Adapt email config according to @Chocobozzz review | ||||
* | Prepare 1.3 RC1 changelog | Chocobozzz | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | Allow to control RATES_LIMIT from configuration (#1787) | Yohan Boniface | 2019-04-26 | 1 | -0/+10 |
| | | | | | | * Allow to control RATES_LIMIT from configuration * @Chocobozzz review (squash me) | ||||
* | Add ability to delete old remote views | Chocobozzz | 2019-04-12 | 1 | -0/+10 |
| | |||||
* | Add ability to limit videos history size | Chocobozzz | 2019-04-11 | 1 | -0/+7 |
| | |||||
* | Add ability to disable tracker | Chocobozzz | 2019-04-10 | 1 | -0/+10 |
| | |||||
* | Add ability to manually approves instance followers in REST API | Chocobozzz | 2019-04-08 | 1 | -0/+2 |
| | |||||
* | Add ability to forbid followers | Chocobozzz | 2019-04-08 | 1 | -0/+5 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Rename streaming playlists routes/directories | Chocobozzz | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | BREAKING: update CSP configuration | Chocobozzz | 2019-02-21 | 1 | -2/+5 |
| | | | | Disable it by default and add ability to specify a custom report uri | ||||
* | Add isNSFW instance configuration key | Chocobozzz | 2019-02-20 | 1 | -0/+4 |
| | |||||
* | HLS is only supported by ffmpeg 4 | Chocobozzz | 2019-02-12 | 1 | -3/+3 |
| | | | | Because of https://github.com/FFmpeg/FFmpeg/commit/c8f625f52998faa9bf0fe22701f1684e51edfc07 | ||||
* | Add ffmpeg version in config for hls transcoding | Chocobozzz | 2019-02-11 | 1 | -0/+1 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -0/+9 |
| | |||||
* | Implement contact form on server side | Chocobozzz | 2019-01-10 | 1 | -1/+6 |
| | |||||
* | add Content Security Policy (#1252) | Rigel Kent | 2018-12-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 extensions | Chocobozzz | 2018-12-11 | 1 | -0/+2 |
| | |||||
* | Add tmp and redundancy directories | Chocobozzz | 2018-12-04 | 1 | -1/+3 |
| | |||||
* | Check follow constraints when getting a video | Chocobozzz | 2018-11-16 | 1 | -1/+4 |
| | |||||
* | Improve redundancy: add 'min_lifetime' configuration | Chocobozzz | 2018-09-24 | 1 | -1/+7 |
| | |||||
* | Add redundancy check interval in config | Chocobozzz | 2018-09-19 | 1 | -0/+1 |
| | |||||
* | Put config redundancy strategies in "strategies" subkey | Chocobozzz | 2018-09-19 | 1 | -10/+11 |
| | |||||
* | normalize robot.txt and specify test servers as scope of security audits | Rigel Kent | 2018-09-18 | 1 | -1/+1 |
| | |||||
* | Add recently added redundancy strategy | Chocobozzz | 2018-09-14 | 1 | -0/+4 |
| | |||||
* | Add trending videos strategy | Chocobozzz | 2018-09-14 | 1 | -0/+3 |
| | |||||
* | Basic video redundancy implementation | Chocobozzz | 2018-09-13 | 1 | -0/+9 |
| | |||||
* | add vulnerability disclosure policy | Rigel Kent | 2018-09-06 | 1 | -1/+1 |
| | |||||
* | draft "security.txt" spec integration (#1020) | Austin Heap | 2018-09-06 | 1 | -0/+3 |
| | |||||
* | Trending by interval | Chocobozzz | 2018-08-31 | 1 | -0/+4 |
| | |||||
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Ableitner | 2018-08-28 | 1 | -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 refresh video on search | Chocobozzz | 2018-08-27 | 1 | -0/+5 |
| | |||||
* | Add import.video.torrent configuration | Chocobozzz | 2018-08-08 | 1 | -0/+2 |
| | |||||
* | Add import http enabled configuration | Chocobozzz | 2018-08-06 | 1 | -1/+1 |
| | |||||
* | Add ability to import video with youtube-dl | Chocobozzz | 2018-08-06 | 1 | -0/+6 |
| | |||||
* | adding ORM pool configuration | Rigel Kent | 2018-07-31 | 1 | -0/+2 |
| | |||||
* | Update default config cache | Chocobozzz | 2018-07-25 | 1 | -2/+2 |
| | |||||
* | Implement captions/subtitles | Chocobozzz | 2018-07-16 | 1 | -0/+3 |
| | |||||
* | adding redis unix connection | Rigel Kent | 2018-07-14 | 1 | -0/+2 |
| | |||||
* | Add warning regarding transcoding | Chocobozzz | 2018-06-07 | 1 | -2/+2 |
| | |||||
* | Improve Twitter config help | Chocobozzz | 2018-05-31 | 1 | -1/+1 |
| | |||||
* | Add help in conf file regarding SMTP | Chocobozzz | 2018-05-29 | 1 | -1/+3 |
| | |||||
* | feature: IP filtering on signup page | Rigel Kent | 2018-05-22 | 1 | -0/+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 | ||||
* | Allow crawling by default | Chocobozzz | 2018-05-22 | 1 | -2/+2 |
| | |||||
* | feature: db selection in redis | Rigel Kent | 2018-05-21 | 1 | -0/+1 |
| | | | | resolves #579 |