Commit Graph

142 Commits (8ddea7e95cc19e7880f2334e2c8d43b8c4e02ee0)

Author SHA1 Message Date
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
Frank Karlitschek f9db4249a3 add a formfactor session variable which is autodetected but can also manually overwritten via a get variable. 13 years ago
Tom Needham 39e67707d7 Updated jquery ui js and css. Improved color scheme. 13 years ago
Robin Appelman a8148fa94a update apps when their version number increases 13 years ago
Tom Needham dd7a411f9a Disable save button while saving. Streamlined code. 13 years ago
Hendrik Langer 76bfc3b547 set http auth headers for apache+php-cgi work around if variable gets renamed by apache 14 years ago
Robin Appelman 916c72b40b set the installed version after updating the database 14 years ago
Robin Appelman b2f1429b75 automatically upgrade the main database on version number increase (doesnt work with sqlite for now) 14 years ago
Robin Appelman ec015a2e68 remove the need to register storage providers, pass the classname during mounting instead 14 years ago
Bart Visscher 7b01858c57 Enable php display_errors setting 14 years ago
Hendrik Langer 466b41c36b Don't use sys_get_temp_dir(), as it reports the wrong path in restricted environments 14 years ago
Robin Appelman b975f11514 make sharing work with the new mouting mechanism 14 years ago
Robin Appelman db2fb38746 prevent error involving webdav workaround 14 years ago
Robin Appelman f1fd374a6f webdav workaround for apache+php-cgi 14 years ago