Commit Graph

48 Commits

Author SHA1 Message Date
Sebastiaan
7d524cf04d Add members
Some checks failed
Deploy to Staging / deploy (push) Has been cancelled
Lint Backend / lint-backend (push) Has been cancelled
Playwright Tests / changes (push) Has been cancelled
Test Backend / test-backend (push) Has been cancelled
Test Docker Compose / test-docker-compose (push) Has been cancelled
Playwright Tests / test-playwright (1, 4) (push) Has been cancelled
Playwright Tests / test-playwright (2, 4) (push) Has been cancelled
Playwright Tests / test-playwright (3, 4) (push) Has been cancelled
Playwright Tests / test-playwright (4, 4) (push) Has been cancelled
Playwright Tests / merge-playwright-reports (push) Has been cancelled
Playwright Tests / alls-green-playwright (push) Has been cancelled
Generate Client / generate-client (pull_request) Has been cancelled
Lint Backend / lint-backend (pull_request) Has been cancelled
Playwright Tests / changes (pull_request) Has been cancelled
Test Backend / test-backend (pull_request) Has been cancelled
Test Docker Compose / test-docker-compose (pull_request) Has been cancelled
Add to Project / Add to project (pull_request_target) Has been cancelled
Labels / labeler (pull_request_target) Has been cancelled
Playwright Tests / test-playwright (1, 4) (pull_request) Has been cancelled
Playwright Tests / test-playwright (2, 4) (pull_request) Has been cancelled
Playwright Tests / test-playwright (3, 4) (pull_request) Has been cancelled
Playwright Tests / test-playwright (4, 4) (pull_request) Has been cancelled
Playwright Tests / merge-playwright-reports (pull_request) Has been cancelled
Playwright Tests / alls-green-playwright (pull_request) Has been cancelled
Labels / check-labels (pull_request_target) Has been cancelled
2025-06-17 21:56:21 +02:00
Sebastiaan
479ca1986f Add base for members 2025-06-17 21:23:14 +02:00
Sebastiaan
7848578ebb Update rights manager for events 2025-06-13 18:49:33 +02:00
Sebastiaan
9538b9067c Add Division info to Teams 2025-06-12 23:44:57 +02:00
Sebastiaan
1d9e333ee0 Implement divisions 2025-06-10 21:44:02 +02:00
Sebastiaan
13a1b4dd1e Implement associations 2025-06-10 21:39:07 +02:00
Sebastiaan
2cec60cce3 Implement team create tests 2025-06-10 19:19:38 +02:00
Sebastiaan
eac43be278 Use proper HTTP status codes 2025-06-09 22:35:53 +02:00
Sebastiaan
c4d1871835 Implement user links 2025-06-09 22:19:38 +02:00
Sebastiaan
23c6ddc915 Correct read events rights 2025-06-09 17:05:55 +02:00
Sebastiaan
9bc19e6a68 Correct read events rights 2025-06-09 17:01:37 +02:00
Sebastiaan
7387dd7b40 Implement teams in own file 2025-06-09 15:42:44 +02:00
Sebastiaan
025c1fc68f Add api key info when created 2025-06-09 14:35:50 +02:00
Sebastiaan
9bc9bfbe08 Hack to read/edit teams, move lator to global /teams/ 2025-06-07 22:50:45 +02:00
Sebastiaan
48007734e5 Implement posibility to check single right 2025-06-07 22:39:03 +02:00
Sebastiaan
7c515b8e8f Remove some copy problems 2025-06-07 22:29:39 +02:00
Sebastiaan
a19d47aa26 Add event teams 2025-06-07 21:15:37 +02:00
Sebastiaan
f72842563a Add Enum with Tags for consistand naming 2025-06-07 21:15:03 +02:00
Sebastiaan
8db7a0453d Add events to make it posible to do some basic admin and rights 2025-06-07 20:58:40 +02:00
Sebastiaan
2b865aa249 Inplement ApiKeys 2025-06-05 19:36:35 +02:00
Sebastiaan
2ce051a5f3 Inplement user Roles 2025-05-26 00:35:30 +02:00
Sebastiaan
46610c6cbd Merge last crud misses 2025-05-24 11:28:50 +02:00
Sebastiaan
28eb10fcce Remove some old crud functions 2025-05-24 11:04:23 +02:00
Sebastiaan
87ae82f377 Remove items.py 2025-05-23 18:11:47 +02:00
Nauanbek
15f41f755b ♻️ Remove redundant item deletion code leveraging cascade delete (#1481) 2025-02-10 19:23:04 +00:00
Patrick Arminio
30832076f5 🎨 Move prefix and tags to routers (#1439) 2024-12-02 12:04:03 +00:00
Patrick Arminio
14129f7a50 Add private, local only, API for usage in E2E tests (#1429)
Co-authored-by: github-actions <github-actions@github.com>
2024-12-02 12:57:53 +01:00
Patrick Arminio
97d04cd7ff 👷 Improve playwright CI job (#1335) 2024-09-12 15:21:24 +02:00
Alejandra
1f686689f1 🔥 Remove USERS_OPEN_REGISTRATION config, make registration enabled by default (#1274) 2024-07-31 17:08:26 -05:00
Esteban Maya
e65b427ab1 ♻️ Edit refactor db models to use UUID's instead of integer ID's (#1259)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-07-22 22:49:02 +00:00
Esteban Maya
ef1f64b8f5 🔒️ Refactor migrate from python-jose to PyJWT (#1203) 2024-05-15 08:48:57 -07:00
Alejandra
b81cec8ea5 ♻️ Add delete_user_me endpoint and corresponding test cases (#1179)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-04-26 12:35:12 -07:00
Esteban Maya
ad72c4d3fd ♻️ Refactor rename ModelsOut to ModelsPublic (#1154)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-04-06 21:53:49 +00:00
Patrick Arminio
dcebccadba 🚨 Enable ARG001 to prevent unused arguments (#1152) 2024-04-05 15:05:28 -05:00
Alejandra
4239d93ea6 ♻️ Refactor and tweaks, rename UserCreateOpen to UserRegister and others (#1143) 2024-04-01 22:53:33 -05:00
Salomon Popp
e13d120fd1 ✏ Fix typo in variable names in backend/app/api/routes/items.py and backend/app/api/routes/users.py (#711)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-03-13 18:06:22 +00:00
Alejandra
03eb49aa4d 🐛 Fix allowing a user to update the email to the same email they already have (#696) 2024-03-12 19:24:35 +01:00
Esteban Maya
98c78e4683 🐛 Fixed items count when retrieving data for all items by user (#695) 2024-03-12 18:23:33 +00:00
Sebastián Ramírez
1e256bce5d 🔥 Remove Celery and Flower, they are currently not used nor recommended (#694) 2024-03-12 19:19:03 +01:00
Alejandra
f67af697eb ♻️ Refactor user update (#689) 2024-03-12 17:29:49 +01:00
Dong-hyeon Shin
11fe2a00ed ♻ Update error messages (#417)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-03-12 12:25:03 +00:00
Sebastián Ramírez
ed9958bc1e ♻️ Refactor code structure for tests (#674) 2024-03-11 16:49:35 +00:00
Sebastián Ramírez
b9cbb4f8f4 👷 Add continuous deployment and refactors needed for it (#667) 2024-03-11 15:34:18 +00:00
Esteban Maya
a230f4fb2c 🏷️ Add mypy to the GitHub Action for tests and fixed types in the whole project (#655)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-03-10 19:47:21 +00:00
Alejandra
f5ccd4a59c Create endpoint to show password recovery email content and update email template (#664) 2024-03-09 23:53:46 +00:00
Sebastián Ramírez
d4e35a0dfd ♻️ Refactor email logic to allow re-using util functions for testing and development (#663) 2024-03-09 23:02:36 +00:00
Esteban Maya
541dd75ce9 Add tests to raise coverage to at least 90% and fix recover password logic (#632)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-03-07 23:21:46 +00:00
Esteban Maya
8558cf00a2 ♻ Move project source files to top level from src, update Sentry dependency (#630)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-03-07 16:35:33 +00:00