summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Text Editor: fix editor positioningv4.0.3Tom Needham2012-06-221-10/+2
* Fix initialization of OC_Filesystem setup from DAVBart Visscher2012-06-221-1/+1
* log messages are looking nicer if they are not escaped. (xss prevention happe...Bjoern Schiessle2012-06-222-2/+2
* use sanitizeHTML() functionBjoern Schiessle2012-06-221-1/+1
* remove unnecessary closing PHP tagArthur Schiwon2012-06-221-3/+1
* LDAP: cheaper userExists() implementationArthur Schiwon2012-06-221-1/+13
* date don't change correctly in the view list (bug #973) fixedBjoern Schiessle2012-06-221-0/+2
* Correct File cache error with postgresqlBrice Maron2012-06-221-0/+3
* 4.0.3Frank Karlitschek2012-06-221-2/+2
* Only search for VEVENTs.Thomas Tanghus2012-06-211-1/+4
* Tasks: Add delete actionBart Visscher2012-06-213-15/+20
* Tasks: Use list label for ordering by listBart Visscher2012-06-211-1/+1
* Tasks: Fix position of the summary inputBart Visscher2012-06-211-1/+1
* Prefer requested app before redirecting to default pageBart Visscher2012-06-211-1/+5
* Remember result of OC_User::isLoggedIn, can be very expensive to checkBart Visscher2012-06-211-2/+6
* Only check for apps owncloud version requirment when there is a new owncloud ...Bart Visscher2012-06-212-14/+16
* 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 warni...Frank Karlitschek2012-06-214-2/+62
* 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, preven...Michael Gapczynski2012-06-201-1/+6
* 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
* | 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
* Add cache for getStorage and getInternalPath functions.Bart Visscher2012-06-191-2/+10
* Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_FileBart Visscher2012-06-192-5/+17