aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/user
Commit message (Collapse)AuthorAgeFilesLines
* Stricter models typingChocobozzz2021-05-124-6/+10
|
* Cleanup models directory organizationChocobozzz2021-05-114-0/+1953
|
* Begin activitypubChocobozzz2017-11-275-487/+0
|
* Don't hash user password once again on updateChocobozzz2017-11-041-4/+7
|
* Upgrade server packagesChocobozzz2017-10-311-2/+1
|
* Support roles with rights and add moderator roleChocobozzz2017-10-272-15/+23
|
* Remove sequelize deprecated operatorsChocobozzz2017-10-261-1/+1
|
* Add video channelsChocobozzz2017-10-262-17/+60
|
* Change how we handle resolutionChocobozzz2017-10-091-28/+15
| | | | It was an enum before, now we just use video height
* Implement video transcoding on server sideChocobozzz2017-10-031-1/+2
|
* Fix tests and user quotaChocobozzz2017-09-061-14/+12
|
* Begin tests for user quotaChocobozzz2017-09-051-2/+5
|
* Begin user quotaChocobozzz2017-09-042-2/+62
|
* Upgrade common server dependenciesChocobozzz2017-08-253-3/+6
|
* Formated -> FormattedChocobozzz2017-08-252-7/+7
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-3/+3
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-112-2/+2
|
* Better typescript typing for a better worldChocobozzz2017-07-102-2/+3
|
* Move to promisesChocobozzz2017-07-054-47/+35
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Share models between server and clientChocobozzz2017-06-172-1/+4
|
* Create types for model enumsChocobozzz2017-06-163-5/+7
|
* Add this context to instance model functionsChocobozzz2017-06-162-5/+5
|
* Reorganize model filesChocobozzz2017-06-165-0/+388