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