-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into brent-fix-eslint4-errors
* development: Fix error when inviting already invited user (#2433) Revert minifier to abernix fork (#2486) Updated dependencies (#2463) Update current user's name on Navbar and profile page when address is added. (#2455) 2422 Fix on email invite link leading to blank screen (#2437) 2459 router range error fix (#2476) remove older Blaze based launchdock plugin (#2467) Remove random regex checks on names. Fixes #2461 (#2471) update media gallery new / deleted image indicators (#2469) [WIP] 2356 fix on tag menu-sidebar glitch (#2472) [WIP] 2452 fix on UI icon toolbar (#2460) set css property overflow on horizontal to hidden (#2458) Navbar hover issue (#2451) # Conflicts: # imports/plugins/included/launchdock-connect/client/templates/dashboard.js # imports/plugins/included/launchdock-connect/client/templates/settings.js # imports/plugins/included/launchdock-connect/lib/collections.js # server/methods/accounts/accounts.js
- Loading branch information
Showing
70 changed files
with
387 additions
and
1,557 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ [email protected] # Enable ECMAScript2015+ syntax in app code | |
[email protected] # ensure meteor method argument validation | ||
[email protected] # security-related policies enforced by newer browsers | ||
juliancwirko:postcss # CSS post-processing plugin (replaces standard-minifier-css) | ||
standard-minifier-js # a minifier plugin used for Meteor apps by default | ||
[email protected] # ReactiveDict whose contents are preserved across Hot Code Push | ||
[email protected] # Meteor transparent reactive programming library | ||
[email protected] | ||
|
@@ -61,7 +60,6 @@ cfs:standard-packages | |
cfs:storage-adapter | ||
cfs:ui | ||
dispatch:run-as-user | ||
jeremy:stripe | ||
jparker:gravatar | ||
juliancwirko:s-alert | ||
juliancwirko:s-alert-stackslide | ||
|
@@ -96,3 +94,4 @@ johanbrook:publication-collector | |
# meteorhacks:sikka # additional ddp, login security | ||
|
||
# Custom Packages | ||
abernix:[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.