summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Make file actions permissions awareMichael Gapczynski2012-07-2513-42/+80
* Change read only check to isCreatableMichael Gapczynski2012-07-242-6/+6
* 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 is_wri...Michael Gapczynski2012-07-248-38/+37
* 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 clean...Michael Gapczynski2012-07-232-193/+128
* Rename $contacts to $has_contacts, it missed this commit: 7cb74a0Michael Gapczynski2012-07-111-1/+1
* Merge branch 'master' into share_apiMichael Gapczynski2012-07-11187-1211/+3452
|\
| * Revert santizing toaddress, because PHPMailer now throws exceptionsMichael Gapczynski2012-07-111-2/+1
| * 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
| * 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
| * 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 t...Jörn Friedrich Dreyer2012-07-101-1/+1
| * 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
| * Fix for oc-972, oc-1144 and oc-1191Johannes Willnecker2012-07-101-8/+30
| * fixed typosSam Tuke2012-07-102-3/+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
| * Look for the right field :-PThomas Tanghus2012-07-101-1/+1
| * Reduce variables assigned.Thomas Tanghus2012-07-102-16/+5
| * Revert "Delay fetching of carddata and set ETag and size instead."Thomas Tanghus2012-07-101-3/+1
| * fixing oc-1198Thomas Mueller2012-07-091-6/+5
| * create uploads directory for ssl certificates if it didn't existsBjoern Schiessle2012-07-091-0/+1
| * remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-0975-163/+40
| * add css id attribute, minor fixesjfd2012-07-097-67/+67
| * add supersized slideshowJörn Friedrich Dreyer2012-07-0926-1/+1579
| * remove hard coded pathBjoern Schiessle2012-07-091-1/+1
| * replace urlencoded slashBjoern Schiessle2012-07-091-1/+1
| * remove comments around code blockBjoern Schiessle2012-07-091-2/+2
| * webdav ssl cleanupBjoern Schiessle2012-07-091-3/+6
| * Delay fetching of carddata and set ETag and size instead.Thomas Tanghus2012-07-091-1/+3
| * Rescan categories in small batches to reduce memory usage.Thomas Tanghus2012-07-091-9/+12
| * Move code to OC_Contacts_App::scanCategories().Thomas Tanghus2012-07-091-16/+1
| * Remove deleted address book from list.Thomas Tanghus2012-07-081-0/+1
| * Simplify VCF generation.Thomas Tanghus2012-07-081-8/+5
| * Make it possible to import files using CR as eol.Thomas Tanghus2012-07-081-0/+5
| * Implemented VCFExportPlugin.Thomas Tanghus2012-07-085-0/+112
| * Implemented Sabre iCalendar Export Plugin.Thomas Tanghus2012-07-083-1/+8
| * Set the loading class on the property being changed, not on its container. No...Thomas Tanghus2012-07-081-3/+3