Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bookworm + Portal rework #1657

Draft
wants to merge 379 commits into
base: dev
Choose a base branch
from
Draft

Bookworm + Portal rework #1657

wants to merge 379 commits into from

Conversation

alexAubin
Copy link
Member

@alexAubin alexAubin force-pushed the bookworm branch 2 times, most recently from cd1bb22 to bed9ecc Compare May 15, 2023 20:13
debian/changelog Outdated Show resolved Hide resolved
src/user.py Fixed Show fixed Hide fixed
@alexAubin alexAubin force-pushed the bookworm branch 4 times, most recently from 945ecdb to 8ac48ee Compare June 14, 2023 06:07
@alexAubin alexAubin added the 🏗️ Major project Big decision label Jul 10, 2023
src/dyndns.py Fixed Show fixed Hide fixed
src/dyndns.py Fixed Show fixed Hide fixed
src/utils/form.py Fixed Show fixed Hide fixed
src/utils/form.py Fixed Show fixed Hide fixed
src/utils/form.py Fixed Show fixed Hide fixed
src/utils/form.py Fixed Show fixed Hide fixed
src/utils/form.py Fixed Show fixed Hide fixed
@alexAubin alexAubin changed the title Bookworm Bookworm + Portal rework Sep 27, 2023
src/authenticators/ldap_ynhuser.py Fixed Show fixed Hide fixed
allowed_cors_origins_file = "/etc/yunohost/.admin-api-allowed-cors-origins"

if os.path.exists(allowed_cors_origins_file):
allowed_cors_origins = open(allowed_cors_origins_file).read().strip().split(",")

Check warning

Code scanning / CodeQL

File is not always closed Warning

File is opened but is not closed.
allowed_cors_origins_file = "/etc/yunohost/.portal-api-allowed-cors-origins"

if os.path.exists(allowed_cors_origins_file):
allowed_cors_origins = open(allowed_cors_origins_file).read().strip().split(",")

Check warning

Code scanning / CodeQL

File is not always closed Warning

File is opened but is not closed.
@alexAubin alexAubin marked this pull request as draft September 27, 2023 18:12
@alexAubin alexAubin force-pushed the bookworm branch 2 times, most recently from 5322f83 to fae3b67 Compare October 6, 2023 15:22
alexAubin and others added 30 commits March 20, 2024 23:44
Allow users to access their own domain portal without app permission
[bookworm] Return auth cookie valid for whole main domain.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
7 participants