Commit Graph

555 Commits (dc53c83e7bdbadeb24c74fe1c7794de54811c264)

Author SHA1 Message Date
Bart Visscher 57326ea1f8 Move setting remote_core.* to after setup of OC, also check if it is not set yet 14 years ago
Frank Karlitschek 4bc7387d7c fi login for hosts running n port 80 14 years ago
Frank Karlitschek e747fd794e fix login for hosts running on port 80 14 years ago
Frank Karlitschek 5c9325bbe0 CLI is no availabe in stable4 14 years ago
Frank Karlitschek d3bb01b598 more reliable host detection for reverse proxy scenarios 14 years ago
Frank Karlitschek e3031ae28b more reliable host detection for reverse proxy servers 14 years ago
Frank Karlitschek 0468f53f73 switch magic quotes off. 14 years ago
Frank Karlitschek 75d56f24f2 try to switch magic quotes off. 14 years ago
Frank Karlitschek 0d2d613f59 added a serverProtocol function that correctly returns the used protocol even if the ssl connection is terminated at a reverse_proxy or at a load balancer 14 years ago
Frank Karlitschek 24d14783d7 added a serverProtocol function that correctly returns the used protocol even if the ssl connection is terminated at a reverse_proxy or at a load balancer 14 years ago
Frank Karlitschek 5d425a9f79 use our own serverHost call so that ownCloud works with reverse proxy servers 14 years ago
Michael Gapczynski 1d983c28aa Restrict requested app to apps directory 14 years ago
Michael Gapczynski fbe58755e5 Restrict requested app to apps directory 14 years ago
Frank Karlitschek a945fa10a6 update copyright 14 years ago
Frank Karlitschek 24318354f2 changed the default from Berlin to UTC. 14 years ago
Frank Karlitschek f97f1b4266 use UTC instead of Berlin as default 14 years ago
Robin Appelman 60fdc13ae6 enable running unit tests from cli 14 years ago
Robin Appelman b096fd9ed8 log upgrades 14 years ago
Bart Visscher ce1e4425c2 Combine and minimize core and default app js files 14 years ago
Bart Visscher f71fec8cdc Combine and minimize core and default app css files 14 years ago
Bart Visscher 5d72681d10 Better place to check caching headers 14 years ago
Robin Appelman 9eb91a111d update to jquery 1.7.2 14 years ago
Bart Visscher 919681f3e6 Make processed css files cachable 14 years ago
Bart Visscher 97233b77cd Remove DOCUMENTROOT static var, and make SUBURI var private 14 years ago
Georg Ehrke 8f2217ca2e make default app choosable 14 years ago
Michael Gapczynski de95bf62a2 Prevent any null bytes related exploits, thanks to Lukas Reschke 14 years ago
Bart Visscher c2230580c1 Remove unused OC static variable CONFIG_DATADIRECTORY_ROOT 14 years ago
Georg Ehrke d032345191 fix validation of getfile parameter - i hate this bloody merge conflicts 14 years ago
Georg Ehrke da03d05700 create folder 'remote' for the remote services like caldav, carddav and webdav 14 years ago
Georg Ehrke 3aedbc5f95 remove debug message 14 years ago
Georg Ehrke 06e9ac8591 fix parsing of app parameter and fix external app 14 years ago
Frank Karlitschek ee0cb68f5e some csrf fixes. needs testing 14 years ago
Georg Ehrke 5483c1be42 hide fails 14 years ago
Georg Ehrke 5fda0e4b3b make *DAV work with movable apps 14 years ago
Georg Ehrke 40f95ffdf3 fix security check for the path of the requested file 14 years ago
Georg Ehrke 3f64eb25ab some fixes fore movable apps 14 years ago
Georg Ehrke 476043ecb9 add a proper 404 14 years ago
Georg Ehrke fb84d0aff8 fix php fail 14 years ago
Georg Ehrke 9b29bc96de remove debug message 14 years ago
Georg Ehrke 95c220a246 remove debug code in lib base 14 years ago
Georg Ehrke 19109afa79 fix bug in lib base 14 years ago
Georg Ehrke 6d92ebca45 use native functions of php to parse the string into the Var 14 years ago
Georg Ehrke 9226cb7a6a rename var file to getfile to prevent fails in files app 14 years ago
Frank Karlitschek f5c9fe9ece first step to an public api of ownCloud for the apps. In the future they shouldn´t call internall classes, functions or session variables because this will change and break in upcoming versions. Apps should only call this public interface that we will kepp stable over different releases. The namespace is OCP for ownCloud public. This is just the first step. more coming soon 14 years ago
Georg Ehrke 99a473bd62 support file calls with parameter 14 years ago
Georg Ehrke 2e85313701 optimize code 14 years ago
Georg Ehrke 909282c81e remove parameters in file var before call require once 14 years ago
Georg Ehrke 85019887df add loading of files 14 years ago
Georg Ehrke 3e0e6e35f4 open app thru index.php 14 years ago
Robin Appelman 1d8fdf52d5 allow multiply group backends 14 years ago