Commit Graph

5497 Commits (0c355cb1fb364ac8e31c15ebf601552eb1908664)

Author SHA1 Message Date
Vincent Petry 0c355cb1fb Fixed getAbsolutePath case when path is "0" 12 years ago
Lukas Reschke 1e6b4576c2 Harden issubdirectory() 12 years ago
Vincent Petry 37e29169e0 Fix getPathById for Oracle 12 years ago
Robin Appelman d2dbab21fb Fix getPath for storage roots 12 years ago
Vincent Petry a152f3a50f Added PostgreSQL version warning + log on upgrade 12 years ago
Morris Jobke c341a971f8 fix getUserFolder() of server container 12 years ago
Georg Ehrke 1d2dc9b685 fix issue with spamming logging files when loading cached thumbnail 12 years ago
Bjoern Schiessle 4e1d57e815 always encrypt files to owner 12 years ago
Fabian Henze 6f8a24c2cd Fix setting the max-upload-size for really large values. 12 years ago
Volkan Gezer 65ea07fc54 Update outdated comment 12 years ago
Georg Ehrke a3d93f0ba1 backport b68098ebba to stable6 12 years ago
Lukas Reschke 283a8b9624 Clarify the trusted_domain error page 12 years ago
Lukas Reschke dacacacc4f Revert "Clarify the trusted_domain error page" 12 years ago
Lukas Reschke 4f9a5c9d3c Clarify the trusted_domain error page 12 years ago
Arthur Schiwon 0a9487ec80 fix after rebase 13 years ago
Arthur Schiwon fcffccf018 keep the constant to not provoke PHP warnings 13 years ago
Arthur Schiwon 72b90816fa trim must not be used in empty in PHP < 5.5 13 years ago
Arthur Schiwon f93ab1105f implement getDisplayNames in group manager 13 years ago
Arthur Schiwon 649233e54c clean up group backends 13 years ago
Arthur Schiwon 60edf98c15 remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backends 13 years ago
Bernhard Posselt a53ec9ebeb merge middleware string registration 13 years ago
Bernhard Posselt 33bdab1618 use references for middleware to fix problems on 5.3 13 years ago
Bernhard Posselt 3405342ab6 merge dicontainer 13 years ago
Bernhard Posselt 980b11f096 default to GET request when no method is set to fix unittests, also set parsed json parameters on the post attribute 13 years ago
Bernhard Posselt 22485fe743 Correctly process request parameters other than GET or POST, dont use globals in the class but inject it 13 years ago
Lukas Reschke 9b36224bd4 Backport of #8197 to stable6 13 years ago
Lukas Reschke 9f1788f202 Backport of #8183 to stable6 13 years ago
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