Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move get* video methods to formatter | Chocobozzz | 2021-06-11 | 1 | -1/+2 |
| | |||||
* | Support '/w/' and '/w/p/' for watch page | Chocobozzz | 2021-05-28 | 1 | -1/+1 |
| | | | | And use them as default in client | ||||
* | Optimize videos feed endpoint | Chocobozzz | 2021-05-10 | 1 | -4/+7 |
| | |||||
* | Bigger video thumbnails for feeds | Chocobozzz | 2021-03-24 | 1 | -5/+5 |
| | |||||
* | Fix feeds | Chocobozzz | 2021-02-18 | 1 | -1/+1 |
| | |||||
* | Fix migration and test | Chocobozzz | 2020-11-25 | 1 | -9/+6 |
| | |||||
* | refactor scoped token service | Rigel Kent | 2020-11-25 | 1 | -58/+97 |
| | |||||
* | allow private syndication feeds via a user feedToken | Rigel Kent | 2020-11-25 | 1 | -5/+27 |
| | |||||
* | Optimize default sort when listing videos | Chocobozzz | 2020-08-20 | 1 | -9/+9 |
| | | | | createdAt does not have the appropriate index | ||||
* | allow limiting video-comments rss feeds to an account or video channel | Rigel Kent | 2020-06-27 | 1 | -10/+45 |
| | |||||
* | Don't leak unlisted videos in comments feed | Chocobozzz | 2020-04-21 | 1 | -2/+2 |
| | |||||
* | Adapt feeds content-type to accept header | Rigel Kent | 2020-01-10 | 1 | -8/+17 |
| | |||||
* | Fix comments feed | Chocobozzz | 2019-12-11 | 1 | -7/+10 |
| | |||||
* | Fix comments feed | Chocobozzz | 2019-12-10 | 1 | -1/+4 |
| | |||||
* | Clearer feed controller | Chocobozzz | 2019-12-09 | 1 | -15/+26 |
| | |||||
* | (hotfix) remove null categories in RSS/Atom feeds | Rigel Kent | 2019-12-08 | 1 | -1/+1 |
| | |||||
* | (rss) add mrss properties and update pfeed | Rigel Kent | 2019-12-03 | 1 | -1/+28 |
| | | | | resolves #2298 | ||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -1/+1 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -2/+1 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 1 | -5/+6 |
| | |||||
* | Cleanup express locals typings | Chocobozzz | 2019-03-19 | 1 | -7/+5 |
| | |||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 1 | -1/+1 |
| | |||||
* | Add ability to list all local videos | Chocobozzz | 2018-10-10 | 1 | -1/+9 |
| | | | | Including private/unlisted for moderators/admins | ||||
* | Add subscriptions endpoints to REST API | Chocobozzz | 2018-08-27 | 1 | -0/+1 |
| | |||||
* | Fix nodeinfo endpoint | Chocobozzz | 2018-07-24 | 1 | -3/+3 |
| | |||||
* | adding initial support for nodeinfo | Rigel Kent | 2018-07-24 | 1 | -3/+3 |
| | |||||
* | Add videos list filters | Chocobozzz | 2018-07-24 | 1 | -2/+3 |
| | |||||
* | Implement captions/subtitles | Chocobozzz | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | (feed) adding thumbnail support for RSS feed | Rigel Kent | 2018-06-29 | 1 | -1/+9 |
| | |||||
* | Use local object URLs for feeds | Chocobozzz | 2018-06-14 | 1 | -2/+4 |
| | |||||
* | Fix bad RSS descriptions when filtering videos by account or channel | Chocobozzz | 2018-06-13 | 1 | -7/+26 |
| | |||||
* | Add video comments RSS | Chocobozzz | 2018-06-08 | 1 | -4/+40 |
| | |||||
* | making the feed fulltext | Rigel Kent | 2018-05-12 | 1 | -1/+1 |
| | |||||
* | Cache AP video route for 5 seconds | Chocobozzz | 2018-05-11 | 1 | -2/+2 |
| | |||||
* | Implement video channel feeds | Chocobozzz | 2018-04-25 | 1 | -3/+4 |
| | |||||
* | Update video channel routes | Chocobozzz | 2018-04-24 | 1 | -7/+7 |
| | |||||
* | Add account view | Chocobozzz | 2018-04-24 | 1 | -20/+9 |
| | |||||
* | Update changelog | Chocobozzz | 2018-04-23 | 1 | -1/+2 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 1 | -3/+6 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Add redis cache to feed route | Chocobozzz | 2018-04-17 | 1 | -14/+9 |
| | |||||
* | Handle sort in rss | Chocobozzz | 2018-04-17 | 1 | -12/+19 |
| | |||||
* | feature: initial syndication feeds support | Rigel Kent | 2018-04-17 | 1 | -0/+136 |
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. |