aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/user.ts
Commit message (Collapse)AuthorAgeFilesLines
* Split types and typingsChocobozzz2020-06-181-2/+2
|
* Begin auth plugin supportChocobozzz2020-05-041-1/+2
|
* Update dependenciesChocobozzz2020-02-281-1/+1
|
* Move to eslintcontainChocobozzz2020-02-031-8/+8
|
* Add auto follow back support for instancesChocobozzz2019-09-041-1/+2
|
* Type toFormattedJSONChocobozzz2019-08-201-10/+9
|
* Stronger model typingsChocobozzz2019-08-191-12/+14
|
* Handle email update on serverChocobozzz2019-06-111-2/+16
|
* Improve registrationChocobozzz2019-06-071-10/+31
| | | | | | | * 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
* Add ability to specify channel on registrationChocobozzz2019-05-281-13/+21
|
* Update sequelizeChocobozzz2019-04-241-2/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+2
|
* 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
* Add playlist rest testsChocobozzz2019-03-181-3/+6
|
* Add notifications in the clientChocobozzz2019-01-091-9/+9
|
* Add new follow, mention and user registered notifsChocobozzz2019-01-091-4/+9
|
* Add import finished and video published notifsChocobozzz2019-01-091-0/+2
|
* Add user notification base codeChocobozzz2019-01-091-0/+16
|
* Cleanup tests importsChocobozzz2018-11-191-4/+2
|
* Speedup peertube startupChocobozzz2018-11-191-4/+11
|
* Add ability to set a name to a channelChocobozzz2018-08-271-1/+10
|
* Add audit logs in various modulesAurélien Bertron2018-07-311-0/+1
| | | | | | | | | - Videos - Videos comments - Users - Videos channels - Videos abuses - Custom config
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-4/+5
|
* Add video channel managementChocobozzz2018-04-261-2/+2
|
* Video channel API routes refractorChocobozzz2018-04-251-1/+2
|
* Upgrade server depencenciesChocobozzz2018-03-131-2/+1
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-6/+6
|
* Begin moving video channel to actorChocobozzz2017-12-191-23/+22
|
* SaveChocobozzz2017-12-191-7/+17
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-9/+8
|
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-1/+1
|
* Refractor activity pub lib/helpersChocobozzz2017-11-271-2/+2
|
* Optimize account creationChocobozzz2017-11-271-8/+14
|
* Rename Pod -> ServerChocobozzz2017-11-271-1/+1
|
* Fix issues on server startChocobozzz2017-11-271-1/+2
|
* Make it compile at leastChocobozzz2017-11-271-15/+32
|
* Begin activitypubChocobozzz2017-11-271-9/+9
|
* Use async/await in lib and initializersChocobozzz2017-10-261-28/+24
|
* Add video channelsChocobozzz2017-10-261-0/+46