friendica/include
Philipp Holzer 96555a7385
Refactor "Authentication" class with four main methods:
- withSession() - for auto authentication with Session/Cookie variables
- withOpenId() - for authentication with an OpenID account
- withPassword() - for authentication with Password
- setForUser() - for setting the user auth context of the current session

Refactor "Session" class - contains now "native" Session Management methods
2019-12-05 23:02:51 +01:00
..
api.php Refactor "Authentication" class with four main methods: 2019-12-05 23:02:51 +01:00
conversation.php Changed the option to enable the smart threading with the option to disable this 2019-12-04 21:21:20 +01:00
dba.php Moving from DBA to Database 2019-06-24 09:36:07 +02:00
enotify.php Remove deprecated method to find duplicates (issue from 2013) 2019-11-09 22:00:04 +01:00
items.php Replace deprecated defaults() calls with ?? and ?: in include/ and view/ 2019-10-16 08:51:03 -04:00