aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12704] Improve the load time information in the footer when enabledrxu2014-06-2011-2/+82
* 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 pull request #2570 from Nicofuma/ticket/12687Andreas Fischer2014-06-132-58/+70
|\ \
| * | [ticket/12687] Remove french spacesTristan Darricau2014-06-131-3/+3
| * | [ticket/12687] Display the number of cached queriesTristan Darricau2014-06-131-1/+1
| * | [ticket/12687] Don't check if memory_get_peak_usage() existsTristan Darricau2014-06-131-7/+4
| * | [ticket/12687] Wrap $GLOBALS['starttime'] in a ifTristan Darricau2014-06-131-2/+5
| * | [ticket/12687] Fix the namespace of $requestTristan Darricau2014-06-131-2/+2
| * | [ticket/12687] Update doc blockTristan Darricau2014-06-121-3/+13
| * | [ticket/12687] Use microtime(true)Tristan Darricau2014-06-121-2/+1
| * | [ticket/12687] Remove globalsTristan Darricau2014-06-122-12/+8
| * | [ticket/12687] Return a string and move the displaying of the sql reportTristan Darricau2014-06-122-16/+22
| * | [ticket/12687] Rename DISPLAY_LOAD_TIME to PHPBB_DISPLAY_LOAD_TIMETristan Darricau2014-06-112-70/+59
| * | [ticket/12687] Display the explain link only when DEBUG is setTristan Darricau2014-06-102-12/+24
| * | [ticket/12687] Add a constant to display the load time without DEBUGTristan Darricau2014-06-102-6/+6
* | | [ticket/12694] Remove whitespace at end of line from acp_groupsMarc Alexander2014-06-111-1/+1
* | | Merge remote-tracking branch 'github-marc1706/ticket/12352' into develop-ascr...Nils Adermann2014-06-1127-93/+937
|\ \ \
| * | | [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-014-31/+70
| * | | [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-015-7/+3
| * | | [ticket/12352] Update schema json fileMarc Alexander2014-06-011-4/+0
| * | | [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-012-0/+75
| * | | [ticket/12352] Add driver for woltlab community framework 2 passwordsMarc Alexander2014-06-012-0/+99
| * | | [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-012-0/+75
| * | | [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-012-0/+67
| * | | [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other driversMarc Alexander2014-06-012-4/+4
| * | | [ticket/12352] Add passwords driver for sha1 password hashesMarc Alexander2014-06-012-0/+67
| * | | [ticket/12352] Check phpBB2 passwords that have been encrypted with phpassMarc Alexander2014-06-012-6/+14
| * | | [ticket/12352] Add driver for phpBB2 hashes with md5 length of 32Marc Alexander2014-06-012-0/+127
| * | | [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-012-0/+58
| * | | [ticket/12352] Revert to db auth provider if default does not existMarc Alexander2014-06-013-4/+28
| * | | [ticket/12352] Mark salted md5 and phpass passwords driver as legacyMarc Alexander2014-06-011-0/+8
| * | | [ticket/12352] Introduce user row to passwords check methodsMarc Alexander2014-06-014-5/+24
| * | | [ticket/12352] Add legacy passwords driver for sha1 smf type passwordsMarc Alexander2014-06-014-0/+81
| | |/ | |/|
* | | [ticket/12688] Correctly use web root path instead of phpbb root pathJoas Schilling2014-06-101-5/+5
* | | [ticket/12508] Ignore extensions in migration_tips dev toolJoas Schilling2014-06-101-0/+1
* | | [ticket/12508] Fix doc blockJoas Schilling2014-06-101-1/+3