Commit Graph

6047 Commits (8bc7174bdca5ae7f4ea71eeb7daec56fb262a263)

Author SHA1 Message Date
Arthur Schiwon 64679b2e62 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
Thomas Müller 02726acbc8 adding checks and log messages regarding the assets folder 13 years ago
Thomas Müller e125dc60cd introduce new function to force a language 13 years ago
Thomas Tanghus 2fb68c120b Added explanation to mimetypes.list.php to avoid future confusion. 13 years ago
Thomas Tanghus 51e47319ef White-list known secure mime types. Refs. #8184 13 years ago
Lukas Reschke eecc400698 p() and print_unescaped() also take arrays as parameter 13 years ago
Jenkins for ownCloud 982d2bcc5b [tx-robot] updated from transifex 13 years ago
kondou d98ae4f9b2 Fix a wrong WebDAV Warning with self-signed-certs 13 years ago
Bernhard Posselt 62cce982bb 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 e7fa2790f3 Correctly process request parameters other than GET or POST, dont use globals in the class but inject it 13 years ago
Jenkins for ownCloud 329b8f3e99 [tx-robot] updated from transifex 13 years ago
Bernhard Posselt 4af72a076d use references for middleware to fix problems on 5.3 13 years ago
Lukas Reschke 77ecfdd1a4 Only encode dangerous dangerous characters 13 years ago
Jenkins for ownCloud 36107e1bad [tx-robot] updated from transifex 13 years ago
Bernhard Posselt 763da4258e fix the middleware registration process in the container 13 years ago
Jenkins for ownCloud 7c072510d3 [tx-robot] updated from transifex 13 years ago
Bernhard Posselt f06ef8aa4b register middleware as string to not force request to be instantiated too early and thus not having url parameters 13 years ago
Thomas Müller 98a5f121fd To isolate the variable scope used inside the $file it is required in it's own method 13 years ago
Bernhard Posselt 70c88027db add requirements to routing 13 years ago
Vincent Petry 4f11786a3d Fixed Sabre Node implementation to correctly return timestamps as int 13 years ago
Joas Schilling 352063cf0a Fix Undefined index: storage in share.php 13 years ago
Jenkins for ownCloud 796f719548 [tx-robot] updated from transifex 13 years ago
Volkan Gezer a4f42676ea Make hardcoded exception messages translatable 13 years ago
Arthur Schiwon 5f8d9b3a4e ask implementsAction instead of checking method_exists for easier testing 13 years ago
Arthur Schiwon 698297feb3 add optional countUsersInGroup method to group backends 13 years ago
Jenkins for ownCloud 4ad4b9768c [tx-robot] updated from transifex 13 years ago
Thomas Müller 7dd0074655 fixing mkdir code to respect external file systems as well 13 years ago
Thomas Müller c1fd300048 using array_key_exists() instead of isset() - required because in case the value is null isset is returning false 13 years ago
Thomas Müller 85e7921b14 fixing undefined exception classes 13 years ago
Thomas Müller 647abe512b reduce code duplication, fix parse error, prevent page reload on hitting enter while changing the display name - refs #8085 13 years ago
Jenkins for ownCloud e295d48fd4 [tx-robot] updated from transifex 13 years ago
Lukas Reschke 6babf90175 Switch to HTTPS 13 years ago
Lukas Reschke 5679f5c37e Remove wrong whitespace from URL and use HTTPS 13 years ago
Jenkins for ownCloud a9d49de465 [tx-robot] updated from transifex 13 years ago
Lukas Reschke 1b55c312e5 Removed two unused functions 13 years ago
Thomas Müller ccf1287fbf adding unit test for cache mechanism 13 years ago
Robin Appelman b61ec7352b dont scan not existing files in View->getFileInfo 13 years ago
Robin Appelman e76c246718 Pass the correct root to the preview on post_write 13 years ago
Thomas Müller f029312e5b fixing typos/spellings 13 years ago
Vincent Petry ab56f69416 Do not expire chunks while checking for their existence 13 years ago
Robin Appelman db95f49b7e Load all routes when matching an ocs route 13 years ago
Jörn Friedrich Dreyer c7324f7e44 fix float comparison for negative results 13 years ago
Jörn Friedrich Dreyer b9a8bd7e1f extract more methods 13 years ago
Jörn Friedrich Dreyer 436a78db44 extract method isCachedBigger 13 years ago
Bernhard Posselt 5f3b8c45d7 Remove dependency on container, removing service locator antipattern 13 years ago
tomneedham 6b017201b8 Only accept success as 100 like the OCS spec does 13 years ago
Jörn Friedrich Dreyer bca6cc6f74 remove unnecessary code 13 years ago
Jörn Friedrich Dreyer b8248f4a0a compare floats with epsilon 13 years ago
Robin Appelman da5541ac02 Allow reusing FileInfo for getStorageInfo 13 years ago
Robin Appelman 850a0e7388 Verify that a file exists before we share it 13 years ago