Commit Graph

6105 Commits (27c5a978f91e7aa447a2acca040fd173baba53b9)

Author SHA1 Message Date
Bjoern Schiessle 27c5a978f9 we no longer need to handle the Shared folder different from any other folder 12 years ago
Bjoern Schiessle c4e0fb75a4 add api to get shares from a specific user 12 years ago
Bjoern Schiessle a02fb3722b user should be able to rename/delete shared files if the owner allowed it 12 years ago
Bjoern Schiessle 72bbb9ca20 allow to remove and change mount points 12 years ago
Bjoern Schiessle cfc52ccc3d add some action items 12 years ago
Jenkins for ownCloud 3f453d1641 [tx-robot] updated from transifex 12 years ago
Volkan Gezer 6e857de6b7 Make lib/** share.php strings extractable for translation 12 years ago
Tobia De Koninck efff7dd2a4 Change key to addressbook-key 12 years ago
Jenkins for ownCloud a9b4fba528 [tx-robot] updated from transifex 12 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 12 years ago
Jenkins for ownCloud 4fe5ca1908 [tx-robot] updated from transifex 12 years ago
Bernhard Posselt 7e447f4f42 make download and redirectresponse public 12 years ago
Lukas Reschke e930ce6436 Add type hinting 12 years ago
Jenkins for ownCloud 1abd9c1305 [tx-robot] updated from transifex 12 years ago
LEDfan b78c1373b6 Add key to every contact 13 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
Jenkins for ownCloud 23f2c48a43 [tx-robot] updated from transifex 13 years ago
Bart Visscher cc8a4511fe Fix PHPdoc in lib/public 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
Lukas Reschke c123dc7de4 Fix typo 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 387d46cb98 Typo + Line breaks 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
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