Commit Graph

211 Commits (4e684b9e9dd7c31e04d65e506dfe6e0bb0eaccdb)

Author SHA1 Message Date
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
Robin Appelman 6ecbaf0041 load streamwrappers earlier 13 years ago
Frank Karlitschek d29a02a65a undo the change of the webroot detection. seams to be buggy 13 years ago
Bartek Przybylski 2754cac21f dialogs library for apps 13 years ago
Frank Karlitschek 0a9b0ee382 change the detection of the webroot. it is simpler now and also works for app directories outside the owncloud folder. works for me and hopefully for everybody else too 13 years ago
Robin Appelman a829ce69c5 make sure the streamwrappers are registered early 13 years ago
Robin Appelman 77b51f03e3 add temporary file managment 13 years ago
Frank Karlitschek ab96fa67c8 first part of the abstraction work of the apps folder. more to come 13 years ago
Robin Appelman 6c501f90bb hopefully a fix for webroot detection 13 years ago
Robin Appelman 8b93a9a237 add javascript bindings for OC_AppConfig 13 years ago
Frank Karlitschek a62e109e8c make the location of the 3rdparty folder flexible. 13 years ago
Robin Appelman 2e05bd69f5 add javascript bindings for OC_AppConfig 13 years ago
Robin Appelman 325858e9e2 add stream wrapper for in-memory files and dont use global variables for the fakedir stream wrapper 13 years ago
Robin Appelman e53e7990c4 improve get_temp_dir() implementation 13 years ago
Bart Visscher 1fa05894d5 Move config.php writable test to update path 13 years ago
Robin Appelman 3579446930 use SimpleTest for unit testing 13 years ago
Michael Gapczynski 6929652e14 Redirect to installer if not installed 13 years ago
Robin Appelman 45038af948 provide small wrapper around server side events and provide a fallback for IE 13 years ago
Robin Appelman 907dd4d24d some aditional feedback during database upgrade 13 years ago
Robin Appelman 6e0ea7aaae use absolute path for db_structure.xml when updating 13 years ago
Robin Appelman 76b193c698 don't try to upgrade what isn't installed 13 years ago
Robin Appelman fea68e08b4 update apps when their version number increases 13 years ago
Robin Appelman c6aa0f9854 set the installed version after updating the database 13 years ago
Robin Appelman ecf6f2ca2f automatically upgrade the main database on version number increase (doesnt work with sqlite for now) 13 years ago