aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4973 from DavidIQ/ticket/15372Marc Alexander2017-11-019-12/+51
|\ | | | | | | [ticket/15372] Add permission for listing topics without being able to read them
| * [ticket/15372] Add permission to schema and copy from f_readDavid Colón2017-10-262-3/+4
| |
| * [ticket/15372] Remove revert_data from migrationDavid Colón2017-10-261-7/+0
| |
| * [ticket/15372] Fix pagination and don't render viewtopic linkDavid Colón2017-10-262-2/+7
| |
| * [ticket/15372] Migration for adding f_list_topic permissionDavid Colón2017-10-261-0/+38
| |
| * [ticket/15372] Add and handle f_list_topics permissionDavid Colón2017-10-265-8/+10
| |
* | Merge pull request #4985 from senky/ticket/13150Marc Alexander2017-10-311-0/+14
|\ \ | | | | | | | | | [ticket/13150] Add core.phpbb_log_get_topic_auth_sql_after
| * | [ticket/13150] Add core.phpbb_log_get_topic_auth_sql_afterJakub Senko2017-10-091-0/+14
| | | | | | | | | | | | PHPBB3-13150
* | | Merge pull request #4980 from senky/ticket/15381Marc Alexander2017-10-311-1/+1
|\ \ \ | | | | | | | | | | | | [ticket/15381] Better explain CONTACT_US_ENABLE_EXPLAIN
| * | | [ticket/15381] Better explain CONTACT_US_ENABLE_EXPLAINJakub Senko2017-10-021-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15381
* | | | Merge pull request #4978 from ftc2/3.2.xMarc Alexander2017-10-311-6/+4
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15385] nginx.sample.conf: www redirection, security regex
| * | | | [ticket/15385] nginx.sample.conf: www redirection, security regexftc22017-10-011-6/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | according to the latest wiki info: http://wiki.nginx.org/Pitfalls#Taxing_Rewrites `return 301` is preferred over a rewrite. also, the 'security' regex breaks some official extensions because it will match and deny access to `/ext/phpbb`. looking through the names of dirs and files containing `phpbb`, it looks like the intent of the regex was to only disallow the folder `phpbb` in the root dir and not other `/phpbb` matches. a negative lookbehind was added to specifically not match `/ext/phpbb` but still match other occurrences of `/phpbb`. Tracker ticket: https://tracker.phpbb.com/browse/PHPBB3-15385
* | | | Merge pull request #4975 from senky/ticket/15273Marc Alexander2017-10-311-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15273] Better explain cookie path
| * | | | [ticket/15273] Better explain cookie pathJakub Senko2017-09-281-1/+1
| | |/ / | |/| | | | | | | | | | PHPBB3-15273
* | | | Merge pull request #4970 from rxu/ticket/15374Marc Alexander2017-10-311-1/+16
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15374] Add core event to modify page title in viewforum.php
| * | | | [ticket/15374] Add core event to modify page title in viewforum.phprxu2017-09-221-1/+16
| | | | | | | | | | | | | | | | | | | | PHPBB3-15374
* | | | | Merge pull request #4969 from Elsensee/ticket/15245Marc Alexander2017-10-313-26/+74
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15245] Fix images in feeds when accessing via app.php
| * | | | | [ticket/15245] Fix comments, class names and code styleOliver Schramm2017-09-283-13/+30
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245
| * | | | | [ticket/15245] Configure TextFormatter before rendering feedsOliver Schramm2017-09-283-14/+49
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245
| * | | | | [ticket/15245] Remove unnecessary arguments and fix whitespaceOliver Schramm2017-09-221-16/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245
| * | | | | [ticket/15245] Fix images in feeds when accessing via app.phpOliver Schramm2017-09-222-7/+13
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15245
* | | | | Merge pull request #4950 from Nicofuma/ticket/15357-3.2.xMarc Alexander2017-10-292-12/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15298] Never suppress exception trace when using CLI
| * | | | | [ticket/15298] Never suppress exception trace when using CLITristan Darricau2017-09-102-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15298
* | | | | | Merge pull request #5012 from kasimi/ticket/15060Marc Alexander2017-10-291-0/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | [ticket/15060] Set correct forum id in user session data if f= is missing
| * | | | | [ticket/15060] Set correct forum id in user session data if f= is missingkasimi2017-10-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15060
* | | | | | Merge pull request #4930 from rubencm/ticket/15201Marc Alexander2017-10-224-25/+57
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15201] Set user style to default style when it is disabled or uninstalled
| * | | | | | [ticket/15201] Add castingRubén Calvo2017-09-082-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201
| * | | | | | [ticket/15201] Fix testsRubén Calvo2017-09-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201
| * | | | | | [ticket/15201] Migration to fix current invalid stylesRubén Calvo2017-08-281-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201
| * | | | | | [ticket/15201] Remove wrong user style checkRubén Calvo2017-08-282-22/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201
| * | | | | | [ticket/15201] FixRubén Calvo2017-08-281-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201
| * | | | | | [ticket/15201] CastingsRubén Calvo2017-08-281-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201
| * | | | | | [ticket/15201] Set user style to default style when it is disabled or ↵Rubén Calvo2017-08-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uninstalled PHPBB3-15201
* | | | | | | Merge pull request #4948 from Elsensee/ticket/15267Marc Alexander2017-10-181-2/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15267] Hide birthday list if permission wasn't granted
| * | | | | | | [ticket/15267] Hide birthday list if permission wasn't grantedOliver Schramm2017-09-101-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15267
* | | | | | | | Merge pull request #4910 from javiexin/ticket/15331_BMarc Alexander2017-10-171-6/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15331] Allow gravatars to be overridden by existing event - B
| * | | | | | | | [ticket/15331] Allow gravatars to be changed in the existing eventjaviexin2017-08-191-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Option B: - change the get_avatar function PHPBB3-15331
* | | | | | | | | Merge pull request #5003 from kasimi/ticket/15409Marc Alexander2017-10-171-2/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15409] Add u_action to core.acp_users_overview_run_quicktool
| * | | | | | | | | [ticket/15409] Add u_action to core.acp_users_overview_run_quicktoolkasimi2017-10-161-2/+8
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15409
* | | | | | | | | Merge pull request #4997 from kasimi/ticket/15396Marc Alexander2017-10-171-2/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15396] Fix revert_schema() steps not executed in correct order
| * | | | | | | | | [ticket/15396] Fix revert_schema() steps not executed in correct orderkasimi2017-10-131-2/+5
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15396
* | | | | | | | | Merge pull request #4999 from marc1706/ticket/15401Marc Alexander2017-10-151-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15401] Use separate constant for memcached driver config
| * | | | | | | | | [ticket/15401] Use separate constant for memcached driver configJulien Tant2017-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15401
* | | | | | | | | | Merge pull request #4944 from Elsensee/ticket/14677Marc Alexander2017-10-152-2/+12
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | [ticket/14677] Add exclamation mark to outdated extensions
| * | | | | | | | | [ticket/14677] Use classes for colors in ext listOliver Schramm2017-09-202-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14677
| * | | | | | | | | [ticket/14677] Make the exclamation mark redOliver Schramm2017-09-102-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14677
| * | | | | | | | | [ticket/14677] Add exclamation mark to outdated extensionsOliver Schramm2017-09-091-0/+2
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14677
* | | | | | | | | Merge pull request #4888 from javiexin/ticket/15306Marc Alexander2017-10-131-2/+4
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | [ticket/15306] Error and missing data in core.acp_users_profile_validate
| * | | | | | | | [ticket/15306] Error and missing data in core.acp_users_profile_validatejaviexin2017-08-061-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15306
* | | | | | | | | Merge pull request #4942 from rubencm/ticket/15172Marc Alexander2017-10-111-2/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15172] Fix redirection to wrong port