ORIENT/modules/system
hackolein 96fd2ec657
Match paths sent to theme:sync more exactly (#5334)
`artisan theme:sync --target=database --force --paths=layouts/,pages/,partials/`

But at the moment it also synchronizes paths that should not be synchronized. For example: `content/static-pages/`. Because here the pattern applies to `pages/`.

The fix is that the pattern starts at the beginning of the line.

Co-authored-by: Heiko Böhme <hboehme@menadwork.com>
2020-11-20 03:02:10 -06:00
..
assets Hide stripe load indicator when a redirect response is returned (#5321) 2020-10-19 11:08:37 -06:00
behaviors Remove unused imports 2018-08-24 19:51:59 +02:00
classes Add support for defining quick actions in the Backend's main nav (#5344) 2020-11-10 12:53:17 +08:00
console Match paths sent to theme:sync more exactly (#5334) 2020-11-20 03:02:10 -06:00
controllers UX improvements for managing plugins. 2020-10-22 16:14:14 -06:00
database Change module seeders to only temporary unguard attributes 2020-01-19 22:26:46 +08:00
helpers Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
lang Improved Italian translations (#5338) 2020-10-29 11:25:19 -06:00
models Check that mail templates/layouts exist before extracting view content (#5322) 2020-11-10 10:47:56 +08:00
partials Fixes bugs with 'collapsed' saved to cookies (#4080) 2019-01-23 01:30:53 -06:00
reportwidgets Add warning with missing dependencies on Updates page (#5077) 2020-05-26 10:05:40 -06:00
traits Component property can be mixed value (#5355) 2020-11-16 01:36:55 -06:00
twig Improve Twig security policy 2020-11-13 03:48:27 -06:00
views Improved email client support for branded mails (#4663) 2019-10-14 15:33:43 +08:00
ServiceProvider.php Default session.same_site to Lax (#5293) 2020-10-12 12:10:17 -06:00
aliases.php Alias Illuminate\Support\Debug\HtmlDumper to Symfony's HtmlDumper 2020-07-20 10:40:50 +08:00
composer.json Composer updates for 1.1.0 2020-09-06 21:07:10 -06:00
providers.php Update providers and alias to use October Validator service 2020-05-19 12:47:49 +08:00
routes.php Play nicer with tests 2020-08-13 03:15:53 -06:00