Commit Graph

146 Commits

Author SHA1 Message Date
85ccc7523f Merge branch 'master' into AFLOW-36-project-support 2023-11-01 20:08:24 +01:00
c23b1b306c updated and properly implemented auth middleware AFLOW-32
Co-authored-by: Spacelord <git@spacelord.de>
2023-11-01 20:04:19 +01:00
2371089f88 updated config handler to autogenerate secrets and default user structure
Co-authored-by: Spacelord <Spacelord09@users.noreply.github.com>
2023-11-01 20:03:28 +01:00
6fa2797903 improved login screen (fixed layout, added error msg) 2023-08-27 19:04:55 +02:00
adc466e09a removed dots 2023-08-27 18:56:39 +02:00
af896a6688 Added local authentication (AFLOW-32) 2023-08-26 20:59:46 +02:00
347979bb10 Remove login demo page route 2023-08-26 20:57:16 +02:00
ddfdfc3092 Remove old demo login page 2023-08-26 20:56:48 +02:00
56cbebb36b Add form to login page 2023-08-26 20:56:26 +02:00
e307ff97ac Add passport.js dependencies 2023-08-26 20:56:03 +02:00
ddb484cac9 inital UI work on AFLOW-40 2023-07-11 17:00:34 +02:00
cd37f096ca Inital work on AFLOW-37 2023-07-11 16:38:18 +02:00
f52897fd4d added todo to search 2023-07-11 16:25:58 +02:00
b0b47e04f8 introduction of contactInfo route 2023-07-11 16:24:57 +02:00
660c9c092e make sure all tooltips are hidden before showing new ones to prevent stuck tooltips 2023-07-10 18:18:38 +02:00
6b092b34b3 fix AFLOW-28 2023-07-10 18:11:24 +02:00
421085a8d5 implemented AFLOW-27 2023-07-10 18:00:24 +02:00
ea80b4bf2b - fixed issues with jumpy actions for item view
- added AFLOW-23 support for categories and rewrote interface
2023-07-10 17:50:31 +02:00
94186a3a18 removed redundant getAll attribute 2023-07-10 17:36:59 +02:00
db6df2fdc6 another fix for AFLOW-24 2023-07-10 16:06:54 +02:00
9b2db6eed7 possible fix for AFLOW-24 2023-07-10 16:05:08 +02:00
cdbd4c3c10 Merge branch 'master' of https://git.project-name-here.de/Project-Name-Here/assetflow 2023-07-10 15:51:54 +02:00
bc9d395e77 improved /version route to include git info 2023-07-10 15:51:52 +02:00
16da321177 „README.md“ ändern 2023-07-10 15:47:03 +02:00
6f7f65fa36 fix error with unsortable relations 2023-07-10 15:36:19 +02:00
1605987952 update all storagelocation / unit routes to support new tables (AFLOW-23) 2023-07-10 15:34:04 +02:00
a79a1eab81 improve /version api route to only call git once on startup 2023-07-10 15:09:30 +02:00
45a4935190 added tool for load-testing many items 2023-07-09 23:37:48 +02:00
ff07698f16 fix bug where delete would reload the page even if new data loading is enabled 2023-07-09 23:35:59 +02:00
5aeec6fb28 Fixed AFLOW-26 and AFLOW-14 in items API route 2023-07-09 23:03:15 +02:00
3be376b214 Fixed AFLOW-26 and AFLOW-14 in categories API route 2023-07-09 22:29:52 +02:00
3f55b22ede Fixed AFLOW-26 and AFLOW-14 in storageUnit API route 2023-07-09 21:59:35 +02:00
534cc3055f Fixed AFLOW-26 and AFLOW-14 in storageLocation API route 2023-07-09 21:28:31 +02:00
abb7e7bab3 introduction of proper text length limiting 2023-07-09 20:17:05 +02:00
09e74f9eb6 Fix AFLOW-22 2023-07-09 18:20:27 +02:00
720a969484 respond with proper error page when the /s/:id sku fails 2023-07-09 18:14:29 +02:00
5524f14e1a fixed error with duplicate stringify operation in api routes
Co-authored-by: Spacelord <Spacelord09@users.noreply.github.com>
2023-07-09 18:07:28 +02:00
58a2d2ad19 comment function 2023-07-08 16:18:28 +02:00
c50aa8990c - fixed bug with item route
- fixed visual bug with ids in item view
2023-07-08 00:45:22 +02:00
8d954052f2 - added loader to sort operations 2023-07-08 00:25:33 +02:00
0e4bc7669a - improved behavior when updating and searching 2023-07-08 00:22:09 +02:00
0233453084 - introduced table view with client side loading
- improved /items/ with support for pagination
- improved helper functions for tooltips and popovers
- removed console log residue from handleSidebarTriangles
- introduction of version route
2023-07-08 00:09:54 +02:00
c026b5f1a8 fix greeting to finally respect the time 2023-07-07 22:15:50 +02:00
5d99baea8e added proper version information
Co-authored-by: Spacelord <Spacelord09@users.noreply.github.com>
2023-07-07 22:09:17 +02:00
587dac99c5 - fixed visual error where empty entries where shown as null 2023-07-07 15:43:02 +02:00
45bec04007 - made sidenavbar logo lead to dashboard
- moved easter egg somewhere else
2023-07-07 15:35:01 +02:00
d38713e7ed - introduced version number
- introduced option to disable reload for this session
2023-07-07 15:29:46 +02:00
5584cc5c41 - introduced a version inducator in the sidebar 2023-07-07 15:25:06 +02:00
57513da827 - fixed item creation, which was broken by last update 2023-07-07 15:13:17 +02:00
185d563ac0 - sort item page by SKU 2023-07-07 15:11:33 +02:00