friendica/src/Network
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
..
HTTPException Rename ServiceUnavailableException & alter maintenance 2019-05-05 10:07:33 +02:00
CurlResult.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
FKOAuth1.php Refactor "Authentication" class with four main methods: 2019-12-05 23:02:51 +01:00
FKOAuthDataStore.php Use the utility instead. 2019-10-10 20:43:32 -08:00
HTTPException.php Remove code parameter from HTTPException constructor 2019-05-02 11:26:55 -04:00
Probe.php Move Namespace of ActivityNamespace 2019-10-25 00:41:48 +02:00