Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add timeout and TTL to request jobs | Chocobozzz | 2018-05-09 | 5 | -14/+33 |
| | |||||
* | Fix video channel update/create on empty fields | Chocobozzz | 2018-05-07 | 1 | -3/+4 |
| | |||||
* | feature: initial syndication feeds tests for instance-wide feeds | Rigel Kent | 2018-04-26 | 4 | -0/+123 |
| | |||||
* | Add video channel management | Chocobozzz | 2018-04-26 | 8 | -26/+21 |
| | |||||
* | Add ability to update the user display name/description | Chocobozzz | 2018-04-26 | 7 | -3/+54 |
| | |||||
* | Implement video channel feeds | Chocobozzz | 2018-04-25 | 2 | -9/+8 |
| | |||||
* | Implement video channel views | Chocobozzz | 2018-04-25 | 2 | -8/+2 |
| | |||||
* | Update video-channel routes (again) | Chocobozzz | 2018-04-25 | 8 | -245/+210 |
| | | | | Use /video-channels now, it's more simple for clients | ||||
* | Add account link in videos list | Chocobozzz | 2018-04-25 | 2 | -2/+6 |
| | |||||
* | Video channel API routes refractor | Chocobozzz | 2018-04-25 | 13 | -113/+317 |
| | |||||
* | Update video channel routes | Chocobozzz | 2018-04-24 | 13 | -286/+441 |
| | |||||
* | Add account view | Chocobozzz | 2018-04-24 | 10 | -132/+174 |
| | |||||
* | Update changelog | Chocobozzz | 2018-04-23 | 1 | -1/+2 |
| | |||||
* | Use ISO 639 for languages | Chocobozzz | 2018-04-23 | 16 | -86/+260 |
| | |||||
* | Add resolution in torrent file name | Chocobozzz | 2018-04-19 | 1 | -1/+2 |
| | |||||
* | Better file name for torrent | Chocobozzz | 2018-04-19 | 2 | -4/+6 |
| | |||||
* | Add information concerning video privacy in my videos list | Chocobozzz | 2018-04-19 | 3 | -11/+14 |
| | |||||
* | Add help concerning NSFW videos in upload | Chocobozzz | 2018-04-19 | 1 | -0/+1 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 21 | -58/+425 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Process broadcast requests in parallel | Chocobozzz | 2018-04-18 | 2 | -10/+9 |
| | |||||
* | Move server follow in the job queue | Chocobozzz | 2018-04-18 | 4 | -64/+89 |
| | | | | It helps to track follow errors | ||||
* | Fix tests | Chocobozzz | 2018-04-18 | 1 | -1/+1 |
| | |||||
* | Add ability to click on the account in watch page | Chocobozzz | 2018-04-17 | 2 | -2/+2 |
| | |||||
* | Add redis cache to feed route | Chocobozzz | 2018-04-17 | 4 | -16/+113 |
| | |||||
* | Support hostname binding in config | Pierre-Alain TORET | 2018-04-17 | 2 | -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> | ||||
* | Handle sort in rss | Chocobozzz | 2018-04-17 | 3 | -15/+22 |
| | |||||
* | feature: initial syndication feeds support | Rigel Kent | 2018-04-17 | 7 | -74/+298 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | Add auth documentation | Chocobozzz | 2018-04-16 | 2 | -0/+22 |
| | |||||
* | Don't add a dot after the url in forgot password email | Chocobozzz | 2018-04-15 | 1 | -1/+1 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2018-04-06 | 3 | -17/+18 |
| | |||||
* | Automatic resolution according to user bandwidth V1 | Chocobozzz | 2018-04-05 | 1 | -2/+2 |
| | |||||
* | Don't start application until all components were initialized | Chocobozzz | 2018-04-04 | 1 | -0/+2 |
| | |||||
* | Fix privacy argument in upload script | Chocobozzz | 2018-04-04 | 2 | -0/+3 |
| | |||||
* | Add tests for publishedAt | Chocobozzz | 2018-04-04 | 2 | -3/+7 |
| | |||||
* | Accept unlisted comments too | Chocobozzz | 2018-04-04 | 1 | -1/+4 |
| | |||||
* | fix #456 catching errors in import-videos (#457) | memorybox | 2018-04-02 | 1 | -9/+14 |
| | |||||
* | Fix migration 200 | Chocobozzz | 2018-03-30 | 1 | -1/+11 |
| | |||||
* | Add publishedAt field for video model. | Julien Le Bras | 2018-03-30 | 4 | -3/+48 |
| | | | | | | | | | | | | * New field added in the `video` table + migration script * `publishedAt` updated to NOW when privacy changes from private to public/unlisted (default = NOW) * Models updated to handle the new attribute * Client interface updated to use `publishedAt` instead of `createdAt` except in My Account > My Videos view | ||||
* | Upgrade changelog | Chocobozzz | 2018-03-29 | 1 | -2/+0 |
| | |||||
* | Add reverse proxy test in travis | Chocobozzz | 2018-03-29 | 3 | -2/+3 |
| | |||||
* | Prevent brute force login attack | Chocobozzz | 2018-03-29 | 7 | -7/+114 |
| | |||||
* | Fix views system behind a proxy | Chocobozzz | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Remove alpine image | Chocobozzz | 2018-03-28 | 1 | -2/+2 |
| | |||||
* | Truncate correctly video descriptions | Chocobozzz | 2018-03-28 | 4 | -17/+36 |
| | |||||
* | Add privacy setting to upload.js cli (#422) | Olivier Jolly | 2018-03-27 | 1 | -0/+2 |
| | |||||
* | Fix custom server configuration numbers | Chocobozzz | 2018-03-27 | 1 | -5/+8 |
| | |||||
* | Add ability to search on domain and username too | Chocobozzz | 2018-03-27 | 1 | -3/+17 |
| | |||||
* | Fix content type response for ActivityPub | Chocobozzz | 2018-03-27 | 1 | -16/+21 |
| | |||||
* | Improve SQL request for video AP request | Chocobozzz | 2018-03-27 | 1 | -5/+15 |
| | |||||
* | show quota in stats, display quota on the about page, fixes #405 (#421) | Rigel Kent | 2018-03-27 | 1 | -0/+3 |
| | | | move videoQuota under a user object, use byte PipeTransform |