aboutsummaryrefslogtreecommitdiffstats
path: root/include/auth.php
Commit message (Expand)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-7/+8
* more mfa cleanupMario2023-03-081-1/+2
* minor cleanupMario2023-03-081-1/+1
* port totp mfa from streams with some adjustionsMario2023-03-081-1/+10
* fix issue #1717Mario2023-01-041-0/+1
* debug from php logMario2022-12-111-1/+1
* php8: random cleanup and warning fixesMario2022-09-081-2/+2
* fix random php warningsMario2022-09-071-2/+2
* fix duplicate ids in login form and move login/register buttons into the hamb...Mario2022-03-031-17/+22
* prefer zot6 and also check for hubloc_deletedMario Vavti2020-08-241-2/+5
* ensure all password checking goes through the authenticate plugin hook (for i...zotlabs2018-05-141-80/+98
* channel delegation: push current identity and pop it on logout from the deleg...zotlabs2018-04-111-2/+11
* hubzilla issue #1015 - login with unicode domain namezotlabs2018-03-281-2/+3
* redirect to the email_validation page if login was attempted after account cr...zotlabs2018-01-291-0/+1
* on failed auth due to unverified email, tell the person why and remind them t...zotlabs2017-10-101-2/+5
* fix immediate issue with multiple login forms until I can figure out an elega...zotlabs2017-02-081-1/+1
* This checkin should make all permission modes work correctly with atokens (th...redmatrix2016-08-011-0/+1
* zat URL auth updated to match changes to the atoken_login interfaceredmatrix2016-07-211-2/+10
* sort out some of the authentication mess - with luck this may fix the DAV aut...redmatrix2016-07-201-57/+82
* first cut at zot access tokensredmatrix2016-07-141-24/+52
* more work on sessions and cookies, as some anomalies appeared in caldav and f...redmatrix2016-05-161-8/+8
* move more session related stuff such as paranoia handling (IP address changes...redmatrix2016-04-101-36/+2
* a few issues: block public not blocking mod_cal, typo in sql for one clone fi...redmatrix2016-04-101-0/+2
* objectify all the session management stuffredmatrix2016-04-081-7/+7
* Bug: "remember me" doesn'tredmatrix2016-04-031-2/+2
* static Appredmatrix2016-03-311-8/+8
* issue #320 - regression, after removing channel attached to an authenticated ...redmatrix2016-03-121-27/+0
* Move api_auth() out to a file that can be included from plugins/modules to al...ken restivo2015-11-101-0/+1
* explicitly unset delegate session vars on logoutfriendica2015-03-231-1/+2
* local_user => local_channelfriendica2015-01-281-1/+1
* Redirect to login page on failed login. Fixes #628Stefan Parviainen2014-12-281-1/+1
* Add security logger to RedDAV.Klaus Weidenbach2014-12-141-4/+18
* PostgreSQL support initial commitHabeas Codice2014-11-131-1/+1
* Some documentation of include/auth.php.Klaus Weidenbach2014-10-051-53/+74
* and provide a strong hint by showing the errant account_flagsfriendica2014-09-091-5/+5
* in case somebody has problems and does an update to try and fix it, put somet...friendica2014-09-091-0/+13
* paranoia tweaksfriendica2014-07-211-2/+6
* add more control to auth paranoia settingfriendica2014-07-201-4/+27
* docofriendica2014-07-101-1/+7
* finish implementing email verification. Currently it only applies if REGISTER...friendica2014-07-091-1/+6
* log IP mis-matches even if paranoia isn't set.friendica2014-05-111-7/+8
* This should resolve the dav authentication loop (correctly)friendica2014-02-221-6/+15
* introduce a new privacy level "PERMS_AUTHED" to indicate somebody that is abl...friendica2014-02-181-1/+1
* some more snakebite and fix up include/account - forgot about that inline arr...friendica2014-02-181-4/+4
* operation snakebite continued. openid now works for local accounts using the ...friendica2014-02-171-0/+10
* use profile photo on vcard before reverting to xchan photofriendica2014-02-111-1/+1
* Log failed auth to it's own file so fail2ban doesn't have to parse MB of textThomas Willingham2014-01-151-2/+15
* on successful magic-auth, put remote_service_class and remote_hub into the se...friendica2013-12-031-0/+2
* doc - complete hook list, still need detailed functional descriptions with pa...friendica2013-10-181-1/+2
* More mobile theme fixesChristian Vogeley2013-08-311-0/+1