moodle/user
Trisha Milan e52fbd2f84 MDL-66151 Performance: Session Manager modularisation
Storage of session metadata has moved into the session handler class.
This allows for other classes to fully control session handling and
removes the dependancy on the core sessions database table.

Previously, the standard method of interaction with the
session metadata was direct DB calls; this may break other plugins as there
are now proper APIs available through the session manager.

Co-authored-by: Darren Cocco <moodle@darren.cocco.id.au>
Co-authored-by: Trisha Milan <trishamilan@catalyst-au.net>
Co-authored-by: Andrew Nicols <andrew@nicols.co.uk>
2024-09-03 13:04:04 +10:00
..
amd MDL-82778 core: Update core/fetch module to use Class 2024-08-15 22:45:47 +08:00
classes MDL-66151 Performance: Session Manager modularisation 2024-09-03 13:04:04 +10:00
filters Merge branch 'MDL-81634-main' of https://github.com/andrewnicols/moodle 2024-08-20 09:30:44 +07:00
profile MDL-75671 theme_boost: Refactor float classes for BS5 2024-08-09 07:40:17 +02:00
selector MDL-75671 theme_boost: Refactor spacing classes for BS5 2024-08-09 07:40:17 +02:00
templates MDL-75671 theme_boost: Refactor text direction classes for BS5 2024-08-09 07:40:17 +02:00
tests MDL-66151 Performance: Session Manager modularisation 2024-09-03 13:04:04 +10:00
action_redir.php MDL-75802 user: Exclude current user from bulk unenrol operation 2023-08-23 22:05:19 +00:00
calendar.php
contactsitesupport.php MDL-81629 user: Set replyto and replytoname variables in contactform 2024-07-30 13:09:21 +00:00
contentbank.php
defaulthomepage.php
edit.php MDL-64148 core: Make email greetings consistent 2024-07-30 22:40:47 +07:00
edit_form.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
editadvanced.php MDL-66151 Performance: Session Manager modularisation 2024-09-03 13:04:04 +10:00
editadvanced_form.php MDL-78427 core_theme: Add theme usage report and icon 2024-02-02 11:16:46 +11:00
editlib.php MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
editor.php
editor_form.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
emailupdate.php MDL-78806 core: Remove redundant site name 2023-09-09 08:58:54 +08:00
externallib.php MDL-66151 Performance: Session Manager modularisation 2024-09-03 13:04:04 +10:00
files.php
forum.php
forum_form.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
grouppix.php
index.php MDL-75671 theme_boost: Refactor spacing classes for BS5 2024-08-09 07:40:17 +02:00
language.php
language_form.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
lib.php MDL-75671 theme_boost: Refactor spacing classes for BS5 2024-08-09 07:40:17 +02:00
managetoken.php MDL-78637 webservice: display token info after user performs reset. 2023-07-03 14:26:38 +01:00
pix.php
policy.php
portfolio.php
portfoliologs.php
preferences.php
profile.php MDL-79370 user: set profile page URL earlier, avoid subsequent error. 2023-09-18 09:25:22 +01:00
profilesys.php
renderer.php MDL-76134 core: Provide a option to render initials bars smaller 2023-01-09 09:22:20 +08:00
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00
UPGRADING.md NOBUG: Add upgrade notes 2024-08-16 08:37:50 +07:00
view.php