Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 3 | -3/+9 |
| | |||||
* | Handle thumbnail update | Chocobozzz | 2018-02-14 | 1 | -2/+2 |
| | |||||
* | Add ability to set video thumbnail/preview | Chocobozzz | 2018-02-14 | 1 | -2/+49 |
| | |||||
* | Don't leak unlisted videos | Chocobozzz | 2018-01-31 | 1 | -3/+12 |
| | |||||
* | Add tests for emails | Chocobozzz | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 1 | -15/+78 |
| | |||||
* | Don't leak passwords in log | Chocobozzz | 2018-01-26 | 1 | -4/+5 |
| | |||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 1 | -0/+23 |
| | | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore. | ||||
* | Destroy user token when changing its role | Chocobozzz | 2018-01-23 | 1 | -0/+7 |
| | |||||
* | Peertube home in /var/www instead of /home | Chocobozzz | 2018-01-23 | 1 | -1/+0 |
| | |||||
* | Fix tests | Chocobozzz | 2018-01-19 | 1 | -0/+1 |
| | |||||
* | Don't show videos of remote instance after unfollow | Chocobozzz | 2018-01-18 | 1 | -2/+2 |
| | |||||
* | Set sort refractoring | Chocobozzz | 2018-01-18 | 1 | -59/+3 |
| | |||||
* | Add ability to update some configuration keys | Chocobozzz | 2018-01-17 | 1 | -0/+32 |
| | |||||
* | Avoid making retried requests to dead followers | Chocobozzz | 2018-01-12 | 1 | -1/+0 |
| | |||||
* | Activity Pub improvements | Chocobozzz | 2018-01-11 | 1 | -0/+1 |
| | |||||
* | Add ability to delete comments | Chocobozzz | 2018-01-04 | 2 | -2/+35 |
| | |||||
* | Send account activitypub update events | Chocobozzz | 2018-01-03 | 3 | -3/+28 |
| | |||||
* | Automatically resize avatars | Chocobozzz | 2018-01-03 | 1 | -2/+1 |
| |