ac131a5159
[feature/passwords] Fix indentation in auth providers
...
PHPBB3-11610
2013-12-28 16:56:20 +01:00
5193b3279c
[feature/passwords] Pass list of default types to passwords manager
...
This list is in the order of how the driver types would be used. If a driver
is not supported we will try the subsequent one.
PHPBB3-11610
2013-10-27 14:18:02 +01:00
bb836b65e3
[feature/passwords] Integrate convert_flag with db auth provider
...
PHPBB3-11610
2013-10-25 15:21:09 +02:00
87bd628241
[feature/passwords] Minor cleanup in passwords files
...
PHPBB3-11610
2013-10-14 14:31:00 +02:00
841dd6b19f
[feature/passwords] Modify forum_password column type for new hash types
...
PHPBB3-11610
2013-10-13 12:05:55 +02:00
ce51f878eb
[feature/passwords] Add phpass copyright notice to salted md5 driver
...
PHPBB3-11610
2013-10-11 09:43:30 +02:00
fdf9ae7c18
[feature/passwords] Increase test coverage to 100% of methods
...
Obsolete code that is impossible to hit has been removed and the logic
of the salted md5 driver has been changed to correctly implement the
phpBB 3.0 phpbb_hash() function.
PHPBB3-11610
2013-10-10 12:01:10 +02:00
cd74fb0946
[feature/passwords] Increase test coverage to 35 out ouf 36 methods
...
Only one small code part in the salted md5 driver can't be tested right now.
Passwords helper and passwords driver helper are now fully covered by tests.
PHPBB3-11610
2013-10-09 22:53:13 +02:00
f1d2949985
[feature/passwords] Move check for 8-bit characters to bcrypt driver
...
PHPBB3-11610
2013-10-07 16:00:52 +02:00
7006db7a2d
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwords
...
Conflicts:
phpBB/includes/functions.php
2013-10-03 10:04:59 +02:00
49ce2c13b2
Merge remote-tracking branch 'nickvergessen/ticket/11691' into develop
...
# By Joas Schilling
# Via Joas Schilling
* nickvergessen/ticket/11691:
[ticket/11691] Fix conversion test
[ticket/11691] Fix table names and arguments/docs
[ticket/11691] Move purge code into new function
[ticket/11691] Fix typo in comment
[ticket/11691] Add order by to the query
[ticket/11691] Fix some minor comments
[ticket/11691] Fix some more problems with softdelete update
[ticket/11691] Change detection of effectively_installed()
[ticket/11691] Stagger user notification reconversion even more
[ticket/11691] Stagger the convertion of soft delete updates
2013-10-02 20:46:11 +05:30
afb7d2e616
[feature/passwords] Rename manager methods to check() and hash()
...
These method names are more straightforward than the previous ones.
PHPBB3-11610
2013-10-02 13:30:36 +02:00
356f3eef07
[feature/passwords] Inject passwords manager into auth providers
...
The passwords manager will replace the old method of using the functions
phpbb_hash() and phpbb_check_hash().
PHPBB3-11610
2013-10-02 13:28:38 +02:00
9503b4d529
[ticket/11878] Missing leading \ in dependencies in soft_delete_mcp_modules
...
PHPBB3-11878
2013-10-02 00:12:29 -05:00
61e4c0f251
[feature/passwords] Do not hash passwords longer than 4096 bytes
...
PHPBB3-11610
2013-10-01 17:38:52 +02:00
3ebff0a960
[feature/passwords] Pass config via service container to driver helper
...
This will get rid of the global $config in the driver helper
PHPBB3-11610
2013-09-28 12:42:11 +02:00
de087d537e
[feature/passwords] A few more corrections in methods due to namespacing
...
PHPBB3-11610
2013-09-28 12:41:02 +02:00
5bc5e4716c
[feature/passwords] More changes due to namespacing
...
PHPBB3-11610
2013-09-27 16:58:06 +02:00
3f63b9b470
[feature/passwords] Modify passwords files for namespacing changes
...
PHPBB3-11610
2013-09-27 11:16:47 +02:00
663b4b2eb7
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwords
...
Conflicts:
phpBB/develop/create_schema_files.php
2013-09-27 10:47:10 +02:00
213e7563ad
[ticket/11852] Add class file
...
PHPBB3-11852
2013-09-27 00:08:54 +02:00
7525c49d45
[ticket/11852] Split filesystem and path_helper into 2 classes
...
PHPBB3-11852
2013-09-26 15:34:44 +02:00
e8303bc319
Merge remote-tracking branch 'EXreaction/ticket/11816-2' into develop
...
* EXreaction/ticket/11816-2:
[ticket/11816] Fix multiple parenthesis as well before $VARs in templates
2013-09-26 10:59:14 +02:00
07186656c8
[ticket/11691] Fix table names and arguments/docs
...
PHPBB3-11691
2013-09-26 01:16:37 +02:00
8aa9f1d3ab
[ticket/11691] Move purge code into new function
...
PHPBB3-11691
2013-09-26 01:14:36 +02:00
3b7abb98e1
[ticket/11691] Fix typo in comment
...
PHPBB3-11691
2013-09-26 01:14:34 +02:00
eace91af20
[ticket/11691] Add order by to the query
...
PHPBB3-11691
2013-09-26 01:14:33 +02:00
e7c43dbb67
[ticket/11691] Fix some minor comments
...
PHPBB3-11691
2013-09-26 01:14:32 +02:00
a7cf62decf
[ticket/11691] Fix some more problems with softdelete update
...
* wrong order of arguments on sql_query_limit
* avoid "BIGINT UNSIGNED value is out of range" errors
* increase limit for the loop
PHPBB3-11691
2013-09-26 01:14:31 +02:00
f8d6f0ef08
[ticket/11691] Change detection of effectively_installed()
...
When start is set for a migration, it is not yet effectively installed.
So we just continue doing it...
PHPBB3-11691
2013-09-26 01:14:29 +02:00
29c84be40a
[ticket/11691] Stagger user notification reconversion even more
...
PHPBB3-11691
2013-09-26 01:14:29 +02:00
a7af736b97
[ticket/11691] Stagger the convertion of soft delete updates
...
PHPBB3-11691
2013-09-26 01:09:17 +02:00
03639c081c
[ticket/11866] Update some occurances of phpbb_db_ to new Namespace
...
PHPBB3-11866
2013-09-26 00:42:04 +02:00
645bd127dd
[ticket/11700] Undo migrations migration, as not an issue for new installs
...
PHPBB3-11700
2013-09-25 16:20:26 +02:00
cbc458e476
[ticket/11700] Update migrations table for namespaces
...
PHPBB3-11700
2013-09-25 16:09:14 +02:00
9373c0db96
[ticket/11700] Only replace phpbb_search in strings that match
...
PHPBB3-11700
2013-09-25 14:40:12 +02:00
3a478cb3e2
[ticket/11700] Use spaces, not tabs
...
PHPBB3-11700
2013-09-25 14:36:50 +02:00
86147b46a4
[ticket/11700] Return class names with leading backslash in finder
...
PHPBB3-11700
2013-09-25 13:15:34 +02:00
ed55626165
[ticket/11700] Fix unresolvable condition in migration
...
PHPBB3-11700
2013-09-25 10:01:44 +02:00
01512104b5
[feature/passwords] Use dependency injection for passwords driver helper
...
The passwords driver helper is now injected into the driver base instead
of being manually loaded.
PHPBB3-11610
2013-09-22 22:53:10 +02:00
f5eb0d744e
[feature/passwords] Use dependency injection for helper
...
This will now be used instead of manually loading the passwords helper
instance in the passwords manager.
PHPBB3-11610
2013-09-22 21:17:30 +02:00
1970c69c8c
[feature/passwords] Rename migrations file to passwords
...
Also removed the effectively_installed() check that is not needed according
to EXreaction.
PHPBB3-11610
2013-09-20 19:37:05 +02:00
a00854c406
[feature/passwords] Do not pass phpbb_container to passwords manager
...
PHPBB3-11610
2013-09-20 17:31:32 +02:00
9152455d70
[ticket/11816] Fix multiple parenthesis as well before $VARs in templates
...
PHPBB3-11816
2013-09-19 12:40:53 -05:00
fe36375a36
[ticket/11700] Fix extension loading with namespaces
...
class loader now expects all classes to be prefixed with a backslash
when resolving paths
PHPBB3-11700
2013-09-19 18:29:08 +02:00
f205c4fad4
[ticket/11700] Change search backend db entry to namespaces
...
PHPBB3-11700
2013-09-19 17:03:05 +02:00
40ea7422b1
[ticket/11700] Correctly load avatar templates for namespaced drivers
...
PHPBB3-11700
2013-09-19 16:21:38 +02:00
15413f43e4
[ticket/11700] Correctly handle avatar drivers with namespaces
...
PHPBB3-11700
2013-09-19 15:45:35 +02:00
06e7c84235
[ticket/11700] Fix some more incorrectly changed comments
...
PHPBB3-11700
2013-09-19 15:27:03 +02:00
1adcbccc09
[ticket/11700] Replace some leftover phpbb_filesystem uses
...
PHPBB3-11700
2013-09-17 18:56:47 +02:00