Kevin MacMartin
|
586fcb6066
|
Replace simplemde with easymde as it's actually maintained, and include fontawesome 5 as it's supported by easymde and makes the project fully MIT again
|
2020-02-25 17:43:02 -05:00 |
|
Kevin MacMartin
|
54843cbdf2
|
Use the model_name to both check for a class and retrieve it
|
2019-11-18 16:01:36 -05:00 |
|
Kevin MacMartin
|
6237b500ff
|
Replace pickadate with flatpickr so we can also pick time
|
2019-07-17 01:11:09 -04:00 |
|
Kevin MacMartin
|
7e629af810
|
Send a new instance of the model_class with the getModel function so the __constructor is run if one exists (allowing variable $dashboard_columns data)
|
2019-07-17 00:51:25 -04:00 |
|
Kevin MacMartin
|
9fa8479ed8
|
Improve the functionality surrounding the REGISTRATION variable in the .env file so it can continue to enable registration globally by setting its value to "true", but now also enable registration for a single IP address by setting its value to that address
|
2018-04-25 21:22:39 -04:00 |
|
Kevin MacMartin
|
6afe85c2d9
|
Use a common trait to provide the timestamp function to both the DashboardModel and User classes, add an optional license key to the dashboard library_credits that adds a (license) link beside the project and add the license (as required by their license) to the fontawesome entry, and implement user profile image view, upload and deletion (with a default black question mark fallback) in the dashboard settings page
|
2018-04-25 01:22:33 -04:00 |
|
Kevin MacMartin
|
51c04ab1e4
|
Move app\Models\Dashboard to app\Dashboard
|
2018-04-23 23:39:40 -04:00 |
|