aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* webdav client crashes for secure connections if he doesn't have the right ↵Bjoern Schiessle2012-07-022-0/+3
| | | | root certificate for ssl verification. For the moment I print at least a useful error message to the OC log and the Apache log
* LDAP: reset resource on failed bindArthur Schiwon2012-07-021-4/+4
| | | | check for resource
* Remove forced downloadLukas Reschke2012-07-021-2/+0
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudLukas Reschke2012-07-022-2/+2
|\
| * fix a small PHP failGeorg Ehrke2012-07-011-1/+1
| |
| * Don't reload the page after sending private link to email addressMichael Gapczynski2012-07-011-1/+2
| |
| * Revert "bugfix for #1098 (assigning a group to a user, the group appears ↵Michael Gapczynski2012-07-011-1/+0
| | | | | | | | | | | | incrementally many times the more you assign it)" This reverts commit 265d7e50f55978a3bebfa077aa8552d5ea1b0c59.
* | Don't display error messagesLukas Reschke2012-07-021-2/+2
| |
* | fix a small PHP failGeorg Ehrke2012-07-021-1/+1
|/
* Disable mimesniffingLukas Reschke2012-07-011-2/+4
|
* Fixed app pathTom Needham2012-06-301-1/+1
|
* Return correct json response, fix syntaxTom Needham2012-06-301-15/+4
|
* Updates contacts migration providerTom Needham2012-06-301-4/+6
|
* fix documentation styleGeorg Ehrke2012-06-306-101/+186
|
* fixed linkTo()Florian Hülsmann2012-06-301-1/+1
|
* fix some docGeorg Ehrke2012-06-301-42/+42
|
* some improvements for calendar exportGeorg Ehrke2012-06-301-2/+3
|
* Contacts: align the bottom control buttonsTom Needham2012-06-301-0/+1
|
* Contacts: fix add contact icon pathTom Needham2012-06-301-1/+1
|
* fix merge conflictsGeorg Ehrke2012-06-3030-88/+220
|\
| * Fix placeholder value for optional fields in external storage UIMichael Gapczynski2012-06-291-1/+1
| |
| * make sure the filesystem is setup properly for oc_cache_file testsRobin Appelman2012-06-301-0/+19
| |
| * cant to ttl tests for xcacheRobin Appelman2012-06-301-0/+4
| |
| * fix encryption test cases when not logged inRobin Appelman2012-06-301-2/+6
| |
| * Prevent duplicate group showing in multiselect that added the groupMichael Gapczynski2012-06-291-1/+3
| |
| * Don't add duplicate contacts in the list when en-/disable an address book.Thomas Tanghus2012-06-291-12/+14
| |
| * Prevent adding a duplicate to a multiselectMichael Gapczynski2012-06-291-1/+12
| |
| * Add new group to other user's group select formsMichael Gapczynski2012-06-292-2/+9
| |
| * Fix WebDAV external storage opendir() and stat() for directories, bug fix ↵Michael Gapczynski2012-06-291-14/+12
| | | | | | | | for oc-1160
| * Increment user_openid version to load new app typeBart Visscher2012-06-291-1/+1
| |
| * Coding style fixesBart Visscher2012-06-292-2/+2
| |
| * Whitespace fixesBart Visscher2012-06-293-8/+0
| |
| * fix displaying of eventsGeorg Ehrke2012-06-291-1/+3
| |
| * add some hooks to fix calendar sharingGeorg Ehrke2012-06-292-1/+28
| |
| * Allow multiple Google Drive and Dropbox external storages to be configuredMichael Gapczynski2012-06-292-2/+0
| |
| * Clear the mount point value for the new mount point rowMichael Gapczynski2012-06-291-1/+2
| |
| * Hide the delete button on new mount point rowMichael Gapczynski2012-06-292-1/+2
| |
| * typo fixedBjoern Schiessle2012-06-291-1/+1
| |
| * fix birthday calendarGeorg Ehrke2012-06-292-10/+12
| |
| * - when creating a new text file or directory which name already exist use ↵Bjoern Schiessle2012-06-292-4/+13
| | | | | | | | | | | | 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 Schiessle2012-06-291-3/+7
| | | | | | | | | | | | base URI - if secure is set to true add 's' to http
| * Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-06-2924-173/+284
| |\
| | * pass progresskey the correct way during calender importRobin Appelman2012-06-291-1/+1
| | |
| | * Fix external storage UI for Admin pageMichael Gapczynski2012-06-284-5/+5
| | |
| | * Spelling fixBart Visscher2012-06-281-1/+1
| | |
| | * Gallery: Get all the image information for a directory at onceBart Visscher2012-06-281-4/+20
| | |
| | * Remember the app root information.Bart Visscher2012-06-281-1/+5
| | |
| | * Remove redundant code from OC_Helper::linkToBart Visscher2012-06-281-6/+3
| | |
| | * Pg setup enhancementBrice Maron2012-06-281-2/+32
| | | | | | | | | | | | do not create a db if already existing .. and reset the user password instead of creating if the user already exists
| * | move the ownCloud version to admin which makes more sense. A normal user ↵Frank Karlitschek2012-06-292-5/+7
| | | | | | | | | | | | can´t update ownCloud anyways.