| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix security issues when copying groupfolder with advanced ACL | Carl Schwan | 2021-10-21 | 1 | -1/+4 |
* | Simplify :) | acsfer | 2021-10-18 | 1 | -1/+1 |
* | Replace `file_exists()` method by `is_file()` | acsfer | 2021-10-18 | 1 | -1/+1 |
* | Get `filesize()` if `file_exists()` | acsfer | 2021-10-18 | 1 | -1/+1 |
* | explicitly close source stream on local storage | Daniel Kesselberg | 2021-10-08 | 1 | -1/+4 |
* | Set umask before operations that create local files | Robin Appelman | 2021-06-04 | 1 | -4/+16 |
* | show better error messages when a file with a forbidden path is encountered | Robin Appelman | 2021-03-25 | 1 | -8/+4 |
* | explicitly set permissions on newly created folders | Robin Appelman | 2021-01-20 | 1 | -1/+4 |
* | Add 'allow Symlinks' as an option to config.php | Johannes Leuker | 2021-01-12 | 1 | -3/+2 |
* | Merge pull request #24594 from kofemann/dcache | Julius Härtl | 2020-12-22 | 1 | -1/+1 |
|\ |
|
| * | files: Local#writeStream should use it's own file_put_contents | Tigran Mkrtchyan | 2020-12-07 | 1 | -1/+1 |
* | | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+2 |
|/ |
|
* | Fix file size computation on 32bit platforms | aler9 | 2020-12-02 | 1 | -5/+4 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Merge pull request #21677 from J0WI/clearstatcache-on-rmdir | Morris Jobke | 2020-08-05 | 1 | -2/+4 |
|\ |
|
| * | Only clear the realpath cache | J0WI | 2020-07-03 | 1 | -2/+2 |
| * | clearstatcache() on rmdir | J0WI | 2020-07-03 | 1 | -0/+2 |
* | | use exceptions for error signaling in writeStream | Robin Appelman | 2020-07-23 | 1 | -1/+7 |
|/ |
|
* | Clear the statscache before fetching the metadata | Roeland Jago Douma | 2020-05-22 | 1 | -0/+1 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -1/+0 |
* | Add method to storage backends to get directory content with metadata | Robin Appelman | 2020-04-20 | 1 | -0/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -4/+4 |
* | optimize getMetaData for local storage | Robin Appelman | 2020-04-01 | 1 | -6/+57 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -2/+2 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
* | Improve etag handling | Roeland Jago Douma | 2019-11-27 | 1 | -6/+20 |
* | Supress warnings touch can generate | Roeland Jago Douma | 2019-07-26 | 1 | -2/+2 |
* | verify that paths are valid for recursive local move | Robin Appelman | 2019-06-27 | 1 | -0/+21 |
* | extend storage api to allow directly writing a stream to storage | Robin Appelman | 2018-10-31 | 1 | -0/+4 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -4/+5 |
* | Use fallback path if data dir is not available for Storage/Local.php | Morris Jobke | 2018-01-18 | 1 | -5/+10 |
* | Fix call to clearstatcache to actually use the file path | Morris Jobke | 2018-01-12 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+4 |
* | Use ::class and fix missing doc | Joas Schilling | 2017-10-28 | 1 | -1/+2 |
* | Fix copy from jailed storage | Roeland Jago Douma | 2017-08-09 | 1 | -0/+6 |
* | Replace wrong PHPDocs | Lukas Reschke | 2017-08-01 | 1 | -4/+5 |
* | Fixed a crash caused by Local::copyFromStorage() not conforming to Common::co... | Michael Munger | 2017-05-23 | 1 | -1/+1 |
* | use unjailed path when moving files out of a shared storage | Robin Appelman | 2017-04-12 | 1 | -2/+9 |
* | Remove verbose error message | Lukas Reschke | 2017-03-29 | 1 | -2/+3 |
* | remove obsolete hack (#26928) | Jörn Friedrich Dreyer | 2017-01-27 | 1 | -12/+1 |
* | Merge pull request #1890 from nextcloud/downstream-25428 | Morris Jobke | 2016-10-25 | 1 | -2/+10 |
|\ |
|
| * | Move function to LargeFileHelper | Lukas Reschke | 2016-10-25 | 1 | -1/+2 |
| * | fixing php 32 bit (arm) filemtime on large file issue (#18971) (#25428) | Boris Rybalkin | 2016-10-25 | 1 | -2/+9 |
* | | Remove not existent function call | Lukas Reschke | 2016-10-25 | 1 | -1/+1 |
|/ |
|
* | Only use realpath for real directories (#26058) | Vincent Petry | 2016-09-26 | 1 | -1/+6 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
* | dissalow symlinks in local storages that point outside the datadir | Robin Appelman | 2016-06-07 | 1 | -1/+29 |