Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add video channel management | Chocobozzz | 2018-04-26 | 2 | -1/+55 |
| | |||||
* | Add ability to update the user display name/description | Chocobozzz | 2018-04-26 | 2 | -2/+26 |
| | |||||
* | Implement video channel views | Chocobozzz | 2018-04-25 | 3 | -3/+41 |
| | |||||
* | Add video channel account list | Chocobozzz | 2018-04-25 | 7 | -49/+131 |
| | |||||
* | Add account link in videos list | Chocobozzz | 2018-04-25 | 3 | -1/+9 |
| | |||||
* | Video channel API routes refractor | Chocobozzz | 2018-04-25 | 1 | -15/+15 |
| | |||||
* | Add account view | Chocobozzz | 2018-04-24 | 6 | -2/+69 |
| | |||||
* | 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 help concerning NSFW videos in upload | Chocobozzz | 2018-04-19 | 2 | -1/+3 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 4 | -11/+22 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Use popover for help component | Chocobozzz | 2018-04-18 | 3 | -29/+14 |
| | |||||
* | 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 | 9 | -1/+121 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | Prevent brute force login attack | Chocobozzz | 2018-03-29 | 1 | -14/+22 |
| | |||||
* | Add link to register in login form | Chocobozzz | 2018-03-28 | 1 | -2/+2 |
| | |||||
* | Add initial video quota info in registration form | Chocobozzz | 2018-03-28 | 2 | -16/+19 |
| | |||||
* | 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 check comments params unit tests | Chocobozzz | 2018-03-26 | 1 | -1/+1 |
| | |||||
* | Fix #408 | Gérald Niel | 2018-03-25 | 1 | -0/+4 |
| | |||||
* | Proxify local storage and handle if it is unavailable | Chocobozzz | 2018-03-23 | 2 | -2/+73 |
| | |||||
* | fix #382 generic error when password is too long (#383) | jomo | 2018-03-23 | 1 | -2/+7 |
| | |||||
* | Fix pagination when videos take all the width | Chocobozzz | 2018-03-21 | 2 | -2/+4 |
| | |||||
* | More secure target blank links | Chocobozzz | 2018-03-19 | 1 | -1/+2 |
| | |||||
* | 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 short description in config | Chocobozzz | 2018-03-15 | 1 | -0/+7 |
| | |||||
* | 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 |
| | |||||
* | Improve admin tables | Chocobozzz | 2018-02-23 | 3 | -2/+23 |
| | |||||
* | Better help on markdown fields | Chocobozzz | 2018-02-23 | 3 | -17/+44 |
| | |||||
* | Add help tooltip | Chocobozzz | 2018-02-22 | 4 | -1/+101 |
| | |||||
* | Throttle infinite scroller | Chocobozzz | 2018-02-22 | 2 | -11/+14 |
| | |||||
* | Add confirm when admin use custom js/css | Chocobozzz | 2018-02-22 | 1 | -1/+1 |
| | |||||
* | 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 | 7 | -22/+43 |
| |