Commit graph

324 commits

Author SHA1 Message Date
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
83a8dede40 Link to the dashboard credits page from a new footer element instead of the user dropdown, organize the dashboard blades by folder now that we have so many of them, and implement user password reset functionality 2018-04-24 20:38:04 -04:00
Kevin MacMartin
d06cae1c67 Fine-tune the dashboard edit-item layout 2018-04-24 00:17:42 -04:00
Kevin MacMartin
a71404bb09 Remove app/Models/Dashboard.php (this should have been done in the previous commit) 2018-04-23 23:47:29 -04:00
Kevin MacMartin
51c04ab1e4 Move app\Models\Dashboard to app\Dashboard 2018-04-23 23:39:40 -04:00
Kevin MacMartin
f67401a9a1 Update dependencies 2018-04-23 23:33:06 -04:00
Kevin MacMartin
373375a8ad Reload the same edit-item page after hitting the update button so the user can see their changes in action before moving back to the list 2018-04-23 23:20:35 -04:00
Kevin MacMartin
8c0dc48d2d Set the dashboard home title in its own blade, and bump a row's timestamp after uploading an image or file 2018-04-23 23:15:54 -04:00
Kevin MacMartin
10f11f8480 Use a timestamp function to version dashboard edit-item assets 2018-04-23 23:13:40 -04:00
Kevin MacMartin
d0c85bd453 Use the dashboard core blade to render the credits page 2018-04-23 23:12:17 -04:00
Kevin MacMartin
298df303b2 Fix gulp watch for app.js and dashboard.js 2018-04-23 23:11:45 -04:00
Kevin MacMartin
9a01ce94be Use template literals in the gulpfile 2018-04-23 23:08:50 -04:00
Kevin MacMartin
1d31bc693c Use the same formatting for Auth controllers as is used by the other ones 2018-04-22 22:37:09 -04:00
Kevin MacMartin
a4a686662f Redirect the user to the login screen after resetting their password instead of the public site 2018-04-22 22:33:03 -04:00
Kevin MacMartin
90c597095c Add MIT license to the project 2018-04-22 22:23:21 -04:00
Kevin MacMartin
58902bb5ee Add a credits page to the dashboard showing the project authors and front-facing libraries used on the website, use /dashboard/edit for both the edit-list and edit-item pages, organize the dashboard styles a bit better, use relative paths instead of the url() function to render the dashboard URLs, add active nav link functionality to links other than the main dashboard pages, pull the nav blade out of the sections folder now that it's the only section, and keep the traditional template in sync 2018-04-18 23:32:22 -04:00
Kevin MacMartin
679ef84d55 Add the bootstrap dependency popper.js to the dashboard libs 2018-04-18 23:00:05 -04:00
Kevin MacMartin
1fa5d6c804 Update the traditional-bootstrap files to reflect changes to the base template 2018-04-18 22:54:12 -04:00
Kevin MacMartin
d09fa8fdec Use npm to install pickadate instead of bower and remove the jquery dependency from bower 2018-04-18 22:50:22 -04:00
Kevin MacMartin
7f9b0ef09a Fix active nav link logic 2018-04-18 00:47:14 -04:00
Kevin MacMartin
0fe1549dac Update the traditional-bootstrap routes/web.php to reflect changes to the base one 2018-04-18 00:40:24 -04:00
Kevin MacMartin
a676c91370 Reorganize the dashboard functionality such that everything can be configured in app/Models/Dashboard.php and a given model, add support for user-bound lists, improve security, fix some style issues, and update the readme 2018-04-18 00:38:11 -04:00
Kevin MacMartin
55db186a2c Use double equals in PHP 2018-04-17 19:26:15 -04:00
Kevin MacMartin
94c31b1ff4 Organize the dashboard menu a bit better and include both form submission view pages under the same menu item 2018-04-17 18:52:44 -04:00
Kevin MacMartin
aafd2d96a2 Remove the top border from the dashboard view headings 2018-04-16 12:25:58 -04:00
Kevin MacMartin
1be473a657 Move dashboard svgs to the root directory and update the dashboard navbar 2018-04-16 12:24:28 -04:00
Kevin MacMartin
664ba48e68 Update most of the dashboard to bootstrap 4, with the nav still to go 2018-04-16 00:45:32 -04:00
Kevin MacMartin
b2dd276055 Update dependencies and set bootstrap version from ^8.0.0 to 8.0.0 so 8.1.0 doesn't get installed for now 2018-04-15 22:12:03 -04:00
Kevin MacMartin
da3d521824 Give the vue-based error page some basic styles 2018-04-15 22:02:06 -04:00
Kevin MacMartin
5d85ad0f75 Commit the subscription-form style update that should have been included in the last one 2018-04-15 22:01:42 -04:00
Kevin MacMartin
2bc4eea8f8 Use flexbox to allow a given page to grow to at least the full page height and use flexbox to center the subscription form instead of absolute positioning 2018-04-15 21:58:27 -04:00
Kevin MacMartin
d335a3d587 Use custom styling for the laravel-based error pages 2018-04-15 21:54:43 -04:00
Kevin MacMartin
71e8146f9c Include a bunch of information about the public-facing side of the site in the readme, and create empty folders for partial components 2018-04-15 21:31:31 -04:00
Kevin MacMartin
3c048f6096 Move traditional-website files to a new bootstrap folder and use vue as the default public facing front-end rather than trying to offer both simultaneously 2018-04-15 21:05:42 -04:00
Kevin MacMartin
eb946e26cb Remove fontawesome (it can be included as needed in projects that would take advantage of it) 2018-04-15 20:45:31 -04:00
Kevin MacMartin
b86f9343c2 Replace the fontawesome dashboard sort icon with CSS 2018-04-15 20:43:23 -04:00
Kevin MacMartin
34142dcecb Update the login checkmark with a custom SVG 2018-04-15 20:29:14 -04:00
Kevin MacMartin
b294a9a34e Cache bust the favicon 2018-04-10 16:10:34 -04:00
Kevin MacMartin
2bea7127bb Don't watch libraries 2018-04-10 10:59:46 -04:00
Kevin MacMartin
92c193813e Remove the awesome-bootstrap-checkbox plugin and replace it with a custom checkbox, and clean up a bunch of dashboard-related styles 2018-04-10 00:09:20 -04:00
Kevin MacMartin
4e026b1dc6 Remove bootstrap fonts from the project as they're not used and are no longer supported (as of now) in 4.x 2018-04-09 23:07:15 -04:00
Kevin MacMartin
87ccb893ec Update gulp to 4.x and use $(npm bin)/gulp to avoid requiring the latest gulp to be installed system-wide 2018-04-09 23:04:09 -04:00
Kevin MacMartin
c25375b951 Disable browsersync ghost mode for scrolling and enable it for clicks and form input 2018-04-09 16:33:50 -04:00
Kevin MacMartin
e83bdcb937 Replace livereload with browser-sync 2018-04-06 00:29:22 -04:00
Kevin MacMartin
ef8db3b728 Update node dependencies 2018-04-06 00:02:53 -04:00
Kevin MacMartin
4144db3693 Replace (now deprecated) gulp-util with minimist and fancy-log 2018-04-05 23:58:26 -04:00
Kevin MacMartin
d26bbde212 Replace PHPExcel with PhpSpreadsheet 2018-04-02 22:52:09 -04:00
Kevin MacMartin
5c1e1ef14e Make the dashboard home menu links take up the full column 2018-04-02 22:47:09 -04:00
Kevin MacMartin
06d660ee96 Update dependencies 2018-04-02 22:35:32 -04:00
Kevin MacMartin
45df3a02dc Remove the SVG variant of OpenSans as this is just the generic font 2018-03-07 15:42:27 -05:00