summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* send ca cert path to sabredav clientBjoern Schiessle2012-07-052-0/+12
|
* Correct db default value.Thomas Tanghus2012-07-051-1/+1
|
* Add missing CSRF check.Thomas Tanghus2012-07-052-1/+2
|
* Missing update script.Thomas Tanghus2012-07-041-0/+25
|
* Remove ugly activation hack.Thomas Tanghus2012-07-044-108/+78
|
* More helpfull debug msg for redirectToDefaultPageBart Visscher2012-07-041-4/+5
|
* Remove referer check, this is unreliable. The header doesnt need te exist, ↵Bart Visscher2012-07-041-15/+0
| | | | or can be wrong
* Simplified remote.php file loadingBart Visscher2012-07-041-23/+13
|
* certificate should be only visible for usersBjoern Schiessle2012-07-041-0/+2
|
* allow users to upload ssl root certificates for the webdav clientBjoern Schiessle2012-07-046-6/+66
|
* Query contacts in batches of 20. Possible fix for oc-1126.Thomas Tanghus2012-07-041-3/+7
|
* Added undo functionality to delete user procedure on user settings pageSam Tuke2012-07-042-9/+89
|
* Moved action buttons down to the add field menu. Fixes oc-1155.Thomas Tanghus2012-07-042-19/+19
|
* Correct Postgresql connection with space in password. Work around php bugBrice Maron2012-07-041-0/+8
|
* Add slash to app url if not set fix oc-1169Brice Maron2012-07-031-0/+2
|
* replace some direct links with OC.imagePathGeorg Ehrke2012-07-031-2/+2
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudSam Tuke2012-07-034-14/+23
|\ | | | | | | | | Conflicts: apps/files_versions/lib/versions.php
| * use filesystem abstraction layer to copy file versionsBjoern Schiessle2012-07-033-4/+13
| |
| * wrong var name fixedBjoern Schiessle2012-07-031-2/+2
| |
* | Moved hooks and versions.php into new lib directorySam Tuke2012-07-036-338/+381
|/ | | | | Part-ported filesystem operations to OC_FilesystemView Refactored Storage class to depend on an OC_FsV object and have fewer static classes
* fix encoding fail in calendar app - bugfix for oc-1194Georg Ehrke2012-07-031-1/+1
|
* Escape pg connection string on setupBrice Maron2012-07-031-3/+13
|
* Text editor: Always use UTF-8 to keep Ace happy.Tom Needham2012-07-022-0/+2
|
* LDAP: make it UTF-8 saveArthur Schiwon2012-07-025-18/+36
|
* provide multibyte aware helper functions mb_str_replace, mb_substr_replace ↵Arthur Schiwon2012-07-022-18/+126
| | | | and mb_array_change_key_case for handling with UTF 8
* 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
| |