friendica/src/Core/Session
Hypolite Petovan 23dda5d510 Deprecate default value parameters in Session and Config interfaces
- It is more efficient to use the null coalescing operator ?? that prevents the computation of the default value if the key has been found
2022-11-04 06:42:38 -04:00
..
Capability Deprecate default value parameters in Session and Config interfaces 2022-11-04 06:42:38 -04:00
Factory Extend IHandleUserSessions from IHandleSessions and adapt classes 2022-10-23 20:41:17 +02:00
Handler Move Session "exists" and "expire" to new class 2022-10-20 20:27:35 +02:00
Model Move Model\Profile::getMyUrl to UserSessions 2022-10-30 10:49:47 -04:00
Type Add SessionUsers class including tests 2022-10-20 20:27:34 +02:00