summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* some more work on the public APIFrank Karlitschek2012-05-012-2/+87
|
* load the files app in a way that doesn´t break oC3 configurationsFrank Karlitschek2012-04-301-2/+2
|
* we require php 5.3 now. so please notify the user if an old version is in useFrank Karlitschek2012-04-301-0/+3
|
* tiny typoFrank Karlitschek2012-04-301-1/+1
|
* removing executable bit from various filesThomas Mueller2012-04-303-0/+0
|
* don´t hardcode files app. we have no a standard info.xml in filesFrank Karlitschek2012-04-291-1/+1
|
* improve rescanning foldersRobin Appelman2012-04-291-25/+35
|
* remove non existing files from the cache when rescanning a folderRobin Appelman2012-04-292-15/+20
|
* only install shipped apps on setup that should be enabled by defaultRobin Appelman2012-04-291-7/+3
|
* 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-272-0/+13
|\
| * some csrf fixes. needs testingFrank Karlitschek2012-04-271-0/+10
| |
| * some more csrf fixesFrank Karlitschek2012-04-261-0/+3
| |
* | hide failsGeorg Ehrke2012-04-261-1/+1
| |
* | make *DAV work with movable appsGeorg Ehrke2012-04-261-0/+4
| |
* | fix merge conflictsGeorg Ehrke2012-04-268-16/+92
|\|
| * Merge branch 'sabredav_1.6'Georg Ehrke2012-04-253-5/+7
| |\
| | * Merge branch 'master' into sabredav_1.6Georg Ehrke2012-04-221-3/+56
| | |\
| | * \ fix merge conflictsGeorg Ehrke2012-04-218-27/+183
| | |\ \
| | * \ \ Merge branch 'master' into sabredav_1.6Georg Ehrke2012-04-1528-513/+621
| | |\ \ \
| | * \ \ \ Merge branch 'master' into sabredav_1.6Georg Ehrke2012-04-1313-160/+498
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into sabredav_1.6Georg Ehrke2012-04-1018-108/+1299
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into sabredav_1.6Georg Ehrke2012-03-305-31/+101
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' into sabredav_1.6Georg Ehrke2012-03-293-11/+42
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into sabredav_1.6Georg Ehrke2012-03-273-17/+38
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master' into sabredav_1.6Georg Ehrke2012-03-255-351/+63
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into sabredav_1.6Georg Ehrke2012-03-221-2/+2
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sabredav_1.6Georg Ehrke2012-03-215-170/+203
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sabredav_1.6Georg Ehrke2012-03-1934-680/+1700
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sabredav_1.6Georg Ehrke2012-02-253-4/+33
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | add empty methods updatePrincipal and searchPrincipals and change method ↵Georg Ehrke2012-02-251-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getPrincipalByPath to work with sabredav 1.6
| | * | | | | | | | | | | | | | replace Sabre_DAV_Exception_FileNotFound with Sabre_DAV_Exception_NotFoundGeorg Ehrke2012-02-251-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | replace Sabre_VObject_Element_DateTime with Sabre_VObject_Property_DateTimeGeorg Ehrke2012-02-241-3/+3
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge branch 'master' into sabredav_1.6Georg Ehrke2012-02-241-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sabredav_1.6Georg Ehrke2012-02-234-5/+55
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | make lib/vobject.php work with sabredav 1.6Georg Ehrke2012-02-231-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | minor filecache improvementsRobin Appelman2012-04-251-5/+10
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | emit the correct hooks for file_put_contents and some readfile improvementsRobin Appelman2012-04-251-3/+16
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | initial mount configuration workRobin Appelman2012-04-251-0/+48
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | fix security check for the path of the requested fileGeorg Ehrke2012-04-262-4/+29
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | fix loading of css files that are core relatedGeorg Ehrke2012-04-261-5/+5
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | some fixes fore movable appsGeorg Ehrke2012-04-263-5/+25
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | add a proper 404Georg Ehrke2012-04-251-1/+2
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | fix merge conflictsGeorg Ehrke2012-04-241-0/+4
|\| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | OC_App::getStorage() failed if app dir didn't exist.Thomas Tanghus2012-04-241-0/+4
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | fix php failGeorg Ehrke2012-04-241-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | remove debug messageGeorg Ehrke2012-04-241-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | another fix for linkto functionGeorg Ehrke2012-04-241-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | fix linkto function in OC_HelperGeorg Ehrke2012-04-241-4/+8
| | | | | | | | | | | | | | | | | |