Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix removing scheduled update | Chocobozzz | 2018-06-18 | 2 | -2/+5 |
| | |||||
* | Add ability to schedule video publication | Chocobozzz | 2018-06-15 | 5 | -7/+42 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 4 | -26/+47 |
| | | | | publishing a video | ||||
* | Little i18n refractoring | Chocobozzz | 2018-06-06 | 1 | -2/+2 |
| | |||||
* | Add server localization | Chocobozzz | 2018-06-06 | 3 | -25/+43 |
| | |||||
* | Add i18n attributes | Chocobozzz | 2018-06-05 | 4 | -4/+6 |
| | |||||
* | Only use account name in routes | Chocobozzz | 2018-05-25 | 3 | -5/+5 |
| | |||||
* | Add videos e2e tests | Chocobozzz | 2018-05-17 | 1 | -8/+6 |
| | |||||
* | Fix typings | Chocobozzz | 2018-05-16 | 1 | -5/+4 |
| | |||||
* | Fix concurrent requests in videos list | Chocobozzz | 2018-05-16 | 1 | -1/+9 |
| | |||||
* | Upgrade to rxjs 6 | Chocobozzz | 2018-05-16 | 3 | -73/+92 |
| | |||||
* | Use publishedAt by default in videos sort | Chocobozzz | 2018-05-15 | 2 | -2/+3 |
| | |||||
* | Add ability to update a video channel | Chocobozzz | 2018-05-11 | 3 | -3/+14 |
| | |||||
* | Account/channel descriptions are not required anymore | Chocobozzz | 2018-05-09 | 1 | -5/+5 |
| | |||||
* | Implement video channel views | Chocobozzz | 2018-04-25 | 2 | -2/+27 |
| | |||||
* | Add video channel account list | Chocobozzz | 2018-04-25 | 1 | -2/+4 |
| | |||||
* | Add account link in videos list | Chocobozzz | 2018-04-25 | 3 | -1/+9 |
| | |||||
* | Add account view | Chocobozzz | 2018-04-24 | 3 | -2/+21 |
| | |||||
* | Use ISO 639 for languages | Chocobozzz | 2018-04-23 | 2 | -2/+2 |
| | |||||
* | Replace current state when changing page | Chocobozzz | 2018-04-20 | 1 | -2/+6 |
| | |||||
* | Add information concerning video privacy in my videos list | Chocobozzz | 2018-04-19 | 2 | -11/+4 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 3 | -7/+17 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Handle sort in rss | Chocobozzz | 2018-04-17 | 3 | -29/+20 |
| | |||||
* | Simplify client syndications | Chocobozzz | 2018-04-17 | 5 | -44/+47 |
| | |||||
* | feature: initial syndication feeds support | Rigel Kent | 2018-04-17 | 7 | -1/+104 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | Automatic resolution according to user bandwidth V1 | Chocobozzz | 2018-04-05 | 1 | -17/+1 |
| | |||||
* | Add publishedAt field for video model. | Julien Le Bras | 2018-03-30 | 2 | -1/+3 |
| | | | | | | | | | | | | * New field added in the `video` table + migration script * `publishedAt` updated to NOW when privacy changes from private to public/unlisted (default = NOW) * Models updated to handle the new attribute * Client interface updated to use `publishedAt` instead of `createdAt` except in My Account > My Videos view | ||||
* | Fix lint | Chocobozzz | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Fix my videos pagination | Chocobozzz | 2018-03-27 | 1 | -2/+6 |
| | |||||
* | Fix videos list params | Chocobozzz | 2018-03-27 | 1 | -2/+2 |
| | |||||
* | 4 lines per page instead of 3 for videos list | Chocobozzz | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Fix #408 | Gérald Niel | 2018-03-25 | 1 | -0/+4 |
| | |||||
* | Fix pagination when videos take all the width | Chocobozzz | 2018-03-21 | 2 | -2/+4 |
| | |||||
* | Don't forget to clean up subscriptions | Chocobozzz | 2018-03-19 | 2 | -13/+38 |
| | |||||
* | Better handling video resizing | Chocobozzz | 2018-03-19 | 1 | -9/+14 |
| | |||||
* | Handle resizes on videos list | Chocobozzz | 2018-03-19 | 1 | -16/+33 |
| | |||||
* | BEARKING CHANGE: Update videos API response | Chocobozzz | 2018-03-19 | 3 | -51/+22 |
| | | | | before beta | ||||
* | Update video duration string to show hours when duration greater than or ↵ | Lucas Declercq | 2018-03-19 | 1 | -2/+6 |
| | | | | | | | | | | | | equal 60min (#360) * Update video duration string to show hours when >= 60min * Only show hours in duration when relevant * Fix problem with ternary expression * Remove accidentally commited package-lock.json | ||||
* | Add "local" videos in menu | Chocobozzz | 2018-03-13 | 1 | -1/+10 |
| | |||||
* | Update videos api list for account | Chocobozzz | 2018-03-12 | 1 | -5/+11 |
| | |||||
* | Improve infinite scroll | Chocobozzz | 2018-03-09 | 1 | -1/+2 |
| | |||||
* | Fix infinite scroll | Chocobozzz | 2018-03-08 | 2 | -5/+11 |
| | |||||
* | Handle user rates in real time | Chocobozzz | 2018-02-28 | 1 | -2/+6 |
| | |||||
* | Throttle infinite scroller | Chocobozzz | 2018-02-22 | 1 | -3/+2 |
| | |||||
* | Add ability to update another user video | Chocobozzz | 2018-02-22 | 1 | -1/+1 |
| | |||||
* | Hide support button if it is empty | Chocobozzz | 2018-02-21 | 1 | -1/+2 |
| | |||||
* | Add support to video support on client | Chocobozzz | 2018-02-20 | 3 | -0/+5 |
| | |||||
* | Add ability to update thumbnail and preview on client | Chocobozzz | 2018-02-16 | 3 | -7/+18 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 1 | -0/+1 |
| | |||||
* | Fix video play promise error on non supported browsers | Chocobozzz | 2018-02-14 | 1 | -0/+1 |
| |