Commit Graph

5468 Commits (a7bc716b95e5a1a07ef2756d56e4e9f7915b2fcd)

Author SHA1 Message Date
Lukas Reschke a30040411c Backport of #7682 to stable6 13 years ago
Robin Appelman d4be12ab21 Verify that a file exists before we share it 13 years ago
Arthur Schiwon 793f20d728 Remove limit and offset manipulation when getting users or groups, because it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint 13 years ago
Vincent Petry d4951c68f3 Fixed Sabre Node implementation to correctly return timestamps as int 13 years ago
Bernhard Posselt 22632a227c Update controller.php 13 years ago
Bernhard Posselt fc8004d335 add requirements to routing 13 years ago
Thomas Müller 2149670328 fix code formatting 13 years ago
Thomas Müller 2741eb1fe3 To isolate the variable scope used inside the $file it is required in it's own method - refs #8138 13 years ago
Joan b09614b61b Disabled internet checking as mentioned when in proxy mode 13 years ago
Bernhard Posselt 6b15731bfe Remove dependency on container, removing service locator antipattern 13 years ago
Vincent Petry be30728bc2 Fixed chunking and insufficient storage check 13 years ago
Vincent Petry d34e1b524a Do not expire chunks while checking for their existence 13 years ago
Robin Appelman 79635ccb41 Add bindParam to statement wrapper 13 years ago
Robin Appelman a591160c32 use a non-recursive chmod on the datadir 13 years ago
Robin Appelman 6dd3215eae Improve phpdoc 13 years ago
Robin Appelman 2150cac956 Give storages the option to implement the getById behaviour for View->getPath 13 years ago
Volkan Gezer 47e3e73c8f Fix admin-dir_permissions redirection when cannot write warning 13 years ago
Thomas Müller 456f02b476 remove pl_PL - fixes #7973 13 years ago
Thomas Tanghus f464620a65 Fix 'Undefined variable: message' in OCP\Util::logException 13 years ago
Vincent Petry bb995c53c5 Still return quota value when free space is unknown 13 years ago
Vincent Petry eacb4b3f3e Return unencrypted_size of folder when queried 13 years ago
Vincent Petry a70b99ff62 Propagate unencrypted_size up to the file cache root 13 years ago
Vincent Petry d85d3a4493 Return 503 when a config/data dir error exists 13 years ago
Vincent Petry a1c0c5e1a2 Added .ocdata file to check for data folder validity 13 years ago
Vincent Petry 58db31e61e Added warning for trusted_domains after CLI upgrade 13 years ago
Bjoern Schiessle 30cca2524f finally fix the paths for the OCS Share API 13 years ago
Thomas Müller 46657ad8a6 fixing method names 13 years ago
Thomas Müller 14b9eba428 set content-type on ocs exceptions 13 years ago
Bjoern Schiessle c3c255b0ca fix path creation for re-shares, issue #7662 13 years ago
Thomas Müller c1c6ce22e8 remove magic handling of recipient lists by exploding the string - this functionality is nowhere used this way and nowhere documented - and broken because only $toaddress will be exploded not $toname 13 years ago
Victor Dubiniuk 37e19534f1 Reset time of last update feed polling 13 years ago
Vincent Petry 4966d632ae Disable XML entities when parsing XML 13 years ago
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