Commit Graph

5416 Commits (0187537a2e42cdc660f2cd73de0db9ed2bc85170)

Author SHA1 Message Date
Lukas Reschke fb1ebf13c6 Adjust version for stable6 13 years ago
Lukas Reschke ed7e9be7cd Add overwritehost config on setup and upgrade 13 years ago
Lukas Reschke 92b4d52079 Fix "headers are already sent" introduced with #6519 13 years ago
Thomas Tanghus 91b4045791 Test if $url is already prefixed by '/' 13 years ago
Thomas Tanghus 0f87a0248f Add missing slash in URLGenerator::getAbsoluteURL(). Refs. #6840 13 years ago
nhirokinet 2d946d2766 Update user.php to fix duplicate session-duplicate 13 years ago
NARUKAWA Hiroki a422f19fac Security Update: session fixation 13 years ago
Robin Appelman 118033cac6 Also clean up the filecache table when deleting a storage entry 13 years ago
Robin Appelman b0ba69ff31 Also remove the user's home storage from the storage table when deleting a user 13 years ago
Vincent Petry b4f04c18db Fix xsendfile local storage detection with quota 13 years ago
Bjoern Schiessle 018fed6014 getData() always needs to return an array 13 years ago
Arthur Schiwon 0213928735 fix DI 13 years ago
Arthur Schiwon 1cf599d494 Inject logger 13 years ago
Arthur Schiwon 8a4dbdedcf wrong tld 13 years ago
Arthur Schiwon 7e451a24bc sort following entries in alphabetical order 13 years ago
Arthur Schiwon f8620704d4 move sorter into a class 13 years ago
Bjoern Schiessle 9c9b161f51 replace 'size' with 'unencrypted_size' if encryption is enabled 13 years ago
Bjoern Schiessle 9b257ad862 change order of issubdirectory() calls to avoid error messages for non-apps 13 years ago
Jan-Christoph Borchardt c096c6edc3 add icons.css file, first step to get rid of %webroot% 13 years ago
Vincent Petry 9404389d83 Allow getting info or renaming part files through WebDAV 13 years ago
Bjoern Schiessle 44a6d2a98c add test for password remove method 13 years ago
Bjoern Schiessle 34069e00c4 also load error handler if debugging is enabled 13 years ago
Bjoern Schiessle 88542819f0 remove passwords in URLs from all log messages 13 years ago
Vincent Petry 301e4988a1 Added exception logger plugin for sabre connector 13 years ago
Otto Sabart e6391d84a1 Add check for apc.enabled option 13 years ago
Bjoern Schiessle a5a2fe9180 show link to app documentation 13 years ago
Thomas Müller ea334cfa18 fixing comment + adding unit test for checkPasswordProtectedShare 13 years ago
Thomas Müller c10af30381 in case no share is found for the given token we can return right away 13 years ago
Thomas Müller 4351609df9 adding password protection check to getShareByToken() 13 years ago
Thomas Müller b722ce6cc3 OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error 13 years ago
Jörn Friedrich Dreyer 65fa896bc2 add getOwner impementation to Home Storage 13 years ago
Jörn Friedrich Dreyer 0b11762b1c use 'download.zip' as default name for zip downloads instead of 'owncloud.zip' 13 years ago
Vincent Petry 09cc0c5cc9 Fixed quota wrapper to not wrap failed fopen streams 13 years ago
Jörn Friedrich Dreyer 40c2f47cd9 add needUpgrade() check to addQueuedTask() 13 years ago
ben-denham 3093c63024 Unshare all will now delete all shares for the item, instead of only for a single owner. 13 years ago
Thomas Müller 0c140d5f6e in order to work properly with encryption ocTransferId is added to the file path - questionable usage of magic string 13 years ago
Thomas Müller 49969825ad Adding a random postfix to the part file. 13 years ago
Bjoern Schiessle 3fde29ead4 keep response message 13 years ago
Robin Appelman 6adac6a673 Use storage_mtime when determining if we can reuse cached data while scanning 13 years ago
Vincent Petry 88dc71381f Fix calculated folder size to use unencrypted size 13 years ago
Thomas Müller 3b1396b538 remove ru_RU - it's almost untranslated 13 years ago
st3so 5f2e8f7723 fixing typo in redirection query string 13 years ago
Vincent Petry 1cbe1896e7 Prevent deleting storage root 13 years ago
Arthur Schiwon ebe3872c64 Infowarning about 32bit 13 years ago
Arthur Schiwon f1ea0bcafc add tests for user counting 13 years ago
Arthur Schiwon cf8fc2294e if backends have the same class name, sum their users up instead of overwriting 13 years ago
Arthur Schiwon 4b4901519d Introduce user count action to user management 13 years ago
Vincent Petry a711d4e39a Removed special handling of part files in shared storage rename 13 years ago
Thomas Müller 9a1cbabdd6 rename user-id to loginname to stay consistent 13 years ago
Thomas Müller 596ab7552e set login name within apache auth backend 13 years ago