summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* 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 searc...Bart Visscher2012-03-011-3/+0
* Simplify stripping the last part off WEBROOT and SERVERROOT for 3rdparty and ...Bart Visscher2012-03-011-16/+4
* 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 app...Frank Karlitschek2012-02-281-18/+20
* 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
* | 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
* | improve get_temp_dir() implementationRobin Appelman2012-02-211-0/+2
|/
* Move config.php writable test to update pathBart Visscher2012-02-171-0/+7
* use SimpleTest for unit testingRobin Appelman2012-02-121-0/+3
* 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 wo...Robin Appelman2012-01-081-2/+8
* | | 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 manually...Frank Karlitschek2012-01-061-0/+37
| | |/ | |/|
* | | Merge branch 'database' into filesystemRobin Appelman2011-12-111-0/+2
|\ \ \ | | |/ | |/|
| * | update apps when their version number increasesRobin Appelman2011-12-111-0/+2
| * | Merge branch 'master' into databaseRobin Appelman2011-12-111-0/+8
| |\|
* | | Merge branch 'master' into filesystemRobin Appelman2011-12-111-0/+8
|\ \ \ | | |/ | |/|
| * | set http auth headers for apache+php-cgi work around if variable gets renamed...Hendrik Langer2011-11-241-0/+8
* | | Merge branch 'database' into filesystemRobin Appelman2011-11-261-2/+9
|\ \ \ | | |/ | |/|
| * | set the installed version after updating the databaseRobin Appelman2011-11-151-0/+1
| * | automatically upgrade the main database on version number increase (doesnt wo...Robin Appelman2011-11-131-2/+8
| |/
* / remove the need to register storage providers, pass the classname during moun...Robin Appelman2011-11-081-3/+0
|/
* Enable php display_errors settingBart Visscher2011-10-271-0/+3
* Don't use sys_get_temp_dir(), as it reports the wrong path in restricted envi...Hendrik Langer2011-10-191-12/+13
* make sharing work with the new mouting mechanismRobin Appelman2011-10-181-7/+7