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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
[feature/passwords] Rename "crypto" files to "passwords" files
Marc Alexander
2013-09-14
12
-87
/
+87
|
*
|
|
|
|
|
[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
3
-9
/
+13
|
*
|
|
|
|
|
[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
9
-0
/
+0
|
*
|
|
|
|
|
[feature/passwords] Add legacy support for md5 passwords
Marc Alexander
2013-09-14
2
-3
/
+3
|
*
|
|
|
|
|
[feature/passwords] Fix incorrect call to helper instead of $this
Marc Alexander
2013-09-14
1
-2
/
+2
|
*
|
|
|
|
|
[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] Properly treat duplicates in combined hashes
Marc Alexander
2013-09-14
1
-0
/
+4
|
*
|
|
|
|
|
[feature/passwords] Make method get_hashing_public_algorithm public
Marc Alexander
2013-09-14
1
-1
/
+1
|
*
|
|
|
|
|
[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
1
-0
/
+4
|
*
|
|
|
|
|
[feature/passwords] Make method get_hashing_algorithm() protected
Marc Alexander
2013-09-14
1
-1
/
+1
|
*
|
|
|
|
|
[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] Add driver helper class for additional functions
Marc Alexander
2013-09-14
2
-27
/
+8
|
*
|
|
|
|
|
[feature/passwords] Do not support 8-bit characters with $2a$ bcrypt
Marc Alexander
2013-09-14
1
-7
/
+13
|
*
|
|
|
|
|
[feature/passwords] Add convert flag for converting to default
Marc Alexander
2013-09-14
1
-7
/
+8
|
*
|
|
|
|
|
[feature/passwords] Correctly supply hash salt and settings to bcrypt
Marc Alexander
2013-09-14
1
-3
/
+2
|
*
|
|
|
|
|
[feature/passwords] Use correct prefix for bcrypt type
Marc Alexander
2013-09-14
1
-1
/
+1
|
*
|
|
|
|
|
[feature/passwords] Default to bcrypt with $2y$ prefix if possible
Marc Alexander
2013-09-14
1
-1
/
+1
|
*
|
|
|
|
|
[feature/passwords] Add basic bcrypt drivers for $2a$ & $2y$ prefix
Marc Alexander
2013-09-14
2
-0
/
+135
|
*
|
|
|
|
|
[feature/passwords] Add salted md5 (phpBB3 default) and phpass drivers
Marc Alexander
2013-09-14
2
-0
/
+226
|
*
|
|
|
|
|
[feature/passwords] Add crypto driver base class and interface
Marc Alexander
2013-09-14
2
-0
/
+99
|
*
|
|
|
|
|
[feature/passwords] Add helper functions, i.e. for combined hashes
Marc Alexander
2013-09-14
1
-0
/
+140
|
*
|
|
|
|
|
[feature/passwords] Add service collection file crypto.yml
Marc Alexander
2013-09-14
2
-0
/
+36
|
*
|
|
|
|
|
[feature/passwords] Add basic implementation of passwords manager
Marc Alexander
2013-09-14
2
-0
/
+207
*
|
|
|
|
|
|
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
*
|
|
|
|
|
|
|
Merge remote-tracking branch 'prototech/ticket/12135' into develop
Joas Schilling
2014-02-02
1
-5
/
+4
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
[ticket/12135] Reduce verbosity in bbfontstyle() by using textarea var.
Cesar G
2014-01-26
1
-5
/
+4
*
|
|
|
|
|
|
|
|
Merge remote-tracking branch 'prototech/ticket/12124' into develop
Joas Schilling
2014-02-02
1
-15
/
+20
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
[ticket/12124] IE8 does not support indexOf() for arrays.
Cesar G
2014-01-28
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
[ticket/12124] The textarea selector is failing in IE8 & 9.
Cesar G
2014-01-28
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
[ticket/12124] Set attachment data to preserve AJAX delete functionality.
Cesar G
2014-01-28
1
-4
/
+4
|
*
|
|
|
|
|
|
|
|
[ticket/12124] Remove double bang.
Cesar G
2014-01-25
1
-2
/
+2
|
*
|
|
|
|
|
|
|
|
[ticket/12124] Revert to basic uploader if the html5 runtime is not supported.
Cesar G
2014-01-24
1
-15
/
+20
*
|
|
|
|
|
|
|
|
|
Merge pull request #1959 from prototech/ticket/12131
Andreas Fischer
2014-02-02
1
-1
/
+1
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
[ticket/12131] Remove invalid imageset var in viewtopic print view.
Cesar G
2014-01-26
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
|
Merge remote-tracking branch 'prototech/ticket/12123' into develop
Joas Schilling
2014-02-02
1
-0
/
+1
|
\
\
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
[prev]
[next]