Commit Graph

3059 Commits (fd4e59b748d2d22e4aea4a7583139b5a4e4b65d7)

Author SHA1 Message Date
Björn Schießle 40efeb9187 isSharedFile() doesn't detect all shares, just use getUsersSharingFile() directly either you get a list of users or not 14 years ago
Björn Schießle 5005195db0 create keypair for ownCloud with empty passphrase, will be used for public link shares 14 years ago
Björn Schießle 9356f9a6bf add post_unshareALll hook, update recursively all keyfiles if a folder was shared/unshared 14 years ago
Björn Schießle 4952dfe956 add post_unshare hook, also add public link shares to the list of user with access to a file 14 years ago
Björn Schießle a692264fa4 add option to keep duplicates in the list of users with access to a file, e.g. for the unshare operation we need to know if access was granted more than once, for example as group share and as individual share 14 years ago
Björn Schießle d1bbb30385 also find users with access to the file if a folder above the actual file was already shared 14 years ago
Björn Schießle 8eef919a75 take group shares into account if we retrieve the list a all recipients 14 years ago
Sam Tuke 92f06243be Implementing sharing support 14 years ago
Sam Tuke b3e59ca1e3 Work on post_share hook for files_encryption 14 years ago
Bart Visscher ed1dc3e064 Fix files router download links 14 years ago
Thomas Mueller 4c3d4f7d36 quick fixing this require_once. 14 years ago
Thomas Müller 1158447499 missing comma in sql statement 14 years ago
Robin Appelman 73ed62976d Fix previous commit 14 years ago
Robin Appelman f3f55654ce Use dummy request method in CLI 14 years ago
Bart Visscher 20b6cb28b1 Fix warning with displayname in user layout template 14 years ago
Robin Appelman afa1a6d2b3 Don't try to use routes when called from cli 14 years ago
Jörn Friedrich Dreyer 1ef3e4c5c6 simplyfy mimetype parsing of 'file' output 14 years ago
Bart Visscher 149d079fd4 Move loading of js_config to templatelayout 14 years ago
Jenkins for ownCloud 35bd7a400d [tx-robot] updated from transifex 14 years ago
Sam Tuke ae8cfe6569 Added comments 14 years ago
Bart Visscher a4d3cc798f Correct lib/public/contacts.php tests 14 years ago
Christian Koch a4f909cefd Update lib/public/util.php 14 years ago
Björn Schießle 9e08f85c5e port already approved bugfix to master, https://github.com/owncloud/core/pull/1479 14 years ago
Björn Schießle 9d73e7eb1e let the user change his display name, if supported by the back-end 14 years ago
Thomas Mueller 10ea45c916 fix failing test cases due to wrong typing 14 years ago
Arthur Schiwon 5221ee0c5a offer change password only when the action is supported by the user backend 14 years ago
Thomas Mueller 77369d8164 disable error handler while running phpunit 14 years ago
Sam Tuke 50faddfa40 Minor improvement to comments 14 years ago
Thomas Mueller 9446017821 spell check 14 years ago
Thomas Mueller 1fd807a7d6 pass the argument to the ctor 14 years ago
Thomas Mueller ac11c842e6 setlocale test is pointless on Windows 14 years ago
Thomas Mueller d8084c132e new function \OC_Util::runningOnWindows() 14 years ago
Jenkins for ownCloud 98f37f4bed [tx-robot] updated from transifex 14 years ago
Brice Maron c5079a63a8 Add Redirect to getUrlContent fix #1065 14 years ago
Thomas Mueller 02e6adfdb3 fixing namespace 14 years ago
Lukas Reschke 5fcb35efd6 Also allow local files 14 years ago
Lukas Reschke bb90b0ee6e Allow the loading of local font files embedded via data: 14 years ago
Lukas Reschke 8de0f96a24 Allow loading of external fonts 14 years ago
Thomas Mueller 0a113600f7 in case file based session handling in enabled - we need to make sure the configured folder is writable 14 years ago
Thomas Mueller 6058c2f734 we get best results regarding mime type detection if we use fileinfo - let's tell the admin about that 14 years ago
Robin Appelman 7c33d0a5a7 Cache: fix copy-paste errors 14 years ago
Robin Appelman 80dd8d7802 Cache: check for invalid paths in getFileInfo/getDirectoryContent 14 years ago
Lukas Reschke 3def7f8187 Make fileblacklist configurable 14 years ago
TheSFReader d03155a8d5 translate the mimtype/mimepart to readable in the searchByMime function 14 years ago
Michael Gapczynski 6093d961a0 Add getOwner to Filesystem and View classes 14 years ago
Jenkins for ownCloud 2936140838 [tx-robot] updated from transifex 14 years ago
TheSFReader 42d59d5a16 Remove a warning by making sure the renamed file is a dir before trying and opening it 14 years ago
Robin Appelman ed4130474a Dav: update etag in filecache when doing a PROPSET 14 years ago
Robin Appelman c61c98cbef Dav: don't overwrite etag from filecache with old etag from properties table 14 years ago
herbrechtsmeier 37e6ac9a2a initPaths: set include path before any owncloud function is called 14 years ago