| Commit message (Expand) | Author | Age | Files | Lines |
* | Alert user of errors when creating new files or folders | Michael Gapczynski | 2012-07-23 | 1 | -12/+20 |
* | Include a few CRUDS permissions checks in shared storage, plus a little clean... | Michael Gapczynski | 2012-07-23 | 2 | -193/+128 |
* | Listen to post_deleteUser, post_addToGroup, and post_removeFromGroup hooks | Michael Gapczynski | 2012-07-14 | 1 | -0/+4 |
* | Implement post_removeFromGroup() | Michael Gapczynski | 2012-07-14 | 1 | -1/+10 |
* | Add option to delete() to check the owner of the first search of reshares | Michael Gapczynski | 2012-07-14 | 1 | -4/+11 |
* | Fix post_deleteUser(), column name changed and item_source is no longer needed | Michael Gapczynski | 2012-07-14 | 1 | -2/+2 |
* | Update documentation | Michael Gapczynski | 2012-07-14 | 1 | -2/+1 |
* | Fix delete(), it was going in an infinite loop | Michael Gapczynski | 2012-07-14 | 1 | -5/+14 |
* | Update documentation | Michael Gapczynski | 2012-07-14 | 1 | -12/+14 |
* | Add support for CRUDS permissions | Michael Gapczynski | 2012-07-14 | 1 | -31/+55 |
* | Add check for folder item type as well | Michael Gapczynski | 2012-07-12 | 1 | -1/+1 |
* | Move already shared with check out of user and group cases, and add check for... | Michael Gapczynski | 2012-07-12 | 1 | -8/+15 |
* | Rename parents to collectionTypes, getCollectionItemTypes() shouldn't include... | Michael Gapczynski | 2012-07-12 | 1 | -8/+10 |
* | Add check if file is found in file cache | Michael Gapczynski | 2012-07-11 | 1 | -0/+4 |
* | Rename $contacts to $has_contacts, it missed this commit: 7cb74a0 | Michael Gapczynski | 2012-07-11 | 1 | -1/+1 |
* | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-11 | 263 | -1494/+4182 |
|\ |
|
| * | Fix setting custom quota size for users, bug fix for oc-1128 | Michael Gapczynski | 2012-07-11 | 1 | -1/+1 |
| * | Revert santizing toaddress, because PHPMailer now throws exceptions | Michael Gapczynski | 2012-07-11 | 1 | -2/+1 |
| * | Fix log write() parameters in wrong order | Michael Gapczynski | 2012-07-11 | 1 | -1/+1 |
| * | Handling exceptions | Lukas Reschke | 2012-07-11 | 1 | -1/+1 |
| * | Catch exceptions from PHPMailer | Michael Gapczynski | 2012-07-11 | 1 | -26/+28 |
| * | Sanitize toaddress for emailing private links | Michael Gapczynski | 2012-07-11 | 1 | -1/+2 |
| * | Sanitizing file names | Lukas Reschke | 2012-07-11 | 1 | -1/+1 |
| * | prevent script execution during slideshow | Bjoern Schiessle | 2012-07-11 | 1 | -1/+1 |
| * | use getStorage() to get versions location | Bjoern Schiessle | 2012-07-11 | 6 | -157/+156 |
| * | Merge branch 'master' of gitorious.org:/owncloud/owncloud | Jörn Friedrich Dreyer | 2012-07-11 | 0 | -0/+0 |
| |\ |
|
| | * | Call exit() to prevent further code execution if directory does not exist | Michael Gapczynski | 2012-07-10 | 1 | -0/+1 |
| * | | small fixes in merge request 104, use OCP\Files::getStorage | Jörn Friedrich Dreyer | 2012-07-11 | 4 | -77/+80 |
| * | | Call exit() to prevent further code execution if directory does not exist | Michael Gapczynski | 2012-07-11 | 1 | -0/+1 |
| * | | gallery :: display big picture according to exif | BlackEagle | 2012-07-11 | 3 | -1/+66 |
| |/ |
|
| * | use readfile() instead iof fopen() for file download over webdav. | Bjoern Schiessle | 2012-07-10 | 1 | -1/+1 |
| * | add OCP\Files to access files | Bjoern Schiessle | 2012-07-10 | 1 | -4/+3 |
| * | shrink css height for gallery_div from 152 to 150 to shrink grey background t... | Jörn Friedrich Dreyer | 2012-07-10 | 1 | -1/+1 |
| * | fix thumbnail size calculation, use const for THUMBNAIL_HEIGHT | Jörn Friedrich Dreyer | 2012-07-10 | 1 | -11/+8 |
| * | Missing dir added. | Johannes Willnecker | 2012-07-10 | 1 | -0/+1 |
| * | fixed typo | Johannes Willnecker | 2012-07-10 | 1 | -1/+1 |
| * | Fix for oc-972, oc-1144 and oc-1191 | Johannes Willnecker | 2012-07-10 | 2 | -17/+101 |
| * | fixed typos | Sam Tuke | 2012-07-10 | 2 | -3/+3 |
| * | gitignore phpStorm .idea metadata folder | Jörn Friedrich Dreyer | 2012-07-10 | 1 | -0/+3 |
| * | Revert reversion of f5c329af981f59f78c12648ea41c258f477f3e82 :-P | Thomas Tanghus | 2012-07-10 | 1 | -1/+3 |
| * | Don't escape assigned values. | Thomas Tanghus | 2012-07-10 | 1 | -10/+8 |
| * | Make sure the proper DOM is loaded and the right address book gets expanded. | Thomas Tanghus | 2012-07-10 | 1 | -6/+9 |
| * | Look for the right field :-P | Thomas Tanghus | 2012-07-10 | 1 | -1/+1 |
| * | Reduce variables assigned. | Thomas Tanghus | 2012-07-10 | 2 | -16/+5 |
| * | Revert "Delay fetching of carddata and set ETag and size instead." | Thomas Tanghus | 2012-07-10 | 1 | -3/+1 |
| * | fixing oc-1198 | Thomas Mueller | 2012-07-09 | 1 | -6/+5 |
| * | create uploads directory for ssl certificates if it didn't exists | Bjoern Schiessle | 2012-07-09 | 1 | -0/+1 |
| * | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 118 | -249/+41 |
| * | add css id attribute, minor fixes | jfd | 2012-07-09 | 7 | -67/+67 |
| * | add supersized slideshow | Jörn Friedrich Dreyer | 2012-07-09 | 26 | -1/+1579 |