Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add sign language to the index of languages (#420) | Rigel Kent | 2018-03-27 | 1 | -1/+16 |
| | |||||
* | Limit comment length to 1 character, fixes #394 (#399) | Aurélien Bertron | 2018-03-24 | 1 | -1/+1 |
| | |||||
* | Add option to disable starttls | Chocobozzz | 2018-03-22 | 1 | -0/+1 |
| | |||||
* | Fix video_share_url duplicate key in transcoding job | Chocobozzz | 2018-03-19 | 1 | -2/+5 |
| | |||||
* | Add short description in config | Chocobozzz | 2018-03-15 | 1 | -0/+1 |
| | |||||
* | Add ability to change the homepage | Chocobozzz | 2018-03-01 | 1 | -0/+1 |
| | |||||
* | Add 30 fps limit in transcoding | Chocobozzz | 2018-02-26 | 1 | -0/+2 |
| | |||||
* | Avoids easy cheating on vidoe views | Chocobozzz | 2018-02-23 | 1 | -1/+5 |
| | |||||
* | Add ability to add custom css/javascript | Chocobozzz | 2018-02-22 | 1 | -1/+5 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 1 | -2/+5 |
| | |||||
* | Add ability to set video thumbnail/preview | Chocobozzz | 2018-02-14 | 1 | -2/+8 |
| | |||||
* | Add new name/terms/description config options | Chocobozzz | 2018-01-31 | 1 | -0/+5 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 1 | -3/+17 |
| | |||||
* | Fix migrations | Chocobozzz | 2018-01-29 | 1 | -1/+1 |
| | |||||
* | Don't rehost announced video activities | Chocobozzz | 2018-01-26 | 1 | -1/+4 |
| | |||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 1 | -25/+24 |
| | | | | | | | 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. | ||||
* | Add ability to configure log level | Chocobozzz | 2018-01-19 | 1 | -0/+3 |
| | |||||
* | Don't show videos of remote instance after unfollow | Chocobozzz | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | Add ability to update some configuration keys | Chocobozzz | 2018-01-17 | 1 | -17/+67 |
| | |||||
* | Update README badge paths | Chocobozzz | 2018-01-16 | 1 | -1/+1 |
| | |||||
* | Fix config storage paths | Chocobozzz | 2018-01-16 | 1 | -8/+8 |
| | |||||
* | Update follower/following counts | Chocobozzz | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | Activity Pub improvements | Chocobozzz | 2018-01-11 | 1 | -1/+2 |
| | |||||
* | Add tests to handle down server | Chocobozzz | 2018-01-11 | 1 | -2/+2 |
| | |||||
* | Add scores to follows and remove bad ones | Chocobozzz | 2018-01-11 | 1 | -8/+13 |
| | |||||
* | Fetch remote AP objects | Chocobozzz | 2018-01-10 | 1 | -0/+1 |
| | |||||
* | Remove :443 from video urls too | Chocobozzz | 2018-01-05 | 1 | -1/+1 |
| | |||||
* | Fix tls and account bug | Chocobozzz | 2018-01-05 | 1 | -1/+1 |
| | |||||
* | Refresh remote accounts | Chocobozzz | 2018-01-04 | 1 | -1/+3 |
| | |||||
* | Send account activitypub update events | Chocobozzz | 2018-01-03 | 1 | -0/+1 |
| | |||||
* | Automatically resize avatars | Chocobozzz | 2018-01-03 | 1 | -0/+5 |
| | |||||
* | Add avatar max size limit | Chocobozzz | 2018-01-03 | 1 | -6/+6 |
| | |||||
* | Add ability to disable video comments | Chocobozzz | 2018-01-03 | 1 | -1/+1 |
| | |||||
* | Begin to add avatar to actors | Chocobozzz | 2017-12-29 | 1 | -4/+15 |
| | |||||
* | Add migration to delete old Authors table | Chocobozzz | 2017-12-29 | 1 | -1/+1 |
| | |||||
* | Add comments controller | Chocobozzz | 2017-12-22 | 1 | -1/+3 |
| | |||||
* | Create comment on replied mastodon statutes | Chocobozzz | 2017-12-22 | 1 | -0/+3 |
| | |||||
* | Sanitize url to not end with implicit ports | Chocobozzz | 2017-12-21 | 1 | -43/+44 |
| | |||||
* | Fix migration scripts | Chocobozzz | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | Status are sent to mastodon | Chocobozzz | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 1 | -3/+11 |
| | |||||
* | Save | Chocobozzz | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | Enh #106 : Add an autoPlayVideo user attribute (#159) | Andréas Livet | 2017-12-19 | 1 | -1/+1 |
| | | | | | | | | | 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 | ||||
* | Add migration | Chocobozzz | 2017-12-13 | 1 | -1/+1 |
| | |||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 1 | -10/+4 |
| | |||||
* | First upload step is ok | Chocobozzz | 2017-12-07 | 1 | -1/+1 |
| | |||||
* | Fix client search | Chocobozzz | 2017-12-05 | 1 | -6/+0 |
| | |||||
* | Add account avatar | Chocobozzz | 2017-12-04 | 1 | -1/+6 |
| | |||||
* | Fix req accepts | Chocobozzz | 2017-11-30 | 1 | -0/+3 |
| | |||||
* | Fix activitypub check headers | Chocobozzz | 2017-11-30 | 1 | -5/+4 |
| |