Commit Graph

5433 Commits (cf2af3ce4d968920189bc11ac8bbad876490cd2e)

Author SHA1 Message Date
Thomas Müller d54f314c93 fixing ident 13 years ago
Thomas Müller ff078db8cb we first shall check if the current session is valid - otherwise the session-id will be regenerated on login via basic auth 13 years ago
Lukas Reschke ce5f8d72a4 Use $installedVersion instead of $currentVersion 13 years ago
Bjoern Schiessle 7f81b14eff don't allow to create a file or folder named 'Shared' in the root folder, also exclude all combinations of lower and upper case letters 13 years ago
Vincent Petry d7163c9b5a Fixed X-Forwarded-Host parsing 13 years ago
Vincent Petry f1b948d4dc Added localhost as trusted domain 13 years ago
Vincent Petry 9b6b02af6d Show warning page when accessing server from an untrusted domain 13 years ago
Jan-Christoph Borchardt b3c5aaa1ca make mail notification header color themable 13 years ago
Vincent Petry 762b0d9510 Allow XML entity loader for MDB2 schema loader 13 years ago
Robin Appelman 7580518bd8 Also delete legacy storages when deleting a user 13 years ago
Vincent Petry 1d0e45e179 Also quote old column name during DB migration 13 years ago
Bjoern Schiessle b4f154f9b4 fix path in sharing results if it is a file in the Shared folder 13 years ago
Thomas Müller a88b253c78 introduce new theme function to allow full creation of documentation links: buildDocLinkToKey() 13 years ago
Vincent Petry 149814d95b Replace deleteAll call with unlink call 13 years ago
Bjoern Schiessle 9183ade655 don't overwrite keys if rename was done by a stream copy 13 years ago
Vincent Petry 6d3b5b24fd Fix case where port is missing 13 years ago
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