index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
[feature/passwords] Rename manager methods to check() and hash()
Marc Alexander
2013-10-02
2
-13
/
+13
|
*
|
|
|
|
[feature/passwords] Inject passwords manager into auth providers
Marc Alexander
2013-10-02
6
-20
/
+82
|
*
|
|
|
|
[feature/passwords] Do not hash passwords longer than 4096 bytes
Marc Alexander
2013-10-01
1
-0
/
+14
|
*
|
|
|
|
[feature/passwords] Pass config via service container to driver helper
Marc Alexander
2013-09-28
3
-7
/
+23
|
*
|
|
|
|
[feature/passwords] A few more corrections in methods due to namespacing
Marc Alexander
2013-09-28
2
-7
/
+7
|
*
|
|
|
|
[feature/passwords] More changes due to namespacing
Marc Alexander
2013-09-27
2
-10
/
+12
|
*
|
|
|
|
[feature/passwords] Modify passwords files for namespacing changes
Marc Alexander
2013-09-27
10
-26
/
+44
|
*
|
|
|
|
[feature/passwords] Add schema changes to schema_data for new hash types
Marc Alexander
2013-09-27
1
-1
/
+1
|
*
|
|
|
|
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwords
Marc Alexander
2013-09-27
590
-7499
/
+10910
|
|
\
\
\
\
\
|
*
|
|
|
|
|
[feature/passwords] Use dependency injection for passwords driver helper
Marc Alexander
2013-09-22
4
-17
/
+14
|
*
|
|
|
|
|
[feature/passwords] Use dependency injection for helper
Marc Alexander
2013-09-22
4
-9
/
+21
|
*
|
|
|
|
|
[feature/passwords] Rename migrations file to passwords
Marc Alexander
2013-09-20
2
-63
/
+38
|
*
|
|
|
|
|
[feature/passwords] Do not manually include passwords drivers in tests
Marc Alexander
2013-09-20
1
-5
/
+0
|
*
|
|
|
|
|
[feature/passwords] Do not pass phpbb_container to passwords manager
Marc Alexander
2013-09-20
9
-87
/
+86
|
*
|
|
|
|
|
[feature/passwords] Add missing function documentation
Marc Alexander
2013-09-14
1
-0
/
+11
|
*
|
|
|
|
|
[feature/passwords] Rename "crypto" files to "passwords" files
Marc Alexander
2013-09-14
13
-135
/
+135
|
*
|
|
|
|
|
[feature/passwords] Properly set convert_flag and add test for it
Marc Alexander
2013-09-14
2
-1
/
+8
|
*
|
|
|
|
|
[feature/passwords] Define default hashing algorithm in container file
Marc Alexander
2013-09-14
4
-10
/
+15
|
*
|
|
|
|
|
[feature/passwords] Add get_name() method to drivers
Marc Alexander
2013-09-14
3
-0
/
+36
|
*
|
|
|
|
|
[feature/passwords] Move migrations file to phpbb folder
Marc Alexander
2013-09-14
1
-0
/
+0
|
*
|
|
|
|
|
[feature/passwords] Move files after namespacing changes
Marc Alexander
2013-09-14
10
-5
/
+5
|
*
|
|
|
|
|
[feature/passwords] Add legacy support for md5 passwords
Marc Alexander
2013-09-14
3
-4
/
+4
|
*
|
|
|
|
|
[feature/passwords] Increase code coverage in bcrypt driver
Marc Alexander
2013-09-14
1
-0
/
+1
|
*
|
|
|
|
|
[feature/passwords] Increase test coverage of salted_md5 driver
Marc Alexander
2013-09-14
1
-0
/
+2
|
*
|
|
|
|
|
[feature/passwords] Fix incorrect call to helper instead of $this
Marc Alexander
2013-09-14
1
-2
/
+2
|
*
|
|
|
|
|
[feature/passwords] Increase manager test coverage to cover all methods
Marc Alexander
2013-09-14
1
-2
/
+42
|
*
|
|
|
|
|
[feature/passwords] Do not use specific errors but just return false
Marc Alexander
2013-09-14
1
-12
/
+13
|
*
|
|
|
|
|
[feature/passwords] NULL should be null according to coding guidelines
Marc Alexander
2013-09-14
1
-1
/
+1
|
*
|
|
|
|
|
[feature/passwords] Do not check if type_map is empty
Marc Alexander
2013-09-14
1
-11
/
+0
|
*
|
|
|
|
|
[feature/passwords] Use randomly generated password for tests
Marc Alexander
2013-09-14
1
-28
/
+36
|
*
|
|
|
|
|
[feature/passwords] Fix tests on PHP versions < 5.3.7
Marc Alexander
2013-09-14
1
-18
/
+38
|
*
|
|
|
|
|
[feature/passwords] Properly treat duplicates in combined hashes
Marc Alexander
2013-09-14
2
-1
/
+9
|
*
|
|
|
|
|
[feature/passwords] Make method get_hashing_public_algorithm public
Marc Alexander
2013-09-14
1
-1
/
+1
|
*
|
|
|
|
|
[feature/passwords] Add tests for combined hashing of passwords
Marc Alexander
2013-09-14
1
-2
/
+39
|
*
|
|
|
|
|
[feature/passwords] Add combined hashing method to helper
Marc Alexander
2013-09-14
2
-0
/
+40
|
*
|
|
|
|
|
[feature/passwords] Add function for obtaining only the hash to helper
Marc Alexander
2013-09-14
1
-0
/
+11
|
*
|
|
|
|
|
[feature/passwords] Fix minor code limitations in helper
Marc Alexander
2013-09-14
1
-2
/
+3
|
*
|
|
|
|
|
[feature/passwords] Pass phpbb_container to passwords helper
Marc Alexander
2013-09-14
2
-2
/
+9
|
*
|
|
|
|
|
[feature/passwords] Use correct prefix for salt in salted_md5
Marc Alexander
2013-09-14
1
-1
/
+1
|
*
|
|
|
|
|
[feature/passwords] Add method for obtaining the hash settings only
Marc Alexander
2013-09-14
3
-0
/
+38
|
*
|
|
|
|
|
[feature/passwords] Add schema changes for new hash types
Marc Alexander
2013-09-14
9
-9
/
+72
|
*
|
|
|
|
|
[feature/passwords] Make sure hash has the required length
Marc Alexander
2013-09-14
2
-3
/
+17
|
*
|
|
|
|
|
[feature/passwords] Make method get_hashing_algorithm() protected
Marc Alexander
2013-09-14
1
-1
/
+1
|
*
|
|
|
|
|
[feature/passwords] Add tests for manager check_hash() method
Marc Alexander
2013-09-14
1
-0
/
+40
|
*
|
|
|
|
|
[feature/passwords] Fix tests for PHP version < 5.3.7
Marc Alexander
2013-09-14
1
-6
/
+18
|
*
|
|
|
|
|
[feature/passwords] Use common salt generation function for all types
Marc Alexander
2013-09-14
3
-31
/
+47
|
*
|
|
|
|
|
[feature/passwords] Add driver helper class file
Marc Alexander
2013-09-14
1
-0
/
+108
|
*
|
|
|
|
|
[feature/passwords] Include driver helper in manager_test
Marc Alexander
2013-09-14
1
-0
/
+1
|
*
|
|
|
|
|
[feature/passwords] Add driver helper class for additional functions
Marc Alexander
2013-09-14
3
-28
/
+9
|
*
|
|
|
|
|
[feature/passwords] Add basic passwords manager test file
Marc Alexander
2013-09-14
1
-0
/
+65
[prev]
[next]