aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/users.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to update the user display name/descriptionChocobozzz2018-04-261-0/+1
|
* Video channel API routes refractorChocobozzz2018-04-251-1/+4
|
* Add account viewChocobozzz2018-04-241-1/+2
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-4/+11
| | | | There is a global instance setting and a per user setting
* Handle sort in rssChocobozzz2018-04-171-1/+1
|
* Add auth documentationChocobozzz2018-04-161-0/+2
|
* Prevent brute force login attackChocobozzz2018-03-291-2/+12
|
* Implement support field in video and video channelChocobozzz2018-02-151-5/+11
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-13/+6
|
* Add tests for emailsChocobozzz2018-01-301-6/+20
|
* Add ability to reset our passwordChocobozzz2018-01-301-2/+37
|
* Destroy user token when changing its roleChocobozzz2018-01-231-0/+7
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-8/+14
|
* Set sort refractoringChocobozzz2018-01-181-4/+4
|
* 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
|