Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 1 | -1/+0 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 1 | -2/+6 |
| | |||||
* | Move middleware utils in middlewares | Chocobozzz | 2021-06-03 | 1 | -5/+5 |
| | | | | helpers modules should not import models | ||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 1 | -8/+5 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -2/+3 |
| | |||||
* | Fix migration and test | Chocobozzz | 2020-11-25 | 1 | -25/+41 |
| | |||||
* | refactor scoped token service | Rigel Kent | 2020-11-25 | 1 | -2/+3 |
| | |||||
* | allow private syndication feeds via a user feedToken | Rigel Kent | 2020-11-25 | 1 | -1/+20 |
| | |||||
* | allow limiting video-comments rss feeds to an account or video channel | Rigel Kent | 2020-06-27 | 1 | -0/+6 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -4/+4 |
| | |||||
* | Adapt feeds content-type to accept header | Rigel Kent | 2020-01-10 | 1 | -4/+32 |
| | |||||
* | Fix express validator | Chocobozzz | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | Refactor middleware helpers | Chocobozzz | 2019-07-24 | 1 | -3/+7 |
| | |||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 1 | -7/+6 |
| | |||||
* | Does exist | Chocobozzz | 2019-03-19 | 1 | -8/+8 |
| | |||||
* | Fix feeds with channel filter | Chocobozzz | 2018-09-13 | 1 | -1/+1 |
| | |||||
* | Add ability to set a name to a channel | Chocobozzz | 2018-08-27 | 1 | -4/+7 |
| | |||||
* | Add video comments RSS | Chocobozzz | 2018-06-08 | 1 | -2/+21 |
| | |||||
* | Implement video channel feeds | Chocobozzz | 2018-04-25 | 1 | -6/+4 |
| | |||||
* | feature: initial syndication feeds support | Rigel Kent | 2018-04-17 | 1 | -0/+35 |
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. |