Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |