Apollinaire
9bd1d36aa4
Users' slug is updated on displayname change
...
- The slug is updated when the displayname changes
- The `Utils.getUnusedSlug` helper function does not return empty slugs anymore (it's '0' if the `slug` argument is falsy)
2018-09-19 17:34:48 +02:00
SachaG
5fc0e30f40
Fix ESLint
2018-09-12 11:59:00 +09:00
Eric Burel
37294c3ad2
allow to edit username, and 3rd party name if it is set
2018-09-05 17:09:23 +02:00
SachaG
bc497c31e3
New users are considered part of the members group during creation
2018-08-31 22:51:11 +09:00
SachaG
8347dffb2e
Fix user creation onCreate/onInsert step
2018-08-07 10:13:59 +09:00
SachaG
6d0dd73b41
editableBy -> canUpdate
2018-06-22 20:58:02 +09:00
SachaG
6201b55837
insertableBy -> canCreate
2018-06-22 20:57:31 +09:00
SachaG
50fba6b0a3
viewableBy -> canRead
2018-06-22 20:55:22 +09:00
SachaG
c78cf47e85
Merge branch 'devel' into i18n2
2018-05-10 17:49:46 +09:00
SachaG
9ab1c0f808
Remove bio, karma, and website user fields
2018-05-10 17:49:32 +09:00
SachaG
af666027c3
Add locale field to user schema; change it when setLocale is called on client
2018-05-10 17:48:06 +09:00
SachaG
f7da9108f7
Use getFormType(); make user.services object viewable to owner only; clean up Datatable props
2018-03-22 16:54:50 +09:00
SachaG
18478041db
add editUrl to users schema
2018-03-20 12:48:29 +09:00
SachaG
020bea31df
Pass newDocument to edit callbacks
2018-03-19 14:58:31 +09:00
SachaG
20185cfda3
Move isAdmin init code to callback, fix #1917
2018-03-03 15:04:33 +09:00
SachaG
861e65e641
Refactor connectors code to avoid repeating getSetting
2018-03-03 11:39:56 +09:00
SachaG
270c6b4215
Use connectors and await/async
2018-02-18 15:26:59 +09:00
SachaG
5b91dc834c
Clean up vulcan:users package directory structure
2018-02-17 11:17:07 +09:00