Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix announce activities | Chocobozzz | 2018-01-26 | 1 | -5/+2 |
| | |||||
* | Add context on activitypub responses | Chocobozzz | 2018-01-26 | 1 | -10/+16 |
| | |||||
* | 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 | ||||
* | Use json for schema.org instead of tags | Chocobozzz | 2018-01-24 | 1 | -9/+7 |
| | |||||
* | Add schema.org tags to videos | Chocobozzz | 2018-01-23 | 1 | -0/+20 |
| | |||||
* | Destroy user token when changing its role | Chocobozzz | 2018-01-23 | 1 | -0/+7 |
| | |||||
* | Avoid too many requests and fetching outbox | Chocobozzz | 2018-01-18 | 1 | -4/+15 |
| | |||||
* | 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 |
| | |||||
* | Fix actor followers/following counts | Chocobozzz | 2018-01-15 | 1 | -18/+45 |
| | |||||
* | Add tests to handle down server | Chocobozzz | 2018-01-11 | 1 | -3/+1 |
| | |||||
* | Fetch remote AP objects | Chocobozzz | 2018-01-10 | 1 | -1/+5 |
| | |||||
* | Support video quota on client | Chocobozzz | 2018-01-08 | 1 | -1/+16 |
| | |||||
* | Fix overflow in select inputs | Chocobozzz | 2018-01-08 | 1 | -1/+1 |
| | |||||
* | 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 mentions to comments | Chocobozzz | 2018-01-05 | 1 | -1/+2 |
| | |||||
* | Fix avatar update | Chocobozzz | 2018-01-04 | 1 | -2/+3 |
| | |||||
* | Refresh remote accounts | Chocobozzz | 2018-01-04 | 1 | -19/+5 |
| | |||||
* | Add ability to delete comments | Chocobozzz | 2018-01-04 | 1 | -2/+29 |
| | |||||
* | Send account activitypub update events | Chocobozzz | 2018-01-03 | 3 | -3/+54 |
| | |||||
* | Circle avatar | Chocobozzz | 2018-01-03 | 1 | -1/+1 |
| | |||||
* | Automatically resize avatars | Chocobozzz | 2018-01-03 | 3 | -5/+10 |
| | |||||
* | Add avatar max size limit | Chocobozzz | 2018-01-03 | 1 | -1/+14 |
| | |||||
* | Add ability to disable video comments | Chocobozzz | 2018-01-03 | 2 | -4/+27 |
| | |||||
* | Begin to add avatar to actors | Chocobozzz | 2017-12-29 | 4 | -30/+62 |
| | |||||
* | Propagate old comment on new follow | Chocobozzz | 2017-12-28 | 15 | -113/+73 |
| | |||||
* | 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 |
| | |||||
* | Sanitize url to not end with implicit ports | Chocobozzz | 2017-12-21 | 1 | -13/+11 |
| | |||||
* | 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 | 10 | -148/+108 |
| | |||||
* | Save | Chocobozzz | 2017-12-19 | 4 | -11/+10 |
| | |||||
* | Enh #106 : Add an autoPlayVideo user attribute (#159) | Andréas Livet | 2017-12-19 | 1 | -0/+3 |
| | | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video | ||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 15 | -156/+158 |
| | |||||
* | Upgrade to angular 5 | Chocobozzz | 2017-12-12 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Fix missing default avatar | Chocobozzz | 2017-12-05 | 1 | -0/+2 |
| | |||||
* | Fix bad to/cc when undo dislike | Chocobozzz | 2017-11-30 | 1 | -1/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2017-11-30 | 2 | -5/+6 |
| | |||||
* | Put activity pub sends inside transactions | Chocobozzz | 2017-11-30 | 1 | -2/+2 |
| | |||||
* | Add ability to list jobs | Chocobozzz | 2017-11-30 | 2 | -0/+36 |
| |