Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into calendar_import | Georg Ehrke | 2012-07-11 | 188 | -448/+2340 |
|\ | |||||
| * | 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 |
| |/ | | | | | | | | | | | | | | | | | | | - 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 Schiessle | 2012-07-10 | 1 | -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 files | Bjoern Schiessle | 2012-07-10 | 1 | -4/+3 |
| | | |||||
| * | shrink css height for gallery_div from 152 to 150 to shrink grey background ↵ | Jörn Friedrich Dreyer | 2012-07-10 | 1 | -1/+1 |
| | | | | | | | | thumbnail height | ||||
| * | 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 |
| | | | | | | | | This reverts commit f5c329af981f59f78c12648ea41c258f477f3e82. | ||||
| * | 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 |
| | | |||||
| * | remove hard coded path | Bjoern Schiessle | 2012-07-09 | 1 | -1/+1 |
| | | |||||
| * | replace urlencoded slash | Bjoern Schiessle | 2012-07-09 | 1 | -1/+1 |
| | | |||||
| * | revert performance improvements in userExists() because it breaks new user ↵ | Bjoern Schiessle | 2012-07-09 | 1 | -6/+2 |
| | | | | | | | | creation | ||||
| * | remove comments around code block | Bjoern Schiessle | 2012-07-09 | 1 | -2/+2 |
| | | |||||
| * | webdav ssl cleanup | Bjoern Schiessle | 2012-07-09 | 2 | -38/+44 |
| | | |||||
| * | Delay fetching of carddata and set ETag and size instead. | Thomas Tanghus | 2012-07-09 | 1 | -1/+3 |
| | | |||||
| * | Rescan categories in small batches to reduce memory usage. | Thomas Tanghus | 2012-07-09 | 1 | -9/+12 |
| | | |||||
| * | Move code to OC_Contacts_App::scanCategories(). | Thomas Tanghus | 2012-07-09 | 1 | -16/+1 |
| | | |||||
| * | Added default parameter $reset to allow for incremental rescan. | Thomas Tanghus | 2012-07-09 | 1 | -2/+4 |
| | | |||||
| * | Remove deleted address book from list. | Thomas Tanghus | 2012-07-08 | 1 | -0/+1 |
| | | |||||
| * | Simplify VCF generation. | Thomas Tanghus | 2012-07-08 | 1 | -8/+5 |
| | | |||||
| * | Make it possible to import files using CR as eol. | Thomas Tanghus | 2012-07-08 | 1 | -0/+5 |
| | | |||||
| * | Implemented VCFExportPlugin. | Thomas Tanghus | 2012-07-08 | 5 | -0/+112 |
| | | |||||
| * | Implemented Sabre iCalendar Export Plugin. | Thomas Tanghus | 2012-07-08 | 3 | -1/+8 |
| | | |||||
| * | Set the loading class on the property being changed, not on its container. ↵ | Thomas Tanghus | 2012-07-08 | 1 | -3/+3 |
| | | | | | | | | Now on all the places relevant ;-) | ||||
| * | Set the loading class on the property being changed, not on its container. | Thomas Tanghus | 2012-07-08 | 1 | -3/+3 |
| | | |||||
| * | Return error messages in correct format. | Thomas Tanghus | 2012-07-08 | 1 | -4/+4 |
| | | |||||
| * | Add missing requesttoken. | Thomas Tanghus | 2012-07-08 | 2 | -0/+2 |
| | | |||||
| * | CSRF checks | Lukas Reschke | 2012-07-07 | 2 | -0/+4 |
| | | |||||
| * | CSRF checks | Lukas Reschke | 2012-07-07 | 1 | -0/+1 |
| | | |||||
| * | CSRF checks | Lukas Reschke | 2012-07-07 | 4 | -0/+5 |
| | | |||||
| * | CSRF checks | Lukas Reschke | 2012-07-07 | 1 | -0/+1 |
| | | |||||
| * | CSRF checks | Lukas Reschke | 2012-07-07 | 6 | -0/+6 |
| | | |||||
| * | CSRF check | Lukas Reschke | 2012-07-07 | 3 | -0/+6 |
| | |