Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup utils helper | Chocobozzz | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | Add reason when banning a user | Chocobozzz | 2018-08-08 | 1 | -2/+3 |
| | |||||
* | Implement user blocking on server side | Chocobozzz | 2018-08-08 | 1 | -0/+21 |
| | |||||
* | Add ability to delete our account | Chocobozzz | 2018-08-08 | 1 | -0/+14 |
| | |||||
* | API: Add ability to update video channel avatar | Chocobozzz | 2018-06-29 | 1 | -19/+2 |
| | |||||
* | Fix images size limit | Chocobozzz | 2018-06-22 | 1 | -9/+1 |
| | |||||
* | Do not create a user with the same username than another actor name | Chocobozzz | 2018-06-21 | 1 | -0/+9 |
| | |||||
* | feature: IP filtering on signup page | Rigel Kent | 2018-05-22 | 1 | -2/+17 |
| | | | | | | 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 | ||||
* | Add ability to update the user display name/description | Chocobozzz | 2018-04-26 | 1 | -1/+2 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 1 | -2/+2 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Fix typo in "already exist" error message | Cale | 2018-03-11 | 1 | -1/+1 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | Destroy user token when changing its role | Chocobozzz | 2018-01-23 | 1 | -0/+7 |
| | |||||
* | 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 | 1 | -3/+2 |
| | |||||
* | Begin to add avatar to actors | Chocobozzz | 2017-12-29 | 1 | -2/+20 |
| | |||||
* | Propagate old comment on new follow | Chocobozzz | 2017-12-28 | 1 | -6/+3 |
| | |||||
* | 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 | ||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 1 | -8/+7 |
| | |||||
* | Refractor validators | Chocobozzz | 2017-11-27 | 1 | -113/+85 |
| | |||||
* | Usernames are case insensitive now | Chocobozzz | 2017-11-04 | 1 | -2/+2 |
| | |||||
* | Support roles with rights and add moderator role | Chocobozzz | 2017-10-27 | 1 | -1/+4 |
| | |||||
* | Add video channels | Chocobozzz | 2017-10-26 | 1 | -2/+2 |
| | |||||
* | Upgrade express validator to v4 | Chocobozzz | 2017-09-15 | 1 | -97/+122 |
| | |||||
* | Remove ng2 file upload module | Chocobozzz | 2017-09-14 | 1 | -9/+27 |
| | | | | Unmaintained and we don't need it anymore with httpclient | ||||
* | Fix tests and user quota | Chocobozzz | 2017-09-06 | 1 | -23/+38 |
| | |||||
* | Add user update for admins | Chocobozzz | 2017-09-05 | 1 | -2/+39 |
| | |||||
* | Begin user quota | Chocobozzz | 2017-09-04 | 1 | -0/+2 |
| | |||||
* | Add ability to limit user registrations | Chocobozzz | 2017-07-25 | 1 | -2/+13 |
| | |||||
* | Remove "function" in favor of () => {} | Chocobozzz | 2017-07-11 | 1 | -3/+3 |
| | |||||
* | Use global uuid instead of remoteId for videos | Chocobozzz | 2017-07-11 | 1 | -2/+13 |
| | |||||
* | Fix error logging | Chocobozzz | 2017-07-07 | 1 | -3/+3 |
| | |||||
* | Move to promises | Chocobozzz | 2017-07-05 | 1 | -26/+26 |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74 | ||||
* | Type functions | Chocobozzz | 2017-06-10 | 1 | -4/+7 |
| | |||||
* | Type models | Chocobozzz | 2017-05-25 | 1 | -1/+1 |
| | |||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 1 | -0/+84 |