summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | OC_App::getStorage() failed if app dir didn't exist.Thomas Tanghus2012-04-241-0/+4
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | first step to an public api of ownCloud for the apps. In the future they ↵Frank Karlitschek2012-04-232-0/+63
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | Add a static code checker for evil patterns in apps.Frank Karlitschek2012-04-211-3/+56
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disabled by default for now. We will check for private api calls here later once the public api is in place
* | | | | | | | | | | | | | | improve the app installer.Frank Karlitschek2012-04-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | show a label if an app is an internal app or a third party app from the app store. show a preview image of the app if available
* | | | | | | | | | | | | | | support searching the knowledge baseFrank Karlitschek2012-04-201-2/+3
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | new OC_Mail class to handle all mail sending. The benefit is that is way mor ↵Frank Karlitschek2012-04-201-0/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flexible than the standard mail command. can be configured to use a remote smtp relay for example. also port the lostpassword code
* | | | | | | | | | | | | | | add function to get mimetype from stringRobin Appelman2012-04-181-0/+20
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | check if PHP mod GD is installedArthur Schiwon2012-04-171-0/+3
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | check if PHP mod JSON is installedArthur Schiwon2012-04-171-0/+3
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | merge log into adminRobin Appelman2012-04-163-22/+26
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | fix creating unique filenamesRobin Appelman2012-04-161-1/+4
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | fix group backendRobin Appelman2012-04-161-1/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | return user specific paths from oc_filecache::getpathRobin Appelman2012-04-161-1/+6
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | OC_Group_Backend.php misses function groupexistsBart Visscher2012-04-152-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-182
* | | | | | | | | | | | | | Add well-known redirects to htaccessBart Visscher2012-04-151-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-232 http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-445
* | | | | | | | | | | | | | fixing oc-375 - a number is appended tp the filenameThomas Müller2012-04-151-0/+28
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | fix filecache rename hookRobin Appelman2012-04-151-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | renamed extention to extension, also now only showing lowercaseJan-Christoph Borchardt2012-04-154-14/+14
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | add public api to get the file id from the cacheRobin Appelman2012-04-151-0/+34
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | fix installing shipped appsRobin Appelman2012-04-151-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | fix getAppVersion errorBartek Przybylski2012-04-151-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | firefighting Robin-breakageJan-Christoph Borchardt2012-04-141-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | don't rely on the old version in info.xml anymoreRobin Appelman2012-04-143-4/+4
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'master' of gitorious.org:owncloud/owncloudJan-Christoph Borchardt2012-04-147-37/+94
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Typo fix (breif->brief)Bart Visscher2012-04-144-28/+28
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix default database type stringBart Visscher2012-04-141-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | cache app types in the dbRobin Appelman2012-04-142-5/+62
| | | | | | | | | | | | | | |