Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | robots.txt config and route | Rigel Kent | 2018-05-16 | 1 | -0/+4 | |
| | ||||||
* | Add ability to embed a video in Twitter | Chocobozzz | 2018-05-11 | 1 | -0/+9 | |
| | | | | The instance should be whitelisted first | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 1 | -0/+3 | |
| | | | | There is a global instance setting and a per user setting | |||||
* | Support hostname binding in config | Pierre-Alain TORET | 2018-04-17 | 1 | -0/+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/+6 | |
| | ||||||
* | Add option to disable starttls | Chocobozzz | 2018-03-22 | 1 | -0/+1 | |
| | ||||||
* | Add short description in config | Chocobozzz | 2018-03-15 | 1 | -0/+1 | |
| | ||||||
* | Add ability to change the homepage | Chocobozzz | 2018-03-01 | 1 | -0/+1 | |
| | ||||||
* | Only use 1 thread for transcoding by default | Chocobozzz | 2018-02-26 | 1 | -1/+1 | |
| | ||||||
* | Change transcoding default conf options | Chocobozzz | 2018-02-26 | 1 | -6/+6 | |
| | ||||||
* | Add ability to add custom css/javascript | Chocobozzz | 2018-02-22 | 1 | -0/+3 | |
| | ||||||
* | Change default logging | Chocobozzz | 2018-02-14 | 1 | -1/+1 | |
| | ||||||
* | Add default description and default terms | Chocobozzz | 2018-02-09 | 1 | -2/+2 | |
| | ||||||
* | Add new name/terms/description config options | Chocobozzz | 2018-01-31 | 1 | -0/+5 | |
| | ||||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 1 | -1/+10 | |
| | ||||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 1 | -0/+5 | |
| | | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore. | |||||
* | Add ability to configure log level | Chocobozzz | 2018-01-19 | 1 | -0/+3 | |
| | ||||||
* | Remove unused keys in configuration | Chocobozzz | 2018-01-15 | 1 | -1/+0 | |
| | ||||||
* | Prepare production workflow | Chocobozzz | 2018-01-15 | 1 | -8/+8 | |
| | ||||||
* | Add account avatar | Chocobozzz | 2017-12-04 | 1 | -0/+1 | |
| | ||||||
* | Implement video transcoding on server side | Chocobozzz | 2017-10-03 | 1 | -1/+8 | |
| | ||||||
* | Begin user quota | Chocobozzz | 2017-09-04 | 1 | -0/+5 | |
| | ||||||
* | Add ability to limit user registrations | Chocobozzz | 2017-07-25 | 1 | -0/+1 | |
| | ||||||
* | Add previews cache system between pods | Chocobozzz | 2017-07-12 | 1 | -0/+5 | |
| | ||||||
* | Server: add tests to video transcoder | Chocobozzz | 2017-05-04 | 1 | -1/+1 | |
| | ||||||
* | Server: add job scheduler to transcode video files | Chocobozzz | 2017-05-04 | 1 | -0/+6 | |
| | ||||||
* | Server: add config endpoint | Chocobozzz | 2017-03-10 | 1 | -0/+3 | |
| | ||||||
* | Add email to pods | Chocobozzz | 2017-02-16 | 1 | -0/+3 | |
| | ||||||
* | Add hint about database name in config files | Luc Didry | 2017-01-16 | 1 | -0/+1 | |
| | ||||||
* | Server: add video abuse support | Chocobozzz | 2017-01-04 | 1 | -2/+2 | |
| | ||||||
* | Update migrations code | Chocobozzz | 2016-12-25 | 1 | -0/+2 | |
| | ||||||
* | First version with PostgreSQL | Chocobozzz | 2016-12-19 | 1 | -2/+2 | |
| | ||||||
* | Server: add video preview | Chocobozzz | 2016-11-16 | 1 | -0/+1 | |
| |