summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* CSRF checksLukas Reschke2012-07-074-0/+5
|
* CSRF checksLukas Reschke2012-07-071-0/+1
|
* CSRF checksLukas Reschke2012-07-076-0/+6
|
* CSRF checkLukas Reschke2012-07-073-0/+6
|
* increase the time limit again to a sensible granularity of 1 min.Frank Karlitschek2012-07-061-1/+1
| | | | Please talk to me before changing this.
* close file after write processBjoern Schiessle2012-07-061-0/+1
|
* allow user to upload his own root certificate for secure webdav mountBjoern Schiessle2012-07-065-5/+45
|
* Make export batch size configurable.Thomas Tanghus2012-07-061-2/+3
|
* Fix endless loop when no addressbooks.Thomas Tanghus2012-07-061-3/+10
|
* Correct hack ;)Thomas Tanghus2012-07-061-1/+1
|
* Fugly fixed include.Thomas Tanghus2012-07-061-1/+1
|
* CURLOPT_SSL_VERIFYPEER=false shouldn't be in masterBjoern Schiessle2012-07-061-2/+1
|
* use OC_Connector_Sabre_ClientBjoern Schiessle2012-07-061-6/+6
|
* No need for being protected.Thomas Tanghus2012-07-061-1/+1
|
* Missing requesttokenThomas Tanghus2012-07-061-1/+1
|
* Contacts: Fix copy&paste errorBart Visscher2012-07-051-1/+1
|
* use OC_Filesystem for rollbackBjoern Schiessle2012-07-051-1/+4
|
* check if caview really existsBjoern Schiessle2012-07-051-2/+4
|
* moved remove and rename hook to libs/hooks.phpBjoern Schiessle2012-07-053-39/+39
|
* disabled user upload of root certificates until sabredav client can handle themBjoern Schiessle2012-07-051-1/+1
|
* send ca cert path to sabredav clientBjoern Schiessle2012-07-051-0/+3
|
* 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
|
* 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
|
* Moved action buttons down to the add field menu. Fixes oc-1155.Thomas Tanghus2012-07-042-19/+19
|
* replace some direct links with OC.imagePathGeorg Ehrke2012-07-031-2/+2
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudSam Tuke2012-07-032-12/+20
|\ | | | | | | | | Conflicts: apps/files_versions/lib/versions.php
| * use filesystem abstraction layer to copy file versionsBjoern Schiessle2012-07-031-3/+11
| |
* | 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
|
* 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
|
* webdav client crashes for secure connections if he doesn't have the right ↵Bjoern Schiessle2012-07-021-0/+2
| | | | 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
* Don't reload the page after sending private link to email addressMichael Gapczynski2012-07-011-1/+2
|
* Updates contacts migration providerTom Needham2012-06-301-4/+6
|
* fix documentation styleGeorg Ehrke2012-06-306-101/+186
|
* 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-3020-69/+123
|\
| * Fix placeholder value for optional fields in external storage UIMichael Gapczynski2012-06-291-1/+1
| |
| * fix encryption test cases when not logged inRobin Appelman2012-06-301-2/+6
| |
| * Don't add duplicate contacts in the list when en-/disable an address book.Thomas Tanghus2012-06-291-12/+14
| |
| * Fix WebDAV external storage opendir() and stat() for directories, bug fix ↵Michael Gapczynski2012-06-291-14/+12
| | | | | | | | for oc-1160