SachaG
|
e5837a6c0e
|
Get rid of collection2; do validations at mutation level
|
2017-04-03 16:24:19 +09:00 |
|
SachaG
|
27da5d0de9
|
use options.collectionName instead of collection._name
|
2017-04-03 16:07:36 +09:00 |
|
SachaG
|
e992a2ceba
|
Use different loading property name for loading in withCurrentUser to avoid conflicts with withList and withDocument; improve posts /out code
|
2017-04-03 16:06:57 +09:00 |
|
SachaG
|
95aafb3fcc
|
make Cloudinary callback sync so that mutations can return thumbnail URLs
|
2017-04-03 16:04:22 +09:00 |
|
SachaG
|
464e8641d3
|
Get rid of jparker:gravatar
|
2017-04-03 15:58:59 +09:00 |
|
SachaG
|
09dea1cff8
|
Create new Newsletters collection
|
2017-04-02 21:11:09 +09:00 |
|
SachaG
|
23b71dbda8
|
Add missing categories dependency; fix cloudinaryUrls blackbox bug; clean up forms dependencies; add optional collection2 replacement; fix restart script
|
2017-03-31 11:40:29 +09:00 |
|
SachaG
|
bdba13a904
|
add missing dependency (fix #1598)
|
2017-03-29 22:36:17 +09:00 |
|
SachaG
|
641ec97a93
|
Add a way to remove a GraphQL resolver
|
2017-03-29 16:43:52 +09:00 |
|
SachaG
|
3fbe549b5d
|
add vulcan:core package in packages to work around dependency problem with tracker-component
|
2017-03-29 16:34:16 +09:00 |
|
SachaG
|
5bad048505
|
Add dbCollectionName option to createCollection
|
2017-03-29 15:49:07 +09:00 |
|
SachaG
|
968bf55848
|
Clean up packages; create new example-forum package
|
2017-03-29 15:48:44 +09:00 |
|
SachaG
|
dfe6e314a3
|
Get rid of example-movies-full package
|
2017-03-28 18:24:46 +09:00 |
|
SachaG
|
64da012d7f
|
add comments to Instagram package
|
2017-03-28 18:24:11 +09:00 |
|
SachaG
|
26f8e3aadb
|
Add forms-upload directly in core repo
|
2017-03-28 12:07:01 +09:00 |
|
SachaG
|
7fd6cce117
|
working on Instagram example; use forms-upload package
|
2017-03-27 14:57:16 +09:00 |
|
SachaG
|
a5d8202f27
|
add onClick handler to icons; fix forms placeholder; add dummy property hook in users package directly
|
2017-03-27 10:53:44 +09:00 |
|
SachaG
|
f78be3a62b
|
Small improvements to movie example, added Instagram example
|
2017-03-27 10:52:56 +09:00 |
|
SachaG
|
c692d9ffac
|
Clarify readme
|
2017-03-24 10:44:24 +09:00 |
|
SachaG
|
82c080fa2e
|
Merge branch 'master' of https://github.com/TelescopeJS/Telescope
|
2017-03-24 10:43:13 +09:00 |
|
SachaG
|
da2d9c2b81
|
fix base-components user accounts
|
2017-03-24 10:41:11 +09:00 |
|
SachaG
|
929352619f
|
Nova -> Vulcan
|
2017-03-24 10:35:19 +09:00 |
|
SachaG
|
72be56a590
|
renaming nova-xyz directories to vulcan-xyz
|
2017-03-24 10:19:24 +09:00 |
|
SachaG
|
2dff96f17c
|
Small visual tweaks
|
2017-03-24 10:15:48 +09:00 |
|
SachaG
|
ff1ce040fe
|
version 1.3.0
|
2017-03-23 18:24:41 +09:00 |
|
SachaG
|
d970c92f82
|
nova -> vulcan
|
2017-03-23 16:27:59 +09:00 |
|
SachaG
|
4d5c5f6499
|
Fix small details
|
2017-03-23 16:25:07 +09:00 |
|
SachaG
|
11a8889dee
|
fix limit
|
2017-03-23 15:50:35 +09:00 |
|
SachaG
|
2f0775a7b8
|
Move store rest logic to nova:accounts; get rid of AccountsForm component
|
2017-03-23 15:37:39 +09:00 |
|
SachaG
|
f5e4bd5ba1
|
migrate accounts from accounts-t9n to react-i18n
|
2017-03-23 13:43:04 +09:00 |
|
SachaG
|
93e2eb7ac1
|
Framework-demo -> example-movies-full
|
2017-03-23 13:03:29 +09:00 |
|
SachaG
|
ec0c7dfcc1
|
updating packages
|
2017-03-23 13:02:57 +09:00 |
|
SachaG
|
308280d749
|
Include bootstrap CSS in movies example packages for now
|
2017-03-23 12:53:32 +09:00 |
|
SachaG
|
965339d85f
|
make accounts-ui package use Vulcan component API
|
2017-03-23 12:50:49 +09:00 |
|
SachaG
|
e03cc26d4b
|
Renaming
|
2017-03-23 12:24:12 +09:00 |
|
Xavier Cazalot
|
b1ea4e3c44
|
Merge pull request #1593 from comus/ss-patch
Unable to assign category to a post (fix #1592)
|
2017-03-21 16:32:21 +01:00 |
|
Comus Leong
|
2535f09f4b
|
Unable to assign category to a post (fix #1592)
|
2017-03-21 21:40:54 +08:00 |
|
Xavier Cazalot
|
8109a8df57
|
Merge pull request #1589 from comus/account-ui-patch
a make sense modified std:accounts-ui for telescope
|
2017-03-21 08:13:46 +01:00 |
|
Comus Leong
|
e1960fd00f
|
std:accounts-ui, add props.user to AccountsForm (framework demo), currentUser query return services object for client side knows the services of the currentUser have, ex. for add changePassword button.
|
2017-03-19 01:27:09 +08:00 |
|
Comus Leong
|
50d69df3c8
|
std:accounts-ui: show logging in message
|
2017-03-18 22:57:21 +08:00 |
|
Comus Leong
|
df1f4e7274
|
std:accounts-ui, support props.user and pass currentUser
|
2017-03-18 22:52:12 +08:00 |
|
Comus Leong
|
36521be2f8
|
std:accounts-ui, fix ‘or use …’ still displayed after login
|
2017-03-18 19:34:07 +08:00 |
|
Comus Leong
|
2f2264cc6e
|
std:accounts-ui, wait on Accounts.loginServicesConfigured loaded, better service error message
|
2017-03-18 19:33:43 +08:00 |
|
Comus Leong
|
94ee87e6dd
|
std:accounts-ui, fixed and issue with imports when using react router
|
2017-03-18 19:33:11 +08:00 |
|
Comus Leong
|
30f3af7e27
|
remove std:account-ui login-without-password feature
|
2017-03-18 19:32:47 +08:00 |
|
Comus Leong
|
07d8de4d73
|
delete std:accounts-ui unused files
|
2017-03-18 19:32:29 +08:00 |
|
Comus Leong
|
eea3cfa692
|
add local copy std:accounts-ui
|
2017-03-18 19:32:10 +08:00 |
|
SachaG
|
dff6c435e9
|
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel
|
2017-03-18 16:04:53 +09:00 |
|
SachaG
|
c2a8815ad9
|
Added movies-example package (simplified version of framework-demo)
|
2017-03-18 16:04:27 +09:00 |
|
SachaG
|
94de6485c5
|
clean up dependencies
|
2017-03-18 16:02:05 +09:00 |
|