summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rediect test results to autotest-results-sqlite.xmlThomas Mueller2012-07-131-1/+1
|
* autotest.sh added: create an fresh environment using sqlite (mysql anf pg ↵Thomas Mueller2012-07-131-0/+32
| | | | will follow) and executes the test suite
* restructuring test suite invocation - now we load all test cases into one ↵Thomas Mueller2012-07-131-16/+36
| | | | suite and execute this single suite. this is necessary to be able to generate one xml report and is also a precondition for code coverage analysis(which will follow soon)
* allow command line based installation/setupThomas Mueller2012-07-131-1/+1
|
* Rename $contacts to $has_contacts, it missed this commit: 7cb74a0Michael Gapczynski2012-07-111-1/+1
|
* 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
|
* 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
| | | | This reverts commit f5c329af981f59f78c12648ea41c258f477f3e82.
* 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 ↵Bjoern Schiessle2012-07-091-6/+2
| | | | creation
* 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
|