Commit Graph

3735 Commits (95cee0eb5d39ceb0c47c053c81134d039ab514d6)

Author SHA1 Message Date
Arthur Schiwon 95cee0eb5d LDAP: also prepare for DN for login due to the escape changes for #419. Hopefully we're really done now.. 13 years ago
Arthur Schiwon dd694b5fb4 LDAP: correct escaping in DNs, differ between use for filters and bases. Really fixes #419 now 13 years ago
Arthur Schiwon fd71023dd6 LDAP: Make update script escape all known DNs. Requires version bump. 13 years ago
Arthur Schiwon 124e4ba53c LDAP: escape values in the DN, fixes #419 13 years ago
Thomas Mueller 6188f07c95 backport of PR #471 13 years ago
Thomas Mueller 4fa86c4dc3 closes #466 - manual backport of translations 13 years ago
Björn Schießle b019a57894 also set 'renaming' to false if renaming was aborted, this fixes issue #442 13 years ago
Björn Schießle 5e19854d47 always calll fopen 13 years ago
Björn Schießle 781b579074 create correct file cache entries for new files/folder created in shared folders 13 years ago
Arthur Schiwon 2d110f25f7 LDAP: check if search was successful (fixes a PHP warning), provide meaningful log output 13 years ago
Björn Schießle 39b6bb8a18 make function static 13 years ago
Thomas Mueller 7270be85a4 Revert "l10n support for user_webdavauth" 13 years ago
Thomas Mueller 560d87e26a l10n support for user_webdavauth 13 years ago
Arthur Schiwon b3245ac327 LDAP: convert binary objectGUID-value to string before storing in DB 13 years ago
Georg Ehrke 1ffcd33817 fix file delete in opera - fixes #188 13 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 13 years ago
Frank Karlitschek 8b31081c52 backport fix for the user_webdavauth fix to stable45. approved master fix here: 6fba4ba87d 13 years ago
Robin Appelman 0741598f58 Revert "fix blocking drag & drop upload of folders" 13 years ago
Arthur Schiwon 693c535a94 LDAP: fix typo in config value handling. 13 years ago
Björn Schießle 6e8f970999 urlencode file/dir to allow special characters in filename/path (issue #95) 13 years ago
Lorenzo M. Catucci d62f138153 Return an empty array on succesful existence check 13 years ago
Lorenzo M. Catucci 7fc1276ac7 Return true or false from readAttribute if $attr is empty 13 years ago
Arthur Schiwon ba2bba0f66 Fix mkdir and opendir warnings when path does not exist 13 years ago
Arthur Schiwon ab7561b2b6 prepare SQL query only once, that's what prepared statements are for. Should improve upgrade time with larger setups 13 years ago
Robin Appelman 9691d56713 support string values ('true' and 'false') for configuring the secure parameter on external storage backends 13 years ago
Frank Karlitschek c518f35e83 backport the approved fix from master to stable45 13 years ago
Arthur Schiwon 5cf1fd8aa9 code style 13 years ago
Arthur Schiwon c64f579518 LDAP: clear the cache not only when TTL changes, but with every settings update. Fixes #194 13 years ago
Lukas Reschke 054c168b32 Remove uneeded debug output 13 years ago
Lukas Reschke 3139636906 Add CSRF check 13 years ago
Björn Schießle 3945f9cdb1 adapted comments to the code changes 13 years ago
Björn Schießle de1b95c8e7 load logging apps for webdav connections 13 years ago
Lukas Reschke 725e733178 Backport of pull request #155 13 years ago
Björn Schießle a98cfbe868 don't call $('#found_versions').chosen(); after opening the history drop-down since no version is selected at the beginning 13 years ago
Björn Schießle 12ea922389 fix broken paths in versions app 13 years ago
Arthur Schiwon 4b39ce5134 LDAP: fix again proper check if groups are enabled 13 years ago
Lukas Reschke 9f570345a5 urlencode 13 years ago
Lukas Reschke 5d866295d8 Revert "Fix urlencoding in the breadcrumb" 13 years ago
Björn Schießle ca58aa1644 urldecode target directory 13 years ago
Björn Schießle 3b9c10dcf6 Shared files are not stored in the file cache. Therefore we need to 13 years ago
Arthur Schiwon 28e0fa7d1d LDAP: properly check if Groups-feature is enabled 13 years ago
Lukas Reschke 552aee93fa Fix urlencoding in the breadcrumb 13 years ago
Arthur Schiwon c2e3999f76 Files: urldecode urlencoded dir names, fixes oc-2111 13 years ago
Arthur Schiwon 7435064cd3 LDAP: fix db update for Postgres 13 years ago
Arthur Schiwon 0c57d94467 LDAP: fix cache save and check, fixes oc-2118 13 years ago
Björn Schießle 296884b24a fix copy&paste error from previous commit 13 years ago
Björn Schießle 2e5ce9f4ec don't call OC_Filesystem::normalizePath() but simply remove trailing slashes. 13 years ago
Arthur Schiwon cc67ae9dbb unset UserID after Update 13 years ago
Björn Schießle f06467b95b normalize path to avoid problems with trailing slashes, double-slashes, etc. 13 years ago
Arthur Schiwon e49d5a5f9a LDAP: fix retrieval of Quota and Email 13 years ago