summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/file/src/FileAccessControlHandler.php
Commit message (Collapse)AuthorAge
* Issue #3427999 by andypost, Ayesh, bbrala: [PHP 8.4] Fix implicitly nullable ↵catch2024-06-01
| | | | type declarations
* Issue #2949017 by alexpott, voleger, sourabhjain, oakulm, C-Logemann, ↵Lauri Eskola2023-02-19
| | | | khiminrm, Steven McCoy, jose.carvalheira, maxplus, rwohleb, Nigel Cunningham, dww, Matroskeen, Hardik_Patel_12, mrinalini9, ndobromirov, seperezf, froboy, anmolgoyal74, netsliver, nbaosullivan, ranjith_kumar_k_u, mpp, hai.nguyen.phc, larowlan, Berdir: There is no way to delete file entities of other users
* Issue #3106216 by Spokje, longwave, alexpott, apaderno, Hardik_Patel_12, ↵Alex Pott2022-01-10
| | | | daffie: Remove unused variables from core
* Issue #2851394 by GoZ, hgunicamp, oknate, jungle, wolffereast, tameeshb, ↵catch2020-11-13
| | | | mmatsoo, ridhimaabrol24, jofitz, swarad07, tanc, shaktik, dimaro, shashikant_chauhan, MerryHamster, quietone, nitesh624, martin_q, boaloysius, gaurav.kapoor, nitvirus, ankithashetty, Munavijayalakshmi, kostyashupenko, leolando.tan, amit.drupal, ravi.shankar, akashkrishnan01, Swapnil_Kotwal, Saviktor, mrinalini9, anmolgoyal74, Venkatesh Rajan.J, shimpy, lomasr, Dinesh18, shubham.prakash, mahtab_alam, markdorison, cilefen, longwave, bleen, xjm, alexpott, gmaltoni: Fix grammar 'a' to 'an' when necessary
* Issue #3034072 by kim.pepper, Berdir, alexpott, jibran, larowlan, ↵Alex Pott2019-06-02
| | | | claudiu.cristea: Move file uri/scheme functions from file.inc and FileSystem to StreamWrapperManager
* Issue #2888853 by vaplas, Wim Leers: FileAccessControlHandler cacheability ↵Alex Pott2018-05-15
| | | | metadata inaccurate
* Issue #2950127 by owenbush, Yogesh Pawar, msankhala, Wim Leers, vaplas: Add ↵Alex Pott2018-05-08
| | | | helpful reason for 'update' and 'delete' access not being allowed to FileAccessControlHandler
* Issue #1927648 by damiankloip, Wim Leers, marthinal, tedbow, alexpott, Arla, ↵Alex Pott2018-04-03
| | | | juampynr, garphy, bc, ibustos, eiriksm, larowlan, dawehner, gcardinal, kylebrowning, vivekvpandya, Sam152, neclimdul, pnagornyak, drnikki, queenvictoria, gaurav.goyal, kim.pepper, Berdir, clemens.tolboom, blainelang, moshe weitzman, webchick, linclark, dabito, skyredwang, Dave Reid, gabesullice, dagmar, klausi, andypost, aheimlich, slashrsm, pwolanin, xjm, catch, amateescu: Allow creation of file entities from binary data via REST requests
* Revert "Issue #1927648 by damiankloip, Wim Leers, marthinal, tedbow, Arla, ↵xjm2018-04-03
| | | | | | alexpott, juampynr, garphy, bc, ibustos, eiriksm, larowlan, dawehner, gcardinal, vivekvpandya, kylebrowning, Sam152, neclimdul, pnagornyak, drnikki, gaurav.goyal, queenvictoria, kim.pepper, Berdir, clemens.tolboom, blainelang, moshe weitzman, linclark, webchick, Dave Reid, dabito, skyredwang, klausi, dagmar, gabesullice, pwolanin, amateescu, slashrsm, andypost, catch, aheimlich: Allow creation of file entities from binary data via REST requests" This reverts commit fd8233c78f652a3f1412dd0d1ac84f1a14784b5f.
* Issue #1927648 by damiankloip, Wim Leers, marthinal, tedbow, Arla, alexpott, ↵Alex Pott2018-04-03
| | | | juampynr, garphy, bc, ibustos, eiriksm, larowlan, dawehner, gcardinal, vivekvpandya, kylebrowning, Sam152, neclimdul, pnagornyak, drnikki, gaurav.goyal, queenvictoria, kim.pepper, Berdir, clemens.tolboom, blainelang, moshe weitzman, linclark, webchick, Dave Reid, dabito, skyredwang, klausi, dagmar, gabesullice, pwolanin, amateescu, slashrsm, andypost, catch, aheimlich: Allow creation of file entities from binary data via REST requests
* Issue #2843139 by vaplas, Wim Leers, harings_rob, catch, Berdir, alexpott: ↵webchick2017-12-01
| | | | EntityResource: Provide comprehensive test coverage for File entity, and tighten access control handler
* SA-CORE-2017-003 by Berdir, David_Rothstein, Wim Leers, alexpott, catch, ↵Chris McCafferty2017-06-21
| | | | cilefen, larowlan, mlhess, pwolanin, quicksketch, samuel.mortenson, smaz, stefan.r, xjm
* Issue #2310307 by marthinal, tedbow, clemens.tolboom, queenvictoria, ↵Alex Pott2016-05-13
| | | | vivekvpandya, juampynr, Berdir, dawehner, Damien Tournoud, stefan.r, Wim Leers: File needs CRUD permissions to make REST work on entity/file/{id}
* Issue #2665992 by alexpott, klausi, heykarthikwithu, xjm, tstoeckler: @file ↵Alex Pott2016-04-09
| | | | is not required for classes, interfaces and traits
* Issue #2072945 by Berdir, plach, effulgentsia, Schnitzel, andypost, Wim ↵effulgentsia2015-10-07
| | | | Leers: Remove the $langcode parameter in EntityAccessControllerInterface::access() and friends
* Issue #2533978 by Denchev, Dave Reid, legolasbo, Berdir: ↵Alex Pott2015-08-19
| | | | $entity->access('view|download') for unattached public files returns FALSE
* Issue #2304969 by pwolanin, cilefen, Berdir, Devin Carlson, klausi: Fixed ↵Alex Pott2014-10-15
| | | | Port private files access bypass from SA-CORE-2014-003.
* Issue #2340507 by chx, Wim Leers: Make the new AccessResult API and ↵Alex Pott2014-09-22
| | | | implementation even better.
* Issue #2287071 by Wim Leers, alexpott, chx: Add cacheability metadata to ↵Nathaniel Catchpole2014-09-17
| | | | access checks.
* Issue #2154435 by andypost, Berdir, mparker17: Rename EntityAccessController ↵Alex Pott2014-08-07
to EntityAccessControlHandler.