Commit Graph

266 Commits

Author SHA1 Message Date
Luis Eduardo Jeréz Girón 6a1a8f7175 Refactor GetAllDestinations function to remove unused parameter 2024-07-24 01:50:49 -06:00
Luis Eduardo Jeréz Girón 00b02e97de Update backups service to use sqlc.narg for name field 2024-07-24 01:10:45 -06:00
Luis Eduardo Jeréz Girón c2ef75873b Add get all databases and destinations to services 2024-07-24 00:44:40 -06:00
Luis Eduardo Jeréz Girón 8b0f234c75 Refactor table styling in dashboard pages 2024-07-24 00:31:53 -06:00
Luis Eduardo Jeréz Girón 3281f32896 Add destinations functionality to dashboard 2024-07-24 00:30:45 -06:00
Luis Eduardo Jeréz Girón ca68b8358a Add "Created at" column to database list table 2024-07-24 00:17:15 -06:00
Luis Eduardo Jeréz Girón d437c58933 Add TestDestination function for testing destination connection 2024-07-24 00:01:10 -06:00
Luis Eduardo Jeréz Girón ae9b3b7adc Update encrypted fields in database to use bytea type 2024-07-23 23:48:09 -06:00
Luis Eduardo Jeréz Girón e0dc461b1a Add edit database form 2024-07-23 23:24:31 -06:00
Luis Eduardo Jeréz Girón 06ef59f027 Add delete functionality for databases in dashboard 2024-07-23 22:34:45 -06:00
Luis Eduardo Jeréz Girón 7977ba60e1 Add test connection button to database list page 2024-07-23 22:26:42 -06:00
Luis Eduardo Jeréz Girón abd02fc0ce Add tooltip to CopyButton component 2024-07-23 22:26:32 -06:00
Luis Eduardo Jeréz Girón b6a364f584 Add database list functionality to dashboard 2024-07-23 22:19:20 -06:00
Luis Eduardo Jeréz Girón 97194f4a0d Add CopyButton component for copying text to clipboard 2024-07-23 22:18:40 -06:00
Luis Eduardo Jeréz Girón f1d63e2986 Add initCopyFunction to app.js for copying text to clipboard 2024-07-23 22:12:24 -06:00
Luis Eduardo Jeréz Girón 5154ebea4a Update create_database.go with improved help text for connection string 2024-07-23 22:07:28 -06:00
Luis Eduardo Jeréz Girón 58ef913a6d Update pagination limit to ensure a minimum value of 1 and a maximum value of 100 2024-07-23 21:59:10 -06:00
Luis Eduardo Jeréz Girón 9b00112c4a Update sticky header styling in dashboard layout 2024-07-23 21:47:54 -06:00
Luis Eduardo Jeréz Girón eaee34b227 Add RenderableGroup function for rendering a group of nodes without a parent element 2024-07-23 21:40:12 -06:00
Luis Eduardo Jeréz Girón 7b5aac953b Add create database creation functionality to dashboard 2024-07-23 21:22:36 -06:00
Luis Eduardo Jeréz Girón bc11ba4fae Add SelectControl component for rendering a select input field 2024-07-23 21:16:27 -06:00
Luis Eduardo Jeréz Girón f850af50e5 Disable ripple effect in toast notifications 2024-07-23 20:48:55 -06:00
Luis Eduardo Jeréz Girón 23fa0bb786 Add TestDatabase function to databases service 2024-07-23 20:44:20 -06:00
Luis Eduardo Jeréz Girón 9680956b6a Update modal component styling and classes 2024-07-23 19:40:31 -06:00
Luis Eduardo Jeréz Girón a1f9187724 Update dashboard aside styling and layout 2024-07-23 19:31:27 -06:00
Luis Eduardo Jeréz Girón c5b75a550a Add about page to dashboard router 2024-07-23 19:28:41 -06:00
Luis Eduardo Jeréz Girón 19cdeb204c Update profile page with close all sessions functionality and display active sessions 2024-07-23 19:15:31 -06:00
Luis Eduardo Jeréz Girón eda331085a Add GetUserSessions function to auth service 2024-07-23 19:12:58 -06:00
Luis Eduardo Jeréz Girón 2d750463d4 Add new date layout for pretty formatting 2024-07-23 19:12:51 -06:00
Luis Eduardo Jeréz Girón e848850ae9 Add GMap component for rendering a map with gomponents 2024-07-23 19:08:44 -06:00
Luis Eduardo Jeréz Girón eaece77e62 Add logout all sessions functionality 2024-07-23 19:03:04 -06:00
Luis Eduardo Jeréz Girón 836c671da0 Hash user password in UpdateUser function 2024-07-23 18:56:43 -06:00
Luis Eduardo Jeréz Girón 18d71e9199 Add CardBox component 2024-07-23 18:56:33 -06:00
Luis Eduardo Jeréz Girón 3675f18b6a Update dashboard layout and header styling 2024-07-23 18:56:19 -06:00
Luis Eduardo Jeréz Girón 3a9e178651 Add standardjs for javascript formatting 2024-07-23 18:14:15 -06:00
Luis Eduardo Jeréz Girón 6297e0045e Update Alpine.js components and initialization 2024-07-23 18:03:54 -06:00
Luis Eduardo Jeréz Girón beb2083da9 Use single app.js entrypoint 2024-07-23 16:07:35 -06:00
Luis Eduardo Jeréz Girón d8b637b6f2 Add better styles to aside 2024-07-23 15:44:53 -06:00
Luis Eduardo Jeréz Girón 8123183fa4 Update tailwind.css to add scrollbar styling 2024-07-23 15:19:11 -06:00
Luis Eduardo Jeréz Girón 56249c9498 Add links to aside 2024-07-23 15:07:42 -06:00
Luis Eduardo Jeréz Girón 6bb47977c5 Add logout functionality to auth router 2024-07-23 15:02:10 -06:00
Luis Eduardo Jeréz Girón 6361101d0d Add session_id to reqctx 2024-07-23 14:56:05 -06:00
Luis Eduardo Jeréz Girón 42e810f452 Dashboard layout started 2024-07-23 01:25:33 -06:00
Luis Eduardo Jeréz Girón 5b0c3c1680 Update logotype alt text to "PG Back Web" 2024-07-23 00:44:34 -06:00
Luis Eduardo Jeréz Girón 0b4fa5681c Add stars count to github star button 2024-07-23 00:32:59 -06:00
Luis Eduardo Jeréz Girón 7798d858f6 Improve change theme and star on github buttons 2024-07-23 00:13:18 -06:00
Luis Eduardo Jeréz Girón bfe48d25fc Update ChangeThemeButton to accept parameters for position, alignment, and size 2024-07-23 00:01:07 -06:00
Luis Eduardo Jeréz Girón 081ce0cf12 Add StarOnGithub component and update auth layout 2024-07-22 23:57:03 -06:00
Luis Eduardo Jeréz Girón 5f1677be14 Add root redirection and dashboard router mounting 2024-07-22 23:39:00 -06:00
Luis Eduardo Jeréz Girón 6798397dc6 Update foreign key constraints in database migrations 2024-07-22 23:29:25 -06:00