summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Try to avoid closing the share box too soon on multiple selectionsBrice Maron2011-11-061-0/+1
|
* Merge commit 'refs/merge-requests/69' of ↵Brice Maron2011-11-045-0/+136
|\ | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/69
| * Be consistent with licencingBrice Maron2011-10-291-1/+1
| |
| * Change name and fix a typoBrice Maron2011-10-296-14/+14
| |
| * Add a dependencies check appsBrice Maron2011-10-295-0/+136
| |
* | make webfinger work properly if owncloud is installed in a subdirectoryRobin Appelman2011-11-031-2/+9
| |
* | no longer rely on PEAR::isError since we can use PDO nowRobin Appelman2011-11-031-24/+0
| |
* | attempt to manage some special chars in file listBrice Maron2011-11-011-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 portableBrice Maron2011-10-296-16/+10
|/
* Fix html id's in part.addcardform.phpBart Visscher2011-10-271-5/+5
|
* Disable loading non-existing settings script in bookmark appBart Visscher2011-10-271-1/+1
|
* Fix setproperty formBart Visscher2011-10-251-9/+9
|
* Do not set incorrect components for default calendarDavid Iwanowitsch2011-10-231-1/+1
|
* improved style in contactsJakob Sack2011-10-224-85/+76
|
* Some improvements on the contact applicationJakob Sack2011-10-2212-171/+594
|
* Fix translations, empty propertiesJakob Sack2011-10-225-9/+12
|
* new "external" application. you can integrate external application like ↵Frank Karlitschek2011-10-2210-0/+549
| | | | roundcube, squirellmail or a wiki into ownCloud.
* Avoid error when no image is provided for cover or thumbnailBrice Maron2011-10-222-8/+14
|
* Fix unescessary use of non portable 'replace' sql and add loging when GD not ↵Brice Maron2011-10-222-2/+5
| | | | installed
* Fix music navigation entry controls going over the sidebarMichael Gapczynski2011-10-221-1/+1
|
* Fix function name error in contacts appBart Visscher2011-10-211-1/+1
|
* use fancybox instead of lightboxFlorian Pritz2011-10-2127-98/+439
| | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
* Add caching for filelist sharing icon status to avoid many http req.Brice Maron2011-10-201-0/+5
|
* remove unneeded definiton of get_temp_dirRobin Appelman2011-10-201-35/+0
|
* Merge commit 'refs/merge-requests/64' of git://gitorious.org/owncloud/owncloudRobin Appelman2011-10-202-21/+29
|\
| * Don't use sys_get_temp_dir(), as it reports the wrong path in restricted ↵Hendrik Langer2011-10-192-21/+29
| | | | | | | | environments
* | Little trick to avoid editor loading twice on double clickBrice Maron2011-10-191-6/+4
|/
* Tweak bookmarklet to not change the current page. Correct encoding when add ↵Brice Maron2011-10-182-3/+3
| | | | bookmark
* Lower also the album name in media scanner...Brice Maron2011-10-181-1/+1
|
* Correct use of null for not null columns in media scannerBrice Maron2011-10-181-3/+3
|
* Add 3 More log writing in files sharing appBrice Maron2011-10-182-0/+3
|
* make sharing work with the new mouting mechanismRobin Appelman2011-10-181-7/+5
|
* Correct little typo/bug in log display and remove ending php tagBrice Maron2011-10-181-2/+0
|
* Fix file sharing : Don't give a unused param to executeBrice Maron2011-10-171-1/+1
|
* Fix bookmark listing with mysql: limit is binded as string.Brice Maron2011-10-171-2/+2
|
* catch some edge cases in media playerRobin Appelman2011-10-171-2/+11
|
* prevent the remaining ob_clean related errorsRobin Appelman2011-10-176-10/+10
|
* prevent error in media player ajax apiRobin Appelman2011-10-171-1/+1
|
* Fix bookmarks app to work with postgresql.Brice Maron2011-10-163-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_logRobin Appelman2011-10-1610-48/+31
|
* Merge branch 'master' of gitorious.org:owncloud/owncloud into calendarGeorg Ehrke2011-10-158-21/+42
|\
| * Remove unused parameterBart Visscher2011-10-151-1/+1
| |
| * Fix calendar colors with new calendarBart Visscher2011-10-154-11/+17
| |
| * Add loading message to image lightbox and tweak eventsBrice Maron2011-10-142-6/+22
| |
| * Merge commit 'refs/merge-requests/57' of git://gitorious.org/owncloud/owncloudRobin Appelman2011-10-142-3/+2
| |\
| | * Improve handling of calendar export $_GET paramsJohn Kristensen2011-10-121-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 propertyMapJohn Kristensen2011-10-121-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 calendarGeorg Ehrke2011-10-141-0/+38
| | |
* | | Merge branch 'master' into calendarGeorg Ehrke2011-10-131-1/+1
|\| |
| * | avoiding notice if ['HTTPS'] is not setMichiel@unhosted2011-10-131-1/+1
| |/