Commit Graph

28 Commits (f71f731f1cfc3a0e0efa5e13759478c5fdb7f4fc)

Author SHA1 Message Date
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
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
Robin Appelman dc641943d9 fix some display issues for readonly folders 13 years ago
Tom Needham dd7a411f9a Disable save button while saving. Streamlined code. 13 years ago
Robin Appelman 2bd28acdc6 take free disk space (and user quota) into account for max upload size 14 years ago
Michael Gapczynski 50bf7a98c2 Redirect file browser if directory does not exist 14 years ago
Jan-Christoph Borchardt 4c256433c0 removed '/' from file path because only Unix people understand the concept of that. Plus, 'Files' itself is the root. 14 years ago
Brice Maron 8c7fc03296 Correct unknown breadcrumb add '/' permanantly in it and DRY code for last breadcrumb 14 years ago
Tom Needham d9464de690 Updated saving feedback 14 years ago
Tom Needham edd958836e Moved addScript and addStyle calls to app.php 14 years ago