Commit Graph

24 Commits

Author SHA1 Message Date
Paul Vogel
b9d73afb63 Fix typo in messsage when deleting a database (#3777) 2021-12-04 10:24:06 -08:00
Charles Morgan
9d6f4e00d7 Properly copy database-password 2020-12-09 00:42:56 -05:00
Dane Everitt
a8d9eccf9c Support pagination of server backups, closes #2787 2020-12-06 12:01:42 -08:00
Omar Kamel
ce0e9b7ded Correct JDBC typo
from `JBDC CONNECTION STRING` > `JDBC CONNECTION STRING`
2020-12-06 13:17:47 -05:00
Charles Morgan
4a234af7a3 Minor changes
Changes CopyOnClick to allow any.
Allows database information to be copied on click.
Changes layouts on database/backups to match the network tab.
Changes text to lighten it one level from 400 to 300 for easier visibility.
Moves database api endpoints to their own folder for some organization.
2020-11-08 21:09:22 -05:00
Rihan
9a4c0d8ba7 Make interface mobile responsive (#2273) 2020-09-13 10:02:25 -07:00
Dane Everitt
8c98264eed Remove last calls to useServer 2020-08-25 22:09:54 -07:00
Dane Everitt
732594a164 Remove unused imports 2020-07-04 18:46:09 -07:00
Dane Everitt
7e8a5f1271 Update database screens 2020-07-04 17:15:49 -07:00
Charles Morgan
56a0989176 Remove from end user
Removed max connections from the end user view.
2020-04-24 10:17:31 -04:00
Charles Morgan
82dd7dc8e3 Allow Null = 0
Allow Value to be nullable, will autofill 0 if value is null or 0, to facilitate "unlimited" connections.
2020-04-23 10:45:44 -04:00
AreYouScared
0ecfb40f5e Add variable to API endpoint
Allow API to retrun max_connections for frontend database page
2020-04-22 06:17:26 -04:00
AreYouScared
f0e4764a11 Add Max Concurrent Connections for database users
Closes #1849

Allows database users to be limited to a number of concurrent connections to prevent one user from connecting hundreds of time and bottlenecking the MySQL server.
2020-04-22 06:00:04 -04:00
Dane Everitt
708c15eba8 Make database rows use context better 2020-04-10 10:56:25 -07:00
Dane Everitt
7f0a05c192 UPdate remainder of screens with basic permissions checking 2020-03-29 22:20:27 -07:00
Dane Everitt
734bdc7b78 Unify display with task rows 2020-03-22 14:14:11 -07:00
Dane Everitt
edb9657e2b Upgrade to formik@2 2020-03-18 21:32:07 -07:00
Dane Everitt
32e9fb0346 Add basic listing of server schedules 2020-02-08 15:23:08 -08:00
Dane Everitt
48c39abfcb Add database password rotation to view 2019-07-27 15:17:50 -07:00
Dane Everitt
f6ee885f26 Support for viewing database passwords 2019-07-16 22:29:00 -07:00
Dane Everitt
d081f328ab Support deleting existing databases 2019-07-16 22:15:14 -07:00
Dane Everitt
1f763dc155 Finish support for creating databases in the UI 2019-07-16 21:43:11 -07:00
Dane Everitt
bb3486f559 More style cleanup for database listing 2019-07-09 22:06:42 -07:00
Dane Everitt
e3db564175 Add basic support for listing a server's databases 2019-07-09 22:00:29 -07:00