Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split users controller | Chocobozzz | 2018-08-27 | 1 | -477/+0 |
| | |||||
* | Add blacklist reason field | Chocobozzz | 2018-08-14 | 1 | -3/+3 |
| | |||||
* | Add reason when banning a user | Chocobozzz | 2018-08-08 | 1 | -2/+6 |
| | |||||
* | Implement user blocking on server side | Chocobozzz | 2018-08-08 | 1 | -0/+48 |
| | |||||
* | Add ability to delete our account | Chocobozzz | 2018-08-08 | 1 | -1/+17 |
| | |||||
* | Add import.video.torrent configuration | Chocobozzz | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | Add import http enabled configuration | Chocobozzz | 2018-08-06 | 1 | -1/+0 |
| | |||||
* | Add ability to list video imports | Chocobozzz | 2018-08-06 | 1 | -1/+29 |
| | |||||
* | Add audit logs in various modules | Aurélien Bertron | 2018-07-31 | 1 | -10/+39 |
| | | | | | | | | | - Videos - Videos comments - Users - Videos channels - Videos abuses - Custom config | ||||
* | API: Add ability to update video channel avatar | Chocobozzz | 2018-06-29 | 1 | -27/+7 |
| | |||||
* | Add ability for uploaders to schedule video update | Chocobozzz | 2018-06-14 | 1 | -1/+5 |
| | |||||
* | Refractor retry transaction function | Chocobozzz | 2018-06-13 | 1 | -36/+16 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 1 | -3/+4 |
| | | | | publishing a video | ||||
* | feature: IP filtering on signup page | Rigel Kent | 2018-05-22 | 1 | -0/+2 |
| | | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config | ||||
* | Fix typings | Chocobozzz | 2018-05-16 | 1 | -2/+4 |
| | |||||
* | Add ability to update the user display name/description | Chocobozzz | 2018-04-26 | 1 | -0/+1 |
| | |||||
* | Video channel API routes refractor | Chocobozzz | 2018-04-25 | 1 | -1/+4 |
| | |||||
* | Add account view | Chocobozzz | 2018-04-24 | 1 | -1/+2 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 1 | -4/+11 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Handle sort in rss | Chocobozzz | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | Add auth documentation | Chocobozzz | 2018-04-16 | 1 | -0/+2 |
| | |||||
* | Prevent brute force login attack | Chocobozzz | 2018-03-29 | 1 | -2/+12 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 1 | -5/+11 |
| | |||||
* | Add ability to set video thumbnail/preview | Chocobozzz | 2018-02-14 | 1 | -13/+6 |
| | |||||
* | Add tests for emails | Chocobozzz | 2018-01-30 | 1 | -6/+20 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 1 | -2/+37 |
| | |||||
* | Destroy user token when changing its role | Chocobozzz | 2018-01-23 | 1 | -0/+7 |
| | |||||
* | Don't show videos of remote instance after unfollow | Chocobozzz | 2018-01-18 | 1 | -8/+14 |
| | |||||
* | Set sort refractoring | Chocobozzz | 2018-01-18 | 1 | -4/+4 |
| | |||||
* | Support video quota on client | Chocobozzz | 2018-01-08 | 1 | -1/+16 |
| | |||||
* | Fix avatar update | Chocobozzz | 2018-01-04 | 1 | -2/+3 |
| | |||||
* | Refresh remote accounts | Chocobozzz | 2018-01-04 | 1 | -19/+5 |
| | |||||
* | Send account activitypub update events | Chocobozzz | 2018-01-03 | 1 | -3/+14 |
| | |||||
* | Circle avatar | Chocobozzz | 2018-01-03 | 1 | -1/+1 |
| | |||||
* | Automatically resize avatars | Chocobozzz | 2018-01-03 | 1 | -3/+8 |
| | |||||
* | Begin to add avatar to actors | Chocobozzz | 2017-12-29 | 1 | -3/+50 |
| | |||||
* | Propagate old comment on new follow | Chocobozzz | 2017-12-28 | 1 | -18/+6 |
| | |||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -13/+15 |
| | |||||
* | Users list only available when use is authenticated | Chocobozzz | 2017-11-29 | 1 | -0/+2 |
| | | | | And has a special right | ||||
* | Refractor validators | Chocobozzz | 2017-11-27 | 1 | -8/+8 |
| | |||||
* | Optimize account creation | Chocobozzz | 2017-11-27 | 1 | -5/+17 |
| | |||||
* | Make it compile at least | Chocobozzz | 2017-11-27 | 1 | -25/+17 |
| | |||||
* | Remove references to author | Chocobozzz | 2017-11-27 | 1 | -4/+4 |
| | |||||
* | Add tests and fix bugs for video privacy | Chocobozzz | 2017-10-31 | 1 | -1/+1 |
| | |||||
* | Add video privacy setting | Chocobozzz | 2017-10-31 | 1 | -1/+20 |
| | |||||
* | Support roles with rights and add moderator role | Chocobozzz | 2017-10-27 | 1 | -9/+11 |
| | |||||
* | Add migration script for channels | Chocobozzz | 2017-10-26 | 1 | -10/+8 |
| | |||||
* | Fix lint | Chocobozzz | 2017-10-26 | 1 | -1/+1 |
| |