SachaG
|
1d3921287c
|
Refactored GraphQL schema generation code to use new GraphQL templates
|
2018-06-05 10:04:20 +09:00 |
|
SachaG
|
96eab44309
|
Start CRUD renaming
|
2018-06-02 18:49:53 +09:00 |
|
SachaG
|
a5a43d2f89
|
Get locale from user
|
2018-05-10 17:57:12 +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
|
6135910ca1
|
Fix #1933
|
2018-03-19 14:58:09 +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 |
|
SachaG
|
29d10c9277
|
Merge branch 'devel' into connectors
|
2018-02-17 10:58:33 +09:00 |
|
Erik Schannen
|
c10ece2934
|
- Correct Callbacks schema to ensure compatibility with more recent versions of simpl-schema
- Add option to VulcanEmail.send to not swallow errors
- Only use md5 module of crypto-js to reduce bundle size
|
2018-02-16 01:00:33 -05:00 |
|
SachaG
|
ab65ae54be
|
More connectors + async/await refactoring
|
2018-02-11 13:18:22 +09:00 |
|
SachaG
|
13a2453009
|
Merge branch 'vulcan-updates-jan-2018' of https://github.com/justinr1234/Vulcan into justinr1234-vulcan-updates-jan-2018
# Conflicts:
# packages/vulcan-forms/lib/components/Form.jsx
# packages/vulcan-lib/lib/modules/utils.js
|
2018-01-27 12:30:33 +09:00 |
|
Justin Reynolds
|
651e3e6866
|
Fix circular dependencies between schemas and collections
|
2018-01-26 16:41:30 -06:00 |
|
Justin Reynolds
|
75b6ece0a4
|
Fix linting
|
2018-01-25 15:03:03 -06:00 |
|
Justin Reynolds
|
0e5feab3fa
|
Add Enroll Account component and route
|
2018-01-25 12:56:40 -06:00 |
|
SachaG
|
c6d3911fd1
|
Small fixes
|
2018-01-02 13:05:34 +09:00 |
|
SachaG
|
05084e6fb5
|
Add support for GraphQL comments/descriptions for fields, queries, mutations, types
|
2018-01-02 13:04:33 +09:00 |
|
SachaG
|
3aeb211653
|
Enable anonymous insert mutations (for event tracking)
|
2017-12-25 15:39:22 +09:00 |
|
SachaG
|
3f07f024c8
|
Rename users.new.validate.before callback
|
2017-12-20 09:43:30 +09:00 |
|
Dimitar Nikolov
|
036ef645de
|
Add pre-validate callback on new user creation
|
2017-11-22 16:39:00 +02:00 |
|
Sacha Greif
|
f5c2d21274
|
Small fixes; Default newsletter to *not* be automatically sent out
|
2017-10-14 11:06:25 +09:00 |
|
SachaG
|
24ccf1ff95
|
Various fixes
|
2017-10-05 09:14:42 +09:00 |
|
SachaG
|
6a9f53e82b
|
Update to Meteor 1.5.2.1
|
2017-09-29 09:19:23 +09:00 |
|
SachaG
|
c52e53afbe
|
Make runParameters callbacks support async
|
2017-09-22 16:20:07 +02:00 |
|
SachaG
|
7dd887089c
|
Fix twitter username field
|
2017-09-11 16:06:58 +02:00 |
|
SachaG
|
af7f71a2b2
|
fix field name
|
2017-08-24 13:49:11 +09:00 |
|
SachaG
|
c9fb536056
|
user.profileUrl -> user.pageUrl for consistency with other collections
|
2017-08-24 13:16:25 +09:00 |
|
SachaG
|
44687974ac
|
add new fields to schemas
|
2017-08-20 17:01:57 +09:00 |
|
SachaG
|
b205034b33
|
modify resolvers to return first post/user/etc. by default
|
2017-08-20 16:13:28 +09:00 |
|
SachaG
|
c813551d75
|
users clean up
|
2017-08-20 15:23:06 +09:00 |
|
SachaG
|
0fc94d9bdc
|
add new searchable schema property
|
2017-08-02 16:18:34 +09:00 |
|
SachaG
|
8053852c6f
|
small tweaks; remove kadira package
|
2017-08-01 17:21:16 +09:00 |
|
SachaG
|
7ce805a432
|
Merge branch 'Zash007-patch-1' into devel
|
2017-08-01 14:16:29 +09:00 |
|
Toby Allen
|
53bea15d29
|
Little explanation at the start + some code re-order
Explained the order of the schema for future users and re-ordered some of the code.
|
2017-07-31 10:33:53 +01:00 |
|
Sacha Greif
|
a02ec7cce7
|
Merge pull request #1683 from Zash007/patch-2
Fix for Users.getTwitterName()
|
2017-07-29 15:17:17 +09:00 |
|
SachaG
|
9a9b42bf86
|
add fields option to Card component; make withDocument use default fragments
|
2017-07-29 09:26:31 +09:00 |
|
Toby Allen
|
f4f9e4f8d4
|
Fix for Users.getTwitterName()
Looks for the right property.
|
2017-07-28 12:53:37 +01:00 |
|
Toby Allen
|
4948648c86
|
Providing some an order to the user profiles
Added a logical order: Name, email, bio, web, twitter. Then anything else.
|
2017-07-27 15:57:14 +01:00 |
|
SachaG
|
8703a7c303
|
include user edit modal inside admin package; fix default avatar; admins can now perform every action; include form styles in form package; small form fixes
|
2017-07-19 16:55:51 +09:00 |
|
SachaG
|
77f651d2d5
|
syntax clean up
|
2017-07-13 17:37:59 +09:00 |
|
SachaG
|
334591450d
|
use new resolveAs syntax
|
2017-07-08 11:36:27 +09:00 |
|
SachaG
|
de486a607e
|
clean up
|
2017-07-03 12:32:20 +09:00 |
|
SachaG
|
9047e206be
|
Working on Vulcan admin package
|
2017-06-13 04:42:22 -07:00 |
|
SachaG
|
6887c70fc0
|
Telescope -> Vulcan
|
2017-06-13 00:16:52 -07:00 |
|