Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some more work on calendar import class | Georg Ehrke | 2012-06-30 | 1 | -13/+90 |
| | |||||
* | Merge branch 'master' into calendar_import | Georg Ehrke | 2012-06-29 | 41 | -246/+418 |
|\ | |||||
| * | Fix WebDAV external storage opendir() and stat() for directories, bug fix ↵ | Michael Gapczynski | 2012-06-29 | 1 | -14/+12 |
| | | | | | | | | for oc-1160 | ||||
| * | Increment user_openid version to load new app type | Bart Visscher | 2012-06-29 | 1 | -1/+1 |
| | | |||||
| * | Coding style fixes | Bart Visscher | 2012-06-29 | 2 | -2/+2 |
| | | |||||
| * | Whitespace fixes | Bart Visscher | 2012-06-29 | 3 | -8/+0 |
| | | |||||
| * | fix displaying of events | Georg Ehrke | 2012-06-29 | 1 | -1/+3 |
| | | |||||
| * | add some hooks to fix calendar sharing | Georg Ehrke | 2012-06-29 | 2 | -1/+28 |
| | | |||||
| * | Allow multiple Google Drive and Dropbox external storages to be configured | Michael Gapczynski | 2012-06-29 | 2 | -2/+0 |
| | | |||||
| * | Clear the mount point value for the new mount point row | Michael Gapczynski | 2012-06-29 | 1 | -1/+2 |
| | | |||||
| * | Hide the delete button on new mount point row | Michael Gapczynski | 2012-06-29 | 2 | -1/+2 |
| | | |||||
| * | fix birthday calendar | Georg Ehrke | 2012-06-29 | 2 | -10/+12 |
| | | |||||
| * | - when creating a new text file or directory which name already exist use ↵ | Bjoern Schiessle | 2012-06-29 | 1 | -3/+10 |
| | | | | | | | | | | | | the same pattern as for file uploads in such a case (add a (N) to the name) - don't allow renaming if a file/directory with the name already exists | ||||
| * | - remove leading http[s] to let createBaseUri() generate secure/unsecure ↵ | Bjoern Schiessle | 2012-06-29 | 1 | -3/+7 |
| | | | | | | | | | | | | base URI - if secure is set to true add 's' to http | ||||
| * | pass progresskey the correct way during calender import | Robin Appelman | 2012-06-29 | 1 | -1/+1 |
| | | |||||
| * | Fix external storage UI for Admin page | Michael Gapczynski | 2012-06-28 | 4 | -5/+5 |
| | | |||||
| * | Gallery: Get all the image information for a directory at once | Bart Visscher | 2012-06-28 | 1 | -4/+20 |
| | | |||||
| * | use public API | Bjoern Schiessle | 2012-06-28 | 1 | -5/+5 |
| | | |||||
| * | adjust the name and/or location of the stored versions if the actual file ↵ | Bjoern Schiessle | 2012-06-28 | 2 | -3/+27 |
| | | | | | | | | gets moved or renamed | ||||
| * | move hook to erase versions from deleted files to the right place | Bjoern Schiessle | 2012-06-28 | 4 | -41/+15 |
| | | |||||
| * | delete file versions if the user deletes a file | Bjoern Schiessle | 2012-06-28 | 2 | -0/+40 |
| | | |||||
| * | handover the correct timestamp | Bjoern Schiessle | 2012-06-28 | 1 | -1/+1 |
| | | |||||
| * | No need for this anymore. | Thomas Tanghus | 2012-06-28 | 1 | -10/+0 |
| | | |||||
| * | Smoother profile picture loading - hopefully. | Thomas Tanghus | 2012-06-28 | 5 | -59/+56 |
| | | |||||
| * | Don't overwrite fake directory stream for Amazon S3 storage | Michael Gapczynski | 2012-06-27 | 1 | -2/+2 |
| | | |||||
| * | Migration: Fix contacts and bookmarks | Tom Needham | 2012-06-27 | 2 | -8/+9 |
| | | |||||
| * | Load contactlist progressivly. | Thomas Tanghus | 2012-06-27 | 3 | -68/+105 |
| | | |||||
| * | Fixes in Dropbox API, try to catch Dropbox exceptions, implement rename and ↵ | Michael Gapczynski | 2012-06-27 | 1 | -11/+48 |
| | | | | | | | | copy in Dropbox storage backend | ||||
| * | move some documentation to the right place | Georg Ehrke | 2012-06-27 | 2 | -13/+20 |
| | | |||||
| * | add merge calendar function and add some documentation to OC_Calendar_Calendar | Georg Ehrke | 2012-06-27 | 1 | -1/+24 |
| | | |||||
| * | Add Samba Share parameter to external storage UI | Michael Gapczynski | 2012-06-27 | 1 | -1/+1 |
| | | |||||
| * | Don't overwrite fake directory stream for Shared storage | Michael Gapczynski | 2012-06-27 | 1 | -2/+2 |
| | | |||||
| * | Don't overwrite fake directory stream for Dropbox and Google Drive | Michael Gapczynski | 2012-06-27 | 2 | -5/+4 |
| | | |||||
| * | no reason to strip tags at this point | Bjoern Schiessle | 2012-06-27 | 1 | -1/+0 |
| | | |||||
| * | Util::formatDate() expect $timestamp as double | Bjoern Schiessle | 2012-06-27 | 4 | -10/+6 |
| | | |||||
* | | some work on OC_Calendar_Import | Georg Ehrke | 2012-06-29 | 1 | -0/+139 |
|/ | |||||
* | enable highlighting of address in OSM. | Bjoern Schiessle | 2012-06-27 | 1 | -1/+1 |
| | |||||
* | Improve error handling of Dropbox storage backend | Michael Gapczynski | 2012-06-26 | 1 | -4/+8 |
| | |||||
* | Load default categories if there are none, | Thomas Tanghus | 2012-06-27 | 1 | -6/+29 |
| | |||||
* | Ensure event handlers are being set when adding first contact. | Thomas Tanghus | 2012-06-27 | 1 | -24/+24 |
| | |||||
* | Add check for return value. | Thomas Tanghus | 2012-06-27 | 1 | -11/+13 |
| | |||||
* | Don't call getLocalFile() until you know it actually is music | Michael Gapczynski | 2012-06-26 | 1 | -1/+1 |
| | |||||
* | Added some error checking. | Thomas Tanghus | 2012-06-26 | 1 | -1/+5 |
| | |||||
* | Added missing requesttoken. | Thomas Tanghus | 2012-06-26 | 2 | -1/+4 |
| | |||||
* | Added error checking on all db queries. | Thomas Tanghus | 2012-06-26 | 3 | -51/+152 |
| | |||||
* | Added createUser hook. | Thomas Tanghus | 2012-06-26 | 2 | -0/+11 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Bjoern Schiessle | 2012-06-26 | 1 | -1/+1 |
|\ | |||||
| * | Fix variable name. | Thomas Tanghus | 2012-06-26 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of gitorious.org:owncloud/owncloud | Bjoern Schiessle | 2012-06-26 | 1 | -0/+8 |
|\| | |||||
| * | add OC_Calendar_Object::createUID() | Georg Ehrke | 2012-06-26 | 1 | -0/+8 |
| | |