summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* look for migrate.php in appinfo folderTom Needham2012-03-272-1/+1
|
* Stop error on exportTom Needham2012-03-271-4/+5
|
* Merge branch 'master' into migrationTom Needham2012-03-27142-2632/+4432
|\
| * Trigger autocomplete wo button.Thomas Tanghus2012-03-271-1/+12
| |
| * Improvements in adding/deleting properties.Thomas Tanghus2012-03-271-0/+6
| |
| * Contacts: Update contact list thumbnail when deleting PHOTO.Thomas Tanghus2012-03-271-1/+8
| |
| * Added some documentation.Thomas Tanghus2012-03-271-2/+7
| |
| * return path of tmp file like filestorage/common does. Fixes broken ↵Arthur Schiwon2012-03-271-4/+5
| | | | | | | | folder-/multifile-download.
| * Do not use always the same name for download-zip to avoid collisions.Arthur Schiwon2012-03-271-2/+2
| |
| * Overwrite Download-ZIP if it already exists. We do not want to show alien ↵Arthur Schiwon2012-03-271-2/+2
| | | | | | | | content.
| * fix square images not getting proper thumbnailsRobin Appelman2012-03-271-1/+1
| |
| * fix timestamps when viewing logsRobin Appelman2012-03-271-1/+1
| |
| * fix gallery scan when an image cant be loadedRobin Appelman2012-03-261-1/+1
| |
| * crop and resize in a single step when creating thumbnailRobin Appelman2012-03-263-11/+27
| | | | | | | | also so more explicit memory cleanup
| * memory cleanup in galleryRobin Appelman2012-03-262-3/+4
| |
| * some more memory cleanup in OC_ImageRobin Appelman2012-03-261-4/+2
| |
| * some more memory cleanup in OC_ImageRobin Appelman2012-03-261-0/+8
| |
| * Small change and muting debug.Thomas Tanghus2012-03-261-8/+7
| |
| * Check for empty value.Thomas Tanghus2012-03-262-8/+13
| | | | | | | | Added missing classes on action icons.
| * Contacts: Fix saveproperty for categoriesBart Visscher2012-03-262-2/+19
| |
| * added some authors to the Authors fileGeorg Ehrke2012-03-261-0/+7
| |
| * Removed obsolete code.Thomas Tanghus2012-03-261-10/+1
| |
| * Fixed error in OC_Contacts_VCard::addFromDAVData as pointed out by Guillaume ↵Thomas Tanghus2012-03-261-2/+2
| | | | | | | | ZITTA
| * add error 403 siteGeorg Ehrke2012-03-252-0/+16
| |
| * Add test for Google Docs storage backend, tester needs to token and token ↵Michael Gapczynski2012-03-241-0/+38
| | | | | | | | secret to config
| * Move Google Docs storage backend to files_remote appMichael Gapczynski2012-03-243-2/+8
| |
| * spaces to tabs in bookmarksBartek Przybylski2012-03-241-1/+1
| |
| * bookmarks tag placement & list width fixBartek Przybylski2012-03-241-3/+1
| |
| * Implement fopen() for Google Docs storage backendMichael Gapczynski2012-03-241-26/+96
| |
| * fix sharing address construction in opera and firefoxBartek Przybylski2012-03-241-2/+6
| |
| * fix albums thumbnails preview for operaBartek Przybylski2012-03-241-3/+3
| |
| * fixup: sharing gallery for loggedin users failBartek Przybylski2012-03-241-4/+1
| |
| * gallery sharing, experimental versionBartek Przybylski2012-03-2417-19/+457
| |
| * webdav storage backendRobin Appelman2012-03-235-6/+324
| |
| * make sure we can load OC_Config when we need itRobin Appelman2012-03-231-1/+9
| |
| * fix previous made bug and fix oc bug - oc-139Georg Ehrke2012-03-231-2/+4
| |
| * check if the title of an event is null - bugfix for oc-139Georg Ehrke2012-03-231-1/+1
| |
| * Bookmarks: make link text click clickable too - bugfix for oc-131Georg Ehrke2012-03-231-1/+1
| |
| * use unnamed as title for a bookmark if no title was entered and curl failsGeorg Ehrke2012-03-231-1/+6
| |
| * don´t show ugly error messageFrank Karlitschek2012-03-231-1/+1
| |
| * make it possible to connect to other ocs appstores and other ocs ↵Frank Karlitschek2012-03-233-8/+57
| | | | | | | | | | | | knowledgebase servers. also make it possible to switch the app store and the knowledgebase off completely.
| * ftp storage backendRobin Appelman2012-03-225-0/+213
| |
| * loosen tests for mtime and ctime a bitRobin Appelman2012-03-221-8/+10
| |
| * fix comments in crypt libGeorg Ehrke2012-03-211-1/+1
| |
| * use placeholder in template fileArthur Schiwon2012-03-212-2/+3
| |
| * Config file is more appropriate hereArthur Schiwon2012-03-213-8/+8
| | | | | | | | adjust default value
| * fix spelling fail in texteditor's style.cssGeorg Ehrke2012-03-201-1/+1
| |
| * add microsoft office mimetypes to the fixlist - bugfix for oc-357Georg Ehrke2012-03-201-1/+7
| |
| * Cleanup the template code for redundant codeBart Visscher2012-03-191-127/+128
| |
| * Split the init function in lib/base.php a bitBart Visscher2012-03-191-36/+49
| |