aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/filebackend/fileop
Commit message (Expand)AuthorAgeFilesLines
* Merge "filebackend: improve documentation of FileOp fields"jenkins-bot2024-03-044-10/+12
|\
| * filebackend: improve documentation of FileOp fieldsAaron Schulz2024-02-214-10/+12
* | filebackend: add FileStatePredicates helper class for file operationsAaron Schulz2024-02-218-161/+297
|/
* Make use of ??= in more placesDannyS7122022-12-171-6/+4
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Merge "Fix various documentation related to null types (part II)"jenkins-bot2022-03-091-2/+2
|\
| * Fix various documentation related to null types (part II)Umherirrender2022-03-081-2/+2
* | Fix various documentation related to falseUmherirrender2022-03-031-1/+1
|/
* Try not to discard Excimer timeout exceptionsTim Starling2022-02-021-0/+3
* Remove FileOp batch IDTim Starling2021-11-011-12/+1
* Drop experimental FileJournal system without deprecationJames D. Forrester2021-11-011-40/+0
* Fix more libs PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-6/+6
* filebackend: check file sizes in addition to SHA-1 in FileOpAaron Schulz2020-01-057-62/+136
* filebackend: reduce unnecessary stat calls in FileBackend some casesAaron Schulz2019-10-221-6/+37
* filebackend: improve internal use of FileBackend constantsAaron Schulz2019-09-037-60/+72
* filebackend: use AtEase in FileBackend related classesAaron Schulz2019-08-232-3/+5
* Clean up spacing of doc commentsUmherirrender2019-08-051-20/+20
* Simplify PHP by using ?? and ?:Fomafix2018-07-101-1/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz DziewoƄski2018-05-301-1/+1
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-2/+2
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-2/+2
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-278-8/+0
* Clean up get_class($this) -> static::class in /includes/cache and /includes/libsTimo Tijhof2017-03-071-1/+1
* Move FileBackendStore and FileOp classes to /libsAaron Schulz2016-09-238-0/+1014