aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/users.ts
Commit message (Expand)AuthorAgeFilesLines
* Add reason when banning a userChocobozzz2018-08-081-2/+6
* Implement user blocking on server sideChocobozzz2018-08-081-0/+48
* Add ability to delete our accountChocobozzz2018-08-081-1/+17
* Add import.video.torrent configurationChocobozzz2018-08-081-1/+1
* Add import http enabled configurationChocobozzz2018-08-061-1/+0
* Add ability to list video importsChocobozzz2018-08-061-1/+29
* Add audit logs in various modulesAurélien Bertron2018-07-311-10/+39
* API: Add ability to update video channel avatarChocobozzz2018-06-291-27/+7
* Add ability for uploaders to schedule video updateChocobozzz2018-06-141-1/+5
* Refractor retry transaction functionChocobozzz2018-06-131-36/+16
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-3/+4
* feature: IP filtering on signup pageRigel Kent2018-05-221-0/+2
* Fix typingsChocobozzz2018-05-161-2/+4
* 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
* 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