aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/checker.ts
Commit message (Collapse)AuthorAgeFilesLines
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-198/+0
|
* Add warning if one of the storage directory is in the peertubeChocobozzz2018-09-201-1/+13
| | | | | | production directory Because admins could loose these directories on peertube upgrade
* Add redundancy check interval in configChocobozzz2018-09-191-1/+1
|
* Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-191-1/+2
|
* Fix checker if we don't have redundancy strategiesChocobozzz2018-09-171-4/+4
|
* Add recently added redundancy strategyChocobozzz2018-09-141-3/+10
|
* Add trending videos strategyChocobozzz2018-09-141-1/+1
|
* Basic video redundancy implementationChocobozzz2018-09-131-0/+17
|
* draft "security.txt" spec integration (#1020)Austin Heap2018-09-061-1/+1
|
* check 'trending.videos.interval_days' config keyChocobozzz2018-09-041-0/+1
|
* Trending by intervalChocobozzz2018-08-311-1/+1
|
* add user account email verificiation (#977)Josh Morel2018-08-311-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 Ableitner2018-08-281-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 configurationChocobozzz2018-08-061-0/+1
|
* Fixing #626 with ffmpeg's low default audio bitrateRigel Kent2018-08-011-2/+26
|
* adding ORM pool configurationRigel Kent2018-07-311-1/+1
|
* adding redis unix connectionRigel Kent2018-07-141-1/+13
|
* Improve update host script and add warning if AP urls are invalidChocobozzz2018-06-211-1/+24
|
* feature: IP filtering on signup pageRigel Kent2018-05-221-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 redisRigel Kent2018-05-211-1/+1
| | | | resolves #579
* robots.txt config and routeRigel Kent2018-05-161-1/+1
|
* Add ability to embed a video in TwitterChocobozzz2018-05-111-1/+2
| | | | The instance should be whitelisted first
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-5/+6
| | | | There is a global instance setting and a per user setting
* Support hostname binding in configPierre-Alain TORET2018-04-171-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 attackChocobozzz2018-03-291-0/+1
|
* Fix error display on edit config in adminChocobozzz2018-03-231-3/+6
|
* Add new name/terms/description config optionsChocobozzz2018-01-311-1/+2
|
* Add ability to reset our passwordChocobozzz2018-01-301-1/+2
|
* Add ability to configure log levelChocobozzz2018-01-191-1/+1
|
* Remove storage.certs from checkerChocobozzz2018-01-151-1/+1
|
* Propagate old comment on new followChocobozzz2017-12-281-1/+1
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-10/+10
|
* Follow worksChocobozzz2017-11-271-3/+11
|
* Begin activitypubChocobozzz2017-11-271-1/+1
|
* Use async/await in lib and initializersChocobozzz2017-10-261-24/+22
|
* Fix tests and user quotaChocobozzz2017-09-061-1/+1
|
* Fix config checkerChocobozzz2017-08-261-9/+12
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-1/+1
|
* Move to promisesChocobozzz2017-07-051-28/+24
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Type functionsChocobozzz2017-06-101-4/+4
|
* require -> importChocobozzz2017-06-051-1/+1
|
* Type modelsChocobozzz2017-05-251-1/+1
|
* First typescript iterationChocobozzz2017-05-201-0/+84