Commit Graph

6451 Commits (8a6063ff076cba636f4049298d00cd592f2dbdb6)

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 11 years ago
Andreas Fischer 714343cd74 Add Bart to PgSqlTools copyright. 11 years ago
Thomas Müller 02726acbc8 adding checks and log messages regarding the assets folder 11 years ago
Robin Appelman 7f77b08098 Sort parameters and cast to int 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
Lukas Reschke 2bda3f9ae0 Use direct link instead of JS 11 years ago
Andreas Fischer 9cc41a2460 Move PostgreSQL sequence resynchronisation out into PgSqlTools class. 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
Lukas Reschke c123dc7de4 Fix typo 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 387d46cb98 Typo + Line breaks 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
Jenkins for ownCloud 982d2bcc5b [tx-robot] updated from transifex 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
Jenkins for ownCloud 329b8f3e99 [tx-robot] updated from transifex 11 years ago
Bernhard Posselt 526100dc90 be nice and use a relative import so people can use the class without firing up owncloud 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
Jenkins for ownCloud 36107e1bad [tx-robot] updated from transifex 11 years ago
Bernhard Posselt 763da4258e fix the middleware registration process in the container 11 years ago
Bart Visscher 694244f2e0 Supply the contactsmanager object to the callbacks 11 years ago
Bart Visscher 5c412f480c $key is not needed for registering contactsmanager callbacks 11 years ago
Jenkins for ownCloud 7c072510d3 [tx-robot] updated from transifex 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
Bart Visscher 511816b878 Implement the register function of OC\ContactsManager 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
Joas Schilling d418e176ce Do not query when the list is empty 11 years ago
Joas Schilling 015b9b1dac Add option to getUsersSharingFile() to get the paths for the shared users 11 years ago
Jenkins for ownCloud 796f719548 [tx-robot] updated from transifex 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
Jenkins for ownCloud 4ad4b9768c [tx-robot] updated from transifex 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
Thomas Müller 85e7921b14 fixing undefined exception classes 11 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 11 years ago
Robin Appelman 51fbf0bcbc add delimiter between host and baseurl 11 years ago
Jenkins for ownCloud e295d48fd4 [tx-robot] updated from transifex 11 years ago
Lukas Reschke 6babf90175 Switch to HTTPS 11 years ago