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
...
|
*
|
|
[ticket/12352] Add passwords driver for sha1 password hashes
Marc Alexander
2014-06-01
4
-2
/
+211
|
*
|
|
[ticket/12352] Check phpBB2 passwords that have been encrypted with phpass
Marc Alexander
2014-06-01
2
-6
/
+14
|
*
|
|
[ticket/12352] Add tests for functions in convert password driver
Marc Alexander
2014-06-01
1
-0
/
+8
|
*
|
|
[ticket/12352] Add tests for phpBB2 md5 passwords driver
Marc Alexander
2014-06-01
3
-0
/
+63
|
*
|
|
[ticket/12352] Add driver for phpBB2 hashes with md5 length of 32
Marc Alexander
2014-06-01
2
-0
/
+127
|
*
|
|
[ticket/12352] Remove code for converting passwords in db auth provider
Marc Alexander
2014-06-01
2
-68
/
+3
|
*
|
|
[ticket/12352] Add $CP$ prefix to passwords that need to be converted
Marc Alexander
2014-06-01
1
-0
/
+75
|
*
|
|
[ticket/12352] Use $CP$ prefix for converting passwords in manager
Marc Alexander
2014-06-01
1
-12
/
+18
|
*
|
|
[ticket/12352] Add passwords driver for passwords that should be converted
Marc Alexander
2014-06-01
3
-1
/
+63
|
*
|
|
[ticket/12352] Add tests for checking smf passwords
Marc Alexander
2014-06-01
1
-2
/
+5
|
*
|
|
[ticket/12352] Revert to db auth provider if default does not exist
Marc Alexander
2014-06-01
4
-4
/
+32
|
*
|
|
[ticket/12352] Mark salted md5 and phpass passwords driver as legacy
Marc Alexander
2014-06-01
1
-0
/
+8
|
*
|
|
[ticket/12352] Introduce user row to passwords check methods
Marc Alexander
2014-06-01
4
-5
/
+24
|
*
|
|
[ticket/12352] Add legacy passwords driver for sha1 smf type passwords
Marc Alexander
2014-06-01
6
-0
/
+115
|
|
|
/
|
|
/
|
*
|
|
Merge remote-tracking branch 'nickvergessen/ticket/12483' into develop-ascraeus
Marc Alexander
2014-06-11
3
-2
/
+161
|
\
\
\
|
*
|
|
[ticket/12483] Fix selectors for installing extensions in functional tests
Joas Schilling
2014-06-10
1
-2
/
+3
|
*
|
|
[ticket/12483] Remove unused globals
Joas Schilling
2014-06-10
1
-2
/
+0
|
*
|
|
[ticket/12483] Fix finder usage when generating the schema.json file
Joas Schilling
2014-06-10
1
-4
/
+3
|
*
|
|
[ticket/12483] Fix copyright in prepare_extension.sh
Joas Schilling
2014-06-10
1
-2
/
+7
|
*
|
|
[ticket/12483] Use file_put_contents()
Joas Schilling
2014-06-10
1
-3
/
+1
|
*
|
|
[ticket/12483] Close database connection when tearDown() is called
Joas Schilling
2014-06-10
1
-0
/
+11
|
*
|
|
[ticket/12483] Require the extension manager class
Joas Schilling
2014-06-10
1
-0
/
+2
|
*
|
|
[ticket/12483] Move schema files into tmp/ and only copy them when needed
Joas Schilling
2014-06-10
1
-22
/
+30
|
*
|
|
[ticket/12483] Add a .sh that moves an extension in place
Joas Schilling
2014-06-10
1
-0
/
+17
|
*
|
|
[ticket/12483] Allow to setup extensions before database and functional tests
Joas Schilling
2014-06-10
2
-0
/
+120
*
|
|
|
Merge remote-tracking branch 'nickvergessen/ticket/12688' into develop-ascraeus
Marc Alexander
2014-06-10
1
-5
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
[ticket/12688] Correctly use web root path instead of phpbb root path
Joas Schilling
2014-06-10
1
-5
/
+5
|
/
/
/
*
|
|
Merge remote-tracking branch 'github-nickvergessen/ticket/12508' into develop...
Nils Adermann
2014-06-10
11
-78
/
+125
|
\
\
\
|
*
|
|
[ticket/12508] Ignore extensions in migration_tips dev tool
Joas Schilling
2014-06-10
1
-0
/
+1
|
*
|
|
[ticket/12508] Fix doc block
Joas Schilling
2014-06-10
1
-1
/
+3
|
*
|
|
[ticket/12508] Add new line to separate the if and foreach better
Joas Schilling
2014-06-10
1
-0
/
+1
|
*
|
|
[ticket/12508] Add a unit test for set_extensions()
Joas Schilling
2014-06-10
1
-0
/
+43
|
*
|
|
[ticket/12508] Only take a list of names for set_extensions()
Joas Schilling
2014-06-10
5
-9
/
+17
|
*
|
|
[ticket/12508] Fix class doc block
Joas Schilling
2014-06-10
1
-1
/
+1
|
*
|
|
[ticket/12508] Move \phpbb\extension\finder to \phpbb\finder
Joas Schilling
2014-06-10
9
-27
/
+27
|
*
|
|
[ticket/12508] Fix usages of the finder
Joas Schilling
2014-06-10
6
-20
/
+23
|
*
|
|
[ticket/12508] Remove extension manager from finder
Joas Schilling
2014-06-10
1
-36
/
+25
|
/
/
/
*
|
|
Merge pull request #2569 from bantu/ticket/12664
Joas Schilling
2014-06-10
3
-46
/
+70
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
[ticket/12664] Refactor develop/migration_tips.php into a console command.
Andreas Fischer
2014-06-10
3
-46
/
+70
|
/
/
*
|
Merge pull request #2518 from Pico88/ticket/12606
Joas Schilling
2014-06-10
1
-1
/
+106
|
\
\
|
*
|
[ticket/12606] Add ACP group core events
Pico88
2014-06-09
1
-1
/
+106
*
|
|
Merge pull request #2568 from prototech/ticket/12667
Joas Schilling
2014-06-10
3
-2
/
+8
|
\
\
\
|
*
|
|
[ticket/12667] Do not point viewtopic URL to unread post outside of view=unread
Cesar G
2014-06-09
3
-2
/
+8
*
|
|
|
Merge pull request #2434 from Nicofuma/ticket/8610
Joas Schilling
2014-06-09
3
-7
/
+43
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
[ticket/8610] Use css selector instead of xPath
Tristan Darricau
2014-05-31
1
-1
/
+2
|
*
|
|
[ticket/8610] Add functional test when two topics are merged
Tristan Darricau
2014-05-29
1
-0
/
+7
|
*
|
|
[ticket/8610] Throw an error when the dest topic isn't set
Tristan Darricau
2014-05-27
1
-1
/
+1
|
*
|
|
[ticket/8610] Fix bookmarks when merging all the posts of a topic
Tristan Darricau
2014-05-27
1
-4
/
+18
|
*
|
|
[ticket/8610] Merging topics does not handle bookmarks correctly
Tristan Darricau
2014-05-10
1
-3
/
+17
*
|
|
|
Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into develop...
Nils Adermann
2014-06-09
40
-397
/
+1745
|
\
\
\
\
[prev]
[next]