Commit Graph

1005 Commits (b78c1373b681102f2904a4270c45b3030ffe22a5)

Author SHA1 Message Date
LEDfan b78c1373b6 Add key to every contact 11 years ago
Thomas Müller a4389340b8 escape $second + update PHPDoc 11 years ago
Thomas Müller d0f8cc20c5 videos which are shorter then 5 seconds will now get a proper thumbnail at 1 second 11 years ago
Bart Visscher a4b7f5155f Fix PHPdoc in lib/private 11 years ago
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 11 years ago
Thomas Müller 02726acbc8 adding checks and log messages regarding the assets folder 11 years ago
Thomas Müller e125dc60cd introduce new function to force a language 11 years ago
Victor Dubiniuk 91d40f5033 remove unneeded LOWER. Fixes #8202 11 years ago
Thomas Tanghus 2fb68c120b Added explanation to mimetypes.list.php to avoid future confusion. 11 years ago
Thomas Tanghus 51e47319ef White-list known secure mime types. Refs. #8184 11 years ago
Robin McCorkell eeee9eacea Prevent error from cache update on deleted files 11 years ago
Lukas Reschke eecc400698 p() and print_unescaped() also take arrays as parameter 11 years ago
Lukas Reschke b04d95b116 Remove uneeded usages of nosniff 11 years ago
Lukas Reschke a2a850dd91 Fix indentation 11 years ago
Lukas Reschke df67a04385 Move security headers to base.php 11 years ago
kondou d98ae4f9b2 Fix a wrong WebDAV Warning with self-signed-certs 11 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 11 years ago
Bernhard Posselt e7fa2790f3 Correctly process request parameters other than GET or POST, dont use globals in the class but inject it 11 years ago
Bernhard Posselt 4af72a076d use references for middleware to fix problems on 5.3 11 years ago
Lukas Reschke 77ecfdd1a4 Only encode dangerous dangerous characters 11 years ago
Bernhard Posselt 763da4258e fix the middleware registration process in the container 11 years ago
Bernhard Posselt f06ef8aa4b register middleware as string to not force request to be instantiated too early and thus not having url parameters 11 years ago
Thomas Müller 98a5f121fd To isolate the variable scope used inside the $file it is required in it's own method 11 years ago
Bernhard Posselt 70c88027db add requirements to routing 11 years ago
Vincent Petry 4f11786a3d Fixed Sabre Node implementation to correctly return timestamps as int 11 years ago
Joas Schilling 352063cf0a Fix Undefined index: storage in share.php 11 years ago
Volkan Gezer a4f42676ea Make hardcoded exception messages translatable 11 years ago
Arthur Schiwon 5f8d9b3a4e ask implementsAction instead of checking method_exists for easier testing 11 years ago
Arthur Schiwon 698297feb3 add optional countUsersInGroup method to group backends 11 years ago
Thomas Müller 7dd0074655 fixing mkdir code to respect external file systems as well 11 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 11 years ago
Lukas Reschke 6babf90175 Switch to HTTPS 11 years ago
Lukas Reschke 5679f5c37e Remove wrong whitespace from URL and use HTTPS 11 years ago
Lukas Reschke 1b55c312e5 Removed two unused functions 11 years ago
Thomas Müller ccf1287fbf adding unit test for cache mechanism 11 years ago
Robin Appelman b61ec7352b dont scan not existing files in View->getFileInfo 11 years ago
Robin Appelman e76c246718 Pass the correct root to the preview on post_write 11 years ago
Thomas Müller f029312e5b fixing typos/spellings 11 years ago
Vincent Petry ab56f69416 Do not expire chunks while checking for their existence 11 years ago
Robin Appelman db95f49b7e Load all routes when matching an ocs route 11 years ago
Jörn Friedrich Dreyer c7324f7e44 fix float comparison for negative results 11 years ago
Jörn Friedrich Dreyer b9a8bd7e1f extract more methods 11 years ago
Jörn Friedrich Dreyer 436a78db44 extract method isCachedBigger 11 years ago
tomneedham 6b017201b8 Only accept success as 100 like the OCS spec does 11 years ago
Jörn Friedrich Dreyer bca6cc6f74 remove unnecessary code 11 years ago
Jörn Friedrich Dreyer b8248f4a0a compare floats with epsilon 11 years ago
Robin Appelman da5541ac02 Allow reusing FileInfo for getStorageInfo 11 years ago
Robin Appelman 850a0e7388 Verify that a file exists before we share it 11 years ago
Volkan Gezer b6ad7c3cdd Fix admin-dir_permissions redirection when cannot write warning 11 years ago
Robin Appelman 1c7a71ca77 use binary safe read 11 years ago