summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* fix validation of getfile parameter - i hate this bloody merge conflictsGeorg Ehrke2012-05-071-2/+2
* create folder 'remote' for the remote services like caldav, carddav and webdavGeorg Ehrke2012-05-021-2/+0
* remove debug messageGeorg Ehrke2012-04-271-1/+0
* fix parsing of app parameter and fix external appGeorg Ehrke2012-04-271-1/+9
* Merge branch 'master' into movable_apps_2Georg Ehrke2012-04-271-0/+10
|\
| * some csrf fixes. needs testingFrank Karlitschek2012-04-271-0/+10
* | hide failsGeorg Ehrke2012-04-261-1/+1
* | make *DAV work with movable appsGeorg Ehrke2012-04-261-0/+4
* | fix merge conflictsGeorg Ehrke2012-04-261-1/+1
|\|
* | fix security check for the path of the requested fileGeorg Ehrke2012-04-261-3/+11
* | some fixes fore movable appsGeorg Ehrke2012-04-261-2/+13
* | add a proper 404Georg Ehrke2012-04-251-1/+2
* | fix php failGeorg Ehrke2012-04-241-1/+1
* | remove debug messageGeorg Ehrke2012-04-241-1/+1
* | remove debug code in lib baseGeorg Ehrke2012-04-231-1/+0
* | fix bug in lib baseGeorg Ehrke2012-04-231-1/+3
* | Merge branch 'master' into movable_appsGeorg Ehrke2012-04-231-1/+4
|\|
| * first step to an public api of ownCloud for the apps. In the future they shou...Frank Karlitschek2012-04-231-0/+3
* | use native functions of php to parse the string into the VarGeorg Ehrke2012-04-231-7/+6
* | rename var file to getfile to prevent fails in files appGeorg Ehrke2012-04-231-3/+3
* | support file calls with parameterGeorg Ehrke2012-04-201-2/+6
* | optimize codeGeorg Ehrke2012-04-191-1/+0
* | remove parameters in file var before call require onceGeorg Ehrke2012-04-191-3/+7
* | add loading of filesGeorg Ehrke2012-04-191-0/+11
* | open app thru index.phpGeorg Ehrke2012-04-181-12/+32
|/
* 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
* checkUpgrade has to be after template initializationBart Visscher2012-03-301-1/+1
* 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 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
|\|