Commit Graph

181 Commits (691f00eb3976f6ccf4a2c1a20e1264190d64e142)

Author SHA1 Message Date
Frank Karlitschek 4bc7387d7c fi login for hosts running n port 80 13 years ago
Frank Karlitschek 5c9325bbe0 CLI is no availabe in stable4 13 years ago
Frank Karlitschek d3bb01b598 more reliable host detection for reverse proxy scenarios 13 years ago
Frank Karlitschek 0468f53f73 switch magic quotes off. 13 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 13 years ago
Frank Karlitschek 5d425a9f79 use our own serverHost call so that ownCloud works with reverse proxy servers 13 years ago
Michael Gapczynski 1d983c28aa Restrict requested app to apps directory 13 years ago
Frank Karlitschek f97f1b4266 use UTC instead of Berlin as default 13 years ago
Robin Appelman b096fd9ed8 log upgrades 13 years ago
Bart Visscher 5d72681d10 Better place to check caching headers 13 years ago
Robin Appelman 9eb91a111d update to jquery 1.7.2 13 years ago
Bart Visscher 919681f3e6 Make processed css files cachable 13 years ago
Georg Ehrke 8f2217ca2e make default app choosable 13 years ago
Michael Gapczynski de95bf62a2 Prevent any null bytes related exploits, thanks to Lukas Reschke 13 years ago
Georg Ehrke d032345191 fix validation of getfile parameter - i hate this bloody merge conflicts 13 years ago
Georg Ehrke da03d05700 create folder 'remote' for the remote services like caldav, carddav and webdav 13 years ago
Georg Ehrke 3aedbc5f95 remove debug message 13 years ago
Georg Ehrke 06e9ac8591 fix parsing of app parameter and fix external app 13 years ago
Frank Karlitschek ee0cb68f5e some csrf fixes. needs testing 13 years ago
Georg Ehrke 5483c1be42 hide fails 13 years ago
Georg Ehrke 5fda0e4b3b make *DAV work with movable apps 13 years ago
Georg Ehrke 40f95ffdf3 fix security check for the path of the requested file 13 years ago
Georg Ehrke 3f64eb25ab some fixes fore movable apps 13 years ago
Georg Ehrke 476043ecb9 add a proper 404 13 years ago
Georg Ehrke fb84d0aff8 fix php fail 13 years ago
Georg Ehrke 9b29bc96de remove debug message 13 years ago
Georg Ehrke 95c220a246 remove debug code in lib base 13 years ago
Georg Ehrke 19109afa79 fix bug in lib base 13 years ago
Georg Ehrke 6d92ebca45 use native functions of php to parse the string into the Var 13 years ago
Georg Ehrke 9226cb7a6a rename var file to getfile to prevent fails in files app 13 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 13 years ago
Georg Ehrke 99a473bd62 support file calls with parameter 13 years ago
Georg Ehrke 2e85313701 optimize code 13 years ago
Georg Ehrke 909282c81e remove parameters in file var before call require once 13 years ago
Georg Ehrke 85019887df add loading of files 13 years ago
Georg Ehrke 3e0e6e35f4 open app thru index.php 13 years ago
Robin Appelman 1d8fdf52d5 allow multiply group backends 13 years ago
Grundik 7e7de25710 UTF8 locale by default 13 years ago
Tom Needham acdce2b1e0 Check blacklist before saving to filesystem 13 years ago
Frank Karlitschek b758725bf7 Try to configure php to enable big file uploads. 13 years ago
Bart Visscher 3300d6ea53 checkUpgrade has to be after template initialization 13 years ago
Bart Visscher a7438189f3 Move more from base init to separate functions 13 years ago
Robin Appelman 523fdda399 add the option to only load apps of a specific type 13 years ago
Robin Appelman 109d806617 make sure we can load OC_Config when we need it 13 years ago
Bart Visscher 3d8a09b147 Split the init function in lib/base.php a bit 13 years ago
Jakob Sack 90e2962c91 Remove the link between the principals table and the sabre principals connector. 13 years ago
Robin Appelman 48fe85d9bd add streamwrapper that provides a callback on stream close 13 years ago
Bart Visscher d1dcd7893c Search: Change provider registration to class name, for lazy loading of search providers 13 years ago
Bart Visscher 3d3190309f Simplify stripping the last part off WEBROOT and SERVERROOT for 3rdparty and app dir 13 years ago
Bart Visscher 5dcd9e20d0 Small cleanups 13 years ago