aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_attachments.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-07-281-14/+10
|\
| * [ticket/14459] Use language propertyrubencm2019-07-271-4/+4
| | | | | | | | PHPBB3-14459
| * [ticket/14459] Rename variablerubencm2019-07-271-3/+3
| | | | | | | | PHPBB3-14459
| * [ticket/14459] Fixrubencm2019-06-251-1/+1
| | | | | | | | PHPBB3-14459
| * [ticket/14459] Uppercase string to try to match language keysrubencm2019-06-251-2/+2
| | | | | | | | PHPBB3-14459
| * [ticket/14459] Uppercase string to try to match language keysrubencm2019-06-251-4/+4
| | | | | | | | PHPBB3-14459
| * [ticket/14459] Remove unused variablesrubencm2019-06-251-4/+0
| | | | | | | | PHPBB3-14459
| * [ticket/14459] Fix template logicrubencm2019-06-211-5/+2
| | | | | | | | PHPBB3-14459
| * [ticket/14459] Fix rebaserubencm2019-06-201-1/+0
| | | | | | | | PHPBB3-14459
| * [ticket/14459] Check language input for grouprubencm2019-06-201-1/+5
| | | | | | | | PHPBB3-14459
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-031-1/+5
|\ \ | |/
| * [ticket/16071] Undefined index for custom attachments groups3D-I2019-05-291-1/+5
| | | | | | | | PHPBB3-16071
* | [ticket/15663] Remove flash attachments supportRubén Calvo2019-05-091-2/+0
|/ | | | PHPBB3-15663
* [ticket/security/227] Remove "no thumbnail support" messageDerky2018-11-041-10/+0
| | | | SECURITY-227
* [ticket/security/227] Replace ImageMagick support with thumbnail eventDerky2018-10-231-66/+2
| | | | SECURITY-227
* Merge pull request #5349 from rubencm/ticket/15566Derky2018-09-141-1/+1
|\ | | | | | | [ticket/15566] Set category to none if extension don't exist
| * [ticket/15566] Add missing variable signrubencm2018-09-131-1/+1
| | | | | | | | PHPBB3-15566
| * [ticket/15566] Set category to none if extension don't existrubencm2018-09-131-1/+1
| | | | | | | | PHPBB3-15566
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-28/+28
| | | | | | | | PHPBB3-14972
* | [ticket/15041] Add pagination to orphaned attachmentsRubén Calvo2017-10-171-1/+34
|/ | | | PHPBB3-15041
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-121-1/+13
|\
| * [ticket/14847] Add core.acp_attachments_config_edit_addJakub Senko2016-11-021-1/+13
| | | | | | | | PHPBB3-14847
* | Merge branch 'ticket/14577' into ticket/14577-3.2.xMarc Alexander2016-04-021-1/+1
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/acp/acp_modules.php
| * [ticket/14577] Do not calculate size of array in for loopMarc Alexander2016-04-021-1/+1
| | | | | | | | | | | | | | For loops that modify the size of the looped arrays were obviously not changed. PHPBB3-14577
* | Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.xMarc Alexander2016-03-271-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/adm/style/acp_icons.html phpBB/includes/acp/acp_groups.php phpBB/includes/acp/acp_users.php phpBB/includes/functions_acp.php phpBB/includes/ucp/ucp_groups.php phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html phpBB/styles/prosilver/template/ucp_avatar_options_remote.html phpBB/styles/subsilver2/template/mcp_topic.html phpBB/styles/subsilver2/template/posting_attach_body.html phpBB/styles/subsilver2/template/posting_body.html phpBB/styles/subsilver2/template/posting_poll_body.html phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html
| * [ticket/14272] Allow input of floats for filesizeMarc Alexander2016-02-031-1/+1
| | | | | | | | | | | | | | This might be needed while switching the default input from KiB to MiB or similar changes to settings. PHPBB3-14272
| * [ticket/14272] Fix invalid or missing min/max settingsMarc Alexander2015-11-061-1/+1
| | | | | | | | PHPBB3-14272
| * [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-061-2/+2
| | | | | | | | PHPBB3-14272
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+0
| | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+0
| | | | | | | | | | | | Part 4 PHPBB3-13454
* | Merge branch '3.1.x'Tristan Darricau2015-10-141-1/+4
|\ \ | |/ | | | | | | * 3.1.x: [ticket/10572] Unguarded includes in acp files
| * [ticket/10572] Unguarded includes in acp filesRichard McGirr2015-10-131-1/+4
| | | | | | | | PHPBB3-10572
* | [ticket/14168] Use attachment manager instead of separate classesMarc Alexander2015-10-121-6/+6
| | | | | | | | PHPBB3-14168
* | [ticket/14168] No longer use deprecated functions in core filesMarc Alexander2015-10-091-3/+7
| | | | | | | | PHPBB3-14168
* | [ticket/12505] Remove outdated media handling from acpn-aleha2015-08-241-6/+0
| | | | | | | | | | | | Remove outdated media handling from acp PHPBB3-12505
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* | Merge branch '3.1.x'Nicofuma2015-03-291-1/+1
|\ \ | |/
| * Merge branch 'ticket/13568' into ticket/13568-ascMarc Alexander2015-02-061-1/+1
| |\ | | | | | | | | | | | | | | | Conflicts: phpBB/adm/index.php phpBB/includes/acp/acp_attachments.php
| | * [ticket/13568] Use more descriptive validation names and merge with path blockMarc Alexander2015-02-021-1/+1
| | | | | | | | | | | | PHPBB3-13568
| | * [ticket/13568] Validate imagick path as readable absolute pathMarc Alexander2015-02-021-1/+1
| | | | | | | | | | | | PHPBB3-13568
* | | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-2/+2
| | | | | | | | | | | | PHPBB3-13455
* | | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-31/+31
| | | | | | | | | | | | PHPBB3-13455
* | | [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-021-2/+2
| | | | | | | | | | | | PHPBB3-13496
* | | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-1/+1
| | | | | | | | | | | | PHPBB3-13494
* | | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-14/+15
| | | | | | | | | | | | PHPBB3-13468
* | | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-01-201-1/+1
|\ \ \ | |/ / | | | | | | | | | * develop-ascraeus: [ticket/13519] Correctly validate imagick path as path and not string
| * | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2015-01-201-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/13519] Correctly validate imagick path as path and not string Conflicts: phpBB/includes/acp/acp_attachments.php
| | * [ticket/13519] Correctly validate imagick path as path and not stringMarc Alexander2015-01-191-1/+1
| | | | | | | | | | | | PHPBB3-13519
* | | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+3
|/ / | | | | | | PHPBB3-13450
* | [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-031-1/+0
| | | | | | | | | | | | More corrections. PHPBB3-12557