summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use readfile() instead iof fopen() for file download over webdav.Bjoern Schiessle2012-07-101-1/+1
* 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
* 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
* 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-09118-249/+41
* 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
* revert performance improvements in userExists() because it breaks new user cr...Bjoern Schiessle2012-07-091-6/+2
* remove comments around code blockBjoern Schiessle2012-07-091-2/+2
* webdav ssl cleanupBjoern Schiessle2012-07-092-38/+44
* 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
* Added default parameter $reset to allow for incremental rescan.Thomas Tanghus2012-07-091-2/+4
* 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
* Set the loading class on the property being changed, not on its container.Thomas Tanghus2012-07-081-3/+3
* Return error messages in correct format.Thomas Tanghus2012-07-081-4/+4
* Add missing requesttoken.Thomas Tanghus2012-07-082-0/+2
* CSRF checksLukas Reschke2012-07-072-0/+4
* CSRF checksLukas Reschke2012-07-071-0/+1
* CSRF checksLukas Reschke2012-07-074-0/+5
* CSRF checksLukas Reschke2012-07-071-0/+1
* CSRF checksLukas Reschke2012-07-076-0/+6
* CSRF checkLukas Reschke2012-07-073-0/+6
* Uninitialized variableLukas Reschke2012-07-071-0/+1
* CSRF check in the settingsLukas Reschke2012-07-0713-1/+15
* Fixes a problem with the user creation ("User already existed" even if the us...Lukas Reschke2012-07-071-3/+2
* Move line counter so we only count lines towards the offset that are equal or...Michael Gapczynski2012-07-061-4/+6
* Fix time formatting for minutes, prepend 0 if minutes is less than 10Michael Gapczynski2012-07-061-1/+1
* Improvements and bug fix for log reading, fixes bug oc-982Michael Gapczynski2012-07-061-14/+27