mapguesser/src
2020-06-25 20:26:51 +02:00
..
Cli MAPG-140 refactor user handling to use the PersistentDataManager 2020-06-20 02:03:11 +02:00
Controller MAPG-156 implement user deletion 2020-06-25 20:26:51 +02:00
Database MAPG-140 add PersistentDataManager and refactor of models 2020-06-20 01:48:20 +02:00
Http MAPG-43 add classes to handle http queries 2020-05-29 00:12:35 +02:00
Interfaces MAPG-140 MAPG-154 store user in session based on id 2020-06-20 02:03:11 +02:00
Mailing MAPG-164 use env variable for mail sender instead of hardcoded value 2020-06-22 21:37:17 +00:00
OAuth MAPG-69 add Google OAuth handler 2020-06-21 15:12:44 +02:00
PersistentData MAPG-156 extend PDM to be able to return with Generator 2020-06-25 20:26:51 +02:00
Repository MAPG-156 add getByUser to UserConfirmationRepository 2020-06-25 20:26:51 +02:00
Request MAPG-140 MAPG-154 store user in session based on id 2020-06-20 02:03:11 +02:00
Response MAPG-69 make Redirect able to redirect to external sources 2020-06-21 15:12:44 +02:00
Routing MAPG-166 response to HEAD request with the GET content 2020-06-23 15:26:53 +02:00
Session MAPG-131 create custom session handler for DB sessions 2020-06-13 20:39:42 +02:00
Util MAPG-69 add simple JWT parser 2020-06-21 15:12:44 +02:00