Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade server dependencies | Chocobozzz | 2018-04-06 | 1 | -15/+14 |
| | |||||
* | Fix error logging | Chocobozzz | 2018-03-26 | 1 | -1/+1 |
| | |||||
* | Move sort middleware utils in utils file | Chocobozzz | 2018-03-13 | 2 | -28/+25 |
| | |||||
* | Fix typo in "already exist" error message | Cale | 2018-03-11 | 1 | -1/+1 |
| | |||||
* | Add ability to change the homepage | Chocobozzz | 2018-03-01 | 1 | -0/+6 |
| | |||||
* | Fix lint | Chocobozzz | 2018-02-23 | 1 | -1/+1 |
| | |||||
* | Detect posting request in our own inbox | Chocobozzz | 2018-02-23 | 1 | -1/+10 |
| | |||||
* | Add ability to update another user video | Chocobozzz | 2018-02-22 | 1 | -15/+5 |
| | |||||
* | Add links to comment mentions | Chocobozzz | 2018-02-21 | 1 | -2/+21 |
| | |||||
* | Handle line feeds in comments | Chocobozzz | 2018-02-20 | 1 | -2/+2 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 3 | -3/+9 |
| | |||||
* | Add ability to set video thumbnail/preview | Chocobozzz | 2018-02-14 | 1 | -2/+49 |
| | |||||
* | Don't leak unlisted videos | Chocobozzz | 2018-01-31 | 1 | -3/+12 |
| | |||||
* | Add tests for emails | Chocobozzz | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 1 | -15/+78 |
| | |||||
* | Don't leak passwords in log | Chocobozzz | 2018-01-26 | 1 | -4/+5 |
| | |||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 1 | -0/+23 |
| | | | | | | | 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. | ||||
* | Destroy user token when changing its role | Chocobozzz | 2018-01-23 | 1 | -0/+7 |
| | |||||
* | Add ability to update some configuration keys | Chocobozzz | 2018-01-17 | 1 | -0/+32 |
| | |||||
* | Add ability to delete comments | Chocobozzz | 2018-01-04 | 2 | -2/+35 |
| | |||||
* | Send account activitypub update events | Chocobozzz | 2018-01-03 | 2 | -2/+20 |
| | |||||
* | Automatically resize avatars | Chocobozzz | 2018-01-03 | 1 | -2/+1 |
| | |||||
* | Add avatar max size limit | Chocobozzz | 2018-01-03 | 1 | -1/+10 |
| | |||||
* | Add ability to disable video comments | Chocobozzz | 2018-01-03 | 3 | -7/+22 |
| | |||||
* | Begin to add avatar to actors | Chocobozzz | 2017-12-29 | 1 | -2/+20 |
| | |||||
* | Improve check follow params tests | Chocobozzz | 2017-12-28 | 1 | -1/+5 |
| | |||||
* | Propagate old comment on new follow | Chocobozzz | 2017-12-28 | 14 | -38/+48 |
| | |||||
* | Add comments federation tests | Chocobozzz | 2017-12-27 | 1 | -1/+1 |
| | |||||
* | Add video comment components | Chocobozzz | 2017-12-27 | 1 | -2/+2 |
| | |||||
* | Begin unit tests | Chocobozzz | 2017-12-22 | 1 | -10/+11 |
| | |||||
* | Add comments controller | Chocobozzz | 2017-12-22 | 2 | -1/+135 |
| | |||||
* | Set port if not specified in webfinger | Chocobozzz | 2017-12-19 | 1 | -2/+2 |
| | |||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 3 | -40/+14 |
| | |||||
* | Enh #106 : Add an autoPlayVideo user attribute (#159) | Andréas Livet | 2017-12-19 | 1 | -0/+2 |
| | | | | | | | | | 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 | ||||
* | Use sequelize scopes | Chocobozzz | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 12 | -49/+50 |
| | |||||
* | Make some fields optional when uploading a video | Chocobozzz | 2017-12-07 | 1 | -3/+3 |
| | |||||
* | Fix client search | Chocobozzz | 2017-12-05 | 1 | -3/+2 |
| | |||||
* | Fix bad to/cc when undo dislike | Chocobozzz | 2017-11-30 | 1 | -1/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2017-11-30 | 2 | -2/+2 |
| | |||||
* | Add ability to list jobs | Chocobozzz | 2017-11-30 | 1 | -1/+4 |
| | |||||
* | Remove max duration/filesize constraints | Chocobozzz | 2017-11-28 | 1 | -9/+0 |
| | |||||
* | Refractor validators | Chocobozzz | 2017-11-27 | 13 | -449/+393 |
| | |||||
* | Add shares forward and collection on videos/video channels | Chocobozzz | 2017-11-27 | 4 | -32/+77 |
| | |||||
* | Misc cleanup | Chocobozzz | 2017-11-27 | 1 | -12/+7 |
| | |||||
* | Cleanup helpers | Chocobozzz | 2017-11-27 | 2 | -26/+25 |
| | |||||
* | Add follow tests | Chocobozzz | 2017-11-27 | 1 | -4/+4 |
| | |||||
* | Add ability to unfollow a server | Chocobozzz | 2017-11-27 | 1 | -3/+3 |
| | |||||
* | Refractor activity pub lib/helpers | Chocobozzz | 2017-11-27 | 3 | -33/+63 |
| | |||||
* | Fix lint | Chocobozzz | 2017-11-27 | 2 | -9/+2 |
| |