- 29 Nov, 2018 6 commits
-
-
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
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>
-
- 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
-
- 30 Oct, 2018 5 commits
-
-
Micheal Mand authored
-
Silvio Gratani authored
-
Silvio Gratani authored
-
Christian Giupponi authored
-
Silvio Gratani authored
-
- 29 Oct, 2018 1 commit
-
-
Silvio Gratani authored
-
- 26 Oct, 2018 5 commits
-
-
Micheal Mand authored
Also remove usage of magic `whereField` method, since it can’t be properly parsed by the IDE - personal preference.
-
Micheal Mand authored
Just so it can handle escaping properly. Although, I don’t think that really matters in this case since exclamation marks are not valid in function names.
-
Micheal Mand authored
-
Micheal Mand authored
-
Micheal Mand authored
If two of the same tag were to be supplied, both would be created (or attempt to be created, because the second one will fail DB unique index and throw an error). We can prevent this by fetching fresh data from the database before checking.
-
- 25 Oct, 2018 3 commits
-
-
Christian Giupponi authored
Merge upgrade from Asgard repo
-
Nicolas Widart authored
Remove the extra closing bracket
-
Christian Giupponi authored
-
- 24 Oct, 2018 2 commits
-
-
Micheal Mand authored
-
Nicolas Widart authored
Possibile fix for alternate variable not set in page
-