Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Handle thumbnail update | Chocobozzz | 2018-02-14 | 1 | -2/+7 |
| | |||||
* | Add ability to set video thumbnail/preview | Chocobozzz | 2018-02-14 | 1 | -1/+1 |
| | |||||
* | Fix crash with websocket tracker | Chocobozzz | 2018-02-09 | 1 | -3/+2 |
| | |||||
* | Handle error on websocket error | Chocobozzz | 2018-02-09 | 1 | -0/+1 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 1 | -1/+13 |
| | |||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 1 | -4/+4 |
| | | | | | | | 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 | -1/+1 |
| | |||||
* | Add scores to follows and remove bad ones | Chocobozzz | 2018-01-11 | 1 | -0/+3 |
| | |||||
* | Fix tls and account bug | Chocobozzz | 2018-01-05 | 1 | -0/+3 |
| | |||||
* | Automatically resize avatars | Chocobozzz | 2018-01-03 | 1 | -1/+1 |
| | |||||
* | Add avatar max size limit | Chocobozzz | 2018-01-03 | 1 | -1/+1 |
| | |||||
* | Add video comment components | Chocobozzz | 2017-12-27 | 1 | -1/+1 |
| | |||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 1 | -1/+2 |
| | |||||
* | Add migration | Chocobozzz | 2017-12-13 | 1 | -6/+9 |
| | |||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 1 | -2/+2 |
| | |||||
* | Fix req accepts | Chocobozzz | 2017-11-30 | 1 | -2/+2 |
| | |||||
* | Fix lint | Chocobozzz | 2017-11-30 | 1 | -1/+5 |
| | |||||
* | Users list only available when use is authenticated | Chocobozzz | 2017-11-29 | 1 | -1/+1 |
| | | | | And has a special right | ||||
* | Fix well known and json parser with mastodon | Chocobozzz | 2017-11-29 | 1 | -1/+4 |
| | |||||
* | Speed up activity pub http requests | Chocobozzz | 2017-11-27 | 1 | -2/+2 |
| | |||||
* | Follow works | Chocobozzz | 2017-11-27 | 1 | -1/+4 |
| | |||||
* | Make it compile at least | Chocobozzz | 2017-11-27 | 1 | -11/+5 |
| | |||||
* | Add ability to download a video from direct link or torrent file | Chocobozzz | 2017-10-19 | 1 | -20/+24 |
| | |||||
* | Add oembed endpoint | Chocobozzz | 2017-10-16 | 1 | -1/+4 |
| | |||||
* | Upgrade express validator to v4 | Chocobozzz | 2017-09-15 | 1 | -9/+2 |
| | |||||
* | Fix config checker | Chocobozzz | 2017-08-26 | 1 | -11/+12 |
| | |||||
* | Upgrade common server dependencies | Chocobozzz | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | Move video file metadata in their own table | Chocobozzz | 2017-08-25 | 1 | -5/+15 |
| | | | | Will be used for user video quotas and multiple video resolutions | ||||
* | Fix upgrade script \n | Chocobozzz | 2017-07-23 | 1 | -2/+2 |
| | |||||
* | Add previews cache system between pods | Chocobozzz | 2017-07-12 | 1 | -1/+3 |
| | |||||
* | Move to promises | Chocobozzz | 2017-07-05 | 1 | -13/+7 |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74 | ||||
* | Update webpack stack | Chocobozzz | 2017-06-11 | 1 | -1/+12 |
| | |||||
* | require -> import | Chocobozzz | 2017-06-05 | 1 | -6/+7 |
| |