aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/users.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | publishing a video
* feature: IP filtering on signup pageRigel Kent2018-05-221-0/+2
| | | | | | 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
* 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
| | | | 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
|