summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Only check for apps owncloud version requirment when there is a new owncloud ↵Bart Visscher2012-06-212-14/+16
| | | | version
* dont change the encryption key during the test caseRobin Appelman2012-06-211-0/+5
|
* only use 1 fsview when initializing encryptionRobin Appelman2012-06-211-7/+5
|
* fix saved file size for uploaded filesRobin Appelman2012-06-212-8/+8
|
* truncate decrypted files based on sizeRobin Appelman2012-06-218-29/+88
|
* fix calendarGeorg Ehrke2012-06-211-1/+1
|
* fix a PHP NoticeGeorg Ehrke2012-06-211-0/+3
|
* check if the data directory is accessible via http. Show a big security ↵Frank Karlitschek2012-06-214-2/+62
| | | | warning if yes
* check if user is allowed to edit bookmarksBjoern Schiessle2012-06-211-3/+11
|
* make edit event form work with DateTime Property UTCGeorg Ehrke2012-06-211-0/+8
|
* fix mimetype for cdr files - bugfix for oc 559Georg Ehrke2012-06-211-1/+2
|
* Only call OC_FileCache::get('/Shared') if it exists in the file cache, ↵Michael Gapczynski2012-06-201-1/+6
| | | | prevents premature addition of the Shared folder to the file cache
* fix encrypted flags not being saved correctlyRobin Appelman2012-06-202-3/+3
|
* fix encryption for binary filesRobin Appelman2012-06-205-6/+51
|
* add binary test case for encryptionRobin Appelman2012-06-202-4/+36
|
* use absolute path for file proxiesRobin Appelman2012-06-204-7/+62
|
* make bookmarks bookmarklet work again, kudos to Victor DubiniukArthur Schiwon2012-06-201-7/+7
|
* Merge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4Bjoern Schiessle2012-06-201-1/+1
|\
| * bookmarks: make read later-button draggable again, fixes oc-944Arthur Schiwon2012-06-201-1/+1
| |
* | no need to escape the titleBjoern Schiessle2012-06-201-1/+1
| |
* | use sanitizeHTML() functionBjoern Schiessle2012-06-203-5/+5
| |
* | use new sanitizeHTML() functionBjoern Schiessle2012-06-202-8/+8
| |
* | use new sanitize HTML function backportedBjoern Schiessle2012-06-205-4/+5
| | | | | | | | | | | | Conflicts: lib/template.php
* | backport of sanitizeHTML() functionBjoern Schiessle2012-06-202-1/+26
|/
* forgotten $, incorrect subtractArthur Schiwon2012-06-201-2/+2
|
* don't show other users file if the filesystem is not index alreadyRobin Appelman2012-06-201-0/+3
|
* Calendar: Write-close session to enable parallel events.php requestsBart Visscher2012-06-191-0/+1
|
* Fix webdav property name compareBart Visscher2012-06-191-1/+1
|
* Load app before running update scriptBart Visscher2012-06-191-0/+1
|
* Tasks: Fix resizing of the content partBart Visscher2012-06-191-2/+5
|
* Tasks: Use POST for ajax calls that change dataBart Visscher2012-06-193-4/+4
|
* Don't use substr to get first char of stringBart Visscher2012-06-1913-20/+20
|
* Smarter code for OC_FileProxyBart Visscher2012-06-191-16/+6
| | | | | | Conflicts: lib/fileproxy.php
* Add cache for getStorage and getInternalPath functions.Bart Visscher2012-06-191-2/+10
| | | | These are called for almost every file operation.
* Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_FileBart Visscher2012-06-192-5/+17
| | | | Speeds up access of directories with large number of files.
* Add help texts to config options in config.sample.phpBart Visscher2012-06-191-4/+33
|
* Make check for writable apps dir configurableBart Visscher2012-06-192-1/+6
| | | | | | Conflicts: config/config.sample.php
* fixes oc-668Thomas Mueller2012-06-191-0/+6
|
* quota calculation fixedBjoern Schiessle2012-06-191-1/+1
|
* LDAP: only map users within the User Base TreeArthur Schiwon2012-06-192-3/+11
|
* Reverting 249190c89bc1c2effd8aaad1052d9a0ccf0bfe37. Fixed in masterVictor Dubiniuk2012-06-191-1/+1
|
* Fix mime-type detectionVictor Dubiniuk2012-06-191-1/+1
|
* Hide image with no source (avoid placeholder img)Brice Maron2012-06-181-0/+2
|
* fixed broken function callBjoern Schiessle2012-06-181-2/+2
|
* ignore "Shared"-directory when calculating free spaceBjoern Schiessle2012-06-181-2/+4
| | | | | | Conflicts: lib/fileproxy/quota.php
* don't add the "Shared"-directory size to users quotaBjoern Schiessle2012-06-181-1/+2
|
* escape log messages to avoid possible js executionBjoern Schiessle2012-06-181-1/+1
|
* Removed erroneous value attributes. Partial fix for oc-1029.Thomas Tanghus2012-06-181-3/+3
|
* user_migrate: remove old codeTom Needham2012-06-171-2/+1
|
* PDF Viewer: Double encode link.Thomas Tanghus2012-06-161-1/+1
|