Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refractor retry transaction function | Chocobozzz | 2018-06-13 | 4 | -117/+56 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 1 | -27/+20 |
| | | | | publishing a video | ||||
* | Add ability to manually run transcoding job | Chocobozzz | 2018-05-30 | 1 | -1/+2 |
| | |||||
* | Fix video channel update with an admin account | Chocobozzz | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | Fix updating video tags to empty field | Chocobozzz | 2018-05-16 | 1 | -2/+2 |
| | |||||
* | Add ability to update a video channel | Chocobozzz | 2018-05-11 | 1 | -6/+19 |
| | |||||
* | Update video channel routes | Chocobozzz | 2018-04-24 | 2 | -186/+8 |
| | |||||
* | Add account view | Chocobozzz | 2018-04-24 | 1 | -16/+3 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 1 | -6/+32 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Add ability to click on the account in watch page | Chocobozzz | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Fix views system behind a proxy | Chocobozzz | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -3/+3 |
| | |||||
* | Add "local" videos in menu | Chocobozzz | 2018-03-13 | 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 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 2 | -9/+16 |
| | |||||
* | 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 | 1 | -18/+71 |
| | |||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 1 | -11/+13 |
| | | | | | | | 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. | ||||
* | Don't show videos of remote instance after unfollow | Chocobozzz | 2018-01-18 | 5 | -11/+11 |
| | |||||
* | Set sort refractoring | Chocobozzz | 2018-01-18 | 4 | -10/+10 |
| | |||||
* | 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; | ||||
* | Add ability to delete comments | Chocobozzz | 2018-01-04 | 1 | -2/+29 |
| | |||||
* | Add ability to disable video comments | Chocobozzz | 2018-01-03 | 2 | -4/+27 |
| | |||||
* | Begin to add avatar to actors | Chocobozzz | 2017-12-29 | 1 | -24/+3 |
| | |||||
* | Propagate old comment on new follow | Chocobozzz | 2017-12-28 | 6 | -65/+28 |
| | |||||
* | Add video comment components | Chocobozzz | 2017-12-27 | 1 | -8/+4 |
| | |||||
* | Send video comment comments to followers/origin | Chocobozzz | 2017-12-27 | 1 | -2/+2 |
| | |||||
* | Begin unit tests | Chocobozzz | 2017-12-22 | 1 | -4/+4 |
| | |||||
* | Add comments controller | Chocobozzz | 2017-12-22 | 2 | -88/+116 |
| | |||||
* | Create comment on replied mastodon statutes | Chocobozzz | 2017-12-22 | 1 | -0/+88 |
| | |||||
* | Use RsaSignature2017 | Chocobozzz | 2017-12-19 | 1 | -2/+0 |
| | |||||
* | Add dirty migration :/ | Chocobozzz | 2017-12-19 | 1 | -3/+7 |
| | |||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 3 | -30/+31 |
| | |||||
* | Save | Chocobozzz | 2017-12-19 | 1 | -6/+5 |
| | |||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 5 | -62/+67 |
| | |||||
* | Finish admin design | Chocobozzz | 2017-12-08 | 1 | -4/+4 |
| | |||||
* | Optimise transaction for video upload | Chocobozzz | 2017-12-08 | 1 | -44/+43 |
| | |||||
* | Design second video upload step | Chocobozzz | 2017-12-08 | 1 | -12/+16 |
| | |||||
* | Fix client search | Chocobozzz | 2017-12-05 | 1 | -13/+9 |
| | |||||
* | Put activity pub sends inside transactions | Chocobozzz | 2017-11-30 | 1 | -2/+2 |
| | |||||
* | Better view counter | Chocobozzz | 2017-11-30 | 1 | -12/+16 |
| | |||||
* | Refractor validators | Chocobozzz | 2017-11-27 | 5 | -14/+14 |
| | |||||
* | Federate likes/dislikes | Chocobozzz | 2017-11-27 | 1 | -3/+4 |
| | |||||
* | Federate video views | Chocobozzz | 2017-11-27 | 1 | -11/+15 |
| | |||||
* | Move activitypub functions from helpers/ to lib/ | Chocobozzz | 2017-11-27 | 1 | -2/+3 |
| |