Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to avoid closing the share box too soon on multiple selections | Brice Maron | 2011-11-06 | 1 | -0/+1 |
| | |||||
* | Merge commit 'refs/merge-requests/69' of ↵ | Brice Maron | 2011-11-04 | 5 | -0/+136 |
|\ | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/69 | ||||
| * | Be consistent with licencing | Brice Maron | 2011-10-29 | 1 | -1/+1 |
| | | |||||
| * | Change name and fix a typo | Brice Maron | 2011-10-29 | 6 | -14/+14 |
| | | |||||
| * | Add a dependencies check apps | Brice Maron | 2011-10-29 | 5 | -0/+136 |
| | | |||||
* | | make webfinger work properly if owncloud is installed in a subdirectory | Robin Appelman | 2011-11-03 | 1 | -2/+9 |
| | | |||||
* | | no longer rely on PEAR::isError since we can use PDO now | Robin Appelman | 2011-11-03 | 1 | -24/+0 |
| | | |||||
* | | attempt to manage some special chars in file list | Brice Maron | 2011-11-01 | 1 | -3/+3 |
| | | | | | | | | | | | | Added a jquery function to filter by attributes. Add more logging in rename file Use the new function to avoid errors | ||||
* | | Add sequence name in insertid to be more portable | Brice Maron | 2011-10-29 | 6 | -16/+10 |
|/ | |||||
* | Fix html id's in part.addcardform.php | Bart Visscher | 2011-10-27 | 1 | -5/+5 |
| | |||||
* | Disable loading non-existing settings script in bookmark app | Bart Visscher | 2011-10-27 | 1 | -1/+1 |
| | |||||
* | Fix setproperty form | Bart Visscher | 2011-10-25 | 1 | -9/+9 |
| | |||||
* | Do not set incorrect components for default calendar | David Iwanowitsch | 2011-10-23 | 1 | -1/+1 |
| | |||||
* | improved style in contacts | Jakob Sack | 2011-10-22 | 4 | -85/+76 |
| | |||||
* | Some improvements on the contact application | Jakob Sack | 2011-10-22 | 12 | -171/+594 |
| | |||||
* | Fix translations, empty properties | Jakob Sack | 2011-10-22 | 5 | -9/+12 |
| | |||||
* | new "external" application. you can integrate external application like ↵ | Frank Karlitschek | 2011-10-22 | 10 | -0/+549 |
| | | | | roundcube, squirellmail or a wiki into ownCloud. | ||||
* | Avoid error when no image is provided for cover or thumbnail | Brice Maron | 2011-10-22 | 2 | -8/+14 |
| | |||||
* | Fix unescessary use of non portable 'replace' sql and add loging when GD not ↵ | Brice Maron | 2011-10-22 | 2 | -2/+5 |
| | | | | installed | ||||
* | Fix music navigation entry controls going over the sidebar | Michael Gapczynski | 2011-10-22 | 1 | -1/+1 |
| | |||||
* | Fix function name error in contacts app | Bart Visscher | 2011-10-21 | 1 | -1/+1 |
| | |||||
* | use fancybox instead of lightbox | Florian Pritz | 2011-10-21 | 27 | -98/+439 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | Add caching for filelist sharing icon status to avoid many http req. | Brice Maron | 2011-10-20 | 1 | -0/+5 |
| | |||||
* | remove unneeded definiton of get_temp_dir | Robin Appelman | 2011-10-20 | 1 | -35/+0 |
| | |||||
* | Merge commit 'refs/merge-requests/64' of git://gitorious.org/owncloud/owncloud | Robin Appelman | 2011-10-20 | 2 | -21/+29 |
|\ | |||||
| * | Don't use sys_get_temp_dir(), as it reports the wrong path in restricted ↵ | Hendrik Langer | 2011-10-19 | 2 | -21/+29 |
| | | | | | | | | environments | ||||
* | | Little trick to avoid editor loading twice on double click | Brice Maron | 2011-10-19 | 1 | -6/+4 |
|/ | |||||
* | Tweak bookmarklet to not change the current page. Correct encoding when add ↵ | Brice Maron | 2011-10-18 | 2 | -3/+3 |
| | | | | bookmark | ||||
* | Lower also the album name in media scanner... | Brice Maron | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Correct use of null for not null columns in media scanner | Brice Maron | 2011-10-18 | 1 | -3/+3 |
| | |||||
* | Add 3 More log writing in files sharing app | Brice Maron | 2011-10-18 | 2 | -0/+3 |
| | |||||
* | make sharing work with the new mouting mechanism | Robin Appelman | 2011-10-18 | 1 | -7/+5 |
| | |||||
* | Correct little typo/bug in log display and remove ending php tag | Brice Maron | 2011-10-18 | 1 | -2/+0 |
| | |||||
* | Fix file sharing : Don't give a unused param to execute | Brice Maron | 2011-10-17 | 1 | -1/+1 |
| | |||||
* | Fix bookmark listing with mysql: limit is binded as string. | Brice Maron | 2011-10-17 | 1 | -2/+2 |
| | |||||
* | catch some edge cases in media player | Robin Appelman | 2011-10-17 | 1 | -2/+11 |
| | |||||
* | prevent the remaining ob_clean related errors | Robin Appelman | 2011-10-17 | 6 | -10/+10 |
| | |||||
* | prevent error in media player ajax api | Robin Appelman | 2011-10-17 | 1 | -1/+1 |
| | |||||
* | Fix bookmarks app to work with postgresql. | Brice Maron | 2011-10-16 | 3 | -20/+49 |
| | | | | | | Rework the bookmark app to manage postgresql. Add a fetchOne function into the PdoStmtWrapper Fix a tipo in comments. | ||||
* | use OC_Log instead of error_log | Robin Appelman | 2011-10-16 | 10 | -48/+31 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud into calendar | Georg Ehrke | 2011-10-15 | 8 | -21/+42 |
|\ | |||||
| * | Remove unused parameter | Bart Visscher | 2011-10-15 | 1 | -1/+1 |
| | | |||||
| * | Fix calendar colors with new calendar | Bart Visscher | 2011-10-15 | 4 | -11/+17 |
| | | |||||
| * | Add loading message to image lightbox and tweak events | Brice Maron | 2011-10-14 | 2 | -6/+22 |
| | | |||||
| * | Merge commit 'refs/merge-requests/57' of git://gitorious.org/owncloud/owncloud | Robin Appelman | 2011-10-14 | 2 | -3/+2 |
| |\ | |||||
| | * | Improve handling of calendar export $_GET params | John Kristensen | 2011-10-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * a notice would be reported if either of the 'cal' or 'event' $_GET params where not supplied, which would result in 'Cannot modify header information' warnings | ||||
| | * | remove 'description' from OC_Connector_Sabre_CalDAV propertyMap | John Kristensen | 2011-10-12 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | * the description field was removed in commit: f3f5d775b519c12e56f4c6db8ca8ccf87c68f19d but the field was still trying to be mapped - causing errors with CalDAV | ||||
* | | | scrolling in calendar | Georg Ehrke | 2011-10-14 | 1 | -0/+38 |
| | | | |||||
* | | | Merge branch 'master' into calendar | Georg Ehrke | 2011-10-13 | 1 | -1/+1 |
|\| | | |||||
| * | | avoiding notice if ['HTTPS'] is not set | Michiel@unhosted | 2011-10-13 | 1 | -1/+1 |
| |/ |