Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 2 | -6/+0 |
| | | | | PHPBB3-14576 | ||||
* | [ticket/14250] Change token_storage class to fit changed interface | Oliver Schramm | 2016-01-04 | 1 | -3/+5 |
| | | | | PHPBB3-14250 | ||||
* | [ticket/13762] Moving language related functionality into a separate class | MateBartus | 2015-05-02 | 3 | -3/+9 |
| | | | | PHPBB3-13762 | ||||
* | [ticket/13332] Fix auth provider tests | Marc Alexander | 2014-11-12 | 1 | -1/+8 |
| | | | | PHPBB3-13332 | ||||
* | [ticket/11854] Update tests | Tristan Darricau | 2014-08-11 | 1 | -1/+3 |
| | | | | PHPBB3-11854 | ||||
* | [ticket/12932] Fix tests and calls to create_datetime | Marc Alexander | 2014-08-10 | 3 | -3/+3 |
| | | | | PHPBB3-12932 | ||||
* | [ticket/12716] Use a string as session_id | Tristan Darricau | 2014-06-23 | 2 | -3/+3 |
| | | | | PHPBB3-12716 | ||||
* | [ticket/12716] Add regression test | Tristan Darricau | 2014-06-19 | 3 | -0/+47 |
| | | | | PHPBB3-12716 | ||||
* | [ticket/12352] Remove usages of user_pass_convert column | Marc Alexander | 2014-06-01 | 4 | -8/+0 |
| | | | | PHPBB3-12352 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 3 | -9/+21 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11459] Fix auth provider test | Joas Schilling | 2014-03-29 | 1 | -1/+1 |
| | | | | | | user_timezone has no default value anymore PHPBB3-11459 | ||||
* | [ticket/12236] Move AOL Instant Messanger field to custom profile field | Joas Schilling | 2014-03-05 | 1 | -1/+0 |
| | | | | PHPBB3-12236 | ||||
* | [ticket/12237] Convert yahoo messanger to custom profile field | Joas Schilling | 2014-03-05 | 1 | -1/+0 |
| | | | | PHPBB3-12237 | ||||
* | [ticket/12235] Convert WLM to custom profile field | Joas Schilling | 2014-03-04 | 1 | -1/+0 |
| | | | | PHPBB3-12235 | ||||
* | [ticket/12187] Remove user_website functionality | Joas Schilling | 2014-03-03 | 1 | -1/+0 |
| | | | | PHPBB3-12187 | ||||
* | [ticket/12234] Replace ICQ with custom profile field | Joas Schilling | 2014-02-28 | 1 | -1/+0 |
| | | | | PHPBB3-12234 | ||||
* | [ticket/12169] Convert user_from to profile field location | Joas Schilling | 2014-02-10 | 1 | -1/+0 |
| | | | | | | Missing changes on memberlist view due to missing functionality PHPBB3-12169 | ||||
* | [ticket/12115] Also port user interests to profile fields | Joas Schilling | 2014-02-06 | 3 | -14/+0 |
| | | | | PHPBB3-12115 | ||||
* | [feature/passwords] Get rid of set_name/get_name methods for passwords drivers | Marc Alexander | 2014-02-02 | 2 | -10/+0 |
| | | | | PHPBB3-11610 | ||||
* | Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwords | Marc Alexander | 2013-12-29 | 2 | -2/+4 |
|\ | | | | | | | | | Conflicts: phpBB/config/services.yml | ||||
| * | [ticket/12056] Fix "Call to undefined function ...\utf8_normalize_nfc()" | Andreas Fischer | 2013-12-04 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-12056 | ||||
| * | [ticket/12056] Fix "Call to undefined function ...\utf8_clean_string()" | Andreas Fischer | 2013-12-04 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-12056 | ||||
* | | [feature/passwords] Pass list of default types to passwords manager | Marc Alexander | 2013-10-27 | 2 | -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 again | Marc Alexander | 2013-10-27 | 3 | -5/+84 |
| | | | | | | | | PHPBB3-11610 | ||||
* | | [feature/passwords] Integrate convert_flag with db auth provider | Marc Alexander | 2013-10-25 | 3 | -3/+23 |
| | | | | | | | | PHPBB3-11610 | ||||
* | | [feature/passwords] Add prepending backslash to class namespaces | Marc Alexander | 2013-10-02 | 2 | -14/+14 |
| | | | | | | | | PHPBB3-11610 | ||||
* | | [feature/passwords] Inject passwords manager into auth providers | Marc Alexander | 2013-10-02 | 2 | -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 code | Nils Adermann | 2013-09-16 | 1 | -5/+5 |
| | | | | PHPBB3-11700 | ||||
* | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700 | Nils Adermann | 2013-09-16 | 2 | -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 fixes | Joseph Warner | 2013-09-02 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Make token storage service ignorant | Joseph Warner | 2013-09-02 | 1 | -22/+22 |
| | | | | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix remaining issues with token storage | Joseph Warner | 2013-08-15 | 1 | -10/+15 |
| | | | | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Refactor test to provide for easier to read tests | Joseph Warner | 2013-08-14 | 1 | -12/+17 |
| | | | | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Forgot new line character | Joseph Warner | 2013-08-01 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Add tests for the new token methods | Joseph Warner | 2013-07-29 | 1 | -0/+40 |
| | | | | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Refactor clear token test to get more useful output first | Joseph Warner | 2013-07-24 | 1 | -3/+6 |
| | | | | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fixes for problems found by tests | Joseph Warner | 2013-07-24 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Clear token storage test | Joseph Warner | 2013-07-24 | 1 | -0/+7 |
| | | | | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Has Access Token test | Joseph Warner | 2013-07-24 | 1 | -1/+18 |
| | | | | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Clean up oauth_tokens test fixture | Joseph Warner | 2013-07-24 | 1 | -15/+0 |
| | | | | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Token storage test set_user_id() | Joseph Warner | 2013-07-24 | 1 | -6/+20 |
| | | | | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Replace spaces with tabs | Joseph Warner | 2013-07-24 | 1 | -8/+8 |
| | | | | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Token Storage retrieve access token test | Joseph Warner | 2013-07-24 | 1 | -4/+35 |
| | | | | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Initial token storage tests | Joseph Warner | 2013-07-24 | 2 | -0/+109 |
| | | | | | | | | PHPBB3-11673 | ||||
* | | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 2 | -12/+12 |
| | | | | | | | | PHPBB3-11700 | ||||
* | | [ticket/11700] Modify all code to use the new interface names | Nils Adermann | 2013-07-14 | 1 | -4/+4 |
|/ | | | | PHPBB3-11700 | ||||
* | [feature/auth-refactor] Fix auth tests to use mock objects correctly | Joseph Warner | 2013-06-25 | 1 | -25/+123 |
| | | | | PHPBB3-9734 | ||||
* | [feature/auth-refactor] Test validate_session on provider_apache | Joseph Warner | 2013-06-25 | 1 | -1/+5 |
| | | | | | | | Provides a test for the validate_session() method of provider_apache. PHPBB3-9734 | ||||
* | [feature/auth-refactor] Test autologin() on provider_apache | Joseph Warner | 2013-06-25 | 1 | -0/+28 |
| | | | | | | | Provides a test for the autologin() method of provider_apache that assumes the user already exists in the database. PHPBB3-9734 | ||||
* | [feature/auth-refactor] Test login() for provider_apache | Joseph Warner | 2013-06-25 | 1 | -1/+20 |
| | | | | | | | | 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 |