Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Consolidate getQuota and setQuota methods in User instance | Arthur Schiwon | 2016-02-09 | 1 | -4/+1 | |
| | ||||||
* | Merge pull request #21117 from owncloud/owner-file-exists | Thomas Müller | 2016-01-15 | 1 | -13/+6 | |
|\ | | | | | Only return an owner if the file exists + improved getUidAndFilename | |||||
| * | handle not found in trash hook | Robin Appelman | 2016-01-11 | 1 | -1/+5 | |
| | | ||||||
| * | de-deplicate getUidAndFilename | Robin Appelman | 2016-01-11 | 1 | -12/+1 | |
| | | ||||||
* | | Merge pull request #21544 from owncloud/trashbin-permissions | Thomas Müller | 2016-01-15 | 1 | -0/+3 | |
|\ \ | | | | | | | set etag and permission fields for trashbin entries | |||||
| * | | set etag and permission fields for trashbin entries | Robin Appelman | 2016-01-08 | 1 | -0/+3 | |
| |/ | ||||||
* / | Happy new year! | Thomas Müller | 2016-01-12 | 8 | -12/+13 | |
|/ | ||||||
* | Use proper public API for OC_Helper::getFileNameMimeType | Morris Jobke | 2015-12-17 | 1 | -1/+1 | |
| | ||||||
* | Fix thrashbin wrapper when no user is loggedin | Robin Appelman | 2015-12-11 | 1 | -2/+3 | |
| | ||||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 1 | -6/+7 | |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
* | Cleanup trashbin expire code | Morris Jobke | 2015-11-30 | 1 | -15/+6 | |
| | | | | * requested by @schiesbn | |||||
* | Deduplicate queued trashbin expire jobs | Morris Jobke | 2015-11-27 | 1 | -16/+9 | |
| | | | | | | | | * fixes #20425 * this removes the argument trashbin size from the expire job - it is now calculated in the expire job * the queue now detects properly that the job is already queue and doesn't add it again | |||||
* | Make Cache\Updater per storage | Robin Appelman | 2015-11-25 | 1 | -3/+3 | |
| | ||||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 3 | -3/+3 | |
| | ||||||
* | Throw exception on `getPath` if file does not exist | Lukas Reschke | 2015-10-25 | 1 | -2/+12 | |
| | | | | | | | | | | Currently the `getPath` methods returned `NULL` in case when a file with the specified ID does not exist. This however mandates that developers are checking for the `NULL` case and if they do not the door for bugs with all kind of impact is widely opened. This is especially harmful if used in context with Views where the final result is limited based on the result of `getPath`, if `getPath` returns `NULL` PHP type juggles this to an empty string resulting in all possible kind of bugs. While one could argue that this is a misusage of the API the fact is that it is very often misused and an exception will trigger an immediate stop of execution as well as log this behaviour and show a pretty error page. I also adjusted some usages where I believe that we need to catch these errors, in most cases this is though simply an error that should hard-fail. | |||||
* | Fix trashbin handling of unknown/unlimited free space | Robin Appelman | 2015-10-16 | 1 | -2/+3 | |
| | ||||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 5 | -1/+4 | |
| | ||||||
* | first copy to owner and then move to current user because the encryption | Bjoern Schiessle | 2015-10-01 | 2 | -18/+26 | |
| | | | | wrapper always expect to work on the owner storage | |||||
* | Change small thumbnails to 32 px | Morris Jobke | 2015-09-30 | 1 | -1/+1 | |
| | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big | |||||
* | Replaces if ($file === '.' || $file === '..') by ↵ | Martin | 2015-09-22 | 1 | -1/+1 | |
| | | | | if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. | |||||
* | make sure to add the correct file size to the file info, otherwise we will ↵ | Bjoern Schiessle | 2015-09-21 | 1 | -0/+4 | |
| | | | | not show the preview for every filetype | |||||
* | Log deleted files | Victor Dubiniuk | 2015-09-16 | 1 | -0/+4 | |
| | ||||||
* | Add PHPDoc | Lukas Reschke | 2015-09-16 | 2 | -2/+16 | |
| | ||||||
* | Updates according to review | Victor Dubiniuk | 2015-09-16 | 1 | -10/+22 | |
| | ||||||
* | Add expiration cronjob | Victor Dubiniuk | 2015-09-16 | 3 | -1/+114 | |
| | ||||||
* | Migrate settings | Victor Dubiniuk | 2015-08-10 | 1 | -3/+2 | |
| | ||||||
* | Enhance trashbin expiration settings | Victor Dubiniuk | 2015-08-10 | 2 | -18/+166 | |
| | ||||||
* | Moved core apps to the capabilities manager | Roeland Jago Douma | 2015-08-10 | 1 | -10/+12 | |
| | | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions | |||||
* | Set proper mimetype for directories | Roeland Jago Douma | 2015-08-05 | 1 | -1/+1 | |
| | ||||||
* | only move real files to the trash bin | Bjoern Schiessle | 2015-07-08 | 1 | -2/+32 | |
| | ||||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -4/+4 | |
| | ||||||
* | Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_util | Morris Jobke | 2015-07-01 | 1 | -6/+6 | |
|\ | | | | | Move core apps from OC_Log::write to OCP\Util | |||||
| * | Move core apps from OC_Log::write to OCP\Util | Roeland Jago Douma | 2015-05-18 | 1 | -6/+6 | |
| | | ||||||
* | | update license headers and authors | Morris Jobke | 2015-06-25 | 2 | -2/+1 | |
| | | ||||||
* | | explain pre-hook scan | Robin Appelman | 2015-06-15 | 1 | -0/+1 | |
| | | ||||||
* | | ensure we dont have to scan a file in the trash wrapper | Robin Appelman | 2015-06-15 | 1 | -0/+10 | |
| | | ||||||
* | | Keep versions when deleting as recipient | Vincent Petry | 2015-06-02 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | The original owner could not be resolved because the original file was already deleted, so no versions were retained. This fix passes the owner and path to retainVersions() since it was already resolved before the file deletion. This reactivates the versions logic and creates a copy of the versions in each trashbin. | |||||
* | | Merge pull request #15985 from owncloud/hotfix/fix-encryption-references | Björn Schießle | 2015-05-26 | 2 | -29/+0 | |
|\ \ | | | | | | | [enc2] fix references to legacy encryption app name | |||||
| * | | removing encryption preview check | Clark Tomlinson | 2015-05-18 | 1 | -3/+0 | |
| | | | ||||||
| * | | removing deletion of encryption keys | Clark Tomlinson | 2015-05-18 | 1 | -26/+0 | |
| | | | | | | | | | | | | this will be handled in the wrapper now | |||||
| * | | fix references to legacy encryption app name | Clark Tomlinson | 2015-05-18 | 2 | -2/+2 | |
| |/ | ||||||
* | | cleanup move/copy logic in trash | Robin Appelman | 2015-05-19 | 1 | -20/+57 | |
| | | ||||||
* | | fix target path for move | Robin Appelman | 2015-05-18 | 1 | -2/+6 | |
| | | ||||||
* | | update cache after move to trash | Robin Appelman | 2015-05-18 | 1 | -0/+2 | |
| | | ||||||
* | | dont go trough the view when moving to trash | Robin Appelman | 2015-05-18 | 1 | -12/+27 | |
|/ | ||||||
* | Fix restoring files from trash with unique name | Vincent Petry | 2015-05-15 | 1 | -6/+11 | |
| | | | | | | | | | | When restoring a file, a unique name needs to be generated if a file with the same name already exists. Also fixed the restore() method to return false if the file to restore does not exist. Added unit tests to cover restore cases. | |||||
* | Added rmdir to trashbin storage wrapper | Vincent Petry | 2015-05-12 | 1 | -5/+30 | |
| | | | | | | | | This makes sure that folders are moved to trash when deleted with rmdir() instead of unlink(). This happens for example when deleting a folder over WebDAV. The web UI uses unlink() so it wasn't affected. | |||||
* | Do not trash part files, delete directly | Vincent Petry | 2015-04-21 | 1 | -1/+4 | |
| | ||||||
* | fixing unit test execution related to trashbin | Thomas Müller | 2015-04-07 | 1 | -1/+1 | |
| | ||||||
* | add priority to trashbin storage wrapper so that he is always on top | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 | |
| |