summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Collapse)AuthorAgeFilesLines
* first step to an public api of ownCloud for the apps. In the future they ↵Frank Karlitschek2012-04-231-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 backendsRobin Appelman2012-04-131-1/+1
|
* UTF8 locale by defaultGrundik2012-04-121-1/+1
|
* Check blacklist before saving to filesystemTom Needham2012-04-031-0/+3
|
* Try to configure php to enable big file uploads.Frank Karlitschek2012-04-011-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 initializationBart Visscher2012-03-301-1/+1
| | | | The error path of checkUpgrade uses the template
* Move more from base init to separate functionsBart Visscher2012-03-301-29/+35
|
* add the option to only load apps of a specific typeRobin Appelman2012-03-301-1/+6
|
* make sure we can load OC_Config when we need itRobin Appelman2012-03-231-1/+9
|
* Split the init function in lib/base.php a bitBart Visscher2012-03-191-36/+49
|
* Remove the link between the principals table and the sabre principals connector.Jakob Sack2012-03-021-4/+0
|
* add streamwrapper that provides a callback on stream closeRobin Appelman2012-03-021-0/+1
|
* Search: Change provider registration to class name, for lazy loading of ↵Bart Visscher2012-03-011-3/+0
| | | | search providers
* Simplify stripping the last part off WEBROOT and SERVERROOT for 3rdparty and ↵Bart Visscher2012-03-011-16/+4
| | | | app dir
* Small cleanupsBart Visscher2012-03-011-1/+9
|
* load streamwrappers earlierRobin Appelman2012-03-011-9/+10
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-03-011-0/+1
|\
| * dialogs library for appsBartek Przybylski2012-02-281-0/+1
| |
* | undo the change of the webroot detection. seams to be buggyFrank Karlitschek2012-03-011-2/+2
|/
* change the detection of the webroot. it is simpler now and also works for ↵Frank Karlitschek2012-02-281-18/+20
| | | | app directories outside the owncloud folder. works for me and hopefully for everybody else too
* make sure the streamwrappers are registered earlyRobin Appelman2012-02-281-4/+5
|
* add temporary file managmentRobin Appelman2012-02-281-0/+3
|
* first part of the abstraction work of the apps folder. more to comeFrank Karlitschek2012-02-261-1/+26
|
* merge master into encryptionRobin Appelman2012-02-261-0/+7
|\
| * hopefully a fix for webroot detectionRobin Appelman2012-02-261-0/+7
| |
* | Merge branch 'master' into encryptionRobin Appelman2012-02-251-1/+32
|\|
| * add javascript bindings for OC_AppConfigRobin Appelman2012-02-251-0/+1
| |
| * make the location of the 3rdparty folder flexible.Frank Karlitschek2012-02-231-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_AppConfigRobin Appelman2012-02-221-0/+1
| |
* | add stream wrapper for in-memory files and dont use global variables for the ↵Robin Appelman2012-02-211-1/+1
| | | | | | | | fakedir stream wrapper
* | improve get_temp_dir() implementationRobin Appelman2012-02-211-0/+2
|/
* Move config.php writable test to update pathBart Visscher2012-02-171-0/+7
| | | | This should make it possible to use owncloud with a read-only config.php
* use SimpleTest for unit testingRobin Appelman2012-02-121-0/+3
| | | | includes some tests for storage providers, more to come
* Redirect to installer if not installedMichael Gapczynski2012-02-111-0/+7
|
* merge master into filesystemRobin Appelman2012-01-301-0/+1
|\
| * provide small wrapper around server side events and provide a fallback for IERobin Appelman2012-01-301-0/+1
| |
* | merge master into filesystemRobin Appelman2012-01-161-3/+7
|\|
| * some aditional feedback during database upgradeRobin Appelman2012-01-161-1/+5
| |
| * use absolute path for db_structure.xml when updatingRobin Appelman2012-01-131-1/+1
| |
| * Merge branch 'master' of gitorious.org:owncloud/owncloud into jqueryuiTom Needham2012-01-081-2/+50
| |\
| * | Updated jquery ui js and css. Improved color scheme.Tom Needham2011-12-301-2/+2
| | |
* | | merge master into filesystemRobin Appelman2012-01-081-7/+9
|\ \ \ | | |/ | |/|
| * | don't try to upgrade what isn't installedRobin Appelman2012-01-081-7/+9
| | |
| * | update apps when their version number increasesRobin Appelman2012-01-081-0/+2
| | |
| * | set the installed version after updating the databaseRobin Appelman2012-01-081-0/+1
| | |
| * | automatically upgrade the main database on version number increase (doesnt ↵Robin Appelman2012-01-081-2/+8
| | | | | | | | | | | | work with sqlite for now)
* | | merge master into filesystemRobin Appelman2012-01-081-0/+37
|\ \ \
| * \ \ Merge branch 'database'Robin Appelman2012-01-081-2/+11
| |\ \ \ | | |/ / | |/| |
| * | | add a formfactor session variable which is autodetected but can also ↵Frank Karlitschek2012-01-061-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 filesystemRobin Appelman2011-12-111-0/+2
|\ \ \ | | |/ | |/|