Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to update a video channel | Chocobozzz | 2018-05-11 | 1 | -6/+19 |
| | |||||
* | Add ability to embed a video in Twitter | Chocobozzz | 2018-05-11 | 1 | -0/+6 |
| | | | | The instance should be whitelisted first | ||||
* | Add video channel management | Chocobozzz | 2018-04-26 | 1 | -1/+1 |
| | |||||
* | Add ability to update the user display name/description | Chocobozzz | 2018-04-26 | 1 | -0/+1 |
| | |||||
* | Update video-channel routes (again) | Chocobozzz | 2018-04-25 | 2 | -168/+173 |
| | | | | Use /video-channels now, it's more simple for clients | ||||
* | Video channel API routes refractor | Chocobozzz | 2018-04-25 | 2 | -3/+6 |
| | |||||
* | Update video channel routes | Chocobozzz | 2018-04-24 | 5 | -200/+239 |
| | |||||
* | Add account view | Chocobozzz | 2018-04-24 | 4 | -21/+40 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 3 | -10/+46 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Move server follow in the job queue | Chocobozzz | 2018-04-18 | 1 | -63/+15 |
| | | | | It helps to track follow errors | ||||
* | Add ability to click on the account in watch page | Chocobozzz | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | Handle sort in rss | Chocobozzz | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | Add auth documentation | Chocobozzz | 2018-04-16 | 1 | -0/+2 |
| | |||||
* | Add publishedAt field for video model. | Julien Le Bras | 2018-03-30 | 1 | -1/+8 |
| | | | | | | | | | | | | * 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 | 2 | -3/+13 |
| | |||||
* | Fix views system behind a proxy | Chocobozzz | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Fix custom server configuration numbers | Chocobozzz | 2018-03-27 | 1 | -5/+8 |
| | |||||
* | show quota in stats, display quota on the about page, fixes #405 (#421) | Rigel Kent | 2018-03-27 | 1 | -0/+3 |
| | | | move videoQuota under a user object, use byte PipeTransform | ||||
* | Try to refractor activities sending | Chocobozzz | 2018-03-27 | 2 | -12/+4 |
| | | | | There is still a need for work on this part though | ||||
* | Fix error logging | Chocobozzz | 2018-03-26 | 3 | -6/+6 |
| | |||||
* | Add short description in config | Chocobozzz | 2018-03-15 | 1 | -0/+5 |
| | |||||
* | Add "local" videos in menu | Chocobozzz | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | Add ability to change the homepage | Chocobozzz | 2018-03-01 | 1 | -0/+4 |
| | |||||
* | Add stats route | Chocobozzz | 2018-02-28 | 3 | -2/+43 |
| | |||||
* | Add indentation in json configuration file generated by the admin | Chocobozzz | 2018-02-28 | 1 | -1/+1 |
| | | | | interface | ||||
* | Add warning in production.yaml | Chocobozzz | 2018-02-27 | 1 | -0/+1 |
| | | | | To avoid confusion with the local-production.json file | ||||
* | Fix job panel sorting in administration | Chocobozzz | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | Fix resolution for portrait videos | Chocobozzz | 2018-02-27 | 1 | -3/+3 |
| | |||||
* | Avoids easy cheating on vidoe views | Chocobozzz | 2018-02-23 | 1 | -0/+10 |
| | |||||
* | Don't follow ourselves | Chocobozzz | 2018-02-23 | 1 | -0/+4 |
| | |||||
* | Add ability to add custom css/javascript | Chocobozzz | 2018-02-22 | 1 | -2/+10 |
| | |||||
* | Add ability to update thumbnail and preview on client | Chocobozzz | 2018-02-16 | 1 | -0/+6 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 3 | -14/+27 |
| | |||||
* | Fix concurrency issue on video upload | Chocobozzz | 2018-02-14 | 1 | -0/+1 |
| | |||||
* | Handle thumbnail update | Chocobozzz | 2018-02-14 | 1 | -0/+3 |
| | |||||
* | Add ability to set video thumbnail/preview | Chocobozzz | 2018-02-14 | 2 | -31/+77 |
| | |||||
* | Add about page | Chocobozzz | 2018-01-31 | 1 | -1/+19 |
| | |||||
* | Add new name/terms/description config options | Chocobozzz | 2018-01-31 | 1 | -0/+5 |
| | |||||
* | Add version in footer | Chocobozzz | 2018-01-31 | 1 | -0/+2 |
| | |||||
* | Add tests for emails | Chocobozzz | 2018-01-30 | 1 | -6/+20 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 1 | -2/+37 |
| | |||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 3 | -18/+46 |
| | | | | | | | 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. | ||||
* | Basic api documentation #7 (#220) | Dimitri Gilbert | 2018-01-24 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | * Basic api documentation * fix styling issue * fix styling issue * gitignore unecessary folders * openApi 2.0 first draft * solved conflicts * solved errors in openapi file * added missing doc on video + deleted apidoc comments * fix last warnings and errors inopenapi definition | ||||
* | Destroy user token when changing its role | Chocobozzz | 2018-01-23 | 1 | -0/+7 |
| | |||||
* | Don't show videos of remote instance after unfollow | Chocobozzz | 2018-01-18 | 9 | -26/+35 |
| | |||||
* | Set sort refractoring | Chocobozzz | 2018-01-18 | 8 | -22/+22 |
| | |||||
* | Add ability to update some configuration keys | Chocobozzz | 2018-01-17 | 1 | -4/+87 |
| | |||||
* | Add tests to handle down server | Chocobozzz | 2018-01-11 | 1 | -3/+1 |
| | |||||
* | Support video quota on client | Chocobozzz | 2018-01-08 | 1 | -1/+16 |
| | |||||
* | A few updates for the watch video view (#181) | Benjamin Bouvier | 2018-01-07 | 1 | -1/+0 |
| | | | | | | | | * Fixes #156: Filter out the video being watched from the list of other videos of the same author; * Fixes #167: in the video view, hide the author's domain when it's from the current host; * Fixes #171: Allow undoing a like/dislike; |