Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add max count in pagination | Chocobozzz | 2018-07-24 | 1 | -2/+4 |
| | |||||
* | Fix nodeinfo endpoint | Chocobozzz | 2018-07-24 | 1 | -36/+37 |
| | |||||
* | adding initial support for nodeinfo | Rigel Kent | 2018-07-24 | 1 | -3/+10 |
| | |||||
* | Add ability to only filter in the search endpoint | Chocobozzz | 2018-07-24 | 1 | -1/+1 |
| | |||||
* | Add advanced search in client | Chocobozzz | 2018-07-24 | 1 | -3/+2 |
| | |||||
* | Add videos list filters | Chocobozzz | 2018-07-24 | 2 | -2/+46 |
| | |||||
* | Begin advanced search | Chocobozzz | 2018-07-24 | 5 | -14/+34 |
| | |||||
* | Remove unnecessary image check in video upload | Chocobozzz | 2018-07-16 | 1 | -21/+0 |
| | |||||
* | Refractor video attr validators | Chocobozzz | 2018-07-16 | 1 | -125/+72 |
| | |||||
* | Implement captions/subtitles | Chocobozzz | 2018-07-16 | 2 | -30/+76 |
| | |||||
* | API: Add ability to update video channel avatar | Chocobozzz | 2018-06-29 | 3 | -19/+29 |
| | |||||
* | Fix images size limit | Chocobozzz | 2018-06-22 | 2 | -29/+26 |
| | |||||
* | Do not create a user with the same username than another actor name | Chocobozzz | 2018-06-21 | 1 | -0/+9 |
| | |||||
* | Fix removing scheduled update | Chocobozzz | 2018-06-18 | 1 | -0/+6 |
| | |||||
* | Add ability to schedule video publication | Chocobozzz | 2018-06-15 | 1 | -1/+1 |
| | |||||
* | Add ability for uploaders to schedule video update | Chocobozzz | 2018-06-14 | 1 | -4/+42 |
| | |||||
* | Refractor retry transaction function | Chocobozzz | 2018-06-13 | 1 | -1/+11 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 2 | -1/+11 |
| | | | | publishing a video | ||||
* | Add video comments RSS | Chocobozzz | 2018-06-08 | 1 | -2/+21 |
| | |||||
* | Only use account name in routes | Chocobozzz | 2018-05-25 | 2 | -32/+6 |
| | |||||
* | Handle account name in client url | Chocobozzz | 2018-05-24 | 1 | -3/+9 |
| | | | | More consistent with AP urls | ||||
* | Handle concurrent requests in cache middleware | Chocobozzz | 2018-05-23 | 1 | -20/+33 |
| | |||||
* | feature: IP filtering on signup page | Rigel Kent | 2018-05-22 | 1 | -2/+17 |
| | | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config | ||||
* | Fix video channel update with an admin account | Chocobozzz | 2018-05-17 | 1 | -4/+4 |
| | |||||
* | Fix updating video tags to empty field | Chocobozzz | 2018-05-16 | 1 | -7/+9 |
| | |||||
* | Add ability to update a video channel | Chocobozzz | 2018-05-11 | 1 | -13/+14 |
| | |||||
* | Cache AP video route for 5 seconds | Chocobozzz | 2018-05-11 | 1 | -20/+23 |
| | |||||
* | Improve video torrent AP object validator | Chocobozzz | 2018-05-11 | 1 | -2/+0 |
| | |||||
* | Account/channel descriptions are not required anymore | Chocobozzz | 2018-05-09 | 1 | -21/+74 |
| | |||||
* | Fix video channel update/create on empty fields | Chocobozzz | 2018-05-07 | 1 | -3/+4 |
| | |||||
* | Add video channel management | Chocobozzz | 2018-04-26 | 1 | -2/+2 |
| | |||||
* | Add ability to update the user display name/description | Chocobozzz | 2018-04-26 | 1 | -1/+2 |
| | |||||
* | Implement video channel feeds | Chocobozzz | 2018-04-25 | 1 | -6/+4 |
| | |||||
* | Update video-channel routes (again) | Chocobozzz | 2018-04-25 | 1 | -25/+0 |
| | | | | Use /video-channels now, it's more simple for clients | ||||
* | Video channel API routes refractor | Chocobozzz | 2018-04-25 | 1 | -0/+18 |
| | |||||
* | Update video channel routes | Chocobozzz | 2018-04-24 | 2 | -1/+9 |
| | |||||
* | Add account view | Chocobozzz | 2018-04-24 | 2 | -2/+2 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 3 | -3/+14 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Add redis cache to feed route | Chocobozzz | 2018-04-17 | 1 | -0/+41 |
| | |||||
* | feature: initial syndication feeds support | Rigel Kent | 2018-04-17 | 2 | -0/+36 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | Upgrade server dependencies | Chocobozzz | 2018-04-06 | 1 | -15/+14 |
| | |||||
* | Fix error logging | Chocobozzz | 2018-03-26 | 2 | -2/+2 |
| | |||||
* | Move sort middleware utils in utils file | Chocobozzz | 2018-03-13 | 2 | -28/+25 |
| | |||||
* | Fix typo in "already exist" error message | Cale | 2018-03-11 | 1 | -1/+1 |
| | |||||
* | Add ability to change the homepage | Chocobozzz | 2018-03-01 | 1 | -0/+6 |
| | |||||
* | Fix lint | Chocobozzz | 2018-02-23 | 1 | -1/+1 |
| | |||||
* | Detect posting request in our own inbox | Chocobozzz | 2018-02-23 | 1 | -1/+10 |
| | |||||
* | Add ability to update another user video | Chocobozzz | 2018-02-22 | 1 | -15/+5 |
| | |||||
* | Add links to comment mentions | Chocobozzz | 2018-02-21 | 1 | -2/+21 |
| | |||||
* | Handle line feeds in comments | Chocobozzz | 2018-02-20 | 1 | -2/+2 |
| |