Commit graph

168 commits

Author SHA1 Message Date
SachaG
553a0627d4 v1.12.13 2019-01-02 14:41:41 +09:00
SachaG
111e00ecae Fix semicolons and other linting issues 2018-12-31 15:22:17 +09:00
SachaG
00683ba83e v1.12.12 2018-12-31 15:03:19 +09:00
SachaG
b05b35ed57 v1.12.11 2018-12-15 15:10:18 +09:00
SachaG
8e878258b8 Hide profile field 2018-12-02 22:34:03 +09:00
SachaG
6f11c9cf89 v1.12.10 2018-11-24 09:57:55 +09:00
SachaG
a3a14c8489 v1.12.9 2018-11-23 11:39:38 +09:00
eric-burel
e68b21ccba now respect user isAdmin 2018-11-05 13:52:46 +01:00
eric-burel
c83c27a320 export callbacks, wrote failing test 2018-11-05 13:50:07 +01:00
eric-burel
db3f6f95f3 added tests for users callbacks 2018-11-05 13:39:30 +01:00
SachaG
2ca34ba335 Various small fixes 2018-10-14 18:10:32 +09:00
Apollinaire
169e01cc4f revert changes on Utils.getUnusedSlug and add check to users slug 2018-09-21 15:12:58 +02:00
Apollinaire
844d457cac remove Users slug onUpdate
I left the updates related to the openCrud API:
`onInsert` -> `onCreate`
And also left the update on `Utils.GetUnusedSlug`
2018-09-21 13:14:16 +02:00
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
f5e44dc68e v1.12.8 2018-09-17 09:54:10 +09:00
SachaG
ab449136c1 Make canReadField work for guests too 2018-09-17 09:53:21 +09:00
SachaG
c095572bf1 v1.12.7 2018-09-16 15:39:23 +09:00
SachaG
b3653fb48e Fix Users.canReadField 2018-09-16 15:36:44 +09:00
SachaG
2d4889abcc Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel
# Conflicts:
#	packages/vulcan-core/lib/modules/default_resolvers.js
2018-09-14 11:10:55 +09:00
Apollinaire
eb158dcb90 [BugFix] remove document from canCreateField
When you run Users.CanCreateField with a function in `canCreate` field prop, it's trying to call a `document` arg that is undefined, because obviously there is no initial document when you try to create a document. So now it's only calling canCreate(user) as defined in the docs. I should have spotted this in #2006, sorry!
2018-09-13 19:04:45 +02:00
SachaG
a18c4ebb6a v1.12.6 2018-09-12 14:52:49 +09:00
SachaG
0c99b9a7ac v1.12.5 2018-09-12 12:01:10 +09:00
SachaG
5fc0e30f40 Fix ESLint 2018-09-12 11:59:00 +09:00
SachaG
8e325122c6 v1.12.4 2018-09-12 10:32:45 +09:00
Vincent Roman
8e859a38fa vulcan-users - permissions - filter out array based fields 2018-09-07 15:51:45 +01: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
86ae9d6959 Better use mutations 2018-09-04 21:47:16 +09:00
SachaG
7efcb54d16 Field permission check should always succeed when field is mutable by guests 2018-09-04 09:27:55 +09:00
SachaG
2482bae51b v1.12.3 2018-08-31 22:51:49 +09:00
SachaG
bc497c31e3 New users are considered part of the members group during creation 2018-08-31 22:51:11 +09:00
SachaG
47c634f555 Merge branch 'master' of https://github.com/VulcanJS/Vulcan 2018-08-31 07:34:07 +09:00
SachaG
6e9d7e9412 v1.12.2 2018-08-31 07:07:27 +09:00
James Babcock
7b450d3a9b When changing email address on an account, mark the new address as unverified 2018-08-30 16:03:19 -04:00
SachaG
32fef20cd4 v1.12.1 2018-08-30 20:02:55 +09:00
SachaG
0f4f77a058 v1.12.0 2018-08-30 07:51:28 +09:00
SachaG
67dfaffc2b Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-08-30 07:50:27 +09:00
SachaG
a388e1663f Renaming 2018-08-29 20:36:36 +09:00
James Babcock
a9422307e1 Add support for email address verification. 2018-08-27 15:47:16 -04:00
Sacha Greif
b67c928a3e
Merge pull request #2035 from Apollinaire/opencrudFixes
Users totalCount and removed one console.log
2018-08-21 17:41:39 +09:00
Apollinaire
944b57df76 remove console.log 2018-08-20 12:39:26 +02:00
Apollinaire
56422c5e9a Add totalCount to User multi resolver 2018-08-20 12:34:09 +02:00
SachaG
c2546f07c6 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-08-20 15:21:07 +09:00
SachaG
fa6709109e Simplify/fix permissions code 2018-08-20 15:21:02 +09:00
Apollinaire
80d390ec8a add user.create.before hook to classic signup workflow 2018-08-17 19:28:57 +02:00
Apollinaire
8b3f80dfc2 use single argument and fix hook names for onCreateUserCallback 2018-08-17 16:29:45 +02:00
Apollinaire
4c4f11b1a0 re-establish vulcan's custom enroll and reset urls
since f3c1f7bf31 the urls sent in the resetPassword and enrollment emails were the Meteor default one, `/#/reset-password`
2018-08-17 16:28:41 +02:00
Apollinaire
fad9db6602 register user callbacks 2018-08-16 16:06:52 +02:00
Apollinaire
45e951a7a2 createUser small fix 2018-08-16 15:34:21 +02:00
Apollinaire
595c3c3051 [opencrud] update Users Mutations to match {selector, data} args 2018-08-13 14:03:50 +02:00
SachaG
8347dffb2e Fix user creation onCreate/onInsert step 2018-08-07 10:13:59 +09:00