Marc Alexander
63022f3c59
[ticket/13332] Fix auth provider tests
...
PHPBB3-13332
2014-11-12 11:42:08 +01:00
Tristan Darricau
4683864b4b
[ticket/11854] Update tests
...
PHPBB3-11854
2014-08-11 01:17:01 +02:00
Marc Alexander
8d99b4afe1
[ticket/12932] Fix tests and calls to create_datetime
...
PHPBB3-12932
2014-08-10 13:43:04 +02:00
Tristan Darricau
2ebd86611a
[ticket/12716] Use a string as session_id
...
PHPBB3-12716
2014-06-23 23:59:45 +02:00
Tristan Darricau
8595b2ae86
[ticket/12716] Add regression test
...
PHPBB3-12716
2014-06-19 21:04:43 +02:00
Marc Alexander
4698f6928e
[ticket/12352] Remove usages of user_pass_convert column
...
PHPBB3-12352
2014-06-01 21:31:05 +02:00
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Joas Schilling
959e9beedc
[ticket/11459] Fix auth provider test
...
user_timezone has no default value anymore
PHPBB3-11459
2014-03-29 11:03:44 +01:00
Joas Schilling
f2059f52f3
[ticket/12236] Move AOL Instant Messanger field to custom profile field
...
PHPBB3-12236
2014-03-05 22:13:22 +01:00
Joas Schilling
2e5106aae1
[ticket/12237] Convert yahoo messanger to custom profile field
...
PHPBB3-12237
2014-03-05 21:38:57 +01:00
Joas Schilling
83a7e632b9
[ticket/12235] Convert WLM to custom profile field
...
PHPBB3-12235
2014-03-04 10:19:08 +01:00
Joas Schilling
5b1fbfb2f2
[ticket/12187] Remove user_website functionality
...
PHPBB3-12187
2014-03-03 20:01:19 +01:00
Joas Schilling
76409388af
[ticket/12234] Replace ICQ with custom profile field
...
PHPBB3-12234
2014-02-28 15:24:35 +01:00
Joas Schilling
6bee91c429
[ticket/12169] Convert user_from to profile field location
...
Missing changes on memberlist view due to missing functionality
PHPBB3-12169
2014-02-10 14:38:43 +01:00
Joas Schilling
bbada27ee9
[ticket/12115] Also port user interests to profile fields
...
PHPBB3-12115
2014-02-06 11:32:11 +01:00
Marc Alexander
292961a277
[feature/passwords] Get rid of set_name/get_name methods for passwords drivers
...
PHPBB3-11610
2014-02-02 14:09:09 +01:00
Marc Alexander
382317b135
Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwords
...
Conflicts:
phpBB/config/services.yml
2013-12-29 13:46:42 +01:00
Andreas Fischer
ffc24a507d
[ticket/12056] Fix "Call to undefined function ...\utf8_normalize_nfc()"
...
PHPBB3-12056
2013-12-04 14:16:10 +01:00
Andreas Fischer
d589696827
[ticket/12056] Fix "Call to undefined function ...\utf8_clean_string()"
...
PHPBB3-12056
2013-12-04 14:13:59 +01:00
Marc Alexander
5193b3279c
[feature/passwords] Pass list of default types to passwords manager
...
This list is in the order of how the driver types would be used. If a driver
is not supported we will try the subsequent one.
PHPBB3-11610
2013-10-27 14:18:02 +01:00
Marc Alexander
760f148a2b
[feature/passwords] Fix tests on PHP < 5.3.3 again
...
PHPBB3-11610
2013-10-27 13:22:53 +01:00
Marc Alexander
bb836b65e3
[feature/passwords] Integrate convert_flag with db auth provider
...
PHPBB3-11610
2013-10-25 15:21:09 +02:00
Marc Alexander
93531e7fb0
[feature/passwords] Add prepending backslash to class namespaces
...
PHPBB3-11610
2013-10-02 23:45:32 +02:00
Marc Alexander
356f3eef07
[feature/passwords] Inject passwords manager into auth providers
...
The passwords manager will replace the old method of using the functions
phpbb_hash() and phpbb_check_hash().
PHPBB3-11610
2013-10-02 13:28:38 +02:00
Nils Adermann
2472271bc0
[ticket/11700] Fix tests after merging new develop code
...
PHPBB3-11700
2013-09-16 02:41:03 +02:00
Nils Adermann
21bbb58503
Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700
...
* github-phpbb/develop: (586 commits)
[ticket/11735] Display disabled checkbox in subsilver for read notifications
[ticket/11735] Display disabled checkbox when notification is already read
[ticket/11844] update acp/authentication language var
[ticket/11795] Remove PM popup
[ticket/11795] Remove outdated comment from forum_fn.js
[ticket/11795] Move find user JS to forum_fn
[ticket/11795] Replace TWIG with phpBB syntax in ACP
[ticket/11795] Move MSN scripts to forum_fn.js
[ticket/11795] Use phpBB template syntax instead of TWIG
[ticket/11795] Move PM popup JS to forum_fn.js
[ticket/11795] Get rid of pagination JS variables
[ticket/11795] Get rid of onload_functions
[ticket/11795] Use data-reset-on-edit attr to reset elements
[ticket/11795] Redo form elements auto-focus
[ticket/11811] Remove outline on :focus
[ticket/11836] Fix subsilver fatal error
[ticket/11837] Replace escaped single quote with utf-8 single quote
[ticket/11836] Fix fatal error on unsupported provider for auth link
[ticket/11837] Translate UCP_AUTH_LINK_NOT_SUPPORTED
[ticket/11809] Ensure code.js is first script included after jQuery
...
Conflicts:
phpBB/config/services.yml
phpBB/develop/create_schema_files.php
phpBB/develop/mysql_upgrader.php
phpBB/download/file.php
phpBB/includes/bbcode.php
phpBB/includes/functions_container.php
phpBB/install/database_update.php
phpBB/install/index.php
phpBB/phpbb/controller/helper.php
phpBB/phpbb/controller/resolver.php
phpBB/phpbb/request/request_interface.php
phpBB/phpbb/session.php
phpBB/phpbb/style/extension_path_provider.php
phpBB/phpbb/style/path_provider.php
phpBB/phpbb/style/path_provider_interface.php
phpBB/phpbb/style/resource_locator.php
phpBB/phpbb/style/style.php
phpBB/phpbb/template/locator.php
phpBB/phpbb/template/template.php
phpBB/phpbb/template/twig/node/includeasset.php
phpBB/phpbb/template/twig/node/includecss.php
phpBB/phpbb/template/twig/node/includejs.php
phpBB/phpbb/template/twig/twig.php
tests/controller/helper_url_test.php
tests/di/create_container_test.php
tests/extension/style_path_provider_test.php
tests/notification/notification_test.php
tests/session/continue_test.php
tests/session/creation_test.php
tests/template/template_events_test.php
tests/template/template_test_case.php
tests/template/template_test_case_with_tree.php
tests/test_framework/phpbb_functional_test_case.php
2013-09-16 01:24:05 +02:00
Nils Adermann
b95fdacdd3
[ticket/11700] Move all recent code to namespaces
...
PHPBB3-11700
2013-09-16 00:25:27 +02:00
Joseph Warner
ae18f921ea
[feature/oauth] More small fixes
...
PHPBB3-11673
2013-09-02 16:52:41 -04:00
Joseph Warner
4348fd8350
[feature/oauth] Make token storage service ignorant
...
PHPBB3-11673
2013-09-02 16:04:35 -04:00
Joseph Warner
83515cd3d4
[feature/oauth] Fix remaining issues with token storage
...
PHPBB3-11673
2013-08-15 01:14:53 -04:00
Joseph Warner
2bf97a01ce
[feature/oauth] Refactor test to provide for easier to read tests
...
PHPBB3-11673
2013-08-14 23:43:07 -04:00
Joseph Warner
381e7c347b
[feature/oauth] Forgot new line character
...
PHPBB3-11673
2013-08-01 21:45:25 -04:00
Joseph Warner
17d774af8e
[feature/oauth] Add tests for the new token methods
...
PHPBB3-11673
2013-07-29 14:32:29 -04:00
Joseph Warner
5052b80456
[feature/oauth] Refactor clear token test to get more useful output first
...
PHPBB3-11673
2013-07-24 16:04:24 -04:00
Joseph Warner
f8dbaa148d
[feature/oauth] Fixes for problems found by tests
...
PHPBB3-11673
2013-07-24 16:02:59 -04:00
Joseph Warner
c5d2b75022
[feature/oauth] Clear token storage test
...
PHPBB3-11673
2013-07-24 16:00:31 -04:00
Joseph Warner
d1f0ecca45
[feature/oauth] Has Access Token test
...
PHPBB3-11673
2013-07-24 15:57:06 -04:00
Joseph Warner
69d8149a8f
[feature/oauth] Clean up oauth_tokens test fixture
...
PHPBB3-11673
2013-07-24 15:53:09 -04:00
Joseph Warner
e2ea641cc4
[feature/oauth] Token storage test set_user_id()
...
PHPBB3-11673
2013-07-24 15:52:24 -04:00
Joseph Warner
229d4f2fd6
[feature/oauth] Replace spaces with tabs
...
PHPBB3-11673
2013-07-24 15:47:06 -04:00
Joseph Warner
a72951b799
[feature/oauth] Token Storage retrieve access token test
...
PHPBB3-11673
2013-07-24 15:46:23 -04:00
Joseph Warner
0055ab7ad0
[feature/oauth] Initial token storage tests
...
PHPBB3-11673
2013-07-24 15:31:54 -04:00
Nils Adermann
da2752e400
[ticket/11700] Modify all code to use the new interface names
...
PHPBB3-11700
2013-07-14 13:30:52 -04:00
Joseph Warner
5f3ed197e7
[feature/auth-refactor] Fix auth tests to use mock objects correctly
...
PHPBB3-9734
2013-06-25 16:26:20 -04:00
Joseph Warner
5444e5b683
[feature/auth-refactor] Test validate_session on provider_apache
...
Provides a test for the validate_session() method of
provider_apache.
PHPBB3-9734
2013-06-25 14:37:22 -04:00
Joseph Warner
9e04328545
[feature/auth-refactor] Test autologin() on provider_apache
...
Provides a test for the autologin() method of provider_apache
that assumes the user already exists in the database.
PHPBB3-9734
2013-06-25 14:25:45 -04:00
Joseph Warner
307dd9777b
[feature/auth-refactor] Test login() for provider_apache
...
Provides a test for the login() method for provider_apache.
Appears to be failing due to an issue with the mock phpBB request
class.
PHPBB3-9734
2013-06-25 14:13:36 -04:00
Joseph Warner
e5de05d8db
[feature/auth-refactor] Test for init on provider_apache
...
Provides a test for the init() method of provider_apache.
Appears to be failing due to an error with the mock request class.
PHPBB3-9734
2013-06-25 14:05:40 -04:00
Joseph Warner
91c80dfc8e
[feature/auth-refactor] Skeleton of provider_apache_test
...
Creates a skeleton of the tests for provider_apache.
PHPBB3-9734
2013-06-25 13:38:01 -04:00
Joseph Warner
8e1a503f44
[feature/auth-refactor] Finish provider_db unit test for login
...
Finishes the provider_db unit test for login. The test currently
passes.
PHPBB3-9734
2013-06-25 13:23:57 -04:00