Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only check for apps owncloud version requirment when there is a new owncloud ↵ | Bart Visscher | 2012-06-21 | 2 | -14/+16 |
| | | | | version | ||||
* | dont change the encryption key during the test case | Robin Appelman | 2012-06-21 | 1 | -0/+5 |
| | |||||
* | only use 1 fsview when initializing encryption | Robin Appelman | 2012-06-21 | 1 | -7/+5 |
| | |||||
* | fix saved file size for uploaded files | Robin Appelman | 2012-06-21 | 2 | -8/+8 |
| | |||||
* | truncate decrypted files based on size | Robin Appelman | 2012-06-21 | 8 | -29/+88 |
| | |||||
* | fix calendar | Georg Ehrke | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | fix a PHP Notice | Georg Ehrke | 2012-06-21 | 1 | -0/+3 |
| | |||||
* | check if the data directory is accessible via http. Show a big security ↵ | Frank Karlitschek | 2012-06-21 | 4 | -2/+62 |
| | | | | warning if yes | ||||
* | check if user is allowed to edit bookmarks | Bjoern Schiessle | 2012-06-21 | 1 | -3/+11 |
| | |||||
* | make edit event form work with DateTime Property UTC | Georg Ehrke | 2012-06-21 | 1 | -0/+8 |
| | |||||
* | fix mimetype for cdr files - bugfix for oc 559 | Georg Ehrke | 2012-06-21 | 1 | -1/+2 |
| | |||||
* | Only call OC_FileCache::get('/Shared') if it exists in the file cache, ↵ | Michael Gapczynski | 2012-06-20 | 1 | -1/+6 |
| | | | | prevents premature addition of the Shared folder to the file cache | ||||
* | fix encrypted flags not being saved correctly | Robin Appelman | 2012-06-20 | 2 | -3/+3 |
| | |||||
* | fix encryption for binary files | Robin Appelman | 2012-06-20 | 5 | -6/+51 |
| | |||||
* | add binary test case for encryption | Robin Appelman | 2012-06-20 | 2 | -4/+36 |
| | |||||
* | use absolute path for file proxies | Robin Appelman | 2012-06-20 | 4 | -7/+62 |
| | |||||
* | make bookmarks bookmarklet work again, kudos to Victor Dubiniuk | Arthur Schiwon | 2012-06-20 | 1 | -7/+7 |
| | |||||
* | Merge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4 | Bjoern Schiessle | 2012-06-20 | 1 | -1/+1 |
|\ | |||||
| * | bookmarks: make read later-button draggable again, fixes oc-944 | Arthur Schiwon | 2012-06-20 | 1 | -1/+1 |
| | | |||||
* | | no need to escape the title | Bjoern Schiessle | 2012-06-20 | 1 | -1/+1 |
| | | |||||
* | | use sanitizeHTML() function | Bjoern Schiessle | 2012-06-20 | 3 | -5/+5 |
| | | |||||
* | | use new sanitizeHTML() function | Bjoern Schiessle | 2012-06-20 | 2 | -8/+8 |
| | | |||||
* | | use new sanitize HTML function backported | Bjoern Schiessle | 2012-06-20 | 5 | -4/+5 |
| | | | | | | | | | | | | Conflicts: lib/template.php | ||||
* | | backport of sanitizeHTML() function | Bjoern Schiessle | 2012-06-20 | 2 | -1/+26 |
|/ | |||||
* | forgotten $, incorrect subtract | Arthur Schiwon | 2012-06-20 | 1 | -2/+2 |
| | |||||
* | don't show other users file if the filesystem is not index already | Robin Appelman | 2012-06-20 | 1 | -0/+3 |
| | |||||
* | Calendar: Write-close session to enable parallel events.php requests | Bart Visscher | 2012-06-19 | 1 | -0/+1 |
| | |||||
* | Fix webdav property name compare | Bart Visscher | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | Load app before running update script | Bart Visscher | 2012-06-19 | 1 | -0/+1 |
| | |||||
* | Tasks: Fix resizing of the content part | Bart Visscher | 2012-06-19 | 1 | -2/+5 |
| | |||||
* | Tasks: Use POST for ajax calls that change data | Bart Visscher | 2012-06-19 | 3 | -4/+4 |
| | |||||
* | Don't use substr to get first char of string | Bart Visscher | 2012-06-19 | 13 | -20/+20 |
| | |||||
* | Smarter code for OC_FileProxy | Bart Visscher | 2012-06-19 | 1 | -16/+6 |
| | | | | | | Conflicts: lib/fileproxy.php | ||||
* | Add cache for getStorage and getInternalPath functions. | Bart Visscher | 2012-06-19 | 1 | -2/+10 |
| | | | | These are called for almost every file operation. | ||||
* | Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_File | Bart Visscher | 2012-06-19 | 2 | -5/+17 |
| | | | | Speeds up access of directories with large number of files. | ||||
* | Add help texts to config options in config.sample.php | Bart Visscher | 2012-06-19 | 1 | -4/+33 |
| | |||||
* | Make check for writable apps dir configurable | Bart Visscher | 2012-06-19 | 2 | -1/+6 |
| | | | | | | Conflicts: config/config.sample.php | ||||
* | fixes oc-668 | Thomas Mueller | 2012-06-19 | 1 | -0/+6 |
| | |||||
* | quota calculation fixed | Bjoern Schiessle | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | LDAP: only map users within the User Base Tree | Arthur Schiwon | 2012-06-19 | 2 | -3/+11 |
| | |||||
* | Reverting 249190c89bc1c2effd8aaad1052d9a0ccf0bfe37. Fixed in master | Victor Dubiniuk | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | Fix mime-type detection | Victor Dubiniuk | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | Hide image with no source (avoid placeholder img) | Brice Maron | 2012-06-18 | 1 | -0/+2 |
| | |||||
* | fixed broken function call | Bjoern Schiessle | 2012-06-18 | 1 | -2/+2 |
| | |||||
* | ignore "Shared"-directory when calculating free space | Bjoern Schiessle | 2012-06-18 | 1 | -2/+4 |
| | | | | | | Conflicts: lib/fileproxy/quota.php | ||||
* | don't add the "Shared"-directory size to users quota | Bjoern Schiessle | 2012-06-18 | 1 | -1/+2 |
| | |||||
* | escape log messages to avoid possible js execution | Bjoern Schiessle | 2012-06-18 | 1 | -1/+1 |
| | |||||
* | Removed erroneous value attributes. Partial fix for oc-1029. | Thomas Tanghus | 2012-06-18 | 1 | -3/+3 |
| | |||||
* | user_migrate: remove old code | Tom Needham | 2012-06-17 | 1 | -2/+1 |
| | |||||
* | PDF Viewer: Double encode link. | Thomas Tanghus | 2012-06-16 | 1 | -1/+1 |
| |