Tristan Darricau
3e31764007
[ticket/12639] Don't make a copy of $marked when deleting logs in acp_logs
...
PHPBB3-12639
2014-06-02 23:22:36 +02:00
Tristan Darricau
5b5f3a5d0c
[ticket/12639] Send a correct IN entry when deleting marked logs
...
PHPBB3-12639
2014-06-02 23:15:25 +02:00
Cesar G
8ba083f886
Merge remote-tracking branch 'PayBas/ticket/12566' into develop-ascraeus
...
* PayBas/ticket/12566:
[ticket/12566] Also changed for ucp_pm_viewmessage.php
[ticket/12566] "Private messages" should be "Send pivate message"
2014-06-02 13:47:37 -07:00
PayBas
0baf501569
[ticket/12566] Also changed for ucp_pm_viewmessage.php
...
PHPBB3-12566
2014-06-02 22:12:58 +02:00
Stephannos
71fb956498
Merge pull request #3 from Nicofuma/Stephannos-ticket/12602
...
[ticket/12602] Cleanup tests
2014-06-02 16:25:19 +02:00
Tristan Darricau
c3ccef10d1
[ticket/12602] Cleanup tests
...
PHPBB3-12602
2014-06-02 16:21:25 +02:00
Etienne Baroux
85e8d1c2ef
[ticket/12602] Add function get_tasks.
...
PHPBB3-12602
2014-06-02 16:12:47 +02:00
Etienne Baroux
dc7be4f273
[ticket/12602] Correction of the output message for the cron list
...
PHPBB3-12602
2014-06-02 15:58:02 +02:00
PayBas
dc43073450
[ticket/12521] Fix MCP merge topics row overflow
...
PHPBB3-12521
2014-06-02 14:22:31 +02:00
PayBas
560e0f97be
[ticket/12565] Empty anchors introduce white-space in IE11
...
PHPBB3-12565
2014-06-02 14:05:46 +02:00
PayBas
8ecb6b2aa2
[ticket/12566] "Private messages" should be "Send pivate message"
...
PHPBB3-12566
2014-06-02 13:36:49 +02:00
PayBas
082a6b29a9
[ticket/12541] Activate attachments tab when files are dropped into textarea
...
PHPBB3-12541
2014-06-02 12:42:45 +02:00
Etienne Baroux
58d7302b49
[ticket/12602] Add files to print the cron list and test files.
...
PHPBB3-12602
2014-06-02 12:17:37 +02:00
Marc Alexander
ac311e1b39
[ticket/12352] Do not check hashes that don't have the necessary length
...
This should significantly reduce the time spent on checking hashes of
passwords that should be converted.
PHPBB3-12352
2014-06-02 10:14:26 +02:00
Marc Alexander
94b2b64ca1
[ticket/12352] Update file headers to fit new format
...
PHPBB3-12352
2014-06-01 21:36:53 +02:00
Marc Alexander
6f5f0d6d8d
[ticket/12352] Use custom provider collection for auth providers
...
Using this custom provider collection, we can properly check whether the
configured auth provider does exist. The method get_provider() has been added
for returning the default auth provider or the standard db auth provider if
the specified one does not exist.
Additionally, the method get_provider() will throw an RuntimeException if
none of the above exist.
PHPBB3-12352
2014-06-01 21:31:06 +02:00
Marc Alexander
306beab4cb
[ticket/12352] Add checks for existing user_pass_convert to migrations
...
PHPBB3-12352
2014-06-01 21:31:05 +02:00
Marc Alexander
4698f6928e
[ticket/12352] Remove usages of user_pass_convert column
...
PHPBB3-12352
2014-06-01 21:31:05 +02:00
Marc Alexander
0a1e21c17f
[ticket/12352] Update schema json file
...
PHPBB3-12352
2014-06-01 21:31:05 +02:00
Marc Alexander
dde9201975
[ticket/12352] Remove user_pass_convert column from database
...
PHPBB3-12352
2014-06-01 21:31:05 +02:00
Marc Alexander
fcaae9b047
[ticket/12352] Check each newly added passwords driver in manager_test
...
PHPBB3-12352
2014-06-01 21:31:05 +02:00
Marc Alexander
4b3aacfd18
[ticket/12352] Add get_settings_only method to passwords driver base
...
PHPBB3-12352
2014-06-01 21:31:05 +02:00
Marc Alexander
f3eba6275a
[ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwords
...
PHPBB3-12352
2014-06-01 21:31:05 +02:00
Marc Alexander
97c36b00b3
[ticket/12352] Add tests for wcf1 and wcf2 drivers
...
PHPBB3-12352
2014-06-01 21:31:05 +02:00
Marc Alexander
cf61d35d75
[ticket/12352] Add driver for woltlab community framework 1 passwords
...
PHPBB3-12352
2014-06-01 21:31:05 +02:00
Marc Alexander
2d7593995e
[ticket/12352] Add driver for woltlab community framework 2 passwords
...
PHPBB3-12352
2014-06-01 21:31:05 +02:00
Marc Alexander
61a5fd59cf
[ticket/12352] Add missing $ to md5_mybb and md5_vb driver
...
PHPBB3-12352
2014-06-01 21:31:05 +02:00
Marc Alexander
146d3cfe75
[ticket/12352] Fix spacing in passwords tests
...
PHPBB3-12352
2014-06-01 21:31:05 +02:00
Marc Alexander
c6e1b51d78
[ticket/12352] Add passwords driver for vB passwords
...
PHPBB3-12352
2014-06-01 21:31:05 +02:00
Marc Alexander
252a061864
[ticket/12352] Use correct hashing method in md5_mybb driver
...
PHPBB3-12352
2014-06-01 21:31:05 +02:00
Marc Alexander
af25aef04c
[ticket/12352] Add driver for myBB md5 passwords
...
PHPBB3-12352
2014-06-01 21:31:05 +02:00
Marc Alexander
dc5a5a7cdf
[ticket/12352] Rename phpbb2_md5 driver to fit filenames of other drivers
...
PHPBB3-12352
2014-06-01 21:31:05 +02:00
Marc Alexander
033272f968
[ticket/12352] Add passwords driver for sha1 password hashes
...
PHPBB3-12352
2014-06-01 21:31:04 +02:00
Marc Alexander
d9e49fae23
[ticket/12352] Check phpBB2 passwords that have been encrypted with phpass
...
PHPBB3-12352
2014-06-01 21:31:04 +02:00
Marc Alexander
b35ed3bc69
[ticket/12352] Add tests for functions in convert password driver
...
PHPBB3-12352
2014-06-01 21:31:04 +02:00
Marc Alexander
3508409c89
[ticket/12352] Add tests for phpBB2 md5 passwords driver
...
PHPBB3-12352
2014-06-01 21:31:04 +02:00
Marc Alexander
5a243af879
[ticket/12352] Add driver for phpBB2 hashes with md5 length of 32
...
PHPBB3-12352
2014-06-01 21:31:04 +02:00
Marc Alexander
60cb648ab0
[ticket/12352] Remove code for converting passwords in db auth provider
...
PHPBB3-12352
2014-06-01 21:31:04 +02:00
Marc Alexander
f78b99dce4
[ticket/12352] Add $CP$ prefix to passwords that need to be converted
...
Also set user_pass_convert to 0 in the process of doing so.
PHPBB3-12352
2014-06-01 21:31:04 +02:00
Marc Alexander
2a96b9e285
[ticket/12352] Use $CP$ prefix for converting passwords in manager
...
PHPBB3-12352
2014-06-01 21:31:04 +02:00
Marc Alexander
1e758ba7f0
[ticket/12352] Add passwords driver for passwords that should be converted
...
This driver will only be used for getting the new $CP$ prefix that will signal
that the hash is a legacy hash that needs to be converted.
PHPBB3-12352
2014-06-01 21:31:04 +02:00
Marc Alexander
57e4fb3810
[ticket/12352] Add tests for checking smf passwords
...
PHPBB3-12352
2014-06-01 21:31:04 +02:00
Marc Alexander
ed1d4fe4a0
[ticket/12352] Revert to db auth provider if default does not exist
...
This will make sure that we will not encounter a non-existing auth provider.
We will revert to the default db auth provider if the one set in the config
does not exist in our auth provider collection.
PHPBB3-12352
2014-06-01 21:31:04 +02:00
Marc Alexander
68f59defb0
[ticket/12352] Mark salted md5 and phpass passwords driver as legacy
...
PHPBB3-12352
2014-06-01 21:31:04 +02:00
Marc Alexander
ee72e7b3ad
[ticket/12352] Introduce user row to passwords check methods
...
This will ensure that legacy hash types that might need the user row can
properly check if the supplied password is correct.
PHPBB3-12352
2014-06-01 21:31:04 +02:00
Marc Alexander
2ea45a06e7
[ticket/12352] Add legacy passwords driver for sha1 smf type passwords
...
PHPBB3-12352
2014-06-01 21:31:04 +02:00
Dhruv
c7687ba5aa
[ticket/11445] Improve unit tests for get_global_subscriptions
...
PHPBB3-11445
2014-06-01 13:44:09 +05:30
Dhruv
572debd0e8
[ticket/11445] Optimize no of queries in get_global_subscriptions
...
PHPBB3-11445
2014-06-01 13:38:37 +05:30
Tristan Darricau
8e2a0caf54
[ticket/12639] Use assertSame
...
PHPBB3-12639
2014-06-01 02:57:16 +02:00
Tristan Darricau
6794c6b79b
[ticket/12639] Remove old commented tests
...
PHPBB3-12639
2014-06-01 01:59:29 +02:00