summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Fix failing testsJames Letendre2021-02-021-1/+1
* Add web identity provider to S3 connection chainJames Letendre2021-02-021-13/+4
* Replace defaultProvider with explicit calls to exclude user home directory lo...James Letendre2021-02-021-1/+15
* Resolves #24699, Support ES2 and ECS instance providers for S3 bucketsJames Letendre2021-02-021-2/+1
* Avoid template creators being registered multiple timesJulius Härtl2021-02-021-0/+3
* Use proper path for scannerJulius Härtl2021-01-291-2/+2
* Obtain the user language from the passed in user idJulius Härtl2021-01-291-1/+5
* Normalize compared path to avoid renaming to the same directoryJulius Härtl2021-01-291-1/+2
* Move TemplateProvider registration to boot context and make template type reg...Julius Härtl2021-01-281-17/+29
* Only create template directory if it is present in the default skeletonJulius Härtl2021-01-281-1/+4
* Skip template picker if none availableJohn Molakvoæ (skjnldsv)2021-01-281-28/+67
* Add templatedirectory config value to let admins have their custom templates ...Julius Härtl2021-01-281-9/+64
* Add template pickerJohn Molakvoæ (skjnldsv)2021-01-281-1/+1
* files: Create files from template APIJulius Härtl2021-01-281-0/+237
* explicitly set permissions on newly created foldersRobin Appelman2021-01-201-1/+4
* Add 'allow Symlinks' as an option to config.phpJohannes Leuker2021-01-121-3/+2
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-112-2/+2
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-082-10/+13
* ignore files that have no read permissions during scanningRobin Appelman2021-01-061-0/+4
* Properly handle result when copying with failure and throw in testsJulius Härtl2021-01-051-2/+2
* Update license headersChristoph Wurst2020-12-3010-0/+18
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-299-57/+78
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-225-70/+70
|\
| * Unify links to php.netJ0WI2020-09-175-70/+70
* | Merge pull request #24594 from kofemann/dcacheJulius Härtl2020-12-229-16/+20
|\ \
| * | storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan2020-12-218-15/+19
| * | files: Local#writeStream should use it's own file_put_contentsTigran Mkrtchyan2020-12-071-1/+1
* | | Merge pull request #24715 from nextcloud/bug/noid/limit-get-incomplete-to-1Roeland Jago Douma2020-12-211-1/+2
|\ \ \
| * | | Limit getIncomplete query to one rowDaniel Kesselberg2020-12-151-1/+2
| |/ /
* / / Update all license headers for Nextcloud 21Christoph Wurst2020-12-1637-35/+44
|/ /
* | Merge pull request #24113 from nextcloud/extend-cache-eventsRoeland Jago Douma2020-12-023-6/+41
|\ \
| * | code style and dispatchTypedRobin Appelman2020-12-021-2/+1
| * | rename cache event to follow new naming standardsRobin Appelman2020-11-261-8/+22
| * | extend cache eventsRobin Appelman2020-11-263-5/+27
* | | Fix file size computation on 32bit platformsaler92020-12-021-5/+4
|/ /
* | use in objectstore copyRobin Appelman2020-11-245-5/+83
* | Empty string is returned as null, but empty string in file cache is the root ...Joas Schilling2020-11-101-1/+5
* | Don't leave cursors open when tests failJoas Schilling2020-11-096-20/+88
* | Merge pull request #23937 from nextcloud/bugfix/noid/files-ocdbJohn Molakvoæ2020-11-092-15/+37
|\ \
| * | Use query builder instead of OC_DB in OC\Files\*Joas Schilling2020-11-092-15/+37
* | | Merge pull request #23982 from nextcloud/fix/quota-storage-getsizeMorris Jobke2020-11-091-1/+4
|\ \ \
| * | | Make sure root storage is valid before checking its sizeJohn Molakvoæ (skjnldsv)2020-11-091-1/+4
| |/ /
* | | Merge pull request #23741 from Ashod/lock-leakMorris Jobke2020-11-091-1/+7
|\ \ \ | |/ / |/| |
| * | Unlock when promoting to exclusive lock failsAshod Nakashian2020-11-071-1/+7
* | | Merge pull request #23923 from nextcloud/bugfix/oci/fix-greatest-order-for-or...Roeland Jago Douma2020-11-071-4/+4
|\ \ \ | |/ / |/| |
| * | Use Query builder functionJoas Schilling2020-11-061-1/+1
| * | Fix order of GREATEST for OracleJoas Schilling2020-11-061-3/+3
* | | Allow config to specify the bucket existsRoeland Jago Douma2020-11-061-1/+2
|/ /
* | Improve CertificateManager to not be user context dependentMorris Jobke2020-11-031-3/+0
* | The file cache entry is array accessibleChristoph Wurst2020-10-131-1/+1