Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'sabredav_1.6' | Georg Ehrke | 2012-04-25 | 3 | -5/+7 |
|\ | |||||
| * | Merge branch 'master' into sabredav_1.6 | Georg Ehrke | 2012-04-22 | 1 | -3/+56 |
| |\ | |||||
| * \ | fix merge conflicts | Georg Ehrke | 2012-04-21 | 8 | -27/+183 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into sabredav_1.6 | Georg Ehrke | 2012-04-15 | 28 | -513/+621 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into sabredav_1.6 | Georg Ehrke | 2012-04-13 | 13 | -160/+498 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into sabredav_1.6 | Georg Ehrke | 2012-04-10 | 18 | -108/+1299 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into sabredav_1.6 | Georg Ehrke | 2012-03-30 | 5 | -31/+101 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into sabredav_1.6 | Georg Ehrke | 2012-03-29 | 3 | -11/+42 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into sabredav_1.6 | Georg Ehrke | 2012-03-27 | 3 | -17/+38 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into sabredav_1.6 | Georg Ehrke | 2012-03-25 | 5 | -351/+63 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into sabredav_1.6 | Georg Ehrke | 2012-03-22 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into sabredav_1.6 | Georg Ehrke | 2012-03-21 | 5 | -170/+203 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into sabredav_1.6 | Georg Ehrke | 2012-03-19 | 34 | -680/+1700 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into sabredav_1.6 | Georg Ehrke | 2012-02-25 | 3 | -4/+33 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | add empty methods updatePrincipal and searchPrincipals and change method ↵ | Georg Ehrke | 2012-02-25 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getPrincipalByPath to work with sabredav 1.6 | ||||
| * | | | | | | | | | | | | | | replace Sabre_DAV_Exception_FileNotFound with Sabre_DAV_Exception_NotFound | Georg Ehrke | 2012-02-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | replace Sabre_VObject_Element_DateTime with Sabre_VObject_Property_DateTime | Georg Ehrke | 2012-02-24 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge branch 'master' into sabredav_1.6 | Georg Ehrke | 2012-02-24 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into sabredav_1.6 | Georg Ehrke | 2012-02-23 | 4 | -5/+55 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | make lib/vobject.php work with sabredav 1.6 | Georg Ehrke | 2012-02-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | minor filecache improvements | Robin Appelman | 2012-04-25 | 1 | -5/+10 |
| | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | emit the correct hooks for file_put_contents and some readfile improvements | Robin Appelman | 2012-04-25 | 1 | -3/+16 |
| | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | initial mount configuration work | Robin Appelman | 2012-04-25 | 1 | -0/+48 |
| | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | OC_App::getStorage() failed if app dir didn't exist. | Thomas Tanghus | 2012-04-24 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | first step to an public api of ownCloud for the apps. In the future they ↵ | Frank Karlitschek | 2012-04-23 | 2 | -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 Karlitschek | 2012-04-21 | 1 | -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 Karlitschek | 2012-04-21 | 1 | -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 base | Frank Karlitschek | 2012-04-20 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | new OC_Mail class to handle all mail sending. The benefit is that is way mor ↵ | Frank Karlitschek | 2012-04-20 | 1 | -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 string | Robin Appelman | 2012-04-18 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | check if PHP mod GD is installed | Arthur Schiwon | 2012-04-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | check if PHP mod JSON is installed | Arthur Schiwon | 2012-04-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | merge log into admin | Robin Appelman | 2012-04-16 | 3 | -22/+26 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | fix creating unique filenames | Robin Appelman | 2012-04-16 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | fix group backend | Robin Appelman | 2012-04-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | return user specific paths from oc_filecache::getpath | Robin Appelman | 2012-04-16 | 1 | -1/+6 |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | OC_Group_Backend.php misses function groupexists | Bart Visscher | 2012-04-15 | 2 | -1/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-182 | ||||
* | | | | | | | | | | | | | | Add well-known redirects to htaccess | Bart Visscher | 2012-04-15 | 1 | -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 filename | Thomas Müller | 2012-04-15 | 1 | -0/+28 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | fix filecache rename hook | Robin Appelman | 2012-04-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | renamed extention to extension, also now only showing lowercase | Jan-Christoph Borchardt | 2012-04-15 | 4 | -14/+14 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | add public api to get the file id from the cache | Robin Appelman | 2012-04-15 | 1 | -0/+34 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | fix installing shipped apps | Robin Appelman | 2012-04-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | fix getAppVersion error | Bartek Przybylski | 2012-04-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | firefighting Robin-breakage | Jan-Christoph Borchardt | 2012-04-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | don't rely on the old version in info.xml anymore | Robin Appelman | 2012-04-14 | 3 | -4/+4 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge branch 'master' of gitorious.org:owncloud/owncloud | Jan-Christoph Borchardt | 2012-04-14 | 7 | -37/+94 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Typo fix (breif->brief) | Bart Visscher | 2012-04-14 | 4 | -28/+28 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Fix default database type string | Bart Visscher | 2012-04-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | cache app types in the db | Robin Appelman | 2012-04-14 | 2 | -5/+62 |
| | | | | | | | | | | | | | | |