aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'refs/merge-requests/127' of ↵Michael Gapczynski2012-06-1323-54/+73
|\ | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/127 Conflicts: apps/files_external/templates/settings.php lib/template.php
| * Removed unecessary sanitizationLukas Reschke2012-06-111-1/+1
| |
| * Removed double sanitizationLukas Reschke2012-06-115-11/+11
| |
| * Fix double sanitizationLukas Reschke2012-06-111-1/+1
| |
| * Fixes a issue with the logLukas Reschke2012-06-111-2/+2
| |
| * Removed some unessecary sanitizationsLukas Reschke2012-06-115-8/+8
| |
| * Make some apps compatibleLukas Reschke2012-06-1117-35/+64
| |
| * Check for stringLukas Reschke2012-06-111-14/+2
| |
| * Some updates...Lukas Reschke2012-06-111-14/+28
| |
| * Handling arraysLukas Reschke2012-06-111-1/+16
| |
| * RevertLukas Reschke2012-06-1116-111/+78
| |
| * Settings...Lukas Reschke2012-06-115-16/+16
| |
| * First try of implementing assignHTMLLukas Reschke2012-06-1111-59/+78
| |
* | Add support for mounting Google Drive in external storage UIMichael Gapczynski2012-06-137-2/+1059
| |
* | Remove check for encryption.Thomas Tanghus2012-06-131-5/+0
| |
* | Remove debug statements.Thomas Tanghus2012-06-132-19/+0
| |
* | Contacts: implemented CSRF prevention.Thomas Tanghus2012-06-1314-6/+52
| |
* | Added JSON methods for CSRF prevention. Make request token accessible from ↵Thomas Tanghus2012-06-135-22/+54
| | | | | | | | template and add js var.
* | fix time callFrank Karlitschek2012-06-131-1/+1
| |
* | urlencode link fort password reset (bug #970)Bjoern Schiessle2012-06-131-1/+1
| |
* | Fix incorrect creation of filesystem for user@group in data folder during sharesMichael Gapczynski2012-06-121-4/+4
| |
* | check for view before trying to invoke method on objectBartek Przybylski2012-06-131-1/+1
| |
* | fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-987Thomas Mueller2012-06-121-1/+5
| |
* | Create directory for mount point if it doesn't already existMichael Gapczynski2012-06-121-0/+3
| |
* | increase version of calendar app to force db upgradeGeorg Ehrke2012-06-121-1/+1
| |
* | increase possible size of uri in database - fix oc-140Georg Ehrke2012-06-121-2/+2
| |
* | Add support for mounting Dropbox in external storage UIMichael Gapczynski2012-06-125-42/+150
| |
* | Label the delete operation "unshare" for files in the "Shared" folder to reduceBjoern Schiessle2012-06-121-1/+5
| | | | | | | | confusion about the operation.
* | block slashes only for new files and new folders but not for file upload ↵Bjoern Schiessle2012-06-121-1/+1
| | | | | | | | from url (bug #964)
* | Contacts: Final (for now) fix to encoding probs on import.Thomas Tanghus2012-06-121-1/+2
| |
* | committed patch (bug #967) to add missing translations for file actionsBjoern Schiessle2012-06-121-2/+2
| |
* | applied patch provided by bug #966 to fix broken user specific quota settingsBjoern Schiessle2012-06-123-48/+76
| |
* | PDF.JS updated, compatibility.js added for browser support, should fix: oc-395Thomas Mueller2012-06-128-659/+4465
| |
* | utf8 in der DB configMarco B2012-06-115-5/+5
| |
* | Add .vimrc to .gitignore.Thomas Tanghus2012-06-111-0/+3
| |
* | Fix js for missing address fields.Thomas Tanghus2012-06-111-6/+6
| |
* | Quick fix for index errors when not importing from files.Thomas Tanghus2012-06-111-1/+1
| |
* | Encoding conversion moved to OC_Contacts_VCard::decodeProperty in commit ↵Thomas Tanghus2012-06-111-2/+2
| | | | | | | | 95cc9730aa49963a69e46154b0cba19232219d2e
* | Contacts: Fix encoding errors, import errors, developer headache, paint cute ↵Thomas Tanghus2012-06-111-1/+1
| | | | | | | | kittens and pink clouds ;-)
* | Tasks: Fix resizing of the content partBart Visscher2012-06-111-2/+5
| |
* | Gallery: remove extra include of lib/base.phpBart Visscher2012-06-111-2/+0
| |
* | Calendar: remove unused markup from #controlsBart Visscher2012-06-111-23/+15
| |
* | replace "=0D=0A" (\r\n) with a simple "\n" in vards during importBjoern Schiessle2012-06-111-2/+2
| |
* | Merge branch 'master' of gitorious.org:owncloud/owncloudBjoern Schiessle2012-06-112-1/+3
|\ \
| * | LDAP: offer config option for Group Display Name attributeArthur Schiwon2012-06-112-1/+3
| | |
* | | make sure that contact data are always utf8 encoded to avoid encoding problemsBjoern Schiessle2012-06-111-2/+2
|/ /
* | Redirect HTTP Auth requests to REQUEST_URI. Partial fix for ↵Thomas Tanghus2012-06-111-0/+1
| | | | | | | | http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-874
* | Allow same host redirects (/somepath).Thomas Tanghus2012-06-111-1/+2
| |
* | Contacts: Fix NOTE also on add, not just save.Thomas Tanghus2012-06-111-2/+11
|/
* ldap: check array for emptiness, not nullnessArthur Schiwon2012-06-111-1/+1
|