aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/auth.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16277] Move from each() functionrxu2019-12-291-14/+7
| | | | PHPBB3-16277
* [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-211-2/+2
| | | | PHPBB3-15849
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-18/+18
| | | | PHPBB3-14972
* [ticket/14315] Add back roles select for disable javascriptMarc Alexander2016-02-161-0/+24
| | | | | | | The javascript will hide the old select and show the version using the span and showing the tooltips. PHPBB3-14315
* [ticket/14315] Apply roles options format for multiple forums tooMarc Alexander2016-02-161-4/+5
| | | | PHPBB3-14315
* [ticket/14315] Build role options for each permission groupMarc Alexander2016-02-161-3/+6
| | | | | | | | Previously all role options were put into one array. This required filtering the options. Instead, these are now passed to the template via template loops. PHPBB3-14315
* [ticket/14315] Correctly set default values and reset valuesMarc Alexander2016-02-161-5/+3
| | | | | | | | The permissions tooltip javascript failed at correctly passing the default values to the page. The same applied to the display_mask() method in includes/acp/auth.php. PHPBB3-14315
* [ticket/14315] Only add role options specified for each groupMarc Alexander2016-02-161-0/+1
| | | | PHPBB3-14315
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+2
| | | | | | This is part 5 and there is more to come. PHPBB3-13454
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | Part 4 PHPBB3-13454
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | This is part 2 of the pr. PHPBB3-13454
* Merge branch '3.1.x'Tristan Darricau2015-09-011-0/+10
|\ | | | | | | | | | | * 3.1.x: [ticket/13950] Hide undefined categories [ticket/13950] Hide undefined permissions
| * [ticket/13950] Hide undefined categoriesZoddo2015-08-281-0/+5
| | | | | | | | | | | | This hides the categories added by disabled extensions PHPBB3-13950
| * [ticket/13950] Hide undefined permissionsZoddo2015-08-281-0/+5
| | | | | | | | | | | | This hides the permissions of the disabled extensions PHPBB3-13950
* | [ticket/12143] Replace group name outputOliver Schramm2015-08-051-10/+10
| | | | | | | | | | | | So now we can use translated group names for non-special groups PHPBB3-12143
* | [ticket/6466] Support form reset and do not loose role upon resubmitMarc Alexander2015-05-301-0/+6
| | | | | | | | PHPBB3-6466
* | [ticket/6466] Remove remnants of old codeMarc Alexander2015-05-291-20/+6
| | | | | | | | PHPBB3-6466
* | [ticket/6466] Use jQuery and custom dropdown for permission roles tooltipsMarc Alexander2015-05-291-0/+6
| | | | | | | | PHPBB3-6466
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+4
|/ | | | PHPBB3-13450
* [ticket/10404] Fix codesniffer complaint about anonymous functionMarc Alexander2014-08-081-1/+4
| | | | PHPBB3-10404
* [ticket/10404] Use anonymous function instead of create_function in acp/authMarc Alexander2014-08-081-1/+1
| | | | PHPBB3-10404
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-1/+1
| | | | PHPBB3-12446
* [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy rulesetTristan Darricau2014-06-161-1/+1
| | | | PHPBB3-12722
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-1/+0
| | | | | | | | | * There MUST NOT be trailing whitespace at the end of lines. * There MUST NOT be whitespace before the first content of a file. * There MUST NOT be whitespace after the last content of a file. * Functions MUST NOT contain multiple empty lines in a row. PHPBB3-12458
* [ticket/7707] Add comma to last entry of arraysOliver Schramm2014-04-011-2/+2
| | | | PHPBB3-7707
* [ticket/7707] Add get_username_string() where possibleOliver Schramm2014-03-161-2/+2
| | | | PHPBB3-7707
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-281-3/+3
| | | | PHPBB3-11981
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-20/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * [ticket/11582] Remove left over calls to lang['acl_*']Joas Schilling2013-07-141-13/+5
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Use new methods and remove duplicated entriesJoas Schilling2013-07-141-6/+7
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Add methods to return the language stringJoas Schilling2013-07-141-4/+2
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Use new class for categoriesJoas Schilling2013-07-141-5/+11
| | | | | | | | PHPBB3-11582
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-2/+2
|/ | | | PHPBB3-11700
* [ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriateNathan2012-07-221-2/+2
| | | | PHPBB3-10990
* [feature/class-prefix] Rename auth => phpbb_authIgor Wiedler2012-03-311-2/+2
| | | | PHPBB3-10609
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | PHPBB3-9916
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
| | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+1285
| | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* put acp, mcp and ucp into modules/ directoryMeik Sievertsen2008-12-241-1260/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@9223 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok... i hope i haven't messed too much with the code and everything is still ↵Meik Sievertsen2008-05-291-9/+9
| | | | | | | | | | working. Changes: - Ascraeus now uses constants for the phpbb root path and the php extension. This ensures more security for external applications and modifications (no more overwriting of root path and extension possible through insecure mods and register globals enabled) as well as no more globalizing needed. - A second change implemented here is an additional short-hand-notation for append_sid(). It is allowed to omit the root path and extension now (for example calling append_sid('memberlist')) - in this case the root path and extension get added automatically. The hook is called after these are added. git-svn-id: file:///svn/phpbb/trunk@8572 89ea8834-ac86-4346-8a33-228a782c2dd0
* merge revisions #r8384, #r8387, #r8388, #r8389 and #r8390Meik Sievertsen2008-02-231-32/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@8391 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Do not split topic list for topics being promoted to announcements after ↵Meik Sievertsen2008-01-061-0/+4
| | | | | | | | | | | | | been moved to another forum (Bug #18635) - Allow editing usernames within database_update on username cleanup (Bug #18415) - Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385) - Check entered imagemagick path for trailing slash (Bug #18205) - Use proper title on index for new/unread posts (Bug #13101) - patch provided by Pyramide - Allow calls to $user->set_cookie() define no cookie time for setting session cookies (Bug #18025) git-svn-id: file:///svn/phpbb/trunk@8310 89ea8834-ac86-4346-8a33-228a782c2dd0
* oopsDavid M2008-01-031-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@8298 89ea8834-ac86-4346-8a33-228a782c2dd0
* oh boy...David M2008-01-031-21/+16
| | | | | | | - Migrate code base to PHP 5.1+ git-svn-id: file:///svn/phpbb/trunk@8295 89ea8834-ac86-4346-8a33-228a782c2dd0
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-12/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@8147 89ea8834-ac86-4346-8a33-228a782c2dd0
* #i62 - #i65Meik Sievertsen2007-09-221-1/+1
| | | | | | | gone through every javascript invocation and making sure we adhere to our coding guidelines. git-svn-id: file:///svn/phpbb/trunk@8099 89ea8834-ac86-4346-8a33-228a782c2dd0
* err, forgot to commitMeik Sievertsen2007-07-271-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7961 89ea8834-ac86-4346-8a33-228a782c2dd0
* we do not have such a constant. :PMeik Sievertsen2007-07-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7953 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cleaning up a little. Mostly there are excellent reasons not to use sql_in_set.Henry Sudhof2007-07-261-2/+2
| | | | | | | | Might be revisisted in the future. #13797 git-svn-id: file:///svn/phpbb/trunk@7952 89ea8834-ac86-4346-8a33-228a782c2dd0