Commit Graph

3714 Commits (80433fc4c4b052d788d9a942ce9d332b0f526362)

Author SHA1 Message Date
Jenkins for ownCloud 73e0b4c10a [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 0c621ff6a9 [tx-robot] updated from transifex 13 years ago
Michael Gapczynski 2893bb9543 Bump version for files_encryption changes 13 years ago
Jenkins for ownCloud 6a6c18dfab [tx-robot] updated from transifex 13 years ago
Alessandro Cosentino 3fbfe3c06a small typo in the comments 13 years ago
Jenkins for ownCloud b47729c5fc [tx-robot] updated from transifex 13 years ago
Michael Gapczynski 3b6d850e59 Switch to calling deleteAll via storage to avoid emitting delete hook 13 years ago
Jörn Friedrich Dreyer 1f1abe595d cleanup codestyle 13 years ago
Jörn Friedrich Dreyer cbd5eb9a1a use to_char only for oracle, whitespace 13 years ago
Jörn Friedrich Dreyer eceb3c8ed5 add debug output 13 years ago
Jörn Friedrich Dreyer 1b68c0c0cd allow install when only oracle is available 13 years ago
Roland Hager 2ea2abf11e Fixing UPDATE error in filecache table when renaming files by calling move(). Add storage id to the where clause to avoid updating entries of other users. 13 years ago
Michael Gapczynski 09ff46eda2 Remove user name addition to paths in deleteAll 13 years ago
Thomas Tanghus c38dc36665 Remove debug output 13 years ago
Thomas Tanghus b1bb899867 Add rename() method to OC_VCategories. 13 years ago
Jenkins for ownCloud 6609de28d8 [tx-robot] updated from transifex 13 years ago
Florin Peter 58a8d67a9b fix for webdav because initMounts() is triggered twice so we lost the root path 13 years ago
Florin Peter b3b6738d59 Revert "fix for webdav and wrong reference for findByStorageId" 13 years ago
Florin Peter 079f918d5c fix for webdav and wrong reference for findByStorageId 13 years ago
Michael Gapczynski fc5bce1f76 Fix undefined variable for copying empty folders 13 years ago
Michael Gapczynski 41e2d64c86 Add support for copying/moving folders between storages, move isIgnoredDir() to Filesystem 13 years ago
Lukas Reschke 7ec36c5bbb Add password to pre_login 13 years ago
Jenkins for ownCloud 6a6079176b [tx-robot] updated from transifex 13 years ago
Florin Peter d7dc710c8b revert changes 13 years ago
Florin Peter a92dead754 only connect share hooks if installation OC is installed 13 years ago
Florin Peter 469d6028ad revert changes 13 years ago
Björn Schießle 95297c2469 add pre-shared hooks 13 years ago
Björn Schießle 9d1e60325c allow admin to recover users files in case of password lost 13 years ago
Thomas Tanghus c8bbf90feb Port OC.dialogs to use octemplate except for prompt() and form(). 13 years ago
Jenkins for ownCloud 966c2231e3 [tx-robot] updated from transifex 13 years ago
Thomas Tanghus f355d797ff Port OC.dialogs to use octemplate except for prompt() and form(). 13 years ago
Florin Peter c50bf3e3c5 fix for losing mount point "/" 13 years ago
Florin Peter 68059b1ec3 fix for SQLite3Result::fetchArray(): The SQLite3Result object has not been correctly initialised in post_addToGroup 13 years ago
Thomas Tanghus cb41a30b00 Add Compound property to avoid double escaping values. 13 years ago
Florin Peter 0916769f67 fix for SQLite3Result::fetchArray(): The SQLite3Result object has not been correctly initialised in post_addToGroup 13 years ago
Michael Gapczynski d91161186b Fix finding mount in background watcher, fixes #3353 13 years ago
Florin Peter 751487ded7 merge changes for files_encryption 13 years ago
Florin Peter 807740a07a fix for losing mount point "/" 13 years ago
Florin Peter 791751b529 added setter for filesystem view 13 years ago
Björn Schießle aa3eb6bb5b don't handle public share keys in lib/public/share.php but in apps/files_encryption/lib/util.php instead 13 years ago
Michael Gapczynski 71eed76dbe Prevent backgroundScan() from looping if opendir() is failing for the same path 13 years ago
Björn Schießle d1e2e47592 generate random key name for share key to avoid name conflicts 13 years ago
Frank Karlitschek 0e55accee2 Set the SQLite database lock timeout to 60 seconds which is the default in PHP anyways. I don't know why the MDB2 driver has this hardcoded to 0.1 seconds. This potentially fixes a lot of SQLite database lock problems and stuck in maintainance mode during upgrade issues. 13 years ago
Thomas Tanghus baf058316c disable mbstring.func_overload in setup 13 years ago
Lukas Reschke 63d51980e1 Get config from template 13 years ago
Jenkins for ownCloud 74f92d0c7f [tx-robot] updated from transifex 13 years ago
Florin Peter dc8164a3f0 fix for accessing non object 13 years ago
Jörn Friedrich Dreyer 9134395b43 don't emit rename hooks on partial file renames 13 years ago
Jörn Friedrich Dreyer c3b0d3d38c rename isIgnoredFile to isPartialFile, remove check of blacklisted files in isPartialFile, correct usage of isPartialFile and isFileBlacklisted 13 years ago
Florin Peter 1f464a7113 fix for accessing non object 13 years ago