aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/utils/users
Commit message (Collapse)AuthorAgeFilesLines
* 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