| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #4973 from DavidIQ/ticket/15372 | Marc Alexander | 2017-11-01 | 9 | -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_read | David Colón | 2017-10-26 | 2 | -3/+4 |
| | | | |||||
| | * | [ticket/15372] Remove revert_data from migration | David Colón | 2017-10-26 | 1 | -7/+0 |
| | | | |||||
| | * | [ticket/15372] Fix pagination and don't render viewtopic link | David Colón | 2017-10-26 | 2 | -2/+7 |
| | | | |||||
| | * | [ticket/15372] Migration for adding f_list_topic permission | David Colón | 2017-10-26 | 1 | -0/+38 |
| | | | |||||
| | * | [ticket/15372] Add and handle f_list_topics permission | David Colón | 2017-10-26 | 5 | -8/+10 |
| | | | |||||
| * | | Merge pull request #4985 from senky/ticket/13150 | Marc Alexander | 2017-10-31 | 1 | -0/+14 |
| |\ \ | | | | | | | | | | [ticket/13150] Add core.phpbb_log_get_topic_auth_sql_after | ||||
| | * | | [ticket/13150] Add core.phpbb_log_get_topic_auth_sql_after | Jakub Senko | 2017-10-09 | 1 | -0/+14 |
| | | | | | | | | | | | | | PHPBB3-13150 | ||||
| * | | | Merge pull request #4980 from senky/ticket/15381 | Marc Alexander | 2017-10-31 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | [ticket/15381] Better explain CONTACT_US_ENABLE_EXPLAIN | ||||
| | * | | | [ticket/15381] Better explain CONTACT_US_ENABLE_EXPLAIN | Jakub Senko | 2017-10-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-15381 | ||||
| * | | | | Merge pull request #4978 from ftc2/3.2.x | Marc Alexander | 2017-10-31 | 1 | -6/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15385] nginx.sample.conf: www redirection, security regex | ||||
| | * | | | | [ticket/15385] nginx.sample.conf: www redirection, security regex | ftc2 | 2017-10-01 | 1 | -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/15273 | Marc Alexander | 2017-10-31 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15273] Better explain cookie path | ||||
| | * | | | | [ticket/15273] Better explain cookie path | Jakub Senko | 2017-09-28 | 1 | -1/+1 |
| | | |/ / | |/| | | | | | | | | | | PHPBB3-15273 | ||||
| * | | | | Merge pull request #4970 from rxu/ticket/15374 | Marc Alexander | 2017-10-31 | 1 | -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.php | rxu | 2017-09-22 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15374 | ||||
| * | | | | | Merge pull request #4969 from Elsensee/ticket/15245 | Marc Alexander | 2017-10-31 | 4 | -27/+87 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15245] Fix images in feeds when accessing via app.php | ||||
| | * | | | | | [ticket/15245] Fix tests | Oliver Schramm | 2017-10-01 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245 | ||||
| | * | | | | | [ticket/15245] Fix comments, class names and code style | Oliver Schramm | 2017-09-28 | 3 | -13/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245 | ||||
| | * | | | | | [ticket/15245] Configure TextFormatter before rendering feeds | Oliver Schramm | 2017-09-28 | 3 | -14/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245 | ||||
| | * | | | | | [ticket/15245] Remove unnecessary arguments and fix whitespace | Oliver Schramm | 2017-09-22 | 2 | -18/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245 | ||||
| | * | | | | | [ticket/15245] Fix images in feeds when accessing via app.php | Oliver Schramm | 2017-09-22 | 3 | -8/+23 |
| | |/ / / / | | | | | | | | | | | | | | | | PHPBB3-15245 | ||||
| * | | | | | Merge pull request #4950 from Nicofuma/ticket/15357-3.2.x | Marc Alexander | 2017-10-29 | 2 | -12/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15298] Never suppress exception trace when using CLI | ||||
| | * | | | | | [ticket/15298] Never suppress exception trace when using CLI | Tristan Darricau | 2017-09-10 | 2 | -12/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15298 | ||||
| * | | | | | | Merge pull request #5012 from kasimi/ticket/15060 | Marc Alexander | 2017-10-29 | 1 | -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 missing | kasimi | 2017-10-23 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15060 | ||||
| * | | | | | | Merge pull request #4930 from rubencm/ticket/15201 | Marc Alexander | 2017-10-22 | 5 | -25/+60 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/15201] Set user style to default style when it is disabled or uninstalled | ||||
| | * | | | | | | [ticket/15201] Add casting | Rubén Calvo | 2017-09-08 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201 | ||||
| | * | | | | | | [ticket/15201] Fix tests | Rubén Calvo | 2017-09-08 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201 | ||||
| | * | | | | | | [ticket/15201] Migration to fix current invalid styles | Rubén Calvo | 2017-08-28 | 1 | -0/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201 | ||||
| | * | | | | | | [ticket/15201] Remove wrong user style check | Rubén Calvo | 2017-08-28 | 2 | -22/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201 | ||||
| | * | | | | | | [ticket/15201] Fix | Rubén Calvo | 2017-08-28 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201 | ||||
| | * | | | | | | [ticket/15201] Castings | Rubén Calvo | 2017-08-28 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201 | ||||
| | * | | | | | | [ticket/15201] Set user style to default style when it is disabled or ↵ | Rubén Calvo | 2017-08-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uninstalled PHPBB3-15201 | ||||
| * | | | | | | | Merge pull request #4948 from Elsensee/ticket/15267 | Marc Alexander | 2017-10-18 | 1 | -2/+4 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15267] Hide birthday list if permission wasn't granted | ||||
| | * | | | | | | | [ticket/15267] Hide birthday list if permission wasn't granted | Oliver Schramm | 2017-09-10 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15267 | ||||
| * | | | | | | | | Merge pull request #4910 from javiexin/ticket/15331_B | Marc Alexander | 2017-10-17 | 1 | -6/+1 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15331] Allow gravatars to be overridden by existing event - B | ||||
| | * | | | | | | | | [ticket/15331] Allow gravatars to be changed in the existing event | javiexin | 2017-08-19 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Option B: - change the get_avatar function PHPBB3-15331 | ||||
| * | | | | | | | | | Merge pull request #5003 from kasimi/ticket/15409 | Marc Alexander | 2017-10-17 | 1 | -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_quicktool | kasimi | 2017-10-16 | 1 | -2/+8 |
| | | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15409 | ||||
| * | | | | | | | | | Merge pull request #4997 from kasimi/ticket/15396 | Marc Alexander | 2017-10-17 | 4 | -2/+141 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15396] Fix revert_schema() steps not executed in correct order | ||||
| | * | | | | | | | | | [ticket/15396] Added test for correct order of revert_schema() steps | kasimi | 2017-10-14 | 3 | -0/+136 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15396 | ||||
| | * | | | | | | | | | [ticket/15396] Fix revert_schema() steps not executed in correct order | kasimi | 2017-10-13 | 1 | -2/+5 |
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15396 | ||||
| * | | | | | | | | | Merge pull request #4999 from marc1706/ticket/15401 | Marc Alexander | 2017-10-15 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15401] Use separate constant for memcached driver config | ||||
| | * | | | | | | | | | [ticket/15401] Use separate constant for memcached driver config | Julien Tant | 2017-10-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15401 | ||||
| * | | | | | | | | | | Merge pull request #4944 from Elsensee/ticket/14677 | Marc Alexander | 2017-10-15 | 2 | -2/+12 |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | [ticket/14677] Add exclamation mark to outdated extensions | ||||
| | * | | | | | | | | | [ticket/14677] Use classes for colors in ext list | Oliver Schramm | 2017-09-20 | 2 | -5/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14677 | ||||
| | * | | | | | | | | | [ticket/14677] Make the exclamation mark red | Oliver Schramm | 2017-09-10 | 2 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14677 | ||||
| | * | | | | | | | | | [ticket/14677] Add exclamation mark to outdated extensions | Oliver Schramm | 2017-09-09 | 1 | -0/+2 |
| | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14677 | ||||
| * | | | | | | | | | Merge pull request #4888 from javiexin/ticket/15306 | Marc Alexander | 2017-10-13 | 1 | -2/+4 |
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | [ticket/15306] Error and missing data in core.acp_users_profile_validate | ||||
