Commit Graph

3754 Commits (144a4359674bddbb56bfeb8491f54bfaef02a5ec)

Author SHA1 Message Date
Jörn Friedrich Dreyer 1a2fad128b fix oc-605 14 years ago
Arthur Schiwon 44119e2051 LDAP: ldap_explode_dn escaped too much, fix it by manual replacement. Fixes different problems, esp. with non-ascii characters in the dn (#631) 14 years ago
Björn Schießle 1f4713d320 use \OCP\Share::getItemSharedWith to also finds source of files in a shared folder 14 years ago
Björn Schießle b7dd48b41f fix regression in file versioning for shared files 14 years ago
Robin Appelman 4decc86598 use new obEnd function instead of ob_end_clean 14 years ago
Jörn Friedrich Dreyer a9f041a702 show drag shadow in firefox by using helper:'clone' 14 years ago
Arthur Schiwon ef159cd863 use normalizePath to have a proper target path 14 years ago
Arthur Schiwon 5d53e0d5ce all but the first parameter are introduced by & 14 years ago
Arthur Schiwon 07c0cda12d make sure path starts with / 14 years ago
Jörn Friedrich Dreyer 2f08d24743 Backport pull request #380 from butonic/feature_share_link_with_token 14 years ago
Björn Schießle 1b4f249157 make sure to add the right user as owner of a file to the file cache table 14 years ago
Arthur Schiwon 34937479a8 use normalizePath to have a proper target path 14 years ago
Robin Appelman 41bfd5e1f3 make sure the output buffer is closed when handeling webdav 14 years ago
Jörn Friedrich Dreyer f385d32331 introduce Files.containsInvalidCharacters(), use when creating or renaming files 14 years ago
Thomas Mueller 3c5470358e some more invalid characters have been added 14 years ago
Bart Visscher 05db74e7db Also reject names with \ in the name 14 years ago
Brice Maron dceb2b7c32 Show error message to prevent adding a shared folder in the root dir fix #468 14 years ago
Arthur Schiwon 95cee0eb5d LDAP: also prepare for DN for login due to the escape changes for #419. Hopefully we're really done now.. 14 years ago
Arthur Schiwon dd694b5fb4 LDAP: correct escaping in DNs, differ between use for filters and bases. Really fixes #419 now 14 years ago
Arthur Schiwon fd71023dd6 LDAP: Make update script escape all known DNs. Requires version bump. 14 years ago
Arthur Schiwon 124e4ba53c LDAP: escape values in the DN, fixes #419 14 years ago
Thomas Mueller 6188f07c95 backport of PR #471 14 years ago
Thomas Mueller 4fa86c4dc3 closes #466 - manual backport of translations 14 years ago
Arthur Schiwon f9c5a0fd4d all but the first parameter are introduced by & 14 years ago
Arthur Schiwon a575e86b88 make sure path starts with / 14 years ago
Björn Schießle b019a57894 also set 'renaming' to false if renaming was aborted, this fixes issue #442 14 years ago
Björn Schießle cb0666e235 move the identification of the real path of a shared file to the filecache 14 years ago
Björn Schießle cb55229c1e get the right metadata and file id if a file was uploaded to a Shared folder 14 years ago
Björn Schießle 5e19854d47 always calll fopen 14 years ago
Björn Schießle 781b579074 create correct file cache entries for new files/folder created in shared folders 14 years ago
Arthur Schiwon 2d110f25f7 LDAP: check if search was successful (fixes a PHP warning), provide meaningful log output 14 years ago
Björn Schießle 39b6bb8a18 make function static 14 years ago
Thomas Mueller 7270be85a4 Revert "l10n support for user_webdavauth" 14 years ago
Thomas Mueller 560d87e26a l10n support for user_webdavauth 14 years ago
Arthur Schiwon b3245ac327 LDAP: convert binary objectGUID-value to string before storing in DB 14 years ago
Georg Ehrke 1ffcd33817 fix file delete in opera - fixes #188 14 years ago
Björn Schießle 56c8976bac introduce util.php for file sharing which provides functionallity which is also needed in other places, e.g. the webdav server 14 years ago
Frank Karlitschek 8b31081c52 backport fix for the user_webdavauth fix to stable45. approved master fix here: 6fba4ba87d 14 years ago
Robin Appelman 0741598f58 Revert "fix blocking drag & drop upload of folders" 14 years ago
Arthur Schiwon 693c535a94 LDAP: fix typo in config value handling. 14 years ago
Björn Schießle 6e8f970999 urlencode file/dir to allow special characters in filename/path (issue #95) 14 years ago
Lorenzo M. Catucci d62f138153 Return an empty array on succesful existence check 14 years ago
Lorenzo M. Catucci 7fc1276ac7 Return true or false from readAttribute if $attr is empty 14 years ago
Arthur Schiwon ba2bba0f66 Fix mkdir and opendir warnings when path does not exist 14 years ago
Arthur Schiwon ab7561b2b6 prepare SQL query only once, that's what prepared statements are for. Should improve upgrade time with larger setups 14 years ago
Robin Appelman 9691d56713 support string values ('true' and 'false') for configuring the secure parameter on external storage backends 14 years ago
Frank Karlitschek c518f35e83 backport the approved fix from master to stable45 14 years ago
Arthur Schiwon 5cf1fd8aa9 code style 14 years ago
Arthur Schiwon c64f579518 LDAP: clear the cache not only when TTL changes, but with every settings update. Fixes #194 14 years ago
Lukas Reschke 054c168b32 Remove uneeded debug output 14 years ago