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
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/12557] Fix php file description
n-aleha
2014-08-07
1
-1
/
+1
*
[ticket/12557] Fix doc block errors found by Sami
n-aleha
2014-08-03
1
-2
/
+3
*
[ticket/12557] Fix doc block errors found by Sami
n-aleha
2014-08-03
2
-9
/
+9
*
[ticket/12557] Fix doc block errors found by Sami pt1
n-aleha
2014-08-03
2
-11
/
+11
*
[ticket/12557] Fix doc block errors found by Sami
n-aleha
2014-08-03
1
-2
/
+4
*
Merge remote-tracking branch 'github-nicofuma/ticket/12446' into develop-ascr...
Nils Adermann
2014-07-04
1
-2
/
+2
|
\
|
*
[ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
Tristan Darricau
2014-06-26
1
-2
/
+2
*
|
Merge pull request #2598 from Nicofuma/ticket/12716
Joas Schilling
2014-06-27
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
[ticket/12716] Add the missing parameters in the call of clearToken
Tristan Darricau
2014-06-15
1
-1
/
+1
*
|
[ticket/12726] Ensure PHP files do not contain any unused use statements
Tristan Darricau
2014-06-22
1
-1
/
+1
*
|
[ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy
Tristan Darricau
2014-06-16
1
-1
/
+1
*
|
[ticket/12715] Cleanup comments in \phpbb\auth\provider\*
Tristan Darricau
2014-06-15
6
-17
/
+16
|
/
*
[ticket/12352] Update file headers to fit new format
Marc Alexander
2014-06-01
1
-5
/
+7
*
[ticket/12352] Use custom provider collection for auth providers
Marc Alexander
2014-06-01
1
-0
/
+63
*
[ticket/12352] Remove usages of user_pass_convert column
Marc Alexander
2014-06-01
2
-4
/
+3
*
[ticket/12352] Remove code for converting passwords in db auth provider
Marc Alexander
2014-06-01
1
-66
/
+1
*
[ticket/12352] Revert to db auth provider if default does not exist
Marc Alexander
2014-06-01
1
-1
/
+2
*
[ticket/12594] Remove @package tags and update file headers
Yuriy Rusko
2014-05-27
14
-75
/
+102
*
[ticket/12282] Use interface for type hinting
Joas Schilling
2014-04-01
5
-12
/
+12
*
[ticket/12156] Add missing passwords manager to oauth
Marc Alexander
2014-02-03
1
-2
/
+11
*
Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwords
Marc Alexander
2013-12-29
14
-121
/
+10
|
\
|
*
[task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.
Andreas Fischer
2013-10-30
14
-112
/
+0
|
*
[ticket/11981] Fix code sniffer complaints
Marc Alexander
2013-10-28
3
-9
/
+8
|
*
[ticket/11908] Namespacify phpbb_auth_provider_oauth_service_exception.
Andreas Fischer
2013-10-11
1
-1
/
+3
*
|
[feature/passwords] Fix indentation in auth providers
Marc Alexander
2013-12-28
2
-2
/
+2
*
|
[feature/passwords] Integrate convert_flag with db auth provider
Marc Alexander
2013-10-25
1
-1
/
+1
*
|
[feature/passwords] Inject passwords manager into auth providers
Marc Alexander
2013-10-02
3
-18
/
+44
|
/
*
[ticket/11700] Fix some more incorrectly changed comments
Nils Adermann
2013-09-19
2
-3
/
+3
*
[ticket/11700] Get functional tests running after develop merge
Nils Adermann
2013-09-17
1
-1
/
+1
*
[ticket/11700] Fix leftover backslashes in comments
Nils Adermann
2013-09-16
1
-1
/
+1
*
[ticket/11700] Fix a few more comments
Nils Adermann
2013-09-16
1
-1
/
+1
*
[ticket/11700] The word "them" in a comment is not a class
Nils Adermann
2013-09-16
1
-1
/
+1
*
[ticket/11700] Actually "one" in comments is not a class
Nils Adermann
2013-09-16
1
-1
/
+1
*
[ticket/11700] Fix authentication acp after develop merge
Nils Adermann
2013-09-16
5
-23
/
+31
*
[ticket/11700] Fix tests after merging new develop code
Nils Adermann
2013-09-16
3
-40
/
+46
*
Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700
Nils Adermann
2013-09-16
11
-0
/
+1590
|
\
|
*
[feature/oauth] More minor changes from review
Joseph Warner
2013-09-02
3
-17
/
+17
|
*
[feature/oauth] Fix small bug introduced by update in OAuth library
Joseph Warner
2013-09-02
1
-0
/
+30
|
*
[feature/oauth] Fix typo in OAuth logout method
Joseph Warner
2013-09-02
1
-1
/
+1
|
*
[feature/oauth] Make token storage service ignorant
Joseph Warner
2013-09-02
2
-26
/
+17
|
*
[feature/oauth] Update oauth::logout() to use clearAllTokens()
Joseph Warner
2013-09-02
1
-4
/
+2
|
*
[feature/oauth] Update storage implementation due to inteface change
Joseph Warner
2013-09-02
2
-3
/
+21
|
*
[feature/oauth] Update comment on oauth service exception
Joseph Warner
2013-08-24
1
-3
/
+4
|
*
[feature/oauth] Forgot to remove placeholder comment
Joseph Warner
2013-08-24
1
-1
/
+0
|
*
[feature/oauth] OAuth service exception
Joseph Warner
2013-08-24
5
-6
/
+32
|
*
[feature/oauth] A few more minor changes
Joseph Warner
2013-08-24
1
-1
/
+1
|
*
[feature/oauth] Changes due to code review
Joseph Warner
2013-08-24
6
-43
/
+39
|
*
[feature/oauth] Fix redirects
Joseph Warner
2013-08-24
2
-8
/
+23
|
*
[feature/oauth] Finish cleaning up TODOs
Joseph Warner
2013-08-24
1
-4
/
+2
|
*
[feature/oauth] Clean up TODOs
Joseph Warner
2013-08-24
4
-11
/
+6
[next]