nextcloud/lib/private/user
Vincent Petry 013444813e Now removing stray old cookies from 5.0.12
Cookies from 5.0.12 seemed to have an extra slash in the path.
Firefox doesn't allow to remove them if the trailing slash isn't
there,
thus making it impossible to logout correctly.

This fix adds extra code to delete such stray cookies.

Ported from stable5 branch 99e5c6f7eb
2013-11-07 18:49:50 +01:00
..
backend.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
database.php local user backend shall search for both username and displayname, fixes #5401 2013-10-25 21:57:12 +02:00
dummy.php Use strict comparison === instead of ==. 2013-10-08 20:03:16 +02:00
example.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
http.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
interface.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
manager.php remove user from cache if he was deleted successfully 2013-10-29 15:50:33 +01:00
session.php Now removing stray old cookies from 5.0.12 2013-11-07 18:49:50 +01:00
user.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00