index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
phpbb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1716 from marc1706/feature/passwords
Nils Adermann
2014-02-02
13
-19
/
+1108
|
\
|
*
[feature/passwords] Move combined hashing methods to manager
Marc Alexander
2014-02-02
2
-109
/
+85
|
*
[feature/passwords] Add support for passwords driver service name in hash()
Marc Alexander
2014-02-02
1
-0
/
+7
|
*
[feature/passwords] Get rid of set_name/get_name methods for passwords drivers
Marc Alexander
2014-02-02
3
-37
/
+8
|
*
[feature/passwords] Intialize output array before usage in passwords helper
Marc Alexander
2013-12-29
1
-0
/
+2
|
*
[feature/passwords] Remove unneeded definitions of full namespace
Marc Alexander
2013-12-29
3
-3
/
+3
|
*
[feature/passwords] Add missing documentation to docblocks
Marc Alexander
2013-12-29
6
-11
/
+26
|
*
[feature/passwords] Undo simplification to bcrypt driver
Marc Alexander
2013-12-29
1
-2
/
+3
|
*
[feature/passwords] Get rid of unneeded code complexity
Marc Alexander
2013-12-29
3
-14
/
+6
|
*
[feature/passwords] Remove unnecessary specification of namespace in drivers
Marc Alexander
2013-12-29
5
-5
/
+5
|
*
[feature/passwords] Remove IN_PHPBB check from passwords files
Marc Alexander
2013-12-29
9
-72
/
+0
|
*
Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwords
Marc Alexander
2013-12-29
229
-2018
/
+3024
|
|
\
|
*
|
[feature/passwords] Fix indentation in auth providers
Marc Alexander
2013-12-28
2
-2
/
+2
|
*
|
[feature/passwords] Pass list of default types to passwords manager
Marc Alexander
2013-10-27
1
-3
/
+22
|
*
|
[feature/passwords] Integrate convert_flag with db auth provider
Marc Alexander
2013-10-25
2
-2
/
+4
|
*
|
[feature/passwords] Minor cleanup in passwords files
Marc Alexander
2013-10-14
3
-6
/
+1
|
*
|
[feature/passwords] Modify forum_password column type for new hash types
Marc Alexander
2013-10-13
1
-4
/
+10
|
*
|
[feature/passwords] Add phpass copyright notice to salted md5 driver
Marc Alexander
2013-10-11
1
-0
/
+28
|
*
|
[feature/passwords] Increase test coverage to 100% of methods
Marc Alexander
2013-10-10
1
-8
/
+8
|
*
|
[feature/passwords] Increase test coverage to 35 out ouf 36 methods
Marc Alexander
2013-10-09
2
-6
/
+4
|
*
|
[feature/passwords] Move check for 8-bit characters to bcrypt driver
Marc Alexander
2013-10-07
2
-10
/
+10
|
*
|
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwords
Marc Alexander
2013-10-03
10
-193
/
+267
|
|
\
\
|
*
|
|
[feature/passwords] Rename manager methods to check() and hash()
Marc Alexander
2013-10-02
1
-2
/
+2
|
*
|
|
[feature/passwords] Inject passwords manager into auth providers
Marc Alexander
2013-10-02
3
-18
/
+44
|
*
|
|
[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
1
-6
/
+20
|
*
|
|
[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
1
-2
/
+4
|
*
|
|
[feature/passwords] Modify passwords files for namespacing changes
Marc Alexander
2013-09-27
9
-18
/
+36
|
*
|
|
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwords
Marc Alexander
2013-09-27
266
-2666
/
+4840
|
|
\
\
\
|
*
|
|
|
[feature/passwords] Use dependency injection for passwords driver helper
Marc Alexander
2013-09-22
2
-13
/
+2
|
*
|
|
|
[feature/passwords] Use dependency injection for helper
Marc Alexander
2013-09-22
2
-7
/
+14
|
*
|
|
|
[feature/passwords] Rename migrations file to passwords
Marc Alexander
2013-09-20
2
-63
/
+38
|
*
|
|
|
[feature/passwords] Do not pass phpbb_container to passwords manager
Marc Alexander
2013-09-20
7
-85
/
+77
|
*
|
|
|
[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
9
-32
/
+32
|
*
|
|
|
[feature/passwords] Properly set convert_flag and add test for it
Marc Alexander
2013-09-14
1
-1
/
+5
|
*
|
|
|
[feature/passwords] Define default hashing algorithm in container file
Marc Alexander
2013-09-14
1
-2
/
+2
|
*
|
|
|
[feature/passwords] Add get_name() method to drivers
Marc Alexander
2013-09-14
2
-0
/
+28
|
*
|
|
|
[feature/passwords] Move migrations file to phpbb folder
Marc Alexander
2013-09-14
1
-0
/
+63
|
*
|
|
|
[feature/passwords] Move files after namespacing changes
Marc Alexander
2013-09-14
9
-0
/
+1006
*
|
|
|
|
Merge remote-tracking branch 'vsephpbb/ticket/12100' into develop
Joas Schilling
2014-02-02
2
-8
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
[ticket/12100] Re-order arguments in template environment constructor
Matt Friedman
2014-01-27
2
-7
/
+8
|
*
|
|
|
|
[ticket/12100] Ensure enabled extensions are fresh in Twig environment
Matt Friedman
2014-01-27
2
-7
/
+7
*
|
|
|
|
|
[ticket/12123] Add soft delete to phpbb/permissions.php.
Cesar G
2014-01-25
1
-0
/
+1
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #1947 from bantu/ticket/12107
Nathan Guse
2014-01-17
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
[ticket/12107] Use log table property instead of log table constant.
Andreas Fischer
2014-01-12
1
-2
/
+2
*
|
|
|
|
|
Merge pull request #1950 from prototech/ticket/12096
Nathan Guse
2014-01-17
2
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[ticket/12096] Use plurals for MAX_NUM_SEARCH_KEYWORDS_REFINE.
Cesar G
2014-01-16
2
-2
/
+2
*
|
|
|
|
|
|
[ticket/12032] Do not inherit read status in certain notifications.
Cesar G
2014-01-16
8
-4
/
+60
|
/
/
/
/
/
/
[next]