Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add help in conf file regarding SMTP | Chocobozzz | 2018-05-29 | 2 | -4/+6 |
| | |||||
* | feature: IP filtering on signup page | Rigel Kent | 2018-05-22 | 2 | -0/+8 |
| | | | | | | 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 | 2 | -4/+4 |
| | |||||
* | Fix peertube with google bot | Chocobozzz | 2018-05-22 | 1 | -0/+1 |
| | |||||
* | feature: db selection in redis | Rigel Kent | 2018-05-21 | 2 | -0/+2 |
| | | | | resolves #579 | ||||
* | robots.txt config and route | Rigel Kent | 2018-05-16 | 2 | -0/+8 |
| | |||||
* | Add ability to embed a video in Twitter | Chocobozzz | 2018-05-11 | 2 | -0/+18 |
| | | | | The instance should be whitelisted first | ||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 3 | -0/+9 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Support hostname binding in config | Pierre-Alain TORET | 2018-04-17 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Misc. typos | luz.paz | 2018-03-30 | 1 | -1/+1 |
| | | | Found via `codespell -q 3` | ||||
* | Prevent brute force login attack | Chocobozzz | 2018-03-29 | 2 | -0/+12 |
| | |||||
* | Prepare building docker files on docker hub | Chocobozzz | 2018-03-23 | 1 | -0/+3 |
| | |||||
* | Add option to disable starttls | Chocobozzz | 2018-03-22 | 3 | -0/+3 |
| | |||||
* | Add short description in config | Chocobozzz | 2018-03-15 | 2 | -0/+2 |
| | |||||
* | Add ability to change the homepage | Chocobozzz | 2018-03-01 | 2 | -0/+2 |
| | |||||
* | Fix typo | Chocobozzz | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | Add warning in production.yaml | Chocobozzz | 2018-02-27 | 1 | -0/+13 |
| | | | | To avoid confusion with the local-production.json file | ||||
* | Only use 1 thread for transcoding by default | Chocobozzz | 2018-02-26 | 2 | -2/+2 |
| | |||||
* | Change transcoding default conf options | Chocobozzz | 2018-02-26 | 3 | -12/+18 |
| | |||||
* | Add ability to add custom css/javascript | Chocobozzz | 2018-02-22 | 2 | -0/+6 |
| | |||||
* | Change default logging | Chocobozzz | 2018-02-14 | 3 | -2/+5 |
| | |||||
* | Add default description and default terms | Chocobozzz | 2018-02-09 | 1 | -2/+2 |
| | |||||
* | Add new name/terms/description config options | Chocobozzz | 2018-01-31 | 2 | -0/+10 |
| | |||||
* | Fix email tests | Chocobozzz | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | Add tests for emails | Chocobozzz | 2018-01-30 | 1 | -0/+8 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 2 | -1/+19 |
| | |||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 2 | -0/+10 |
| | | | | | | | 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. | ||||
* | Peertube home in /var/www instead of /home | Chocobozzz | 2018-01-23 | 1 | -7/+7 |
| | |||||
* | Add ability to configure log level | Chocobozzz | 2018-01-19 | 2 | -0/+6 |
| | |||||
* | Remove unused keys in configuration | Chocobozzz | 2018-01-15 | 8 | -15/+7 |
| | |||||
* | Add github release to release script | Chocobozzz | 2018-01-15 | 1 | -8/+8 |
| | |||||
* | Prepare production workflow | Chocobozzz | 2018-01-15 | 2 | -16/+16 |
| | |||||
* | Refractor peertube videojs plugin | Chocobozzz | 2018-01-09 | 1 | -2/+2 |
| | |||||
* | Handle HTML is comments | Chocobozzz | 2018-01-04 | 1 | -1/+1 |
| | |||||
* | Add account avatar | Chocobozzz | 2017-12-04 | 8 | -0/+8 |
| | |||||
* | Update production configuration file example | Chocobozzz | 2017-10-17 | 1 | -3/+3 |
| | |||||
* | Change how we handle resolution | Chocobozzz | 2017-10-09 | 1 | -0/+6 |
| | | | | It was an enum before, now we just use video height | ||||
* | Client: handle multiple file resolutions | Chocobozzz | 2017-10-06 | 6 | -0/+19 |
| | |||||
* | Implement video transcoding on server side | Chocobozzz | 2017-10-03 | 1 | -1/+8 |
| | |||||
* | Fix tests and user quota | Chocobozzz | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Begin tests for user quota | Chocobozzz | 2017-09-05 | 1 | -0/+3 |
| | |||||
* | Begin user quota | Chocobozzz | 2017-09-04 | 2 | -0/+10 |
| | |||||
* | Update production example configuration | Chocobozzz | 2017-08-26 | 1 | -0/+5 |
| | |||||
* | Add ability to limit user registrations | Chocobozzz | 2017-07-25 | 2 | -0/+4 |
| | |||||
* | Add previews cache system between pods | Chocobozzz | 2017-07-12 | 8 | -0/+18 |
| | |||||
* | Server: add tests to video transcoder | Chocobozzz | 2017-05-04 | 3 | -4/+4 |
| | |||||
* | Server: add job scheduler to transcode video files | Chocobozzz | 2017-05-04 | 3 | -0/+15 |
| | |||||
* | Server: add ability to register new user | Chocobozzz | 2017-04-09 | 1 | -0/+3 |
| | |||||
* | Server: add config endpoint | Chocobozzz | 2017-03-10 | 3 | -0/+9 |
| | |||||
* | Add email to pods | Chocobozzz | 2017-02-16 | 8 | -0/+24 |
| |