Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first step to an public api of ownCloud for the apps. In the future they ↵ | Frank Karlitschek | 2012-04-23 | 1 | -0/+3 |
| | | | | 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 | ||||
* | allow multiply group backends | Robin Appelman | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | UTF8 locale by default | Grundik | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | Check blacklist before saving to filesystem | Tom Needham | 2012-04-03 | 1 | -0/+3 |
| | |||||
* | Try to configure php to enable big file uploads. | Frank Karlitschek | 2012-04-01 | 1 | -0/+18 |
| | | | | | This doesn´t work always depending on the webserver and php configuration. Let´s try to overwrite some defaults anyways | ||||
* | checkUpgrade has to be after template initialization | Bart Visscher | 2012-03-30 | 1 | -1/+1 |
| | | | | The error path of checkUpgrade uses the template | ||||
* | Move more from base init to separate functions | Bart Visscher | 2012-03-30 | 1 | -29/+35 |
| | |||||
* | add the option to only load apps of a specific type | Robin Appelman | 2012-03-30 | 1 | -1/+6 |
| | |||||
* | make sure we can load OC_Config when we need it | Robin Appelman | 2012-03-23 | 1 | -1/+9 |
| | |||||
* | Split the init function in lib/base.php a bit | Bart Visscher | 2012-03-19 | 1 | -36/+49 |
| | |||||
* | Remove the link between the principals table and the sabre principals connector. | Jakob Sack | 2012-03-02 | 1 | -4/+0 |
| | |||||
* | add streamwrapper that provides a callback on stream close | Robin Appelman | 2012-03-02 | 1 | -0/+1 |
| | |||||
* | Search: Change provider registration to class name, for lazy loading of ↵ | Bart Visscher | 2012-03-01 | 1 | -3/+0 |
| | | | | search providers | ||||
* | Simplify stripping the last part off WEBROOT and SERVERROOT for 3rdparty and ↵ | Bart Visscher | 2012-03-01 | 1 | -16/+4 |
| | | | | app dir | ||||
* | Small cleanups | Bart Visscher | 2012-03-01 | 1 | -1/+9 |
| | |||||
* | load streamwrappers earlier | Robin Appelman | 2012-03-01 | 1 | -9/+10 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2012-03-01 | 1 | -0/+1 |
|\ | |||||
| * | dialogs library for apps | Bartek Przybylski | 2012-02-28 | 1 | -0/+1 |
| | | |||||
* | | undo the change of the webroot detection. seams to be buggy | Frank Karlitschek | 2012-03-01 | 1 | -2/+2 |
|/ | |||||
* | change the detection of the webroot. it is simpler now and also works for ↵ | Frank Karlitschek | 2012-02-28 | 1 | -18/+20 |
| | | | | app directories outside the owncloud folder. works for me and hopefully for everybody else too | ||||
* | make sure the streamwrappers are registered early | Robin Appelman | 2012-02-28 | 1 | -4/+5 |
| | |||||
* | add temporary file managment | Robin Appelman | 2012-02-28 | 1 | -0/+3 |
| | |||||
* | first part of the abstraction work of the apps folder. more to come | Frank Karlitschek | 2012-02-26 | 1 | -1/+26 |
| | |||||
* | merge master into encryption | Robin Appelman | 2012-02-26 | 1 | -0/+7 |
|\ | |||||
| * | hopefully a fix for webroot detection | Robin Appelman | 2012-02-26 | 1 | -0/+7 |
| | | |||||
* | | Merge branch 'master' into encryption | Robin Appelman | 2012-02-25 | 1 | -1/+32 |
|\| | |||||
| * | add javascript bindings for OC_AppConfig | Robin Appelman | 2012-02-25 | 1 | -0/+1 |
| | | |||||
| * | make the location of the 3rdparty folder flexible. | Frank Karlitschek | 2012-02-23 | 1 | -1/+32 |
| | | | | | | | | | | It´s automatically search in the owncloud folder and in the parent folder. override with an option in config.php is also possible | ||||
* | | add javascript bindings for OC_AppConfig | Robin Appelman | 2012-02-22 | 1 | -0/+1 |
| | | |||||
* | | add stream wrapper for in-memory files and dont use global variables for the ↵ | Robin Appelman | 2012-02-21 | 1 | -1/+1 |
| | | | | | | | | fakedir stream wrapper | ||||
* | | improve get_temp_dir() implementation | Robin Appelman | 2012-02-21 | 1 | -0/+2 |
|/ | |||||
* | Move config.php writable test to update path | Bart Visscher | 2012-02-17 | 1 | -0/+7 |
| | | | | This should make it possible to use owncloud with a read-only config.php | ||||
* | use SimpleTest for unit testing | Robin Appelman | 2012-02-12 | 1 | -0/+3 |
| | | | | includes some tests for storage providers, more to come | ||||
* | Redirect to installer if not installed | Michael Gapczynski | 2012-02-11 | 1 | -0/+7 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2012-01-30 | 1 | -0/+1 |
|\ | |||||
| * | provide small wrapper around server side events and provide a fallback for IE | Robin Appelman | 2012-01-30 | 1 | -0/+1 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-01-16 | 1 | -3/+7 |
|\| | |||||
| * | some aditional feedback during database upgrade | Robin Appelman | 2012-01-16 | 1 | -1/+5 |
| | | |||||
| * | use absolute path for db_structure.xml when updating | Robin Appelman | 2012-01-13 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of gitorious.org:owncloud/owncloud into jqueryui | Tom Needham | 2012-01-08 | 1 | -2/+50 |
| |\ | |||||
| * | | Updated jquery ui js and css. Improved color scheme. | Tom Needham | 2011-12-30 | 1 | -2/+2 |
| | | | |||||
* | | | merge master into filesystem | Robin Appelman | 2012-01-08 | 1 | -7/+9 |
|\ \ \ | | |/ | |/| | |||||
| * | | don't try to upgrade what isn't installed | Robin Appelman | 2012-01-08 | 1 | -7/+9 |
| | | | |||||
| * | | update apps when their version number increases | Robin Appelman | 2012-01-08 | 1 | -0/+2 |
| | | | |||||
| * | | set the installed version after updating the database | Robin Appelman | 2012-01-08 | 1 | -0/+1 |
| | | | |||||
| * | | automatically upgrade the main database on version number increase (doesnt ↵ | Robin Appelman | 2012-01-08 | 1 | -2/+8 |
| | | | | | | | | | | | | work with sqlite for now) | ||||
* | | | merge master into filesystem | Robin Appelman | 2012-01-08 | 1 | -0/+37 |
|\ \ \ | |||||
| * \ \ | Merge branch 'database' | Robin Appelman | 2012-01-08 | 1 | -2/+11 |
| |\ \ \ | | |/ / | |/| | | |||||
| * | | | add a formfactor session variable which is autodetected but can also ↵ | Frank Karlitschek | 2012-01-06 | 1 | -0/+37 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | manually overwritten via a get variable. currently we have: * default -> the normal desktop browser interface * mobile -> interface for smartphones * tablet -> interface for tablets * standalone -> the default interface but without header, footer and sidebar. just the application. useful to use just a specific app on the desktop in a standalone window. In the future we should adapt the userinterface to the specific formfactor. | ||||
* | | | Merge branch 'database' into filesystem | Robin Appelman | 2011-12-11 | 1 | -0/+2 |
|\ \ \ | | |/ | |/| |