Commit Graph

183 Commits (5212fa3fa76b3cef3fc862e75dfd66fbb5ada688)

Author SHA1 Message Date
Robin Appelman 6e1ca36207 fix infinite redirect during setup for windows hosts 14 years ago
Georg Ehrke cf1c3635ff fix loading of OC::$REQUESTEDAPP if WTFE the app parameter is given but empty aka /?app 14 years ago
Frank Karlitschek 4bc7387d7c fi login for hosts running n 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 0468f53f73 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 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
Frank Karlitschek f97f1b4266 use UTC instead of Berlin as default 14 years ago
Robin Appelman b096fd9ed8 log upgrades 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
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
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
Grundik 7e7de25710 UTF8 locale by default 14 years ago
Tom Needham acdce2b1e0 Check blacklist before saving to filesystem 14 years ago
Frank Karlitschek b758725bf7 Try to configure php to enable big file uploads. 14 years ago
Bart Visscher 3300d6ea53 checkUpgrade has to be after template initialization 14 years ago
Bart Visscher a7438189f3 Move more from base init to separate functions 14 years ago
Robin Appelman 523fdda399 add the option to only load apps of a specific type 14 years ago
Robin Appelman 109d806617 make sure we can load OC_Config when we need it 14 years ago
Bart Visscher 3d8a09b147 Split the init function in lib/base.php a bit 14 years ago
Jakob Sack 90e2962c91 Remove the link between the principals table and the sabre principals connector. 14 years ago
Robin Appelman 48fe85d9bd add streamwrapper that provides a callback on stream close 14 years ago
Bart Visscher d1dcd7893c Search: Change provider registration to class name, for lazy loading of search providers 14 years ago