Commit Graph

17 Commits

Author SHA1 Message Date
Gregory Ballantine
93afda6d10 Fixed errors caught by linter
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-05-24 12:09:09 -04:00
Gregory Ballantine
3e88dab7da Added a search page
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-05-21 10:22:44 -04:00
8119f49b4d Added migrations and disabled auto-migrations to better protect users' databases
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-12-13 18:58:14 -05:00
6024a1fe7f Added option to enable/disable redis session store; fixed the checks for username, password, and database number when setting up the Redis connection
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-23 22:17:36 -05:00
6c046dde81 Added license view and edit functions
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-06 11:40:45 -05:00
4167130f0c Started work on adding license tracking
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-06 01:37:56 -05:00
0818f57131 Added ability to use redis datastores for session data
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-05 16:14:37 -04:00
30e23caf7f Added config options to define what host address and port to listen on
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-04 18:07:44 -04:00
e958080702 Fixed some linter issues
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-04 17:54:43 -04:00
1536c0721d Added preliminary code for the express-flasher flash message integration - will uncomment code tomorrow when package can be published
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-11-04 17:30:17 -04:00
5e895aa3ca Fixed code style errors
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-11-03 22:28:01 -04:00
cb5083d0d7 Added ability to edit item records 2022-11-03 22:08:45 -04:00
6751d832fd Added some more fields to track for inventory; fixed routing issues with the /item/:id route 2022-11-03 12:26:45 -04:00
4a0241dd2b Added a page to view info about an item 2022-11-02 23:23:20 -04:00
1b46e7c3fb Added a table to display inventory on the home page; fixed the item add route 2022-11-02 14:29:46 -04:00
aa980948d8 Added a basic item add page/route 2022-11-02 13:45:40 -04:00
3c0ebc7001 Initial express.js project structure 2022-11-01 23:55:07 -04:00