aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/users
Commit message (Collapse)AuthorAgeFilesLines
...
* Support logout and add id and pass testsChocobozzz2020-05-042-31/+42
|
* Begin auth plugin supportChocobozzz2020-05-041-2/+12
|
* Add filter inputs for blacklisted videos and muted accounts/serversRigel Kent2020-05-011-2/+14
|
* Do not support subscriptions to accountsChocobozzz2020-04-161-0/+1
|
* Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-171-1/+15
| | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests
* Upgrade express-rate-limitChocobozzz2020-02-041-2/+0
|
* Move to eslintcontainChocobozzz2020-02-032-6/+4
|
* Add ability to skip count queryChocobozzz2020-01-081-2/+5
|
* Share playlists stateChocobozzz2020-01-061-2/+2
|
* Improve SQL query for my special playlistsChocobozzz2020-01-031-4/+3
|
* Add miniature quick actions to add video to Watch later playlistRigel Kent2020-01-021-1/+1
|
* Add search bars for a user's videos and playlist libraryRigel Kent2019-12-281-1/+2
|
* autoplay next video support for playlistsRigel Kent2019-12-131-0/+1
|
* Add action hooks to user routesChocobozzz2019-12-061-5/+20
|
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again
* Add config instance warning modalChocobozzz2019-09-051-6/+6
|
* Add welcome modalChocobozzz2019-09-051-9/+13
|
* Add auto follow back support for instancesChocobozzz2019-09-041-1/+2
|
* 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
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* 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
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* 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
| | | | And add some tests
* 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
| | | | Add ability to disable, clear and list user videos history