0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-04 05:51:06 +00:00
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 +01:00
..
ajax chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
BackgroundJobs fix(BackgroundJobs): Adjust intervals and time sensitivities 2024-11-25 08:42:06 +01:00
Command fix(maintenance): Show a success message on data-fingerprint command 2024-12-02 08:19:15 +00:00
Controller feat: Close sessions created for login flow v2 2025-03-03 11:38:06 +01:00
css chore: compile scss 2024-09-06 16:01:44 -07:00
Data Uses PHP8's constructor property promotion. 2023-06-23 23:03:56 +03:30
Db chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
doc
Events Uses PHP8's constructor property promotion. 2023-06-23 23:03:56 +03:30
Exception Update php licenses 2021-06-04 22:02:41 +02:00
fonts Include additional scripts in Noto fonts 2021-03-01 19:15:01 +01:00
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 +02:00
l10n Fix(l10n): Update translations from Transifex 2025-01-22 00:22:06 +00:00
Listener fix: Fix inaccessible content on public pages due to overlapping footer 2024-09-06 16:01:44 -07:00
Middleware AppAPI: allowed to bypass Two-Factor 2023-12-29 08:44:13 +00:00
Migrations fix: missing use statements 2024-09-05 19:15:55 +02:00
Notification Uses PHP8's constructor property promotion. 2023-06-23 23:03:56 +03:30
Service Always catch OCP versions of authentication exceptions 2024-01-11 18:00:59 +00: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 +02:00
vendor Remove jstz usage from server 2023-01-04 17:40:40 +00:00
.l10nignore
Application.php perf(systemtags): Add index for systemtags_object_mappings.objectid 2024-07-31 09:10:52 +00:00
openapi.json fix(openapi): Regenerate OpenAPI after server changes 2024-06-27 09:54:48 +02:00
register_command.php occ background-job:delete 2024-01-15 14:02:11 -01:00
ResponseDefinitions.php Merge pull request #45643 from nextcloud/backport/45632/stable28 2024-06-05 14:54:12 +02:00
routes.php fix(settings): define a 'heartbeat' route, so SecurityHeaders can handle redirected root 2024-07-10 14:38:34 +02:00
shipped.json fix(upgrade): files_rightclick is deprecated 2023-11-02 16:04:18 +01:00
strings.php core: add more strict_types 2021-04-26 12:44:37 +02:00