aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/users.ts
Commit message (Collapse)AuthorAgeFilesLines
* Support video quota on clientChocobozzz2018-01-081-1/+16
|
* Fix avatar updateChocobozzz2018-01-041-2/+3
|
* Refresh remote accountsChocobozzz2018-01-041-19/+5
|
* Send account activitypub update eventsChocobozzz2018-01-031-3/+14
|
* Circle avatarChocobozzz2018-01-031-1/+1
|
* Automatically resize avatarsChocobozzz2018-01-031-3/+8
|
* Begin to add avatar to actorsChocobozzz2017-12-291-3/+50
|
* Propagate old comment on new followChocobozzz2017-12-281-18/+6
|
* Begin moving video channel to actorChocobozzz2017-12-191-1/+1
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-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-sequelizeChocobozzz2017-12-131-13/+15
|
* Users list only available when use is authenticatedChocobozzz2017-11-291-0/+2
| | | | And has a special right
* Refractor validatorsChocobozzz2017-11-271-8/+8
|
* Optimize account creationChocobozzz2017-11-271-5/+17
|
* Make it compile at leastChocobozzz2017-11-271-25/+17
|
* Remove references to authorChocobozzz2017-11-271-4/+4
|
* Add tests and fix bugs for video privacyChocobozzz2017-10-311-1/+1
|
* Add video privacy settingChocobozzz2017-10-311-1/+20
|
* Support roles with rights and add moderator roleChocobozzz2017-10-271-9/+11
|
* Add migration script for channelsChocobozzz2017-10-261-10/+8
|
* Fix lintChocobozzz2017-10-261-1/+1
|
* Use async/await in controllersChocobozzz2017-10-261-59/+49
|
* Add video channelsChocobozzz2017-10-261-8/+25
|
* Fix tests and user quotaChocobozzz2017-09-061-8/+22
|
* Add user update for adminsChocobozzz2017-09-051-5/+41
|
* Begin user quotaChocobozzz2017-09-041-2/+9
|
* Formated -> FormattedChocobozzz2017-08-251-5/+5
|
* Add ability to limit user registrationsChocobozzz2017-07-251-2/+2
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-1/+1
|
* Better typescript typing for a better worldChocobozzz2017-07-101-6/+10
|
* Fix error loggingChocobozzz2017-07-071-1/+1
|
* Move to promisesChocobozzz2017-07-051-52/+34
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Move ensureRegistrationEnabled to middlewaresChocobozzz2017-06-251-11/+2
|
* Share models between server and clientChocobozzz2017-06-171-2/+4
|
* Type functionsChocobozzz2017-06-101-11/+11
|
* require -> importChocobozzz2017-06-051-1/+1
|
* Type modelsChocobozzz2017-05-251-2/+2
|
* First typescript iterationChocobozzz2017-05-201-0/+173