summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* check if user is allowed to edit bookmarksBjoern Schiessle2012-06-211-3/+11
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudBjoern Schiessle2012-06-211-1/+2
|\
| * fix mimetype for cdr files - bugfix for oc 559Georg Ehrke2012-06-211-1/+2
| |
* | use new sanitizeHTML() functionBjoern Schiessle2012-06-212-2/+2
| |
* | correct presentation of HTML encoded charactersBjoern Schiessle2012-06-211-1/+1
|/
* 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 Conflicts: lib/fileproxy/quota.php
* DateTime objects are directly comparableBart Visscher2012-06-201-1/+1
|
* Gallery: Move code/js/css from main template to the right placeBart Visscher2012-06-204-113/+108
|
* More changes for updating the contacts list.Thomas Tanghus2012-06-202-14/+20
|
* Better error checking.Thomas Tanghus2012-06-201-10/+13
|
* Make sure address books are shown even if empty.Thomas Tanghus2012-06-201-12/+15
|
* Log error as ERROR.Thomas Tanghus2012-06-201-1/+1
|
* Merge branch 'master' into calendar_repeatGeorg Ehrke2012-06-2035-66/+468
|\
| * make bookmarks bookmarklet work again, kudos to Victor DubiniukArthur Schiwon2012-06-201-7/+7
| |
| * bookmarks: make read later-button draggable again, fixes oc-944Arthur Schiwon2012-06-201-1/+1
| |
| * added new user settings interface for deleting old file versionsSam Tuke2012-06-207-18/+124
| | | | | | | | | | fixed OCA_VersionsexpireAll() to use native PHP readdir() removed local storage implementation of readdir()
| * Merge branch 'master' of gitorious.org:owncloud/owncloudSam Tuke2012-06-2025-37/+337
| |\
| | * Merge branch 'shared_log'Bart Visscher2012-06-209-0/+197
| | |\
| | | * Add app for logging access to shared filesBart Visscher2012-06-149-0/+197
| | | |
| | * | Merge branch 'audit'Bart Visscher2012-06-206-1/+104
| | |\ \
| | | * | Audit: Log sharing actionsBart Visscher2012-05-074-0/+27
| | | | |
| | | * | Audit: Log messages with separate functionBart Visscher2012-05-071-9/+12
| | | | |
| | | * | Audit: Add user login/logout loggingBart Visscher2012-05-072-0/+17
| | | | |
| | | * | Start of audit appBart Visscher2012-05-074-1/+57
| | | | | | | | | | | | | | | | | | | | Audit the filesystem action
| | * | | Prefer requested app before redirecting to default pageBart Visscher2012-06-201-1/+5
| | | | |
| | * | | Delay setup of FS until OC_Filesystem is usedBart Visscher2012-06-205-21/+16
| | | | |
| | * | | Adjust OC_Filesystem use in hooks to string, so the class is loaded as late ↵Bart Visscher2012-06-202-2/+2
| | | | | | | | | | | | | | | | | | | | as possible
| | * | | Small code reorderBart Visscher2012-06-201-5/+6
| | | | |
| | * | | remove unnecessary commentBjoern Schiessle2012-06-201-1/+1
| | | | |
| | * | | no need to escape the titleBjoern Schiessle2012-06-201-1/+1
| | | | |
| | * | | use sanitizeHTML() functionBjoern Schiessle2012-06-203-5/+5
| | | | |
| * | | | removed readdir to fix bug oc-1054Sam Tuke2012-06-203-4/+0
| |/ / /
* | | | Merge branch 'master' into calendar_repeatGeorg Ehrke2012-06-2023-120/+154
|\| | |
| * | | Merge branch 'master' of gitorious.org:owncloud/owncloudBjoern Schiessle2012-06-202-3/+11
| |\ \ \
| | * | | forgotten $, incorrect subtractArthur Schiwon2012-06-201-2/+2
| | | | |
| | * | | LDAP: only map users within the User Base TreeArthur Schiwon2012-06-202-3/+11
| | | | |
| * | | | use new sanitizeHTML() functionBjoern Schiessle2012-06-202-8/+8
| |/ / /
| * | | don't show other users file if the filesystem is not index alreadyRobin Appelman2012-06-201-0/+3
| | | |
| * | | Remove OC::$CONFIG_DATADIRECTORY, not usedBart Visscher2012-06-193-33/+18
| | | |
| * | | Move check code from setupFS to checkServerBart Visscher2012-06-191-34/+20
| | | |
| * | | Fixed deleteAll function for deleting all old versions of files (expireAll)Sam Tuke2012-06-197-22/+58
| | | | | | | | | | | | | | | | Added new readdir() method to all storage classes and handlers (only working implementation in local.php)
| * | | removing sanitizeHTML() function from template.php since I moved it to util.phpBjoern Schiessle2012-06-191-11/+0
| | | | | | | | | | | | | | | | to make it more generic.
| * | | Remember result of OC_User::isLoggedIn, can be very expensive to checkBart Visscher2012-06-191-2/+6
| | | |
| * | | use new sanitize HTML functionBjoern Schiessle2012-06-195-11/+5
| | | |
| * | | introducing a sanitize HTML function for the internal and the public API. ThisBjoern Schiessle2012-06-192-1/+28
| | | | | | | | | | | | | | | | | | | | allows to easily convert strings to HTML before displaying them on the web page to reduce the risk of xss vulnerabilities.
| * | | Re-add missing loadhandlers() call.Thomas Tanghus2012-06-191-0/+1
| | | |
| * | | Loading of contacts was placed outside of $(document).ready() function.Thomas Tanghus2012-06-191-1/+2
| | | |
* | | | Calendar: only run ->expand if the event is repeatingGeorg Ehrke2012-06-191-1/+3
| | | |
* | | | Calendar: js fixGeorg Ehrke2012-06-191-1/+1
| | | |
* | | | Calendar: fix modifying of end DateTime objectGeorg Ehrke2012-06-191-1/+1
| | | |