SachaG
|
f11cb20c8c
|
Make search form preserve existing url query parameters
|
2017-02-22 09:55:21 +01:00 |
|
xavcz
|
d195d366c8
|
Nova v1.1.0 🔭
* bump packages version
* update to Meteor 1.4.3! 🚀
|
2017-02-16 11:50:22 +01:00 |
|
xavcz
|
cf0f8b8985
|
update getting started content, license date, contributing link, .gitignore & add custom npm start 🚀
|
2017-02-02 17:35:03 +01:00 |
|
xavcz
|
746da29d72
|
semver bump: 1.0.0 🚀
|
2016-12-27 11:58:58 +01:00 |
|
Sacha Greif
|
e6324788dc
|
rollback version change for now to fix issue on run
|
2016-12-20 10:55:11 +09:00 |
|
Sacha Greif
|
fa7987d67a
|
v0.3.0
|
2016-12-20 09:50:14 +09:00 |
|
Sacha Greif
|
4e1a82c130
|
Callbacks.add -> addCallback; and other callback functions
|
2016-12-13 11:40:24 +09:00 |
|
Sacha Greif
|
1bf4933ebb
|
clean up Telescope imports
|
2016-12-13 11:32:23 +09:00 |
|
Sacha Greif
|
5e1e124a8f
|
Telescope.callbacks -> Callbacks; Telescope.createCollection -> createCollection
|
2016-12-12 10:24:34 +09:00 |
|
xavcz
|
2638023f4e
|
harmonize apollo branch to be on v0.27.5
|
2016-12-08 23:48:16 +01:00 |
|
xavcz
|
e61e009196
|
profile.isDummy -> isDummy; don't try to send email on dummy comments
|
2016-12-02 09:19:41 +01:00 |
|
xavcz
|
41d19f52aa
|
v0.27.5
|
2016-11-30 12:07:45 +01:00 |
|
Sacha Greif
|
25f685c06c
|
fix user helpers; add Users.canViewField helper
|
2016-11-30 10:21:25 +09:00 |
|
Sacha Greif
|
cbcfc1bcaf
|
clean up i18n files
|
2016-11-29 11:39:35 +09:00 |
|
Comus Leong
|
464e20a96c
|
eslint & clean up code, also fixed some bugs (#1515)
* [eslint] update eslint rules & add .eslintignore to ignore non-ready nova packages
* [clean-up] nova-voting
* [clean-up] [bug] nova-users: missing user parameter
* [clean-up] nova-users
* [clean-up] nova-subscribe
* [clean-up] nova-settings
* [clean-up] nova-rss
* [clean-up] [bug] nova-posts: correct UsersRemoveDeletePosts
* [clean-up] nova-posts
* [clean-up] nova-notifications
* [clean-up] [bug] nova-newsletter: no error.message on throw error
* [clean-up] nova-newsletter
* [clean-up] nova-lib
* [clean-up] nova-kadira
* [clean-up] nova-inject-data
* [clean-up] nova-getting-started
* [clean-up] nova-forms
* [clean-up] nova-events
* [clean-up] [bug] nova-embedly: no FlowRouter
* [clean-up] nova-embedly
* [clean-up] nova-email-templates
* [clean-up] nova-email
* [clean-up] nova-debug
* [clean-up] nova-core
* [clean-up] [bug] nova-comments: correct UsersRemoveDeleteComments
* [clean-up] nova-comments
* [clean-up] [bug] nova-cloudinary: use Telescope.settings.collection instand
* [clean-up] nova-cloudinary
* [clean-up] nova-categories
* [clean-up] nova-base-components
* [clean-up] nova-api
* [eslint] extends react recommended
* [clean-up] for jsx files
* [eslint] extends meteor recommended
* i forgot this one little change
|
2016-11-25 13:46:55 -05:00 |
|
Sacha Greif
|
395a5926be
|
make movies package work independently; nova:base-routes -> nova:routing
|
2016-11-24 15:47:51 +09:00 |
|
xavcz
|
8429502a64
|
schemas good practice: change control: "none" to hidden: true
|
2016-11-18 10:03:01 +01:00 |
|
xavcz
|
600ab15c4d
|
Apollo branch up to date with v0.27.4
|
2016-11-15 12:51:43 +01:00 |
|
xavcz
|
c8615d3439
|
v0.27.4
|
2016-11-15 10:44:01 +01:00 |
|
xavcz
|
83020ce65c
|
small tweaks: no more users.current subscription on startup, fix child context App, fix getting started callback
|
2016-11-10 22:18:36 +01:00 |
|
xavcz
|
2b79907ffd
|
escape .telescope on users schema when generating graphql schemas on app startup, fix thumbnails of dummy content (got caught in the refactoring 🌊)
|
2016-11-10 16:53:06 +01:00 |
|
xavcz
|
db5605bd2e
|
use a more generic prefix (__) for users settings and adapt Users.methods.setSetting
|
2016-11-10 14:22:47 +01:00 |
|
xavcz
|
460efe52f6
|
move namespace to prefix on user schema: user.telescope.xxx by user.nova_xxx
|
2016-11-08 18:22:17 +01:00 |
|
xavcz
|
84a73a988d
|
comments.postId available in commentsInput (insertableIf/editableIf) -> add control: "none" where needed in the app ; fix wrong import from previous commit on nova-voting (vote (operateOnItem) is needed on client/server, score algorithm is only server-side (async callback))
|
2016-11-08 13:49:41 +01:00 |
|
Sacha Greif
|
8701dace84
|
refactor mutations; collection.x.method callback is now collection.x.validate
|
2016-11-07 12:11:02 +09:00 |
|
xavcz
|
042cb4ff86
|
v0.27.3
|
2016-10-19 09:54:15 +02:00 |
|
xavcz
|
7775838980
|
change old reference to AutoForm (legacy): field schema "autoform" -> "form"
|
2016-10-05 08:43:13 +02:00 |
|
xavcz
|
5463ff7b86
|
prefer Users namespace to Meteor.users in active packages
|
2016-10-05 08:37:48 +02:00 |
|
xavcz
|
9fb82628d2
|
clean up dead code, remove package-tap.i18n
|
2016-10-05 08:05:11 +02:00 |
|
xavcz
|
b3ae8ef6c6
|
v0.27.2
|
2016-10-01 18:11:37 +02:00 |
|
xavcz
|
4e3d32d2a6
|
v0.27.1
|
2016-09-22 07:58:59 +02:00 |
|
Sacha Greif
|
2b34713c0b
|
v0.27.0
|
2016-08-29 09:02:11 +09:00 |
|
Sacha Greif
|
3ec90a04b5
|
remove Telescope global
|
2016-08-08 11:18:21 +09:00 |
|
Sacha Greif
|
cfc52b1158
|
v0.26.5
|
2016-07-24 19:15:55 +09:00 |
|
Sacha Greif
|
4a05939bb7
|
Users.is.admin -> Users.isAdmin
|
2016-07-21 14:51:58 +09:00 |
|
Sacha Greif
|
5a08bb634f
|
clean up
|
2016-07-04 10:49:34 +09:00 |
|
Sacha Greif
|
4f61940b07
|
version 0.26.4
|
2016-07-04 10:42:36 +09:00 |
|
Sacha Greif
|
4ce55702eb
|
removing Events global
|
2016-06-23 15:16:32 +09:00 |
|
Sacha Greif
|
41f349d18c
|
removing Users global
|
2016-06-23 15:00:58 +09:00 |
|
Sacha Greif
|
0e28be3c92
|
removing Comments global
|
2016-06-23 12:17:39 +09:00 |
|
Sacha Greif
|
d9e69110a6
|
removing Posts global
|
2016-06-23 11:40:35 +09:00 |
|
Sacha Greif
|
47e1799157
|
settings tweak (removed settings panel to avoid confusion)
|
2016-06-19 14:32:15 +09:00 |
|
Sacha Greif
|
7b8624f709
|
v0.26.3
|
2016-06-12 12:15:11 +09:00 |
|
Sacha Greif
|
5ee570299a
|
replacing packages with their npm equivalents
|
2016-06-07 15:03:00 +09:00 |
|
Sacha Greif
|
acad01f492
|
0.26.2
|
2016-05-22 15:53:58 +09:00 |
|
Sacha Greif
|
aaa280e8e8
|
version bump (0.26.1)
|
2016-04-19 14:52:22 +09:00 |
|
Sacha Greif
|
6707099bff
|
working on ui for adding/editing categories
|
2016-04-14 14:12:06 +09:00 |
|
Sacha Greif
|
4f250d324a
|
updating packages & getting started content
|
2016-04-14 11:09:03 +09:00 |
|
Sacha Greif
|
619551bcef
|
version bump (0.26.0-nova)
|
2016-04-14 10:27:27 +09:00 |
|
Sacha Greif
|
104cad9b15
|
adding @summary for jsdocs compatibility
|
2016-04-09 09:41:20 +09:00 |
|