aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12715] Cleanup comments in \phpbb\avatar\driver\*Tristan Darricau2014-06-155-26/+27
* [ticket/12715] Cleanup comments in \phpbb\auth\provider\*Tristan Darricau2014-06-156-17/+16
* Merge pull request #2593 from bantu/ticket/12575Dhruv Goel2014-06-152-57/+9
|\
| * [ticket/12575] Just forward service_collection::offsetGet() to container.Andreas Fischer2014-06-141-8/+1
| * [ticket/12575] Do not duplicate logic in service_collection_iterator.Andreas Fischer2014-06-141-9/+1
| * [ticket/12575] Workaround for offsetExists seems not required for the Iterator.Andreas Fischer2014-06-141-16/+1
| * [ticket/12575] Pass service_collection instead of ContainerInterface.Andreas Fischer2014-06-142-26/+8
* | Merge remote-tracking branch 'bantu/ticket/12711' into develop-ascraeusCesar G2014-06-141-2/+2
|\ \
| * | [ticket/12711] Cast values to string such that they are quoted in SQL queries.Andreas Fischer2014-06-151-2/+2
| |/
* | Merge remote-tracking branch 'PayBas/ticket/12613' into develop-ascraeusCesar G2014-06-141-2/+2
|\ \ | |/ |/|
| * [ticket/12613] Improved paginationPayBas2014-06-051-2/+2
* | [ticket/12575] Use strict comparisonTristan Darricau2014-06-141-2/+2
* | [ticket/12575] Add missing propertyTristan Darricau2014-06-141-1/+6
* | [ticket/12575] Usethe new headerTristan Darricau2014-06-141-5/+10
* | [ticket/12575] Fix 2 typos in commentsTristan Darricau2014-06-142-2/+2
* | [ticket/12575] Fix typos in commentsTristan Darricau2014-06-142-4/+4
* | [ticket/12575] Skip sniffer issue triggered by the solution of a php bugTristan Darricau2014-06-142-0/+14
* | [ticket/12575] Remove inline assignmentsTristan Darricau2014-06-142-3/+6
* | [ticket/12575] Fix the testsTristan Darricau2014-06-142-0/+16
* | [ticket/12575] Move service_collection_iterator to its own fileTristan Darricau2014-06-142-55/+65
* | [ticket/12575] Speed up load_class()Tristan Darricau2014-06-141-2/+77
* | Merge pull request #2527 from dhruvgoel92/ticket/11445Andreas Fischer2014-06-141-16/+36
|\ \
| * | [ticket/11445] Move get user's notification code into its own methodDhruv2014-06-071-14/+29
| * | [ticket/11445] Remove unused foreach key $group_nameDhruv2014-06-071-1/+1
| * | [ticket/11445] Optimize no of queries in get_global_subscriptionsDhruv2014-06-011-13/+18
* | | Merge remote-tracking branch 'github-marc1706/ticket/12352' into develop-ascr...Nils Adermann2014-06-1120-84/+867
|\ \ \
| * | | [ticket/12352] Do not check hashes that don't have the necessary lengthMarc Alexander2014-06-027-7/+7
| * | | [ticket/12352] Update file headers to fit new formatMarc Alexander2014-06-0112-65/+84
| * | | [ticket/12352] Use custom provider collection for auth providersMarc Alexander2014-06-012-21/+67
| * | | [ticket/12352] Add checks for existing user_pass_convert to migrationsMarc Alexander2014-06-012-0/+11
| * | | [ticket/12352] Remove usages of user_pass_convert columnMarc Alexander2014-06-012-4/+3
| * | | [ticket/12352] Remove user_pass_convert column from databaseMarc Alexander2014-06-011-0/+40
| * | | [ticket/12352] Add get_settings_only method to passwords driver baseMarc Alexander2014-06-0110-72/+8
| * | | [ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwordsMarc Alexander2014-06-011-0/+75
| * | | [ticket/12352] Add driver for woltlab community framework 1 passwordsMarc Alexander2014-06-011-0/+67
| * | | [ticket/12352] Add driver for woltlab community framework 2 passwordsMarc Alexander2014-06-011-0/+91
| * | | [ticket/12352] Add missing $ to md5_mybb and md5_vb driverMarc Alexander2014-06-012-2/+2
| * | | [ticket/12352] Add passwords driver for vB passwordsMarc Alexander2014-06-011-0/+67
| * | | [ticket/12352] Use correct hashing method in md5_mybb driverMarc Alexander2014-06-011-1/+9
| * | | [ticket/12352] Add driver for myBB md5 passwordsMarc Alexander2014-06-011-0/+59
| * | | [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other driversMarc Alexander2014-06-011-2/+2
| * | | [ticket/12352] Add passwords driver for sha1 password hashesMarc Alexander2014-06-011-0/+59
| * | | [ticket/12352] Check phpBB2 passwords that have been encrypted with phpassMarc Alexander2014-06-011-6/+13
| * | | [ticket/12352] Add driver for phpBB2 hashes with md5 length of 32Marc Alexander2014-06-011-0/+118
| * | | [ticket/12352] Remove code for converting passwords in db auth providerMarc Alexander2014-06-012-68/+3
| * | | [ticket/12352] Add $CP$ prefix to passwords that need to be convertedMarc Alexander2014-06-011-0/+75
| * | | [ticket/12352] Use $CP$ prefix for converting passwords in managerMarc Alexander2014-06-011-12/+18
| * | | [ticket/12352] Add passwords driver for passwords that should be convertedMarc Alexander2014-06-011-0/+50
| * | | [ticket/12352] Revert to db auth provider if default does not existMarc Alexander2014-06-012-3/+18
| * | | [ticket/12352] Mark salted md5 and phpass passwords driver as legacyMarc Alexander2014-06-011-0/+8