aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* use the correct hooks to remove contact/calendars of remvoed usersRobin Appelman2012-01-262-2/+2
|
* use oc_filesystem::getlocalfile instead of manually trying to get the ↵Robin Appelman2012-01-262-4/+5
| | | | | | correct local file when creating album covers fixes broken album covers on shared files
* db cleanup after gallery removeBartek Przybylski2012-01-251-0/+4
|
* creating thumbnails on upload, recursive removeBartek Przybylski2012-01-253-16/+8
|
* Removed debug outputThomas Tanghus2012-01-241-1/+0
|
* Fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-92Thomas Tanghus2012-01-241-1/+1
| | | | | "Character '&' in address data causes wrong data". This was also the case for the 'N' property.
* Fix some issues in ampache resonponseRobin Appelman2012-01-242-9/+65
| | | | Patch by Markus Germeier
* update translationsRobin Appelman2012-01-2416-8/+301
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudRobin Appelman2012-01-2412-56/+107
|\
| * oc-89 handling no photos in collection alertBartek Przybylski2012-01-231-1/+5
| |
| * disable keyboard shortcuts as temp fixTom Needham2012-01-231-1/+2
| |
| * fix undefined indices - bugfix for oc-99Georg Ehrke2012-01-231-12/+14
| |
| * validate the calendar nameGeorg Ehrke2012-01-213-2/+40
| |
| * fix Undefined variable - bugfix for oc-69Georg Ehrke2012-01-211-2/+3
| |
| * some gallery css fixesRobin Appelman2012-01-211-2/+2
| |
| * recognizing img basing on extensionBartek Przybylski2012-01-202-7/+4
| |
| * make media detection based on extention case insensitiveRobin Appelman2012-01-201-1/+1
| |
| * fix renaming albumsRobin Appelman2012-01-203-5/+5
| |
| * dont show errors when not renaming an albumRobin Appelman2012-01-201-2/+3
| |
| * fix deleting/renaming albums with a ' in the nameRobin Appelman2012-01-203-23/+30
| |
* | translation updatesRobin Appelman2012-01-2051-85/+545
|/
* only double quoted string seems to be detected in jsRobin Appelman2012-01-201-2/+2
|
* add translation wrappers to gallery strings in jsRobin Appelman2012-01-201-6/+6
|
* show proper feedback that collection scanning is done and show the ↵Robin Appelman2012-01-202-28/+37
| | | | collection afterwards
* Don't wrap collection cells.Cloud Dumper2012-01-203-22/+22
| | | | | | | This change makes sure cells are never wrapped. If the text is too big for the column, ellipsis is used instead.
* Sort songs also by path.Cloud Dumper2012-01-201-1/+1
| | | | | | Add song_path in the ORDER BY. Fix oc-31.
* [Calendar] Use class for active view buttonBart Visscher2012-01-193-25/+17
|
* OC-23: [Calendar] Double vertical scrollbar in week viewBart Visscher2012-01-191-0/+6
|
* - Added fix for empty 'FN' field on import via CardDAV clients.Thomas Tanghus2012-01-193-5/+27
| | | | | - Make sure that the contact in the list has a display name. - More tweaks on thumbnail caching.
* Optimizations and more aggressive caching.Thomas Tanghus2012-01-191-15/+10
|
* UI fixes in contact editor and address book dialog.Thomas Tanghus2012-01-197-27/+58
| | | | | Error checking in ajax methods. Localize menu entry.
* Added redirecting to static image file and caching for contacts with no ↵Thomas Tanghus2012-01-191-5/+12
| | | | photo embedded.
* fix double new calendar button - bugfix for oc 59Georg Ehrke2012-01-191-1/+3
|
* enhancement: oc-36Bartek Przybylski2012-01-171-0/+2
|
* fix: oc-33Bartek Przybylski2012-01-171-2/+3
|
* move loading icon to the top barGeorg Ehrke2012-01-172-3/+3
|
* use button for new calendarGeorg Ehrke2012-01-172-2/+2
|
* Merge branch 'master' into calendarGeorg Ehrke2012-01-1729-71/+493
|\
| * fix ocbug 34Georg Ehrke2012-01-172-0/+2
| |
| * fix ocbug 24Georg Ehrke2012-01-171-10/+10
| |
| * Apps need to be enabled in order to search through Shared directory for ↵Michael Gapczynski2012-01-161-3/+0
| | | | | | | | media scanning
| * Emit hooks in OC_Share when sharing a file and forward hooks for deletion ↵Michael Gapczynski2012-01-162-2/+31
| | | | | | | | and writing of source file
| * Make media app listen for post_delete instead of deleteMichael Gapczynski2012-01-161-1/+1
| |
| * update translationsRobin Appelman2012-01-1618-7/+409
| |
| * fix export link for contactsRobin Appelman2012-01-161-1/+1
| |
| * prevent multiply owncloud instances on the same domain intefering with each ↵Robin Appelman2012-01-152-45/+38
| | | | | | | | others playlists
| * don't use depricated <? use the full <?phpRobin Appelman2012-01-151-1/+1
| |
| * Remove reference to unexisting file in music.css.Cloud Dumper2012-01-151-1/+0
| | | | | | | | `img/pbar-ani.gif' is not on the repository.
* | use timepicker to force users to use HH:MMGeorg Ehrke2012-01-162-0/+8
| |
* | Merge branch 'master' into calendarGeorg Ehrke2012-01-1583-1060/+1571
|\|