Nikolai Giman
6c990aff4f
chore: 1.50.2
v1.50.2
2026-07-12 22:49:43 +02:00
Nikolai Giman
40cd8064f5
fix: allow login-by-code redemption for SSO and social logins ( #83 )
...
SSO and social OAuth callbacks complete the login by redeeming a
one-time code through POST /module/auth/login-by-code, but the endpoint
was gated behind RequireLoginMethod('magic-link'). With
AUTH_LOGIN_METHODS excluding magic-link (e.g. "sso"), the redemption
returned an empty 403 and the user silently bounced back to the login
page.
- Add RequireAnyLoginMethod and gate /login-by-code on
magic-link OR sso OR social
- Show a toast on failed code redemption instead of only logging
to console
2026-07-12 22:44:23 +02:00
Nikolai Giman
f4a765f40b
Merge pull request #82 from Gimanh/chore/ver-1-50
...
chore: version
2026-07-11 23:25:56 +02:00
Nikolai Giman
b9ce7261f0
chore: version
v1.50.1
2026-07-11 23:25:00 +02:00
Nikolai Giman
bc08c839bc
Merge pull request #81 from Gimanh/fix/72-ui-and-setup
...
Fix/72 UI and setup
2026-07-11 23:15:50 +02:00
Nikolai Giman
83979ac47c
chore: docs
2026-07-11 22:39:47 +02:00
Nikolai Giman
a9be0d987a
feat: set default project
2026-07-11 22:18:36 +02:00
Nikolai Giman
30274069a0
feat: set base api url from env
2026-07-11 21:49:10 +02:00
Nikolai Giman
0a8497af59
feat: edit default user and change password
2026-07-11 20:29:27 +02:00
Nikolai Giman
284a49ce8c
fix: task id and search
2026-07-11 14:43:52 +02:00
Nikolai Giman
64a227303e
Merge pull request #80 from Gimanh/feat/mobile-widgets
...
feat: mobile widgets
2026-07-11 10:59:14 +02:00
Nikolai Giman
ae88d0f42a
feat: mobile widgets
2026-07-11 10:49:38 +02:00
Nikolai Giman
d40cc0aa1b
Merge pull request #79 from Gimanh/fix/settings-ui
...
chore: version
2026-07-07 23:23:08 +02:00
Nikolai Giman
e99d9d5515
chore: version
2026-07-07 23:20:02 +02:00
Nikolai Giman
9b38e3cd9d
Merge pull request #78 from Gimanh/fix/77
...
fix : #77
2026-07-07 00:19:14 +02:00
Nikolai Giman
9c6d33cefe
fix : #77
2026-07-07 00:16:26 +02:00
Nikolai Giman
d008fa4f78
Merge pull request #75 from Gimanh/chore/v-1-49-0
...
chore: version 1.49.0
2026-07-06 00:11:07 +02:00
Nikolai Giman
8ff7241645
chore: version 1.49.0
v1.49.0
2026-07-06 00:09:49 +02:00
Nikolai Giman
9bdfe679bd
Merge pull request #74 from Gimanh/fix/70-oidc-login-nonce
...
fix: oidc login
2026-07-05 23:30:11 +02:00
Nikolai Giman
4e5a330a27
fix: oidc login
2026-07-05 23:28:51 +02:00
Nikolai Giman
e5860a3816
Merge pull request #73 from Gimanh/feat/messaging-integrations
...
feat: slack and tg integration
2026-07-05 21:37:12 +02:00
Nikolai Giman
0f4c484674
feat: slack and tg integration
2026-07-05 17:42:51 +02:00
Nikolai Giman
e025c212e5
Merge pull request #69 from Gimanh/feat/inbox
...
feat: inbox
2026-06-29 00:55:03 +02:00
Nikolai Giman
9b08c82548
feat: inbox
v1.48.7
2026-06-29 00:53:53 +02:00
Nikolai Giman
3d9cb5336a
Merge pull request #68 from Gimanh/chore/readme.md
...
chore: readme
2026-06-28 16:09:30 +02:00
Nikolai Giman
8eb94d0d2b
chore: readme
2026-06-28 16:09:08 +02:00
Nikolai Giman
78c910f789
Merge pull request #67 from Gimanh/feat/ui-refactor
...
feat: ui improvements
2026-06-28 15:07:16 +02:00
Nikolai Giman
e1a8bb71a0
fix: reload main screen when become active
v1.48.4
2026-06-28 15:02:07 +02:00
Nikolai Giman
f1ff303e58
fix: ipad safe area issues
v1.48.3
2026-06-28 00:04:42 +02:00
Nikolai Giman
22dc24f8e0
fix: ui and recurring issues
v1.48.1
2026-06-27 22:51:29 +02:00
Nikolai Giman
58e3cdcbb0
wip: mobile area
2026-06-21 23:47:43 +02:00
Nikolai Giman
28e944f05e
wip: search width
2026-06-21 23:22:33 +02:00
Nikolai Giman
8f21a52ca6
wip: style
2026-06-21 23:18:01 +02:00
Nikolai Giman
96ac9f4d7a
feat: ui improvements
2026-06-21 23:02:31 +02:00
Nikolai Giman
4c92aaf03d
Merge pull request #66 from Gimanh/feat/recur-tasks
...
feat: recur tasks
2026-06-14 17:29:53 +02:00
Nikolai Giman
10a0d01719
chore: version
v1.45.0
2026-06-14 17:29:03 +02:00
Nikolai Giman
eb0aba02e9
chore: version
2026-06-14 17:26:02 +02:00
Nikolai Giman
9beb2ff9e5
fix: recurring task
2026-06-13 22:55:03 +02:00
Nikolai Giman
76b38b8ac1
feat: recur tasks
2026-06-08 00:11:56 +02:00
Nikolai Giman
b7b91e16d3
Merge pull request #65 from Gimanh/feat/sprints
...
feat: sprints
2026-06-05 09:12:52 +02:00
Nikolai Giman
d14398faae
fix: middlewares for sprint
2026-06-04 22:12:10 +02:00
Nikolai Giman
02b9f8cd30
feat: calendar settings
2026-06-04 03:43:39 +02:00
Nikolai Giman
6f8e01b446
fix: confirm closing
2026-05-31 23:17:52 +02:00
Nikolai Giman
673cc868f8
feat: sprints
2026-05-31 22:50:03 +02:00
Nikolai Giman
eb7565debb
Merge pull request #64 from Gimanh/fix/63
...
fix : #63
2026-05-28 22:02:30 +02:00
Nikolai Giman
e09b6e2c0f
fix : #63
2026-05-28 22:01:43 +02:00
Nikolai Giman
1dd779555a
Merge pull request #61 from Gimanh/chore/version-1-44-1
...
chore: version
2026-05-27 19:24:28 +02:00
Nikolai Giman
20fc40d597
chore: version
v1.44.1
2026-05-27 19:23:14 +02:00
Nikolai Giman
913690d230
Merge pull request #60 from Gimanh/fix/59
...
fix: https://github.com/Gimanh/taskview-community/issues/59
2026-05-27 19:10:46 +02:00
Nikolai Giman
b950b15061
fix: https://github.com/Gimanh/taskview-community/issues/59
2026-05-27 19:10:11 +02:00