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
/
tests
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/13332] Fix auth provider tests
Marc Alexander
2014-11-12
1
-1
/
+8
*
[ticket/11854] Update tests
Tristan Darricau
2014-08-11
1
-1
/
+3
*
[ticket/12932] Fix tests and calls to create_datetime
Marc Alexander
2014-08-10
3
-3
/
+3
*
[ticket/12716] Use a string as session_id
Tristan Darricau
2014-06-23
2
-3
/
+3
*
[ticket/12716] Add regression test
Tristan Darricau
2014-06-19
3
-0
/
+47
*
[ticket/12352] Remove usages of user_pass_convert column
Marc Alexander
2014-06-01
4
-8
/
+0
*
[ticket/12594] Remove @package tags and update file headers
Yuriy Rusko
2014-05-27
3
-9
/
+21
*
[ticket/11459] Fix auth provider test
Joas Schilling
2014-03-29
1
-1
/
+1
*
[ticket/12236] Move AOL Instant Messanger field to custom profile field
Joas Schilling
2014-03-05
1
-1
/
+0
*
[ticket/12237] Convert yahoo messanger to custom profile field
Joas Schilling
2014-03-05
1
-1
/
+0
*
[ticket/12235] Convert WLM to custom profile field
Joas Schilling
2014-03-04
1
-1
/
+0
*
[ticket/12187] Remove user_website functionality
Joas Schilling
2014-03-03
1
-1
/
+0
*
[ticket/12234] Replace ICQ with custom profile field
Joas Schilling
2014-02-28
1
-1
/
+0
*
[ticket/12169] Convert user_from to profile field location
Joas Schilling
2014-02-10
1
-1
/
+0
*
[ticket/12115] Also port user interests to profile fields
Joas Schilling
2014-02-06
3
-14
/
+0
*
[feature/passwords] Get rid of set_name/get_name methods for passwords drivers
Marc Alexander
2014-02-02
2
-10
/
+0
*
Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwords
Marc Alexander
2013-12-29
2
-2
/
+4
|
\
|
*
[ticket/12056] Fix "Call to undefined function ...\utf8_normalize_nfc()"
Andreas Fischer
2013-12-04
1
-1
/
+2
|
*
[ticket/12056] Fix "Call to undefined function ...\utf8_clean_string()"
Andreas Fischer
2013-12-04
1
-1
/
+2
*
|
[feature/passwords] Pass list of default types to passwords manager
Marc Alexander
2013-10-27
2
-4
/
+4
*
|
[feature/passwords] Fix tests on PHP < 5.3.3 again
Marc Alexander
2013-10-27
3
-5
/
+84
*
|
[feature/passwords] Integrate convert_flag with db auth provider
Marc Alexander
2013-10-25
3
-3
/
+23
*
|
[feature/passwords] Add prepending backslash to class namespaces
Marc Alexander
2013-10-02
2
-14
/
+14
*
|
[feature/passwords] Inject passwords manager into auth providers
Marc Alexander
2013-10-02
2
-2
/
+35
|
/
*
[ticket/11700] Fix tests after merging new develop code
Nils Adermann
2013-09-16
1
-5
/
+5
*
Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700
Nils Adermann
2013-09-16
2
-0
/
+217
|
\
|
*
[feature/oauth] More small fixes
Joseph Warner
2013-09-02
1
-1
/
+1
|
*
[feature/oauth] Make token storage service ignorant
Joseph Warner
2013-09-02
1
-22
/
+22
|
*
[feature/oauth] Fix remaining issues with token storage
Joseph Warner
2013-08-15
1
-10
/
+15
|
*
[feature/oauth] Refactor test to provide for easier to read tests
Joseph Warner
2013-08-14
1
-12
/
+17
|
*
[feature/oauth] Forgot new line character
Joseph Warner
2013-08-01
1
-1
/
+2
|
*
[feature/oauth] Add tests for the new token methods
Joseph Warner
2013-07-29
1
-0
/
+40
|
*
[feature/oauth] Refactor clear token test to get more useful output first
Joseph Warner
2013-07-24
1
-3
/
+6
|
*
[feature/oauth] Fixes for problems found by tests
Joseph Warner
2013-07-24
1
-1
/
+1
|
*
[feature/oauth] Clear token storage test
Joseph Warner
2013-07-24
1
-0
/
+7
|
*
[feature/oauth] Has Access Token test
Joseph Warner
2013-07-24
1
-1
/
+18
|
*
[feature/oauth] Clean up oauth_tokens test fixture
Joseph Warner
2013-07-24
1
-15
/
+0
|
*
[feature/oauth] Token storage test set_user_id()
Joseph Warner
2013-07-24
1
-6
/
+20
|
*
[feature/oauth] Replace spaces with tabs
Joseph Warner
2013-07-24
1
-8
/
+8
|
*
[feature/oauth] Token Storage retrieve access token test
Joseph Warner
2013-07-24
1
-4
/
+35
|
*
[feature/oauth] Initial token storage tests
Joseph Warner
2013-07-24
2
-0
/
+109
*
|
[ticket/11700] Move all recent code to namespaces
Nils Adermann
2013-09-16
2
-12
/
+12
*
|
[ticket/11700] Modify all code to use the new interface names
Nils Adermann
2013-07-14
1
-4
/
+4
|
/
*
[feature/auth-refactor] Fix auth tests to use mock objects correctly
Joseph Warner
2013-06-25
1
-25
/
+123
*
[feature/auth-refactor] Test validate_session on provider_apache
Joseph Warner
2013-06-25
1
-1
/
+5
*
[feature/auth-refactor] Test autologin() on provider_apache
Joseph Warner
2013-06-25
1
-0
/
+28
*
[feature/auth-refactor] Test login() for provider_apache
Joseph Warner
2013-06-25
1
-1
/
+20
*
[feature/auth-refactor] Test for init on provider_apache
Joseph Warner
2013-06-25
1
-4
/
+12
*
[feature/auth-refactor] Skeleton of provider_apache_test
Joseph Warner
2013-06-25
1
-0
/
+49
*
[feature/auth-refactor] Finish provider_db unit test for login
Joseph Warner
2013-06-25
1
-2
/
+12
[next]