- 22 Jan, 2019 1 commit
-
-
Motch Julien authored
New logic from LaravelLocalization/
-
- 01 Dec, 2018 1 commit
-
-
Nicolas Widart authored
Prevent the bootWidgets() from being executed before middlewares checks
-
- 29 Nov, 2018 18 commits
-
-
Nicolas Widart authored
Fixes, CS and updates
-
Micheal Mand authored
This reverts commit 92e54333.
-
Nicolas Widart authored
Attempt to fix weird glitches with MediaList
-
Micheal Mand authored
They all have branch aliases, so 4.0 will pull dev until a 4.0 release Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Replace Facade usage with helpers, clean up spacing and style, adjust head items to better match conventions Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Sometimes the directory won’t load, or thumbnails won’t show… Various other weird glitches, too. The `data` -> `media` variable name change is probably just a placebo. Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Nicolas Widart authored
Extract vendor packages from main JS bundle
-
Nicolas Widart authored
Update from upstream Laravel
-
Nicolas Widart authored
Rename the label for the status checkbox to make it less ambiguous
-
Nicolas Widart authored
Set default page length to 30 for tables
-
Micheal Mand authored
This gives us smaller files sizes, as well as a file that will hardly ever change Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
- 21 Nov, 2018 3 commits
-
-
Nicolas Widart authored
Allow deeply nested objects to have media
-
Nicolas Widart authored
Allow CKEditor custom config to work in Vue component
-
Nicolas Widart authored
added whereIn() method to interface, eloquent repo and cache decorator
-
- 14 Nov, 2018 1 commit
-
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
- 07 Nov, 2018 2 commits
-
-
Christian Giupponi authored
Since the construct is executed before the middlewares, this will prevent the bootWidgets() from being executed before the permissions checks
-
Christian Giupponi authored
Merge from AsgardCMS
-
- 06 Nov, 2018 4 commits
-
-
Silvio Gratani authored
-
Silvio Gratani authored
-
Silvio Gratani authored
-
Silvio Gratani authored
-
- 05 Nov, 2018 1 commit
-
-
Micheal Mand authored
Also cleaned up styling issues; thank you ESLint. Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
- 02 Nov, 2018 2 commits
-
-
Nicolas Widart authored
Update Tags trait with typehints
-
Silvio Gratani authored
-
- 01 Nov, 2018 1 commit
-
-
Micheal Mand authored
Without this change, we can’t pass something like `product.attributes.color` as the “model”. This allows us to do some really weird things, like allow only the first child of some object to have media (e.x.: `model === ‘parent.children[0]’`). This does NOT prevent problems where the model doesn’t exist (you’ll get an error: `TypeError: Cannot read property 'medias_single' of undefined`), but that’s something that the developer should check (make sure you have the right path). The Typy package has some other neat things it can do, if you’re interested: https://github.com/flexdinesh/typySigned-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
- 31 Oct, 2018 6 commits
-
-
Nicolas Widart authored
edited module-service-provider.stub to load module's factories
-
Silvio Gratani authored
-
Silvio Gratani authored
-
Nicolas Widart authored
Added return type and used getUser function instead of check
-
Nicolas Widart authored
Reimplement drag-n-drop media upload
-
Nicolas Widart authored
added where() and with() to EloquentBaseRepository
-