aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_attachments.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-07-281-14/+10
|\
| * [ticket/14459] Use language propertyrubencm2019-07-271-4/+4
| * [ticket/14459] Rename variablerubencm2019-07-271-3/+3
| * [ticket/14459] Fixrubencm2019-06-251-1/+1
| * [ticket/14459] Uppercase string to try to match language keysrubencm2019-06-251-2/+2
| * [ticket/14459] Uppercase string to try to match language keysrubencm2019-06-251-4/+4
| * [ticket/14459] Remove unused variablesrubencm2019-06-251-4/+0
| * [ticket/14459] Fix template logicrubencm2019-06-211-5/+2
| * [ticket/14459] Fix rebaserubencm2019-06-201-1/+0
| * [ticket/14459] Check language input for grouprubencm2019-06-201-1/+5
* | 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
* | [ticket/15663] Remove flash attachments supportRubén Calvo2019-05-091-2/+0
|/
* [ticket/security/227] Remove "no thumbnail support" messageDerky2018-11-041-10/+0
* [ticket/security/227] Replace ImageMagick support with thumbnail eventDerky2018-10-231-66/+2
* Merge pull request #5349 from rubencm/ticket/15566Derky2018-09-141-1/+1
|\
| * [ticket/15566] Add missing variable signrubencm2018-09-131-1/+1
| * [ticket/15566] Set category to none if extension don't existrubencm2018-09-131-1/+1
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-28/+28
* | [ticket/15041] Add pagination to orphaned attachmentsRubén Calvo2017-10-171-1/+34
|/
* 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
* | Merge branch 'ticket/14577' into ticket/14577-3.2.xMarc Alexander2016-04-021-1/+1
|\ \ | |/
| * [ticket/14577] Do not calculate size of array in for loopMarc Alexander2016-04-021-1/+1
* | Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.xMarc Alexander2016-03-271-2/+2
|\ \ | |/
| * [ticket/14272] Allow input of floats for filesizeMarc Alexander2016-02-031-1/+1
| * [ticket/14272] Fix invalid or missing min/max settingsMarc Alexander2015-11-061-1/+1
| * [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-061-2/+2
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+0
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+0
* | Merge branch '3.1.x'Tristan Darricau2015-10-141-1/+4
|\ \ | |/
| * [ticket/10572] Unguarded includes in acp filesRichard McGirr2015-10-131-1/+4
* | [ticket/14168] Use attachment manager instead of separate classesMarc Alexander2015-10-121-6/+6
* | [ticket/14168] No longer use deprecated functions in core filesMarc Alexander2015-10-091-3/+7
* | [ticket/12505] Remove outdated media handling from acpn-aleha2015-08-241-6/+0
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-3/+15
* | Merge branch '3.1.x'Nicofuma2015-03-291-1/+1
|\ \ | |/
| * Merge branch 'ticket/13568' into ticket/13568-ascMarc Alexander2015-02-061-1/+1
| |\
| | * [ticket/13568] Use more descriptive validation names and merge with path blockMarc Alexander2015-02-021-1/+1
| | * [ticket/13568] Validate imagick path as readable absolute pathMarc Alexander2015-02-021-1/+1
* | | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-2/+2
* | | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-31/+31
* | | [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-021-2/+2
* | | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-1/+1
* | | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-14/+15
* | | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-01-201-1/+1
|\ \ \ | |/ /
| * | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2015-01-201-1/+1
| |\ \ | | |/
| | * [ticket/13519] Correctly validate imagick path as path and not stringMarc Alexander2015-01-191-1/+1
* | | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+3
|/ /
* | [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-031-1/+0