aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/auth
Commit message (Expand)AuthorAgeFilesLines
* [feature/auth-refactor] Move auth providers to separate directoryJoseph Warner2013-07-045-0/+10
* [feature/auth-refactor] Fix comment grammarJoseph Warner2013-07-021-1/+1
* [feature/auth-refactor] Forgot @inheritdoc on methodsJoseph Warner2013-06-283-0/+54
* [feature/auth-refactor] Finish and clean up documentationJoseph Warner2013-06-274-74/+43
* [feature/auth-refactor] Change phpEx to php_ext in new classesJoseph Warner2013-06-262-9/+9
* [feature/auth-refactor] Remove old auth pluginsJoseph Warner2013-06-253-886/+0
* [feature/auth-refactor] Refactor code to use servicesJoseph Warner2013-06-211-4/+3
* [feature/auth-refactor] Convert provider_apache to a serviceJoseph Warner2013-06-201-40/+49
* [feature/auth-refactor] Convert provider_ldap to a serviceJoseph Warner2013-06-201-58/+64
* [feature/auth-refactor] Turn provider_db into a serviceJoseph Warner2013-06-201-41/+57
* [feature/auth-refactor] Fix LDAP conversion errorJoseph Warner2013-06-201-3/+3
* [feature/auth-refactor] Finish refactoring auth pluginsJoseph Warner2013-06-194-1/+45
* [feature/auth-refactor] Refactor acp_board for new auth interfaceJoseph Warner2013-06-194-5/+5
* [feature/auth-refactor] Fix typos causing changes to not workJoseph Warner2013-06-195-6/+5
* [feature/auth-refactor] Refactor login to use new interfaceJoseph Warner2013-06-181-3/+4
* [feature/auth-refactor] Make DB auth consistent with interfaceJoseph Warner2013-06-181-13/+9
* [feature/auth-refactor] Make LDAP consistent with interfaceJoseph Warner2013-06-181-5/+8
* [feature/auth-refactor] Make Apache consistent with interfaceJoseph Warner2013-06-181-1/+1
* [feature/auth-refactor] Fix comment block indentationJoseph Warner2013-06-183-58/+58
* [feature/auth-refactor] Document the provider interfaceJoseph Warner2013-06-181-1/+31
* [feature/auth-refactor] LDAP Auth Provider SkeletonJoseph Warner2013-06-171-0/+358
* [feature/auth-refactor] Database Auth Provider SkeletonJoseph Warner2013-06-171-0/+309
* [feature/auth-refactor] Auth Apache Provider SkeletonJoseph Warner2013-06-171-0/+265
* [feature/auth-refactor] Provider Interface SkeletonJoseph Warner2013-06-171-0/+32
* [ticket/11010] changing email and url input types in php filesSenky2013-05-201-1/+1
* [ticket/10758] Extract obtain_user_data for the benefit of tests.Oleg Pudeyev2012-12-191-0/+20
* [ticket/10758] Spelling fix.Oleg Pudeyev2012-12-151-1/+1
* [ticket/10780] Use L_COLON on LDAP page.Andreas Fischer2012-11-101-8/+8
* [ticket/8713] Trim password in auth_db to keep compatibility.Andreas Fischer2012-09-081-0/+4
* Merge PR #813 branch 'develop-olympus' into developOleg Pudeyev2012-05-211-1/+5
|\
| * [ticket/10401] Return correct type when ldap_bind() fails in ldap_login().Andreas Fischer2012-05-221-1/+5
| * [ticket/10708] Check converted passwords for multi-byte charactersRichard Foote2012-03-191-1/+1
* | [feature/class-prefix] Rename auth => phpbb_authIgor Wiedler2012-03-311-0/+1061
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-313-6/+3
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-10-141-0/+9
|\ \ | |/
| * [ticket/10212] Return a CAPTCHA on incorrect username for ip limited users tooNils Adermann2011-10-141-1/+10
* | [feature/request-class] Adjust code base to do html decoding manuallyIgor Wiedler2011-08-181-6/+6
* | Merge branch 'develop' into feature/request-classIgor Wiedler2011-08-181-1/+1
|\ \
| * | [ticket/9608] Remove use of references in captcha and other placesIgor Wiedler2011-07-131-1/+1
* | | [feature/request-class] Add server(), header() and is_ajax() to requestIgor Wiedler2011-07-151-13/+14
|/ /
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-07-051-1/+1
|\ \ | |/
| * [ticket/10247] Use COUNT(*) instead of COUNT(attempt_id)Nils Adermann2011-07-041-1/+1
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-151-1/+1
|\ \ | |/
| * [ticket/10220] Limit user agent value length for storage in login attempt tableNils Adermann2011-06-151-1/+1
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-121-2/+2
|\ \ | |/
| * [ticket/9892] count is a keyword in firebird, so renaming this aliasNils Adermann2011-06-121-2/+2
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-111-3/+60
|\ \ | |/
| * [ticket/9992] Use sql_fetchfield for single row and single column resultNils Adermann2011-06-101-2/+1
| * [ticket/9992] Adding a limit on login attempts per IP.Nils Adermann2011-06-101-4/+62
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-091-1/+1
|\ \ | |/