Commit Graph

37 Commits

Author SHA1 Message Date
Matthew Penner f67e340d33 Merge branch 'develop' into feature/react-admin 2020-12-28 12:05:19 -07:00
Matthew Penner b19406bf22 Fix hot-reloading breaking react-router-dom 2020-12-28 11:10:01 -07:00
Matthew Penner 7369167e28 Fix problems after rebase, move RoleController to Api\Application 2020-12-27 22:02:30 -07:00
Matthew Penner 1cdf9bc18f Lazy load the AdminRouter 2020-12-27 22:02:30 -07:00
Matthew Penner 1dff1f1810 Start porting over the admin area to react 2020-12-27 22:02:30 -07:00
Matthew Penner e5c30cb6f3 Lazy load the AdminRouter 2020-12-27 22:02:30 -07:00
Matthew Penner 6c53738070 Get react admin sidebar working while Dane is shopping for domains 2020-12-27 22:02:30 -07:00
Matthew Penner 9ee3275b11 Start porting over the admin area to react 2020-12-27 22:02:29 -07:00
Dane Everitt 2463c3f492 Cleanup and update some dependencies 2020-12-27 11:18:33 -08:00
Dane Everitt bb2d3e4120 Slight UI tweaking to make life easier on people 2020-12-26 11:53:36 -08:00
Dane Everitt d22456d9ca Block API access when 2FA is required on account; closes #2791 2020-12-06 13:56:14 -08:00
Dane Everitt 7cf6b4bcfe Only load GA when valid key is provided; closes #2678 2020-11-08 13:18:15 -08:00
Charles Morgan cb4f8efbe6 Add Google Analytics
Added Google Analytics to latest dev branch
2020-07-26 21:05:54 -04:00
Dane Everitt 1e163aa792 Get server console page rendering (mostly) correctly 2020-07-04 15:40:41 -07:00
Dane Everitt ebe588718c Fix route transitioning 2020-07-04 09:46:26 -07:00
Dane Everitt d93e804a31 Get server listing design working mostly correct 2020-07-03 14:50:37 -07:00
Dane Everitt 94e3acb9c4 Get compilation back to working 2020-07-03 14:19:05 -07:00
Dane Everitt 2193916fe4 Get basic compiling working with new CSS setup 2020-07-03 13:55:33 -07:00
Dane Everitt e6a61fbe9b Update views to support a more logical container 2020-04-17 11:17:01 -07:00
Dane Everitt d3a06e1ca8 Add progress bar to top of page for nicer loading indicator styles 2020-04-10 12:41:08 -07:00
Dane Everitt 07d19ad326 Code cleanup and formatting 2020-04-10 10:11:15 -07:00
Dane Everitt eb39826f46 Add base logic to configure two factor on account 2019-12-22 17:03:44 -08:00
Dane Everitt 66410a35f1 Fix recaptcha on login forms 2019-12-15 18:05:44 -08:00
Dane Everitt 16e6f3f45f Attempting to solve a weird console loading issue by making into class component; doesn't fix but like the class better for this.
Loading the console, switching to file manager, and then switching back is needed to load the data the first time. After that every 2nd load of the console will load the data (and even send the data to the websocket as the daemon is reporting.)
2019-06-29 18:28:23 -07:00
Dane Everitt 109bed4f7d Add basic navigation bar to server view 2019-06-28 22:49:08 -07:00
Dane Everitt 8ac8a370f8 Fix some issues with navigating in the router and bad animations 2019-06-28 22:17:29 -07:00
Dane Everitt 9cb8020dbe Add basic navigation bar 2019-06-25 21:28:56 -07:00
Dane Everitt 46c338dc1b Basic design concept for a nav bar 2019-06-24 22:17:58 -07:00
Dane Everitt 0789b814dd Fix design issue 2019-06-22 18:10:57 -07:00
Dane Everitt 60f32f055e Fix router to make it easier to actually navigate around the app 2019-06-22 18:09:42 -07:00
Dane Everitt d22747b0b1 Only do this if no user is in the state already 2019-06-22 17:07:54 -07:00
Dane Everitt e20a768182 Plop user data into the store when loading up the base component 2019-06-22 17:07:28 -07:00
Dane Everitt 328347fab7 Convert all of the login components into hook based ones 2019-06-22 16:45:51 -07:00
Dane Everitt aabf9b8a70 Some adjustments to begin working on a dark theme 2019-06-22 15:23:02 -07:00
Dane Everitt 435626f4b7 Add support for flash messages utilizing redux 2019-06-11 23:12:03 -07:00
Dane Everitt d9f30294de Migrate the existing login form to use React 2019-06-09 19:26:20 -07:00
Dane Everitt 3f2a4b5762 Get initial implementation for react working 2019-06-09 17:29:10 -07:00