Commit Graph

41 Commits (5b2aeebaf0506c66df358e705bcb06d80a093dd2)

Author SHA1 Message Date
Thomas Tanghus 56239df2e7 Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* 13 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
denis-b b563935498 Update apps/files/index.php 13 years ago
Arthur Schiwon 6a2a915559 Files: urldecode urlencoded dir names, fixes oc-2111 13 years ago
Felix Moeller 36d0d75901 Codestyle: FunctionCallArgumentSpacing 13 years ago
scambra 2b5133a1c4 check free space using folder's owner 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Michael Gapczynski a5211e31bc Add permissions to new files/folders, bug fix for oc-1649 13 years ago
Lukas Reschke 9188d2a844 Add a missing exit(); 13 years ago
Lukas Reschke 4e5291c77a Use SCRIPT_NAME instead of PHP_SELF which won't send the PATH_INFO, this prevents XSS in old browsers. Thanks to Nico Golde. 13 years ago
Lukas Reschke 6ef5edf5ea Use SCRIPT_NAME instead of PHP_SELF which won't send the PATH_INFO, this prevents XSS in old browsers. Thanks to Nico Golde. 13 years ago
Robin Appelman 53a888cc81 more path normalization 13 years ago
Bart Visscher ddfb9de147 Fix linkTo calls for new routing 13 years ago
Michael Gapczynski 6f58eca534 Change read only check to isCreatable 13 years ago
Michael Gapczynski 0b14b4e3e8 Call exit() to prevent further code execution if directory does not exist 13 years ago
Michael Gapczynski ca04c1a0f8 Call exit() to prevent further code execution if directory does not exist 13 years ago
Michael Gapczynski 3134a962d9 Call exit() to prevent further code execution if directory does not exist 13 years ago
Jörn Friedrich Dreyer e59a1806cf remove superfluous ?> at the end of .php files (left out apps/*/templates) 13 years ago
Lukas Reschke 2b22c538c8 Make some apps compatible 13 years ago
Lukas Reschke c009bc4b87 Revert 13 years ago
Lukas Reschke 6817a6b102 First try of implementing assignHTML 13 years ago
Frank Karlitschek baae4c741d fix the breadcrumb 13 years ago
Frank Karlitschek 670022cc8a fix the breadcrumb 13 years ago
Thomas Mueller 583dce5276 removing executable bit - again 13 years ago
Michael Gapczynski e03c5f39a8 Call is_writable explicitly on folders for readonly check 13 years ago
Arthur Schiwon e9c7ecf22d applying coding guideline 13 years ago
Arthur Schiwon 0ff5ab65be applying coding guideline 13 years ago
Frank Karlitschek 1945cd6946 ported the oc_template class 13 years ago
Frank Karlitschek 8e99475886 first part of the config stuff 13 years ago
Frank Karlitschek 2fe646dcec ported the oc_app calls 13 years ago
Frank Karlitschek 93b63cf375 ported the rest of the OC_Helper calls 13 years ago
Frank Karlitschek e48f511606 port linkto and serverHost 13 years ago
Frank Karlitschek 31e32e3c10 ported checkLoggedIn and checkAdmin 13 years ago
Frank Karlitschek e2fb094693 some more porting 13 years ago
Frank Karlitschek 1a2bbd2ee4 ported addSyript and other small stuff 13 years ago
Frank Karlitschek e8ec999090 port to use the new public api 13 years ago
Georg Ehrke b44bc9f4b2 remove require once lib base in some more files 13 years ago
Georg Ehrke 45de7ad221 move files to app folder 13 years ago
Jan-Christoph Borchardt 7ddd043427 renamed extention to extension, also now only showing lowercase 13 years ago
Arthur Schiwon d91bc9b317 use placeholder in template file 13 years ago
Simon Birnbach 9377b75350 Support for legacy browsers 13 years ago
Simon Birnbach 45c9f1978e Initial version of drag&drop file upload support 13 years ago
Robin Appelman 2e365658c8 better handeling of files that can behave like folder (e.g. archives) 13 years ago
Bart Visscher e8b69d45a3 Fixup use of OC_Helper::linkTo function 13 years ago
Robin Appelman 30673e4786 writable not writeable 13 years ago
Bartek Przybylski 3210fe2564 fix creating/moving/renaming/deleting files/dirs with ' in name 13 years ago
Tom Needham 8efec8e900 Remove repeated code 13 years ago
Michael Gapczynski 9b59bf40df Fix encoding again and update the link after renaming files 13 years ago
Michael Gapczynski 95b9f4ed23 Fix folder names with + characters in it 13 years ago