aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/users
Commit message (Expand)AuthorAgeFilesLines
* Type toFormattedJSONChocobozzz2019-08-202-12/+1
* Stronger model typingsChocobozzz2019-08-193-3/+3
* Fix broken playlist apiChocobozzz2019-08-011-0/+1
* Moderators can only manage usersChocobozzz2019-07-301-1/+6
* WIP plugins: add theme supportChocobozzz2019-07-241-0/+1
* Add rate limit to registration and API endpointsChocobozzz2019-07-041-5/+13
* Add language filters in user preferencesChocobozzz2019-06-191-0/+1
* Handle email update on serverChocobozzz2019-06-112-11/+23
* Improve registrationChocobozzz2019-06-071-2/+6
* Upgrade server dependenciesChocobozzz2019-06-061-1/+4
* Remove unused actor uuid fieldChocobozzz2019-05-311-2/+1
* Add ability to specify channel on registrationChocobozzz2019-05-281-2/+3
* Add user adminFlagsChocobozzz2019-04-152-9/+12
* Add ability to limit videos history sizeChocobozzz2019-04-111-1/+1
* Don't expose constants directly in initializers/Chocobozzz2019-04-113-3/+6
* Move config in its own fileChocobozzz2019-04-113-6/+8
* Add notification on new instance follower (server side)Chocobozzz2019-04-081-1/+2
* add quarantine videos feature (#1637)Josh Morel2019-04-021-0/+1
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-3/+1
* Cleanup express locals typingsChocobozzz2019-03-197-52/+48
* Add videos playlist exist testsChocobozzz2019-03-181-1/+1
* Add to playlist dropdownChocobozzz2019-03-182-0/+49
* Add playlist rest testsChocobozzz2019-03-181-3/+3
* Upgrade server dependenciesChocobozzz2019-02-211-4/+2
* Cleanup reset user password by adminChocobozzz2019-02-112-11/+11
* allow administration to change/reset a user's passwordRigel Kent2019-02-111-0/+1
* Move subscriptions controllers in its own fileChocobozzz2019-01-143-154/+174
* Add notifications in the clientChocobozzz2019-01-091-1/+14
* Add new follow, mention and user registered notifsChocobozzz2019-01-092-5/+13
* Add import finished and video published notifsChocobozzz2019-01-091-3/+9
* Add user notification base codeChocobozzz2019-01-092-0/+86
* Add history on server sideChocobozzz2018-12-183-0/+60
* Support additional video extensionsChocobozzz2018-12-111-2/+2
* Remove inferred typeChocobozzz2018-12-051-1/+1
* Add tmp and redundancy directoriesChocobozzz2018-12-041-2/+2
* enable email verification by admin (#1348)Josh Morel2018-11-211-0/+1
* Merge branch 'feature/webtorrent-disabling' into developChocobozzz2018-10-171-0/+1
|\
| * move to boolean switchRigel Kent2018-10-131-1/+1
| * add webtorrent opt-out settingsRigel Kent2018-10-131-0/+1
* | Add ability to mute a user/instance by server in server apiChocobozzz2018-10-161-4/+4
* | Add user/instance block by users in the clientChocobozzz2018-10-161-2/+2
* | Add ability for users to block an account/instance on server sideChocobozzz2018-10-163-1/+129
|/
* Add users search filterChocobozzz2018-10-081-1/+1
* Check video channel name is unique on our instanceChocobozzz2018-10-011-1/+0
* Check current password on server sideChocobozzz2018-09-261-1/+1
* Cache user tokenChocobozzz2018-09-202-3/+4
* Limit associations fetch when loading tokenChocobozzz2018-09-202-29/+15
* Refractor audit user identifierChocobozzz2018-09-192-14/+18
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-191-1/+1
* Retry transactions on user endpoints if neededChocobozzz2018-09-131-4/+4