Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 1 | -0/+1 |
| | |||||
* | Add missing context fields | Chocobozzz | 2018-01-29 | 1 | -0/+18 |
| | |||||
* | Add id to likes/dislikes/comments/shares collections | Chocobozzz | 2018-01-29 | 1 | -1/+2 |
| | |||||
* | Use sensitive instead of nsfw in activitypub | Chocobozzz | 2018-01-26 | 2 | -2/+2 |
| | |||||
* | Fix announce activities | Chocobozzz | 2018-01-26 | 1 | -3/+2 |
| | |||||
* | Only accept public comments | Chocobozzz | 2018-01-26 | 1 | -2/+5 |
| | |||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 2 | -0/+15 |
| | | | | | | | 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. | ||||
* | Fix tests | Chocobozzz | 2018-01-19 | 1 | -1/+2 |
| | |||||
* | Add ability to configure log level | Chocobozzz | 2018-01-19 | 2 | -12/+50 |
| | |||||
* | Add ability to update some configuration keys | Chocobozzz | 2018-01-17 | 1 | -1/+1 |
| | |||||
* | Fix config storage paths | Chocobozzz | 2018-01-16 | 1 | -1/+8 |
| | |||||
* | Prepare production workflow | Chocobozzz | 2018-01-15 | 1 | -4/+3 |
| | |||||
* | Fix lint | Chocobozzz | 2018-01-15 | 1 | -2/+1 |
| | |||||
* | Fix actor followers/following counts | Chocobozzz | 2018-01-15 | 1 | -1/+5 |
| | |||||
* | Add commentsEnabled field to AS context | Chocobozzz | 2018-01-12 | 1 | -1/+2 |
| | |||||
* | Fix communication with mastodon | Chocobozzz | 2018-01-12 | 1 | -3/+3 |
| | |||||
* | Add reject processing for activitypub | Chocobozzz | 2018-01-11 | 2 | -1/+14 |
| | |||||
* | Fetch remote AP objects | Chocobozzz | 2018-01-10 | 2 | -2/+4 |
| | |||||
* | A few updates for the watch video view (#181) | Benjamin Bouvier | 2018-01-07 | 1 | -1/+1 |
| | | | | | | | | * 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; | ||||
* | Handle HTML is comments | Chocobozzz | 2018-01-04 | 1 | -11/+0 |
| | |||||
* | Refresh remote accounts | Chocobozzz | 2018-01-04 | 2 | -1/+16 |
| | |||||
* | Add ability to delete comments | Chocobozzz | 2018-01-04 | 2 | -3/+9 |
| | |||||
* | Add avatar in comments | Chocobozzz | 2018-01-03 | 1 | -6/+0 |
| | |||||
* | Send account activitypub update events | Chocobozzz | 2018-01-03 | 2 | -18/+24 |
| | |||||
* | Add avatar max size limit | Chocobozzz | 2018-01-03 | 2 | -3/+3 |
| | |||||
* | Add ability to disable video comments | Chocobozzz | 2018-01-03 | 6 | -44/+11 |
| | |||||
* | Begin to add avatar to actors | Chocobozzz | 2017-12-29 | 2 | -4/+47 |
| | |||||
* | Propagate old comment on new follow | Chocobozzz | 2017-12-28 | 6 | -21/+10 |
| | |||||
* | Add comments controller | Chocobozzz | 2017-12-22 | 1 | -0/+16 |
| | |||||
* | Create comment on replied mastodon statutes | Chocobozzz | 2017-12-22 | 2 | -1/+43 |
| | |||||
* | Fix webfinger validator | Chocobozzz | 2017-12-21 | 2 | -3/+2 |
| | |||||
* | Sanitize url to not end with implicit ports | Chocobozzz | 2017-12-21 | 2 | -2/+25 |
| | |||||
* | Fix validators issue | Chocobozzz | 2017-12-20 | 2 | -3/+3 |
| | |||||
* | Handle mastodon shares | Chocobozzz | 2017-12-19 | 1 | -1/+3 |
| | |||||
* | Fix player play exception on chromium | Chocobozzz | 2017-12-19 | 1 | -2/+0 |
| | |||||
* | Accept domain without port for webfinger | Chocobozzz | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | Set port if not specified in webfinger | Chocobozzz | 2017-12-19 | 1 | -2/+16 |
| | |||||
* | Status are sent to mastodon | Chocobozzz | 2017-12-19 | 1 | -10/+8 |
| | |||||
* | Use RsaSignature2017 | Chocobozzz | 2017-12-19 | 4 | -7/+8 |
| | |||||
* | Unfollow with host | Chocobozzz | 2017-12-19 | 1 | -41/+1 |
| | |||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 12 | -75/+140 |
| | |||||
* | Save | Chocobozzz | 2017-12-19 | 5 | -95/+94 |
| | |||||
* | Enh #106 : Add an autoPlayVideo user attribute (#159) | Andréas Livet | 2017-12-19 | 1 | -2/+11 |
| | | | | | | | | | 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 | -60/+51 |
| | |||||
* | Fix lint | Chocobozzz | 2017-12-08 | 1 | -1/+0 |
| | |||||
* | Finish admin design | Chocobozzz | 2017-12-08 | 2 | -7/+8 |
| | |||||
* | Refractor validators | Chocobozzz | 2017-11-27 | 5 | -158/+41 |
| | |||||
* | Add shares forward and collection on videos/video channels | Chocobozzz | 2017-11-27 | 3 | -20/+75 |
| | |||||
* | Misc cleanup | Chocobozzz | 2017-11-27 | 2 | -6/+13 |
| | |||||
* | Cleanup helpers | Chocobozzz | 2017-11-27 | 10 | -143/+32 |
| |