This website requires JavaScript.
9a13319948
Added user model; added pages to register a new account, login and logout; added middleware to process whether a user is logged in or not
11-add-user-accounts
gballan
2024-05-26 17:00:24 -04:00
8c1c43e4df
Fixed the cookie/filter thing
main
gballan
2024-05-25 11:47:57 -04:00
94c1c26e94
Added code to retain filter status when re-visiting the dashboard
gballan
2024-05-25 11:36:12 -04:00
2c0520ff4b
Version bump to v0.3.0
v0.3.0
Gregory Ballantine
2024-05-24 13:10:16 -04:00
8122bfa08f
[Issue #9 ] - Updated z-index of nav bar to display over content
Gregory Ballantine
2024-05-24 13:08:43 -04:00
09c464ccbb
Fixed typo in search limiter
Gregory Ballantine
2024-05-24 12:52:58 -04:00
43f0800f91
Passed filters back to home view
Gregory Ballantine
2024-05-24 12:49:04 -04:00
c652e089d5
Fixed search limiter
Gregory Ballantine
2024-05-24 12:47:57 -04:00
d95be2e185
Added ability to limit dashboard results
Gregory Ballantine
2024-05-24 12:35:01 -04:00
93afda6d10
Fixed errors caught by linter
Gregory Ballantine
2024-05-24 12:09:09 -04:00
6d8965ada1
Added README with installation instructions
Gregory Ballantine
2024-05-24 07:44:43 -04:00
62788ccad3
Fixed typo on Twig length filter
Gregory Ballantine
2024-05-21 10:34:05 -04:00
6171a968c1
Added licenses to search page
Gregory Ballantine
2024-05-21 10:33:07 -04:00
f44b0e217a
Added a search page
Gregory Ballantine
2024-05-21 10:25:46 -04:00
ca26858e51
Added a search page
Gregory Ballantine
2024-05-21 10:24:36 -04:00
be408865cf
Added a search page
Gregory Ballantine
2024-05-21 10:23:46 -04:00
1118283cb7
Added a search page
Gregory Ballantine
2024-05-21 10:23:17 -04:00
3e88dab7da
Added a search page
Gregory Ballantine
2024-05-21 10:22:44 -04:00
43e70e243c
Added a search page
Gregory Ballantine
2024-05-21 10:20:54 -04:00
4cfffbd219
Fixed search button positioning
Gregory Ballantine
2024-05-21 10:06:37 -04:00
ce63940635
Moved search button out of the form to avoid adding unnecessary input parameters
Gregory Ballantine
2024-05-21 10:03:47 -04:00
f4850c33ea
Fixed some weirdness with the search button
Gregory Ballantine
2024-05-21 09:58:57 -04:00
2a928f96ad
Fixed search input styles
Gregory Ballantine
2024-05-21 09:56:19 -04:00
d543426428
Fixed search button styles
Gregory Ballantine
2024-05-21 09:53:05 -04:00
7a1f1bae9d
Added search field in navbar
Gregory Ballantine
2024-05-21 09:51:44 -04:00
4c367c2416
Added search field in navbar
Gregory Ballantine
2024-05-21 09:44:57 -04:00
c7e30c9ed1
Added search field in navbar
Gregory Ballantine
2024-05-21 09:42:12 -04:00
82c2b91090
Removed activities table; this will be handled after users are implemented
Gregory Ballantine
2024-05-21 09:35:39 -04:00
8119f49b4d
Added migrations and disabled auto-migrations to better protect users' databases
gballan
2022-12-13 18:58:14 -05:00
b8700c1ba3
Added activity model to keep track of changes to items
gballan
2022-12-04 01:05:24 -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
gballan
2022-11-23 22:17:36 -05:00
30bf9beea5
Added way to track license seats
gballan
2022-11-14 10:54:44 -05:00
6db18f63d6
Version bump to v0.2.2
v0.2.2
gballan
2022-11-09 14:34:30 -05:00
e33b23d88e
Updated some styles on the home page
gballan
2022-11-09 14:33:58 -05:00
c86546af82
Version bump to v0.2.1
v0.2.1
gballan
2022-11-06 11:41:14 -05:00
6c046dde81
Added license view and edit functions
gballan
2022-11-06 11:40:45 -05:00
4167130f0c
Started work on adding license tracking
gballan
2022-11-06 01:37:56 -05:00
b98fbddd9e
Version bump to v0.2.0
v0.2.0
gballan
2022-11-05 16:16:11 -04:00
0818f57131
Added ability to use redis datastores for session data
gballan
2022-11-05 16:14:37 -04:00
4a43aaabb6
Fixed linter errors
v0.1.5
gballan
2022-11-04 21:30:31 -04:00
a297829ffc
Version bump v0.1.5
gballan
2022-11-04 21:24:45 -04:00
4da2877a89
Added a way to configure using a remote database
gballan
2022-11-04 21:24:22 -04:00
2e309b29f1
Updated package-lock for v0.1.4
gballan
2022-11-04 20:31:06 -04:00
0cea6eb4ca
Version bump to v0.1.4
v0.1.4
gballan
2022-11-04 18:25:29 -04:00
d1268fe708
Fixed system config in /etc
gballan
2022-11-04 18:23:29 -04:00
ff92316e1e
Updated the systemd unit file to load the proper config file
v0.1.3
gballan
2022-11-04 18:17:29 -04:00
629a7df3c4
Version bump to v0.1.3
gballan
2022-11-04 18:08:01 -04:00
30e23caf7f
Added config options to define what host address and port to listen on
gballan
2022-11-04 18:07:44 -04:00
9afe8c5391
Version bump v0.1.2
v0.1.2
gballan
2022-11-04 17:59:25 -04:00
e958080702
Fixed some linter issues
gballan
2022-11-04 17:54:43 -04:00
6455f3ff10
Changed to Grunt.js for task running
gballan
2022-11-04 17:53:42 -04:00
1536c0721d
Added preliminary code for the express-flasher flash message integration - will uncomment code tomorrow when package can be published
gballan
2022-11-04 17:30:17 -04:00
64e71f7f98
Fixed strip_components parameter for copy_deb_package CI step
v0.1.1
gballan
2022-11-04 09:33:48 -04:00
3b36d33d09
Fixed the path for uploading the .deb package to the repo
gballan
2022-11-04 09:26:48 -04:00
50d83ea4b9
Removed NPM production install
gballan
2022-11-04 09:22:23 -04:00
b24dab7b84
Version bump to v0.1.1
gballan
2022-11-04 09:17:45 -04:00
7685d2acd0
Updated CI config for Debian packaging
gballan
2022-11-04 09:17:13 -04:00
21b48b1f3c
Added debian packaging process
gballan
2022-11-04 09:07:31 -04:00
5e895aa3ca
Fixed code style errors
v0.1.0
gballan
2022-11-03 22:28:01 -04:00
bfb8d751b8
Added Woodpecker CI config; added ESLint config to check for syntax and code style checks
gballan
2022-11-03 22:19:42 -04:00
cb5083d0d7
Added ability to edit item records
gballan
2022-11-03 22:08:45 -04:00
6c64e6c9a1
Added nodemon to automatically reload the app while developing it
gballan
2022-11-03 20:45:58 -04:00
01149d8da7
Added a record limiter to the main home view
gballan
2022-11-03 20:38:20 -04:00
5f00cf0edd
Modified styles for the app to look better
gballan
2022-11-03 20:29:52 -04:00
6751d832fd
Added some more fields to track for inventory; fixed routing issues with the /item/:id route
gballan
2022-11-03 12:26:45 -04:00
4a0241dd2b
Added a page to view info about an item
gballan
2022-11-02 23:23:20 -04:00
1b46e7c3fb
Added a table to display inventory on the home page; fixed the item add route
gballan
2022-11-02 14:29:46 -04:00
12770a995d
Updated git ignore to exclude files under data/
gballan
2022-11-02 14:03:52 -04:00
182356c685
Added the config module to handle app configuration loading; adding data/ folder for local sqlite storage
gballan
2022-11-02 14:03:20 -04:00
aa980948d8
Added a basic item add page/route
gballan
2022-11-02 13:45:40 -04:00
3c0ebc7001
Initial express.js project structure
gballan
2022-11-01 23:55:07 -04:00
53e0a557a3
Migrating to express.js project
gballan
2022-11-01 22:00:38 -04:00
e5c7bdedc1
Removed node_modules from project
gballan
2022-11-01 18:51:37 -04:00
3369ab2873
Removed node_modules from project
gballan
2022-11-01 18:50:15 -04:00
91f72d4893
Added Gulp.js for compiling SCSS stylesheets
gballan
2022-11-01 18:49:18 -04:00
7c793dac88
Initial PHP project structure
gballan
2022-11-01 18:09:46 -04:00
836d3ecc65
Initial commit
gballan
2022-11-01 16:48:42 -04:00