aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auth
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16263] Do not expect numbers as strings in apache provider testMarc Alexander2019-12-221-40/+40
| | | | PHPBB3-16263
* [ticket/16167] Remove uses of user_email_hashMarc Alexander2019-11-181-1/+0
| | | | PHPBB3-16167
* [ticket/12574] Remove not used user_typeMarc Alexander2019-11-171-1/+0
| | | | PHPBB3-12574
* [ticket/12574] Remove special cases for PHP < 5.3.7Marc Alexander2019-11-162-57/+3
| | | | PHPBB3-12574
* [ticket/12574] Clean up dependencies of db auth providerMarc Alexander2019-11-161-1/+13
| | | | PHPBB3-12574
* [ticket/12574] Stop using passwords manager in apache providerMarc Alexander2019-11-161-32/+5
| | | | PHPBB3-12574
* [ticket/12574] Fix incorrect setup() method declaration & ldap extensionMarc Alexander2019-11-161-1/+1
| | | | PHPBB3-12574
* [ticket/12574] Adjust login tests for ldapMarc Alexander2019-11-162-120/+26
| | | | PHPBB3-12574
* [ticket/12574] Use correct config entry for connecting to ldapMarc Alexander2019-11-161-1/+1
| | | | PHPBB3-12574
* [ticket/12574] Don't add extension to php config & set default usernameMarc Alexander2019-11-161-0/+1
| | | | PHPBB3-12574
* [ticket/12574] Run LDAP test as slow test and install ldap extensionMarc Alexander2019-11-161-0/+3
| | | | PHPBB3-12574
* [ticket/12574] Remove passwords manager dependency from ldapMarc Alexander2019-11-161-0/+197
| | | | | | Also started to implement tests for ldap provider. PHPBB3-12574
* [ticket/11327] Adjust tests for new reset password changesMarc Alexander2019-08-101-0/+2
| | | | PHPBB3-11327
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-092-4/+10
| | | | PHPBB3-14948
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-082-2/+2
| | | | PHPBB3-14972
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-312-6/+0
| | | | PHPBB3-14576
* [ticket/14250] Change token_storage class to fit changed interfaceOliver Schramm2016-01-041-3/+5
| | | | PHPBB3-14250
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-023-3/+9
| | | | PHPBB3-13762
* [ticket/13332] Fix auth provider testsMarc Alexander2014-11-121-1/+8
| | | | PHPBB3-13332
* [ticket/11854] Update testsTristan Darricau2014-08-111-1/+3
| | | | PHPBB3-11854
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-103-3/+3
| | | | PHPBB3-12932
* [ticket/12716] Use a string as session_idTristan Darricau2014-06-232-3/+3
| | | | PHPBB3-12716
* [ticket/12716] Add regression testTristan Darricau2014-06-193-0/+47
| | | | PHPBB3-12716
* [ticket/12352] Remove usages of user_pass_convert columnMarc Alexander2014-06-014-8/+0
| | | | PHPBB3-12352
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-273-9/+21
| | | | PHPBB3-12594
* [ticket/11459] Fix auth provider testJoas Schilling2014-03-291-1/+1
| | | | | | user_timezone has no default value anymore PHPBB3-11459
* [ticket/12236] Move AOL Instant Messanger field to custom profile fieldJoas Schilling2014-03-051-1/+0
| | | | PHPBB3-12236
* [ticket/12237] Convert yahoo messanger to custom profile fieldJoas Schilling2014-03-051-1/+0
| | | | PHPBB3-12237
* [ticket/12235] Convert WLM to custom profile fieldJoas Schilling2014-03-041-1/+0
| | | | PHPBB3-12235
* [ticket/12187] Remove user_website functionalityJoas Schilling2014-03-031-1/+0
| | | | PHPBB3-12187
* [ticket/12234] Replace ICQ with custom profile fieldJoas Schilling2014-02-281-1/+0
| | | | PHPBB3-12234
* [ticket/12169] Convert user_from to profile field locationJoas Schilling2014-02-101-1/+0
| | | | | | Missing changes on memberlist view due to missing functionality PHPBB3-12169
* [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-063-14/+0
| | | | PHPBB3-12115
* [feature/passwords] Get rid of set_name/get_name methods for passwords driversMarc Alexander2014-02-022-10/+0
| | | | PHPBB3-11610
* Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-292-2/+4
|\ | | | | | | | | Conflicts: phpBB/config/services.yml
| * [ticket/12056] Fix "Call to undefined function ...\utf8_normalize_nfc()"Andreas Fischer2013-12-041-1/+2
| | | | | | | | PHPBB3-12056
| * [ticket/12056] Fix "Call to undefined function ...\utf8_clean_string()"Andreas Fischer2013-12-041-1/+2
| | | | | | | | PHPBB3-12056
* | [feature/passwords] Pass list of default types to passwords managerMarc Alexander2013-10-272-4/+4
| | | | | | | | | | | | | | 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
* | [feature/passwords] Fix tests on PHP < 5.3.3 againMarc Alexander2013-10-273-5/+84
| | | | | | | | PHPBB3-11610
* | [feature/passwords] Integrate convert_flag with db auth providerMarc Alexander2013-10-253-3/+23
| | | | | | | | PHPBB3-11610
* | [feature/passwords] Add prepending backslash to class namespacesMarc Alexander2013-10-022-14/+14
| | | | | | | | PHPBB3-11610
* | [feature/passwords] Inject passwords manager into auth providersMarc Alexander2013-10-022-2/+35
|/ | | | | | | The passwords manager will replace the old method of using the functions phpbb_hash() and phpbb_check_hash(). PHPBB3-11610
* [ticket/11700] Fix tests after merging new develop codeNils Adermann2013-09-161-5/+5
| | | | PHPBB3-11700
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-162-0/+217
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * [feature/oauth] More small fixesJoseph Warner2013-09-021-1/+1
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Make token storage service ignorantJoseph Warner2013-09-021-22/+22
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Fix remaining issues with token storageJoseph Warner2013-08-151-10/+15
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Refactor test to provide for easier to read testsJoseph Warner2013-08-141-12/+17
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Forgot new line characterJoseph Warner2013-08-011-1/+2
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Add tests for the new token methodsJoseph Warner2013-07-291-0/+40
| | | | | | | | PHPBB3-11673