92 Commits

Author SHA1 Message Date
Marcin-Ramotowski c2972fdc45 Updated user-assigned managed identity 2025-06-14 09:49:01 +00:00
Marcin-Ramotowski b7cff9814e Updated managed identity 2025-06-05 20:51:28 +00:00
Marcin-Ramotowski 7d6cebea3f Updated secrets names in Kubernetes deployment configuration 2025-05-29 21:51:36 +00:00
Marcin-Ramotowski 80dca16646 Implemented automatic fetching secrets from Azure KeyVault 2025-05-29 21:37:20 +00:00
Marcin-Ramotowski 9c1c1bdd70 Added newline in README 2025-05-17 08:29:30 +00:00
Marcin-Ramotowski 81004a418d Corrected task format in test 2025-05-04 06:46:54 +00:00
Marcin-Ramotowski 42edf4aeee Updated next steps in README 2025-05-03 15:57:06 +00:00
Marcin-Ramotowski 4906f3ff7c More details in README 2025-05-03 15:50:02 +00:00
Marcin-Ramotowski 58de4b202b Added default value for VITE_API_URL 2025-05-03 15:48:55 +00:00
Marcin-Ramotowski 2b130591fe Removed invisible characters 2025-05-03 14:35:52 +00:00
Marcin-Ramotowski 36c21fe100 Changed datetime format handled by API and removed datetime convertion in frontend 2025-04-30 17:57:08 +00:00
Marcin-Ramotowski 0acde40aa3 Changed input type to datetime-local fort task creation form 2025-04-30 17:42:25 +00:00
Marcin-Ramotowski 464dde127b Changed input type to datetime-local and simplified datetime convertion 2025-04-30 17:33:05 +00:00
Marcin-Ramotowski c728956099 Fixed task update 2025-04-30 17:02:39 +00:00
Marcin-Ramotowski acf3f75fc7 Prepared configuration to deploy to Kubernetes cluster 2025-04-30 10:42:10 +00:00
Marcin-Ramotowski fdd8a56774 Removed unnecessary variable from docker compose file 2025-04-30 10:42:01 +00:00
Marcin-Ramotowski c9d4613d70 Configured reverse proxy between frontend and API 2025-04-29 10:38:33 +00:00
Marcin-Ramotowski c70d0d0300 Configured frontend during image build 2025-04-29 09:12:34 +00:00
Marcin-Ramotowski 2d947cccc3 Configured Docker evironment for frontend 2025-04-17 22:10:21 +00:00
Marcin-Ramotowski 0ec30b3ec0 Fetch CORS feature from main branch 2025-04-17 21:37:02 +00:00
Marcin-Ramotowski 79985440af Added documentation for the project 2025-04-15 22:55:46 +02:00
Marcin-Ramotowski 8d0bbfbb8f Changed env variable for setup CORS for frontend 2025-04-15 20:53:08 +00:00
Marcin-Ramotowski e1677b308e Added home page 2025-04-15 21:48:56 +02:00
Marcin-Ramotowski dd8b16759a Added redirecting to login page when user is not logged in 2025-04-15 21:39:33 +02:00
Marcin-Ramotowski d39087e56c Added update tasks feature 2025-04-15 21:30:41 +02:00
Marcin-Ramotowski 29b7c0d394 Added registration form 2025-04-13 23:13:25 +02:00
Marcin-Ramotowski ac9af4a4e9 Corrected buttons position and bolded labels 2025-04-13 20:46:21 +02:00
Marcin-Ramotowski a6d6522f6c Added possibility of updating user profile 2025-04-13 20:09:45 +02:00
Marcin-Ramotowski b904f1ec0f Added possibility of deleting own account 2025-04-13 18:51:58 +02:00
Marcin-Ramotowski 0e1f337360 Added change password view 2025-04-13 18:38:23 +02:00
Marcin-Ramotowski e374df55de Added profile view 2025-04-13 18:26:23 +02:00
Marcin-Ramotowski 749a5529f2 Added possibility of set task status in frontend 2025-04-13 16:45:45 +02:00
Marcin-Ramotowski 2278f0376b Corrected task data validation to not raise error when due_date is empty 2025-04-13 14:15:24 +00:00
Marcin-Ramotowski 14208fd8e7 Implemented CORS 2025-04-13 14:14:30 +00:00
Marcin-Ramotowski c5cb336049 Added interceptor to dynamically set CSRF token header 2025-04-13 13:38:43 +02:00
Marcin-Ramotowski 78daea30ac Refactored code for api methods 2025-04-13 13:01:07 +02:00
Marcin-Ramotowski 1ed7f308a3 Started implementation of basic frontend for ToDoList App 2025-04-12 19:49:47 +02:00
Marcin-Ramotowski 7062e14396 Switched to waitress as production server 2025-04-10 21:20:17 +00:00
pikram 72f56f9929 Merge pull request 'test-code-refactor' (#1) from test-code-refactor into main 2025-04-10 20:46:20 +00:00
Marcin-Ramotowski ed8fcedba4 Changed base image for app container to alpine 2025-04-10 20:38:59 +00:00
Marcin-Ramotowski 084e3868f9 Changed default port to 80 and added possibility of setup app port using TODOLIST_PORT variable 2025-04-10 20:38:22 +00:00
Marcin-Ramotowski 4e6788f614 Changed comments to assertion error messages 2025-04-02 19:07:27 +00:00
Marcin-Ramotowski 40b1193efd Refactored code dedicated to user login in tests 2025-04-01 21:27:54 +00:00
Marcin-Ramotowski 7f9c7cd27f Removed redundant creation of user in edit user endpoint 2025-04-01 21:02:25 +00:00
Marcin-Ramotowski f36c919ff9 Reduced repeating of user creation in tests 2025-04-01 20:50:37 +00:00
Marcin-Ramotowski 41d767c02f Removed deprecated Query.get method from edit user endpoint 2025-04-01 19:47:35 +00:00
Marcin-Ramotowski 8e7c9873f6 Added test for user edit 2025-04-01 19:46:59 +00:00
Marcin-Ramotowski 8883514387 Added test for user remove 2025-04-01 18:52:17 +00:00
Marcin-Ramotowski 324416de8e Changed deprecated query.get and query.get_or_404 methods to other equivalents 2025-03-29 20:12:47 +00:00
Marcin-Ramotowski 7f36f67df4 Now revoked tokens are saved to database 2025-03-29 17:48:55 +00:00