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
/
includes
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
1
-0
/
+63
*
[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 basic implementation of passwords manager
Marc Alexander
2013-09-14
1
-0
/
+200
*
Merge remote-tracking branch 'cyberalien/ticket/11754' into develop
Andreas Fischer
2013-08-18
1
-2
/
+0
|
\
|
*
[ticket/11754] Remove styleswitcher leftovers
Vjacheslav Trushkin
2013-07-30
1
-2
/
+0
*
|
Merge branch 'develop-olympus' into develop
Andreas Fischer
2013-08-15
1
-2
/
+2
|
\
\
|
*
\
Merge branch 'prep-release-3.0.12' into develop-olympus
Andreas Fischer
2013-08-15
1
-2
/
+2
|
|
\
\
|
|
*
|
[ticket/11775] Fix error when moving the last post to another topic
Joas Schilling
2013-08-08
1
-2
/
+2
|
|
*
|
[prep-release-3.0.12] Bumping version number for 3.0.12-RC2.
Andreas Fischer
2013-08-01
1
-1
/
+1
*
|
|
|
[ticket/11774] Fix constant to avoid PHP errors
Oliver Schramm
2013-08-08
1
-1
/
+1
*
|
|
|
Merge remote-tracking branch 'nickvergessen/ticket/11574' into develop
Dhruv
2013-08-08
1
-7
/
+34
|
\
\
\
\
|
*
\
\
\
Merge remote-tracking branch 'phpbb/develop' into ticket/11574
Joas Schilling
2013-07-30
10
-61
/
+56
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
[ticket/11574] Fix more issues in the updater
Igor Wiedler
2013-07-14
1
-6
/
+6
|
*
|
|
|
Merge remote-tracking branch 'upstream/develop' into ticket/11574
Igor Wiedler
2013-07-14
256
-48956
/
+1883
|
|
\
\
\
\
|
*
|
|
|
|
[ticket/11574] Add trailing slash for consistency
Igor Wiedler
2013-07-14
1
-1
/
+1
|
*
|
|
|
|
[ticket/11574] Fix various path issues in the updater
Igor Wiedler
2013-07-14
1
-1
/
+25
|
*
|
|
|
|
[ticket/11574] Make install language filename less crazy
Igor Wiedler
2013-07-13
1
-10
/
+4
|
*
|
|
|
|
[ticket/11574] Use alternate DI config file for updater
Igor Wiedler
2013-07-13
2
-18
/
+12
|
*
|
|
|
|
[ticket/11574] Only fall back to install/update versions, when IN_INSTALL ;)
Joas Schilling
2013-07-13
2
-4
/
+6
|
*
|
|
|
|
[ticket/11574] Find language files in update/new before throwing an error
Joas Schilling
2013-07-13
1
-0
/
+12
|
*
|
|
|
|
[ticket/11574] Try to load updated service.yml before the default one
Joas Schilling
2013-07-13
1
-2
/
+10
*
|
|
|
|
|
Merge remote-tracking branch 'brunoais/ticket11639' into develop
Joas Schilling
2013-08-04
1
-9
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[ticket/11639] Changing how censorship is handled.
brunoais
2013-08-03
1
-4
/
+2
|
*
|
|
|
|
|
[ticket/11639] Removed a non-needed unset
Bruno Ais
2013-07-24
1
-2
/
+0
|
*
|
|
|
|
|
[ticket/11639] Whitespace fixing
Bruno Ais
2013-07-20
1
-1
/
+1
|
*
|
|
|
|
|
[ticket/11639] Whitespace fixing
Bruno Ais
2013-07-15
1
-2
/
+2
|
*
|
|
|
|
|
[ticket/11639] Added an useful comment.
Bruno Ais
2013-07-15
1
-1
/
+2
|
*
|
|
|
|
|
[ticket/11639] generate_text_for_display on functions_posting.php
Bruno Ais
2013-07-15
1
-8
/
+6
*
|
|
|
|
|
|
Merge remote-tracking branch 'brunoais/ticket/11642' into develop
Joas Schilling
2013-08-03
1
-11
/
+2
|
\
\
\
\
\
\
\
[next]