Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create a dedicated table to track video thumbnails | Chocobozzz | 2019-04-24 | 1 | -2/+0 |
| | |||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -0/+2 |
| | |||||
* | Add ability to delete old remote views | Chocobozzz | 2019-04-12 | 1 | -0/+2 |
| | |||||
* | Add ability to limit videos history size | Chocobozzz | 2019-04-11 | 1 | -0/+2 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -10/+22 |
| | |||||
* | Update P2P media loader peer version | Chocobozzz | 2019-04-08 | 1 | -0/+4 |
| | |||||
* | Limit user tokens cache | Chocobozzz | 2019-03-19 | 1 | -4/+4 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | BREAKING: update CSP configuration | Chocobozzz | 2019-02-21 | 1 | -7/+9 |
| | | | | Disable it by default and add ability to specify a custom report uri | ||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 1 | -4/+7 |
| | |||||
* | Optimize actor follow scores modifications | Chocobozzz | 2018-12-20 | 1 | -2/+2 |
| | |||||
* | add Content Security Policy (#1252) | Rigel Kent | 2018-12-13 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add sitemap | Chocobozzz | 2018-12-05 | 1 | -1/+2 |
| | |||||
* | Speedup peertube startup | Chocobozzz | 2018-11-19 | 1 | -2/+4 |
| | |||||
* | Add compatibility with other Linked Signature algorithms | Chocobozzz | 2018-11-14 | 1 | -2/+7 |
| | |||||
* | add cli option to run without client | Rigel Kent | 2018-11-14 | 1 | -1/+6 |
| | |||||
* | Improve redundancy: add 'min_lifetime' configuration | Chocobozzz | 2018-09-24 | 1 | -6/+6 |
| | |||||
* | Basic video redundancy implementation | Chocobozzz | 2018-09-13 | 1 | -0/+2 |
| | |||||
* | make HSTS opt-in and leave it to the reverse-proxy | Rigel Kent | 2018-09-09 | 1 | -1/+2 |
| | |||||
* | Add sql trace in error log on sequelize error | Chocobozzz | 2018-08-31 | 1 | -1/+4 |
| | |||||
* | advertising PeerTube's rather simple DNT policy | Rigel Kent | 2018-08-08 | 1 | -2/+16 |
| | |||||
* | Add ability to list video imports | Chocobozzz | 2018-08-06 | 1 | -1/+1 |
| | |||||
* | Auto update youtube-dl | Chocobozzz | 2018-08-06 | 1 | -0/+2 |
| | |||||
* | Graceful job queue shutdown | Chocobozzz | 2018-07-30 | 1 | -0/+6 |
| | |||||
* | Fix peertube on chrome | Chocobozzz | 2018-07-26 | 1 | -31/+0 |
| | |||||
* | Begin advanced search | Chocobozzz | 2018-07-24 | 1 | -1/+1 |
| | |||||
* | Fix CSP | Chocobozzz | 2018-07-17 | 1 | -4/+4 |
| | |||||
* | (quickfix) loosening CSP | Rigel Kent | 2018-07-17 | 1 | -3/+16 |
| | |||||
* | Add cors for static paths too | Chocobozzz | 2018-07-17 | 1 | -16/+5 |
| | |||||
* | adding CSP, no-referrer policies and allow dns prefetching | Rigel Kent | 2018-07-17 | 1 | -1/+19 |
| | |||||
* | selective route permission to use embeds with x-frame-deny | Rigel Kent | 2018-07-17 | 1 | -0/+8 |
| | |||||
* | Handle .srt subtitles | Chocobozzz | 2018-07-16 | 1 | -3/+3 |
| | |||||
* | Implement captions/subtitles | Chocobozzz | 2018-07-16 | 1 | -0/+3 |
| | |||||
* | Do not enable cors twice on /api in test mode | Chocobozzz | 2018-06-29 | 1 | -1/+2 |
| | |||||
* | move CORS allowance to the REST API router | William Lahti | 2018-06-29 | 1 | -16/+18 |
| | |||||
* | fix lint error on travis [let it be known, I disagree with this rule] | William Lahti | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | open CORS to allow in-browser apps to communicate w/ PeerTube instances | William Lahti | 2018-06-29 | 1 | -18/+16 |
| | |||||
* | Add ability to choose the language | Chocobozzz | 2018-06-28 | 1 | -0/+3 |
| | |||||
* | Add tracker rate limiter | Chocobozzz | 2018-06-26 | 1 | -33/+6 |
| | |||||
* | Improve update host script and add warning if AP urls are invalid | Chocobozzz | 2018-06-21 | 1 | -3/+8 |
| | |||||
* | Add ability for uploaders to schedule video update | Chocobozzz | 2018-06-14 | 1 | -1/+5 |
| | |||||
* | Prepare i18n files | Chocobozzz | 2018-06-05 | 1 | -12/+2 |
| | |||||
* | Client E2E tests first step | Chocobozzz | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | Process broadcast requests in parallel | Chocobozzz | 2018-04-18 | 1 | -3/+4 |
| | |||||
* | Support hostname binding in config | Pierre-Alain TORET | 2018-04-17 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | feature: initial syndication feeds support | Rigel Kent | 2018-04-17 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | | | Provides rss 2.0, atom 1.0 and json 1.0 feeds for videos (instance and account-wide) on listings and video-watch views. * still lacks redis caching * still lacks lastBuildDate support * still lacks channel-wide support * still lacks semantic annotation (for licenses, NSFW warnings, etc.) * still lacks love ( ˘ ³˘) * RSS: has MRSS support for torrent lists! * RSS: includes the first torrent in an enclosure * JSON: lists all torrents in the 'attachments' object * ATOM: lacking torrent listing support Advances #23 Partial implementation for the accountId generation in the client, which will need a hotfix to add a way to get the proper account id. | ||||
* | Don't start application until all components were initialized | Chocobozzz | 2018-04-04 | 1 | -25/+28 |
| | |||||
* | Prevent brute force login attack | Chocobozzz | 2018-03-29 | 1 | -0/+4 |
| | |||||
* | Fix error logging | Chocobozzz | 2018-03-26 | 1 | -4/+10 |
| | |||||
* | Fix log in with special password character (+) | Chocobozzz | 2018-03-26 | 1 | -1/+1 |
| |