Jonathan Reinink
|
ae568c2b47
|
Implement new "Inertia remember" functionality
|
2019-04-22 11:07:35 -04:00 |
Jonathan Reinink
|
0b6114dd88
|
Setup Inertia version tracking
|
2019-04-18 05:51:28 -04:00 |
Jonathan Reinink
|
46764b2e1b
|
Update all pages to use Inertia for POST, PUT and DELETE requests
|
2019-04-15 21:21:57 -04:00 |
Jonathan Reinink
|
72262482e2
|
Change logout to POST endpoint
|
2019-04-15 19:39:49 -04:00 |
Jonathan Reinink
|
f357317f46
|
Automatically convert routes to strings
|
2019-04-15 19:38:57 -04:00 |
Jonathan Reinink
|
87b77f794c
|
Update dependencies
|
2019-04-15 19:31:39 -04:00 |
Jonathan Reinink
|
fbdaf9b656
|
Initial work adding support for non-GET Inertia visits
|
2019-04-15 19:08:08 -04:00 |
Jonathan Reinink
|
aa2bf5202c
|
Make pagination links update history
|
2019-04-15 19:05:48 -04:00 |
Jonathan Reinink
|
20e4d93f01
|
Merge pull request #14 from Juhlinus/contacts-test
Added Contacts Feature test
|
2019-04-09 19:32:55 -04:00 |
Jonathan Reinink
|
b31d950185
|
Switch to using @inertia directive
|
2019-04-09 18:55:36 -04:00 |
Jonathan Reinink
|
ce9913e28b
|
Merge pull request #12 from Juhlinus/master
Removed duplicate SESSION_DRIVER entry in phpunit.xml
|
2019-04-09 06:45:01 -04:00 |
Linus Juhlin
|
5bf7c4be81
|
Added Contacts Feature test
|
2019-04-09 13:02:25 +09:00 |
Linus Juhlin
|
cf565bc21d
|
Removed duplicate SESSION_DRIVER entry in phpunit.xml
|
2019-04-09 12:31:53 +09:00 |
David Darrell
|
cc61d30266
|
Add inline source maps to JavaScript files
Resolves #10
|
2019-04-09 07:19:20 +08:00 |
Jonathan Reinink
|
e6d23d59da
|
Add organizations index tests
|
2019-04-08 09:40:13 -04:00 |
Jonathan Reinink
|
f8cebad9e0
|
Merge pull request #8 from Juhlinus/master
Made the single-purpose controllers into invokable controllers instead.
|
2019-04-08 08:22:35 -04:00 |
Linus Juhlin
|
74e0f3885d
|
Made the single-purpose controllers into invokable controllers instead.
|
2019-04-07 20:58:46 +09:00 |
Jonathan Reinink
|
2b07069030
|
Loosen PHP version requirement
|
2019-04-05 09:31:41 -04:00 |
Jonathan Reinink
|
1581692352
|
Fix bug with Inertia prop validation
|
2019-04-05 07:09:36 -04:00 |
Jonathan Reinink
|
4445d8fbf5
|
Merge pull request #4 from zOxta/patch-1
Update `git clone` to use the HTTPS method
|
2019-04-04 17:34:30 -04:00 |
zOxta
|
8d86bf5cf5
|
Update `git clone` to use the HTTPS method
|
2019-04-04 23:19:54 +02:00 |
Jonathan Reinink
|
87102358de
|
Add screenshot to readme
|
2019-04-04 16:00:50 -04:00 |
Jonathan Reinink
|
556950e8ae
|
Add screenshot
|
2019-04-04 15:58:04 -04:00 |
Jonathan Reinink
|
0c23a9712c
|
Update root template to force object syntax for props
|
2019-04-04 09:54:15 -04:00 |
Jonathan Reinink
|
2549033795
|
Update inertia and inertia-vue dependencies
|
2019-04-03 16:45:43 -04:00 |
Jonathan Reinink
|
0c7a657062
|
Allow boolean values in select input
|
2019-04-03 16:43:10 -04:00 |
Jonathan Reinink
|
b5f919e88c
|
Switch from block to inline
|
2019-04-03 08:08:38 -04:00 |
Jonathan Reinink
|
46e9a427d3
|
Merge pull request #2 from diaafares/Fix-filter-button-styling-in-Firefox
Fix Filter button styling for Firefox
|
2019-04-03 08:07:33 -04:00 |
Jonathan Reinink
|
a6dd900b93
|
Merge pull request #3 from diaafares/Fix-for-the-displayed-Roles-at-Users-grid
Fix for displayed Roles at Manage Users grid
|
2019-04-03 07:50:04 -04:00 |
Diaa Fares
|
3fa08f9084
|
Fix for displayed Roles at Users grid
|
2019-04-03 14:09:12 +03:00 |
Diaa Fares
|
d0bf3fbfc7
|
Fix Filter button styling for Firefox
|
2019-04-03 11:44:05 +03:00 |
Jonathan Reinink
|
75cdc8df43
|
Update inertia and inertia-vue dependencies
|
2019-04-02 15:49:16 -04:00 |
Jonathan Reinink
|
a0f9aab560
|
Eager load organizations on contacts index
|
2019-04-02 15:08:52 -04:00 |
Jonathan Reinink
|
bfcee13af9
|
Add Reinink\RememberQueryStrings dependency
|
2019-04-02 13:43:01 -04:00 |
Jonathan Reinink
|
584210a182
|
Add welcome message to dashboard
|
2019-04-02 13:11:24 -04:00 |
Jonathan Reinink
|
25e8acfe93
|
Enable Laravel Debugbar by default
|
2019-04-02 13:11:16 -04:00 |
Jonathan Reinink
|
59fa83cd3e
|
Fix closing tag in root div
|
2019-04-02 13:11:06 -04:00 |
Jonathan Reinink
|
904703a37e
|
Optimize for SQLite by default
|
2019-04-02 13:05:26 -04:00 |
Jonathan Reinink
|
710326e479
|
Remove Postgres specific database features
|
2019-04-02 13:05:17 -04:00 |
Jonathan Reinink
|
b62838e81f
|
Remove legacy code
|
2019-04-02 13:03:50 -04:00 |
Jonathan Reinink
|
c7f860b3d7
|
Update inertia and inertia-vue dependencies
|
2019-04-02 12:56:40 -04:00 |
Jonathan Reinink
|
5183aabe14
|
Remove reinink/advanced-eloquent dependency
|
2019-04-02 12:49:27 -04:00 |
Jonathan Reinink
|
9f5a1c66e1
|
Remove ext-redis dependency
|
2019-04-02 12:40:45 -04:00 |
Jonathan Reinink
|
ad8f7c0e3d
|
Add license
|
2019-04-01 13:40:03 -04:00 |
Jonathan Reinink
|
6b8b44fd18
|
Update inertia-laravel dependency
|
2019-04-01 12:40:55 -04:00 |
Jonathan Reinink
|
4571949622
|
Update readme with title, description and installation instructions
|
2019-04-01 12:17:13 -04:00 |
Jonathan Reinink
|
45e429c16e
|
Rename default user
|
2019-04-01 12:15:14 -04:00 |
Jonathan Reinink
|
e3acbb76fe
|
Update Inertia to Github dependency
|
2019-04-01 12:02:07 -04:00 |
Jonathan Reinink
|
14192d0e46
|
Initial commit
|
2019-03-21 19:58:19 -04:00 |
Jonathan Reinink
|
d0531481eb
|
Install Laravel
|
2019-03-05 16:10:11 -05:00 |