Use db sessions everywere #750

Merged
konrad merged 44 commits from feature/db-sessions into master 2020-12-23 15:32:29 +00:00

44 Commits

Author SHA1 Message Date
kolaente 24fbfaad5b
Fix lint
continuous-integration/drone/pr Build is passing Details
2020-12-23 16:14:38 +01:00
kolaente 0f87b44048
Fix lint 2020-12-23 16:09:01 +01:00
kolaente b733608eeb
Fix loading tasks with search
continuous-integration/drone/pr Build is failing Details
2020-12-23 16:02:31 +01:00
kolaente 166023aba7
Fix loading lists
continuous-integration/drone/pr Build is failing Details
2020-12-23 15:56:14 +01:00
kolaente 524870f4b1
Fix loading task
continuous-integration/drone/pr Build is failing Details
2020-12-23 15:31:07 +01:00
kolaente 4ef0579a20
Fix loading lists and namespaces
continuous-integration/drone/pr Build is failing Details
2020-12-23 15:09:08 +01:00
kolaente c6f3086a88
Fix tests
continuous-integration/drone/pr Build is failing Details
2020-12-23 02:53:32 +01:00
kolaente a949c33b9d
Fix user commands 2020-12-23 02:41:53 +01:00
kolaente 7634498c1c
Fix upload 2020-12-23 02:41:44 +01:00
kolaente 39e11fcb2b
Fix migration handlers 2020-12-23 02:20:47 +01:00
kolaente c532543ec7
Fix all manual root handlers 2020-12-23 02:18:54 +01:00
kolaente 7af4cc6ea7
Fix session in avatar 2020-12-23 01:57:17 +01:00
kolaente a7326252a2
Fix session in list duplication & routes 2020-12-23 01:54:11 +01:00
kolaente 1921f80a4a
Use sessions in migration code 2020-12-23 01:52:28 +01:00
kolaente 996a207590
Make sure the openid stuff uses a session 2020-12-23 01:43:44 +01:00
kolaente c3c7cab045
Add alias for db type in db package 2020-12-23 01:38:30 +01:00
kolaente 4dce70ac0a
Use sessions for file 2020-12-23 01:36:34 +01:00
kolaente 7088b64dc8
Use a session for everything in users 2020-12-23 01:32:41 +01:00
kolaente 1cab1f63af
Use a session for everything in users 2020-12-23 01:32:33 +01:00
kolaente e3e7021c8c
Make sure to use a session everywhere in models 2020-12-23 01:13:52 +01:00
kolaente 4d491701ca
Create new session from db 2020-12-23 01:10:38 +01:00
kolaente 79731d66ed
Add session handling for user list 2020-12-23 01:06:54 +01:00
kolaente 662593d4fd
Add session handling for unsplash 2020-12-23 01:05:44 +01:00
kolaente 0cc2a4fbd1
Add session handling for teams and related 2020-12-23 01:05:23 +01:00
kolaente 7b1d838997
Add session handling for tasks and related entities 2020-12-23 00:51:28 +01:00
kolaente 1528e7d861
Add session handling for task reminders 2020-12-22 23:08:20 +01:00
kolaente bcbae6b9e4
Add session handling for task relations 2020-12-22 23:06:41 +01:00
kolaente 19c5ce05f7
Add session handling for task comments 2020-12-22 22:54:56 +01:00
kolaente 6321eeb300
Add session handling for task collections 2020-12-22 22:47:25 +01:00
kolaente 7fdc5fc293
Add session handling for task attachments 2020-12-22 22:44:38 +01:00
kolaente 2742530766
Add session handling for task assignees 2020-12-22 22:38:54 +01:00
kolaente 5b76312004
Add session handling for saved filters 2020-12-22 21:26:19 +01:00
kolaente 0dd519c9e9
Add session handling for namespace and related types 2020-12-22 21:15:43 +01:00
kolaente ce2d359714
Add session handling for namespace and related types 2020-12-22 21:15:37 +01:00
kolaente a62d222132
Add session handling for list users 2020-12-22 20:46:42 +01:00
kolaente ada332e87c
Add session handling for list tests 2020-12-22 18:39:48 +01:00
kolaente 14cb1123e7
Add session handling to list teams and related entities 2020-12-22 18:25:36 +01:00
kolaente 5758506e7c
Add session handling for link shares and related entities 2020-12-22 17:41:39 +01:00
kolaente 9dabbab245
Add session handling for labels and related entities 2020-12-22 17:36:06 +01:00
kolaente b35e788ecf
Add session handling for kanban and related entities 2020-12-22 17:19:42 +01:00
kolaente 6e247421c1
Add session handling for bulk task and related entities 2020-12-22 17:14:35 +01:00
kolaente 025697f286
Add session handling for lists and related entities 2020-12-22 16:45:55 +01:00
kolaente 106b9fe643
Add session configuration for web handler
Signed-off-by: kolaente <k@knt.li>
2020-12-22 16:39:27 +01:00
kolaente 5361d6f8d2
Update web handler
Signed-off-by: kolaente <k@knt.li>
2020-12-22 15:23:18 +01:00