Commit Graph

1028 Commits (e77d89fc4b8801ff426f3759438cae548d3efcc4)

Author SHA1 Message Date
Robin Appelman e77d89fc4b Revert changes to OC_Connector_Sabre_Server 12 years ago
Robin Appelman b42ce6c30a Prevent error if previously cached data doesn't have an etag 12 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 12 years ago
Bernhard Posselt 7e447f4f42 make download and redirectresponse public 12 years ago
Lukas Reschke e930ce6436 Add type hinting 12 years ago
Lukas Reschke 81c23b02da Link to previous directory 13 years ago
Thomas Müller a4389340b8 escape $second + update PHPDoc 13 years ago
Thomas Müller d0f8cc20c5 videos which are shorter then 5 seconds will now get a proper thumbnail at 1 second 13 years ago
Bart Visscher a4b7f5155f Fix PHPdoc in lib/private 13 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 13 years ago
Thomas Müller 02726acbc8 adding checks and log messages regarding the assets folder 13 years ago
Robin Appelman 7f77b08098 Sort parameters and cast to int 13 years ago
Thomas Müller e125dc60cd introduce new function to force a language 13 years ago
Victor Dubiniuk 91d40f5033 remove unneeded LOWER. Fixes #8202 13 years ago
Lukas Reschke 2bda3f9ae0 Use direct link instead of JS 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
Robin McCorkell eeee9eacea Prevent error from cache update on deleted files 13 years ago
Lukas Reschke eecc400698 p() and print_unescaped() also take arrays as parameter 13 years ago
Lukas Reschke b04d95b116 Remove uneeded usages of nosniff 13 years ago
Lukas Reschke a2a850dd91 Fix indentation 13 years ago
Lukas Reschke df67a04385 Move security headers to base.php 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
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
Bernhard Posselt 763da4258e fix the middleware registration process in the container 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
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
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
Robin Appelman 51fbf0bcbc add delimiter between host and baseurl 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
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