Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some fixes fore movable apps | Georg Ehrke | 2012-04-26 | 10 | -49/+67 |
| | |||||
* | gallery app seems to work now :) | Georg Ehrke | 2012-04-25 | 1 | -1/+1 |
| | |||||
* | bookmarks app seems to work now :) | Georg Ehrke | 2012-04-25 | 2 | -6/+6 |
| | |||||
* | some fixes in contacts javascript files | Georg Ehrke | 2012-04-25 | 1 | -2/+2 |
| | |||||
* | add a proper 404 | Georg Ehrke | 2012-04-25 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' into movable_apps | Georg Ehrke | 2012-04-25 | 1 | -0/+1 |
|\ | |||||
| * | fix js fail in media player | Georg Ehrke | 2012-04-25 | 1 | -0/+1 |
| | | |||||
* | | fix merge conflicts | Georg Ehrke | 2012-04-24 | 42 | -3039/+589 |
|\| | |||||
| * | move granite also to apps-playground because it´s not stable yet and is no ↵ | Frank Karlitschek | 2012-04-24 | 10 | -1797/+0 |
| | | | | | | | | longer used | ||||
| * | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2012-04-24 | 11 | -23/+241 |
| |\ | |||||
| | * | Added loading indicator. | Thomas Tanghus | 2012-04-24 | 1 | -0/+1 |
| | | | |||||
| | * | Contacts: Check that UIDs really are unique on import. Better solution would ↵ | Thomas Tanghus | 2012-04-24 | 1 | -3/+35 |
| | | | | | | | | | | | | be to suggest to merge contacts, but that will have to wait to OC5 ;-) | ||||
| | * | Contacts: In app import (for Chrome and Firefox only) | Thomas Tanghus | 2012-04-24 | 3 | -22/+14 |
| | | | |||||
| | * | Contacts: Tried to format NOTE field a bit. Needs to be improved more though. | Thomas Tanghus | 2012-04-24 | 2 | -1/+2 |
| | | | |||||
| | * | OC_App::getStorage() failed if app dir didn't exist. | Thomas Tanghus | 2012-04-24 | 1 | -0/+4 |
| | | | |||||
| | * | Contacts: In app import. Cleanup still needed. | Thomas Tanghus | 2012-04-24 | 7 | -15/+201 |
| | | | |||||
| | * | Applied patches by Nicolas progweb at free.fr - ↵ | Thomas Tanghus | 2012-04-24 | 2 | -1/+3 |
| | | | | | | | | | | | | https://mail.kde.org/pipermail/owncloud/2012-April/002900.html | ||||
| * | | non working app. moved to the apps-playground repository | Frank Karlitschek | 2012-04-24 | 12 | -1217/+0 |
| |/ | |||||
| * | wrote a new versioning app over the weekend. Basic functionality to far but ↵ | Frank Karlitschek | 2012-04-23 | 10 | -0/+347 |
| | | | | | | | | it works (TM) and has all the needed features (TM) for ownCloud 4. Userinterface integration and small improvements still missing. | ||||
* | | fix OC.filePath in main js | Georg Ehrke | 2012-04-24 | 1 | -3/+8 |
| | | |||||
* | | fix position of Semicolon | Georg Ehrke | 2012-04-24 | 1 | -1/+1 |
| | | |||||
* | | fix php fail | Georg Ehrke | 2012-04-24 | 1 | -1/+1 |
| | | |||||
* | | remove debug message | Georg Ehrke | 2012-04-24 | 1 | -1/+1 |
| | | |||||
* | | fix pathes in contacts | Georg Ehrke | 2012-04-24 | 4 | -30/+47 |
| | | |||||
* | | another fix for linkto function | Georg Ehrke | 2012-04-24 | 1 | -1/+1 |
| | | |||||
* | | fix linkto function in OC_Helper | Georg Ehrke | 2012-04-24 | 1 | -4/+8 |
| | | |||||
* | | fix contacts app a bit | Georg Ehrke | 2012-04-23 | 2 | -13/+13 |
| | | |||||
* | | make calendar work with movable apps | Georg Ehrke | 2012-04-23 | 2 | -4/+4 |
| | | |||||
* | | remove debug code in lib base | Georg Ehrke | 2012-04-23 | 1 | -1/+0 |
| | | |||||
* | | fix pathes of shared calendars | Georg Ehrke | 2012-04-23 | 1 | -2/+2 |
| | | |||||
* | | fix bug in lib base | Georg Ehrke | 2012-04-23 | 1 | -1/+3 |
| | | |||||
* | | fix file path in apps/media/ajax/api.php | Georg Ehrke | 2012-04-23 | 1 | -5/+3 |
| | | |||||
* | | Merge branch 'master' into movable_apps | Georg Ehrke | 2012-04-23 | 11 | -25/+137 |
|\| | |||||
| * | 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 | ||||
| * | fixing multiselect overflow, issue 341 | Jan-Christoph Borchardt | 2012-04-23 | 1 | -3/+3 |
| | | |||||
| * | adding proper copyright and license notice to the style files | Jan-Christoph Borchardt | 2012-04-23 | 7 | -3/+23 |
| | | |||||
| * | LDAP: optimize LDAP requests for users and groups. Settings are still to do, ↵ | Arthur Schiwon | 2012-04-23 | 2 | -18/+46 |
| | | | | | | | | though. | ||||
| * | only retrieve requested attributes | Arthur Schiwon | 2012-04-23 | 1 | -1/+1 |
| | | |||||
| * | don't forget to declare class properties | Arthur Schiwon | 2012-04-23 | 1 | -0/+1 |
| | | |||||
* | | use native functions of php to parse the string into the Var | Georg Ehrke | 2012-04-23 | 3 | -9/+8 |
| | | |||||
* | | rename var file to getfile to prevent fails in files app | Georg Ehrke | 2012-04-23 | 3 | -5/+5 |
| | | |||||
* | | fix bug in lib/helper.php and fix file upload | Georg Ehrke | 2012-04-23 | 1 | -1/+1 |
| | | |||||
* | | fix path in apps/files/templats/index.php | Georg Ehrke | 2012-04-23 | 1 | -1/+1 |
| | | |||||
* | | fix style.css of the files app | Georg Ehrke | 2012-04-23 | 1 | -2/+2 |
| | | |||||
* | | fix path in /apps/files/js/timezone.php | Georg Ehrke | 2012-04-23 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into movable_apps | Georg Ehrke | 2012-04-23 | 23 | -1275/+1210 |
|\| | |||||
| * | Wrong app check. | Thomas Tanghus | 2012-04-23 | 1 | -1/+1 |
| | | |||||
| * | Contacts: Tipsyfied photo toolbar. | Thomas Tanghus | 2012-04-23 | 1 | -0/+1 |
| | | |||||
| * | fix image viewer | Robin Appelman | 2012-04-22 | 1 | -1/+1 |
| | | |||||
| * | add the option to disable file encryption while still being able to decrypt ↵ | Robin Appelman | 2012-04-22 | 4 | -3/+11 |
| | | | | | | | | existing files |