Commit Graph

51 Commits

Author SHA1 Message Date
b7989a1c2b add api calls to permission modifications
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 9s
2026-04-22 23:21:22 -05:00
42a59c8af3 add debugging frontend for permissions
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s
2026-04-22 23:08:33 -05:00
baca04fa03 create permission modification endpoints
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
Build and Deploy API / build-and-deploy (push) Successful in 9s
2026-04-22 21:49:15 -05:00
152db3d99f rework policies to use permissions over roles
Some checks failed
Build and Deploy API / build-and-deploy (push) Failing after 7s
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
2026-04-22 19:34:55 -05:00
30214bd212 fix case issues on userName
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s
2026-04-21 21:06:52 -05:00
500961be07 fix users page
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 5s
Build and Deploy API / build-and-deploy (push) Successful in 9s
2026-04-21 20:12:17 -05:00
2f3cb46af3 add roles seeding
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 8s
Build and Deploy API / build-and-deploy (push) Successful in 11s
2026-04-21 19:13:44 -05:00
f271ff59f8 added userDtos
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s
Build and Deploy API / build-and-deploy (push) Successful in 10s
2026-03-28 00:01:45 -05:00
5afd9057f2 checkpoint
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s
2026-03-27 20:22:17 -05:00
93e8b6ee0d fix: setting token
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
2026-03-22 20:50:25 -05:00
f1e693cbc0 debug
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
2026-03-22 20:49:27 -05:00
ba7db77505 fix: fix routing based on token validation
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s
2026-03-22 20:47:53 -05:00
cd3fad95a5 fix: browser javascript untyped
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
2026-03-22 20:40:53 -05:00
04e2b6acc3 add refresh tokens on client
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s
2026-03-22 20:38:49 -05:00
31db3bc58c (►__◄)
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
2026-03-22 01:26:53 -05:00
1b32456173 fix: redirect to root after login
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
2026-03-22 01:23:27 -05:00
eb94a1bcb9 re: require authorization for items list
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s
Build and Deploy API / build-and-deploy (push) Successful in 10s
2026-03-22 01:21:50 -05:00
67baddf9d0 implement item dtos
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 8s
Build and Deploy API / build-and-deploy (push) Successful in 10s
2026-03-22 00:56:24 -05:00
3d219b8cf7 fix item routes
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s
2026-03-21 23:45:52 -05:00
7ab03d8073 change users crud to items
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 8s
Build and Deploy API / build-and-deploy (push) Successful in 10s
2026-03-21 23:44:26 -05:00
a9b4d136d5 Add items crud to api 2026-03-21 20:20:02 -05:00
cda10dfaa4 debug
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s
2026-03-21 17:51:02 -05:00
4fe23699c8 fix client to api dtos again
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s
Build and Deploy API / build-and-deploy (push) Successful in 9s
2026-03-21 17:41:11 -05:00
efde701ba9 i should really test lolcally
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
2026-03-21 15:44:35 -05:00
9645695535 require auth for users list page because itll be easier to test with
Some checks failed
Build and Deploy Frontend / build-and-deploy (push) Failing after 4s
2026-03-21 15:41:54 -05:00
109d5f88ea user dtos as strict object templates
Some checks failed
Build and Deploy API / build-and-deploy (push) Failing after 6s
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s
2026-03-20 21:08:32 -05:00
ce701cd43d ( ˘︹˘ )
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
2026-03-17 22:41:42 -05:00
74200c4575 add the login buttons
Some checks failed
Build and Deploy Frontend / build-and-deploy (push) Failing after 3s
2026-03-17 22:40:22 -05:00
8c86f5ddce literally every time
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
2026-03-17 22:31:13 -05:00
661bb03d1d preliminary frontend for ther auth api
Some checks failed
Build and Deploy Frontend / build-and-deploy (push) Failing after 4s
Build and Deploy API / build-and-deploy (push) Successful in 12s
2026-03-17 22:30:59 -05:00
d5aa15ccca I should really locally test my code
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
2026-03-14 16:11:56 -05:00
4b38a5e597 make links look like buttons
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
2026-03-14 16:09:32 -05:00
fef9af6e91 add users link on homepage
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
2026-03-14 16:06:05 -05:00
0da09d7594 dev postgresql database integration
Some checks failed
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s
Build and Deploy API / build-and-deploy (push) Failing after 14s
2026-03-14 10:37:30 -05:00
58ff76fdc6 change client port
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 5s
2026-03-11 20:56:10 -05:00
2a066b7209 it was missing the prod url
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
2026-03-10 23:03:25 -05:00
b1865afced dev configuration for api
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
Build and Deploy API / build-and-deploy (push) Successful in 11s
2026-03-10 22:58:21 -05:00
9b6a4c75b9 add crud to api
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
2026-03-10 22:49:14 -05:00
728258465d working frontend checkpoint
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
2026-03-08 13:59:35 -05:00
242872cba0 im so tired rn
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
2026-03-08 00:51:14 -06:00
31225b51b2 add crud store/api service
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s
2026-03-07 00:53:08 -06:00
533571859f some comments for templating
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 8s
2026-03-05 23:15:46 -06:00
67598f60bf test again
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
2026-02-28 23:56:08 -06:00
fdac0859ea test
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
2026-02-28 23:53:30 -06:00
c807412076 idk how vue works
Some checks failed
Build and Deploy Frontend / build-and-deploy (push) Failing after 3s
2026-02-28 23:49:10 -06:00
2128d5dfa4 i forget it literally every time 2026-02-28 23:40:32 -06:00
8db6ea4754 test some vue components 2026-02-28 23:40:03 -06:00
92f3e1e442 placeholder
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 8s
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s
2026-02-28 20:26:11 -06:00
509f1d43b1 add those files actually oops
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 3s
Build and Deploy API / build-and-deploy (push) Successful in 3s
2026-02-28 20:11:03 -06:00
24b9f21541 deploy setup 2026-02-27 21:34:13 -06:00