Skip to content

Commit fb0635b

Browse files
Fix 3rd party OAuth pages not automatically redirecting back to the app after auth
1 parent 7536a81 commit fb0635b

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

CONTRIBUTORS

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Copyright (C) 2018-2025 Calibre-Web contributors
1111
Copyright (C) 2024-2025 Calibre-Web Automated contributors
1212
# Upstream Contributors (janeczku/calibre-web)
1313

14-
- OzzieIsaacs (anon) (2758 commits)
14+
- OzzieIsaacs (anon) (2769 commits)
1515
- Ozzie Isaacs (anon) (264 commits)
1616
- cbartondock (96 commits)
1717
- idalin (69 commits)
@@ -61,11 +61,11 @@ Copyright (C) 2024-2025 Calibre-Web Automated contributors
6161
- lemmsh (7 commits)
6262
- wuqi (7 commits)
6363
- alfred82santa (6 commits)
64+
- AsherMaximum (6 commits)
6465
- Kyos (anon) (6 commits)
6566
- limeade23 (6 commits)
6667
- Radosław Kierznowski (anon) (6 commits)
6768
- akhy (5 commits)
68-
- AsherMaximum (5 commits)
6969
- Daniel (anon) (5 commits)
7070
- gjutras (5 commits)
7171
- horus68 (5 commits)
@@ -104,6 +104,7 @@ Copyright (C) 2024-2025 Calibre-Web Automated contributors
104104
- verglor (3 commits)
105105
- yunimoo (anon) (3 commits)
106106
- afrimberger (2 commits)
107+
- alcibiadesc (2 commits)
107108
- Andrej Kralj (anon) (2 commits)
108109
- andrerfcsantos (2 commits)
109110
- Angel Docampo (anon) (2 commits)
@@ -137,6 +138,7 @@ Copyright (C) 2024-2025 Calibre-Web Automated contributors
137138
- peperunas (2 commits)
138139
- petersonev (2 commits)
139140
- rafarq (2 commits)
141+
- root (anon) (2 commits)
140142
- rscmbbng (2 commits)
141143
- rtrox (2 commits)
142144
- shivishbrahma (2 commits)
@@ -267,11 +269,11 @@ Copyright (C) 2024-2025 Calibre-Web Automated contributors
267269
- pollitor (1 commits)
268270
- potatoeggy (1 commits)
269271
- qx100 (1 commits)
272+
- raysworld (1 commits)
270273
- Rewerson (1 commits)
271274
- rjaakke (1 commits)
272275
- Robbinsch (1 commits)
273276
- robochud (1 commits)
274-
- root (anon) (1 commits)
275277
- ruben-herold (1 commits)
276278
- ryanlong1004 (1 commits)
277279
- sartoshi-foot-dao (1 commits)
@@ -303,7 +305,7 @@ Copyright (C) 2024-2025 Calibre-Web Automated contributors
303305
- zhiyue (1 commits)
304306
# Fork Contributors (crocodilestick/calibre-web-automated)
305307

306-
- crocodilestick (820 commits)
308+
- crocodilestick (825 commits)
307309
- jmarmstrong1207 (73 commits)
308310
- demitrix (30 commits)
309311
- sirwolfgang (29 commits)

cps/oauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from flask_dance.consumer.storage.sqla import SQLAlchemyStorage as SQLAlchemyBackend
1212
from flask_dance.consumer.storage.sqla import first, _get_real_user
1313
from sqlalchemy.orm.exc import NoResultFound
14-
backend_resultcode = True # prevent storing values with this resultcode
14+
backend_resultcode = False # prevent storing values with this resultcode
1515
except ImportError:
1616
pass
1717

0 commit comments

Comments
 (0)