aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [feature/auth-refactor] Refactor session for new auth interfaceJoseph Warner2013-06-191-4/+4
* [feature/auth-refactor] Refactor acp_board for new auth interfaceJoseph Warner2013-06-195-23/+22
* [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
* Merge branch 'ticket/10820' into ticket/10820-developDhruv2013-06-141-1/+1
|\
| * [ticket/10820] fix if condition to check for IEDhruv2013-06-141-1/+1
* | Merge branch 'ticket/10820' into ticket/10820-developDhruv2013-06-132-2/+2
|\ \ | |/
| * [ticket/10820] Add additional check for IE in conditionDhruv2013-06-131-2/+2
| * [ticket/10820] Fix function docblockDhruv2013-06-121-1/+1
| * [ticket/10820] Inject IE version in functionDhruv2013-06-121-8/+9
| * [ticket/10820] fix regexDhruv2013-06-121-1/+9
| * [ticket/10820] remove unnecessary parenthesesDhruv2013-06-121-1/+1
| * [ticket/10820] fix docblockDhruv2013-06-121-1/+1
| * [ticket/10820] add param and return to functionDhruv2013-06-121-3/+6
| * [ticket/10820] simplify regex and escape dotDhruv2013-06-121-1/+1
| * [ticket/10820] Use singular returnDhruv2013-06-121-1/+1
| * [ticket/10820] remove unnecessary condition checksDhruv2013-06-121-2/+2
| * [ticket/10820] add function docblockDhruv2013-06-121-0/+4
| * [ticket/10820] fix IE check functionDhruv2013-06-121-8/+8
| * [ticket/10820] proper usage of global and local variable browserDhruv2013-06-121-2/+2
| * [ticket/10820] Image downloader recognize new version of ieriadhchtara2013-06-121-9/+14
* | Merge branch 'develop' into ticket/10820-developDhruv2013-06-131-1/+1
|\ \
| * \ Merge branch 'develop-olympus' into developAndreas Fischer2013-06-111-1/+1
| |\ \ | | |/
| | * Merge remote-tracking branch 'marc1706/ticket/11579' into develop-olympusAndreas Fischer2013-06-111-1/+1
| | |\
| | | * [ticket/11579] Remove unnecessary globals from validate_password()Marc Alexander2013-05-301-1/+1
* | | | Merge branch 'develop' into ticket/10820-developDhruv2013-06-13174-2575/+5351
|\ \ \ \ | |/ / /
| * | | [ticket/11602] Do not call localize_errors() if avatars are disabledMarc Alexander2013-06-112-2/+2
| * | | Merge remote-tracking branch 'remotes/nickv/ticket/11481' into developNathan Guse2013-06-0715-1171/+1542
| |\ \ \
| | * | | [ticket/11481] Move prepended slash from calls into functionJoas Schilling2013-06-066-6/+6
| | * | | [ticket/11481] Remove globals and use dependency injection insteadJoas Schilling2013-06-0612-125/+157
| | * | | [ticket/11481] Use container for all classes and inject dependenciesJoas Schilling2013-06-069-34/+139
| | * | | [ticket/11481] Move functions from feed into helper classJoas Schilling2013-06-063-109/+167
| | * | | [ticket/11481] Move active topics feed to own fileJoas Schilling2013-06-062-123/+139
| | * | | [ticket/11481] Move topics feed to own fileJoas Schilling2013-06-062-77/+93
| | * | | [ticket/11481] Move news feed to own fileJoas Schilling2013-06-062-99/+115
| | * | | [ticket/11481] Move forums feed to own fileJoas Schilling2013-06-062-62/+78
| | * | | [ticket/11481] Move topic feed to own fileJoas Schilling2013-06-062-98/+114
| | * | | [ticket/11481] Move forum feed to own fileJoas Schilling2013-06-062-129/+145
| | * | | [ticket/11481] Move overall feed to own fileJoas Schilling2013-06-062-83/+99
| | * | | [ticket/11481] Move feed topic base to own fileJoas Schilling2013-06-062-45/+61
| | * | | [ticket/11481] Move feed post base to own fileJoas Schilling2013-06-062-43/+59