nextcloud-server/core
Louis Chemineau 716b08101d
feat: Close sessions created for login flow v2
Sessions created during the login flow v2 should be short lived to not leave an unexpected opened session in the browser.

This commit add a property to the session object to track its origin, and will close it as soon as possible, i.e., on the first non public page request.

Signed-off-by: Louis Chemineau <louis@chmn.me>

[skip ci]

Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-03-03 11:38:06 +07:00
..
BackgroundJobs fix(BackgroundJobs): Adjust intervals and time sensitivities 2024-11-25 08:42:06 +07:00
Command fix(maintenance): Show a success message on data-fingerprint command 2024-12-02 08:19:15 +07:00
Controller feat: Close sessions created for login flow v2 2025-03-03 11:38:06 +07:00
Data
Db
Events
Exception
Listener fix: Fix inaccessible content on public pages due to overlapping footer 2024-09-06 16:01:44 +07:00
Middleware
Migrations fix: missing use statements 2024-09-05 19:15:55 +07:00
Notification
Service
ajax
css chore: compile scss 2024-09-06 16:01:44 +07:00
doc
fonts
img fix: Adapt icon color to new default for mime icons 2024-07-25 16:59:25 +07:00
js fix: csrf check failed on public share with password 2024-08-26 10:57:58 +07:00
l10n Fix(l10n): Update translations from Transifex 2025-01-22 00:22:06 +07:00
skeleton
src fix: Fix inaccessible content on public pages due to overlapping footer 2024-09-06 16:01:44 +07:00
templates fix: Prevent duplicate creation of print_exception function 2024-10-08 18:14:26 +07:00
vendor
.l10nignore
Application.php perf(systemtags): Add index for systemtags_object_mappings.objectid 2024-07-31 09:10:52 +07:00
ResponseDefinitions.php Merge pull request #45643 from nextcloud/backport/45632/stable28 2024-06-05 14:54:12 +07:00
openapi.json fix(openapi): Regenerate OpenAPI after server changes 2024-06-27 09:54:48 +07:00
register_command.php
routes.php fix(settings): define a 'heartbeat' route, so SecurityHeaders can handle redirected root 2024-07-10 14:38:34 +07:00
shipped.json
strings.php