aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/users.ts
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Move models to typescript-sequelizeChocobozzz2017-12-131-13/+15
* Users list only available when use is authenticatedChocobozzz2017-11-291-0/+2
* 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
* 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