Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix checker if we don't have redundancy strategies | Chocobozzz | 2018-09-17 | 1 | -4/+4 |
| | |||||
* | Add recently added redundancy strategy | Chocobozzz | 2018-09-14 | 1 | -3/+10 |
| | |||||
* | Add trending videos strategy | Chocobozzz | 2018-09-14 | 1 | -1/+1 |
| | |||||
* | Basic video redundancy implementation | Chocobozzz | 2018-09-13 | 1 | -0/+17 |
| | |||||
* | draft "security.txt" spec integration (#1020) | Austin Heap | 2018-09-06 | 1 | -1/+1 |
| | |||||
* | check 'trending.videos.interval_days' config key | Chocobozzz | 2018-09-04 | 1 | -0/+1 |
| | |||||
* | Trending by interval | Chocobozzz | 2018-08-31 | 1 | -1/+1 |
| | |||||
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | -1/+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 import http enabled configuration | Chocobozzz | 2018-08-06 | 1 | -0/+1 |
| | |||||
* | Fixing #626 with ffmpeg's low default audio bitrate | Rigel Kent | 2018-08-01 | 1 | -2/+26 |
| | |||||
* | adding ORM pool configuration | Rigel Kent | 2018-07-31 | 1 | -1/+1 |
| | |||||
* | adding redis unix connection | Rigel Kent | 2018-07-14 | 1 | -1/+13 |
| | |||||
* | Improve update host script and add warning if AP urls are invalid | Chocobozzz | 2018-06-21 | 1 | -1/+24 |
| | |||||
* | feature: IP filtering on signup page | Rigel Kent | 2018-05-22 | 1 | -1/+3 |
| | | | | | | 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 | ||||
* | feature: db selection in redis | Rigel Kent | 2018-05-21 | 1 | -1/+1 |
| | | | | resolves #579 | ||||
* | robots.txt config and route | Rigel Kent | 2018-05-16 | 1 | -1/+1 |
| | |||||
* | Add ability to embed a video in Twitter | Chocobozzz | 2018-05-11 | 1 | -1/+2 |
| | | | | The instance should be whitelisted first | ||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 1 | -5/+6 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Support hostname binding in config | Pierre-Alain TORET | 2018-04-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add basic support for hostname binding Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Make production example a bit more secure Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Make example config files compatible with hostname binding modification Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Fix typo Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Bind on 127.0.0.1 by default Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Update Docker configuration with hostname binding Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> | ||||
* | Prevent brute force login attack | Chocobozzz | 2018-03-29 | 1 | -0/+1 |
| | |||||
* | Fix error display on edit config in admin | Chocobozzz | 2018-03-23 | 1 | -3/+6 |
| | |||||
* | Add new name/terms/description config options | Chocobozzz | 2018-01-31 | 1 | -1/+2 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 1 | -1/+2 |
| | |||||
* | Add ability to configure log level | Chocobozzz | 2018-01-19 | 1 | -1/+1 |
| | |||||
* | Remove storage.certs from checker | Chocobozzz | 2018-01-15 | 1 | -1/+1 |
| | |||||
* | Propagate old comment on new follow | Chocobozzz | 2017-12-28 | 1 | -1/+1 |
| | |||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 1 | -10/+10 |
| | |||||
* | Follow works | Chocobozzz | 2017-11-27 | 1 | -3/+11 |
| | |||||
* | Begin activitypub | Chocobozzz | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | Use async/await in lib and initializers | Chocobozzz | 2017-10-26 | 1 | -24/+22 |
| | |||||
* | Fix tests and user quota | Chocobozzz | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Fix config checker | Chocobozzz | 2017-08-26 | 1 | -9/+12 |
| | |||||
* | Remove "function" in favor of () => {} | Chocobozzz | 2017-07-11 | 1 | -1/+1 |
| | |||||
* | Move to promises | Chocobozzz | 2017-07-05 | 1 | -28/+24 |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74 | ||||
* | Type functions | Chocobozzz | 2017-06-10 | 1 | -4/+4 |
| | |||||
* | require -> import | Chocobozzz | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | Type models | Chocobozzz | 2017-05-25 | 1 | -1/+1 |
| | |||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 1 | -0/+84 |