aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change read only check to isCreatableMichael Gapczynski2012-07-242-6/+6
|
* Missed a is_readable() call in local filestorageMichael Gapczynski2012-07-241-1/+1
|
* Add root directory checks for CRUDS permissions in shared storageMichael Gapczynski2012-07-241-0/+12
|
* Add CRUDS permissions calls to filesystem, deprecate is_readable() and ↵Michael Gapczynski2012-07-2413-46/+99
| | | | is_writable()
* Remove toTmpFile() from shared storage, no longer neededMichael Gapczynski2012-07-241-9/+1
|
* Improve file source caching for shared foldersMichael Gapczynski2012-07-241-8/+16
|
* Fix permission check for rmdir(), implement unlink(), rename(), and copy()Michael Gapczynski2012-07-241-4/+35
|
* Permission check should be made on parent folder when creating a new folderMichael Gapczynski2012-07-231-1/+1
|
* Alert user of errors when creating new files or foldersMichael Gapczynski2012-07-231-12/+20
|
* Include a few CRUDS permissions checks in shared storage, plus a little ↵Michael Gapczynski2012-07-232-193/+128
| | | | clean-up in shared storage
* Listen to post_deleteUser, post_addToGroup, and post_removeFromGroup hooksMichael Gapczynski2012-07-141-0/+4
|
* Implement post_removeFromGroup()Michael Gapczynski2012-07-141-1/+10
|
* Add option to delete() to check the owner of the first search of resharesMichael Gapczynski2012-07-141-4/+11
|
* Fix post_deleteUser(), column name changed and item_source is no longer neededMichael Gapczynski2012-07-141-2/+2
|
* Update documentationMichael Gapczynski2012-07-141-2/+1
|
* Fix delete(), it was going in an infinite loopMichael Gapczynski2012-07-141-5/+14
|
* Update documentationMichael Gapczynski2012-07-141-12/+14
|
* Add support for CRUDS permissionsMichael Gapczynski2012-07-141-31/+55
|
* Add check for folder item type as wellMichael Gapczynski2012-07-121-1/+1
|
* Move already shared with check out of user and group cases, and add check ↵Michael Gapczynski2012-07-121-8/+15
| | | | for already shared with inside a collection
* Rename parents to collectionTypes, getCollectionItemTypes() shouldn't ↵Michael Gapczynski2012-07-121-8/+10
| | | | include the original item type
* Add check if file is found in file cacheMichael Gapczynski2012-07-111-0/+4
|
* Rename $contacts to $has_contacts, it missed this commit: 7cb74a0Michael Gapczynski2012-07-111-1/+1
|
* Merge branch 'master' into share_apiMichael Gapczynski2012-07-11263-1494/+4182
|\ | | | | | | | | | | | | Conflicts: apps/contacts/lib/addressbook.php apps/files_sharing/js/share.js apps/files_sharing/sharedstorage.php
| * Fix setting custom quota size for users, bug fix for oc-1128Michael Gapczynski2012-07-111-1/+1
| |
| * Revert santizing toaddress, because PHPMailer now throws exceptionsMichael Gapczynski2012-07-111-2/+1
| |
| * Fix log write() parameters in wrong orderMichael Gapczynski2012-07-111-1/+1
| |
| * Handling exceptionsLukas Reschke2012-07-111-1/+1
| |
| * Catch exceptions from PHPMailerMichael Gapczynski2012-07-111-26/+28
| |
| * Sanitize toaddress for emailing private linksMichael Gapczynski2012-07-111-1/+2
| |
| * Sanitizing file namesLukas Reschke2012-07-111-1/+1
| |
| * prevent script execution during slideshowBjoern Schiessle2012-07-111-1/+1
| |
| * use getStorage() to get versions locationBjoern Schiessle2012-07-116-157/+156
| | | | | | | | | | | | | | | | | | update routine implemented version number of files_versions increased Conflicts: apps/files_versions/lib/hooks.php
| * Merge branch 'master' of gitorious.org:/owncloud/owncloudJörn Friedrich Dreyer2012-07-110-0/+0
| |\
| | * Call exit() to prevent further code execution if directory does not existMichael Gapczynski2012-07-101-0/+1
| | |
| * | small fixes in merge request 104, use OCP\Files::getStorageJörn Friedrich Dreyer2012-07-114-77/+80
| | |
| * | Call exit() to prevent further code execution if directory does not existMichael Gapczynski2012-07-111-0/+1
| | |
| * | gallery :: display big picture according to exifBlackEagle2012-07-113-1/+66
| |/ | | | | | | | | | | | | | | | | | | - fixes oc-314 - caching of the 'big' images in subfolder view next to the tumbnails - now choosen to use max 1200px for viewing this helps speeding up the viewing process Signed-off-by: BlackEagle <ike.devolder@gmail.com>
| * use readfile() instead iof fopen() for file download over webdav.Bjoern Schiessle2012-07-101-1/+1
| | | | | | | | | | fopen() didn't work for large files on some servers while readfile() seems to work for all files on all configurations.
| * add OCP\Files to access filesBjoern Schiessle2012-07-101-4/+3
| |
| * shrink css height for gallery_div from 152 to 150 to shrink grey background ↵Jörn Friedrich Dreyer2012-07-101-1/+1
| | | | | | | | thumbnail height
| * fix thumbnail size calculation, use const for THUMBNAIL_HEIGHTJörn Friedrich Dreyer2012-07-101-11/+8
| |
| * Missing dir added.Johannes Willnecker2012-07-101-0/+1
| |
| * fixed typoJohannes Willnecker2012-07-101-1/+1
| |
| * Fix for oc-972, oc-1144 and oc-1191Johannes Willnecker2012-07-102-17/+101
| |
| * fixed typosSam Tuke2012-07-102-3/+3
| |
| * gitignore phpStorm .idea metadata folderJörn Friedrich Dreyer2012-07-101-0/+3
| |
| * Revert reversion of f5c329af981f59f78c12648ea41c258f477f3e82 :-PThomas Tanghus2012-07-101-1/+3
| |
| * Don't escape assigned values.Thomas Tanghus2012-07-101-10/+8
| |
| * Make sure the proper DOM is loaded and the right address book gets expanded.Thomas Tanghus2012-07-101-6/+9
| |