aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/utils/users/users.ts
Commit message (Collapse)AuthorAgeFilesLines
* Shared utils -> extra-utilsChocobozzz2019-04-241-330/+0
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-8/+25
|
* Add playlist rest testsChocobozzz2019-03-181-0/+9
|
* Cleanup reset user password by adminChocobozzz2019-02-111-0/+2
| | | | And add some tests
* 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-071-0/+2
| | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
* Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-201-1/+1
| | | | move-utils-to-shared
* Move utils to /sharedbuoyantair2018-10-291-0/+296
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336