aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/utils/users
Commit message (Collapse)AuthorAgeFilesLines
* Shared utils -> extra-utilsChocobozzz2019-04-246-1247/+0
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-8/+25
|
* Add check params account ratings testsChocobozzz2019-04-091-1/+4
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-1/+15
| | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* Add notification on new instance follower (server side)Chocobozzz2019-04-081-1/+31
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-3/+32
| | | | | | | | | | | | | | | | | | | | * 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
* Add playlist rest testsChocobozzz2019-03-181-0/+9
|
* Cleanup reset user password by adminChocobozzz2019-02-111-0/+2
| | | | And add some tests
* Fix testsChocobozzz2019-01-211-1/+1
|
* Add server host in notification account fieldChocobozzz2019-01-211-0/+1
|
* Add notifications in the clientChocobozzz2019-01-091-0/+11
|
* Add new follow, mention and user registered notifsChocobozzz2019-01-091-6/+107
|
* Add import finished and video published notifsChocobozzz2019-01-091-44/+136
|
* Add user notification base codeChocobozzz2019-01-091-0/+232
|
* Add history on server sideChocobozzz2018-12-181-6/+10
| | | | Add ability to disable, clear and list user videos history
* Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-072-2/+3
| | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
* Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-204-4/+4
| | | | move-utils-to-shared
* Fix dependency issuesbuoyantair2018-10-291-1/+1
|
* Move utils to /sharedbuoyantair2018-10-295-0/+701
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336