summaryrefslogtreecommitdiffstats
path: root/apps/media
Commit message (Collapse)AuthorAgeFilesLines
* Search: Change provider registration to class name, for lazy loading of ↵Bart Visscher2012-03-012-5/+4
| | | | search providers
* merge master into encryptionRobin Appelman2012-02-262-1/+6
|\
| * application/ogg is music toRobin Appelman2012-02-262-1/+6
| |
* | Merge branch 'master' into encryptionRobin Appelman2012-02-255-28/+28
|\|
| * UI problems solved. Bookmarks app updated.Marvin Thomas Rabe2012-02-225-28/+28
| |
* | fix incorrect information in the filecache when using encryptionRobin Appelman2012-02-211-0/+1
|/
* Added missing filesMarvin Thomas Rabe2012-02-211-2/+2
|
* Fixup use of OC_Helper::linkTo functionBart Visscher2012-02-171-3/+3
|
* Use separate function to make absolute urlsBart Visscher2012-02-172-2/+2
|
* Replace Expires and caching headers by OC_Response functionsBart Visscher2012-02-132-13/+4
|
* use oc_filecache and oc_eventsource for music scanningRobin Appelman2012-02-083-114/+38
|
* Fix some issues in ampache resonponseRobin Appelman2012-01-242-9/+65
| | | | Patch by Markus Germeier
* Merge branch 'master' of gitorious.org:owncloud/owncloudRobin Appelman2012-01-241-1/+1
|\
| * make media detection based on extention case insensitiveRobin Appelman2012-01-201-1/+1
| |
* | translation updatesRobin Appelman2012-01-201-0/+13
|/
* 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.
* Apps need to be enabled in order to search through Shared directory for ↵Michael Gapczynski2012-01-161-3/+0
| | | | media scanning
* Make media app listen for post_delete instead of deleteMichael Gapczynski2012-01-161-1/+1
|
* update translationsRobin Appelman2012-01-161-0/+13
|
* prevent multiply owncloud instances on the same domain intefering with each ↵Robin Appelman2012-01-152-45/+38
| | | | others playlists
* Remove reference to unexisting file in music.css.Cloud Dumper2012-01-151-1/+0
| | | | `img/pbar-ani.gif' is not on the repository.
* remove some of the flickering in operaRobin Appelman2012-01-151-2/+2
|
* reimplement auto playing music from location hash (like from search results)Robin Appelman2012-01-121-6/+13
|
* fix searching artists and albumsRobin Appelman2012-01-121-3/+12
|
* fix event handler after re-expanding an artist in collection viewRobin Appelman2012-01-121-0/+7
|
* fix expending artists and albums in collection viewRobin Appelman2012-01-121-4/+6
|
* fix searching musicRobin Appelman2012-01-121-4/+5
|
* also use translated string for music navigation entry when showing inline ↵Robin Appelman2012-01-111-1/+1
| | | | controls
* update translationsRobin Appelman2012-01-1136-28/+204
|
* mp3info is giving to much trouble, get rid of itRobin Appelman2012-01-081-64/+46
|
* When a music file is playing, the page title gets modified.Kshitij Parajuli2012-01-081-1/+3
|
* Improve music playlist rendering.Cloud Dumper2012-01-082-4/+16
| | | | | | | | | | | | | | This change: * bolds currently playing song in playlist; * forces song names in playlist to one line, ellipsize after (...); * adds jQuery tipsies to get the whole song name, along with the artist name, and the album the song is coming from. No need to split this changeset into three different ones for the sake of atomicity. Two first elements were on the priorities / bug list available there: http://gitorious.org/owncloud/pages/Home
* Also use track_number to retrieve song track.Cloud Dumper2012-01-081-1/+14
| | | | This adds support for id3v2 tags such as TRACK/TOTAL.
* Sort results from music collection getters.Cloud Dumper2012-01-081-4/+4
| | | | Albums and artists are now ordered by name, song by track number and name.
* add jplayer sourceRobin Appelman2012-01-019-0/+4458
|
* Music - Fix album and artist expand layout.Ignacio Daniel Rostagno2011-11-241-1/+2
|
* fix ampache htmlentity callsRobin Appelman2011-11-241-6/+6
|
* fix ampache encoding problem. use htmlentities encoding parameter directly.Weng Xuetian2011-11-181-6/+6
|
* fix id3 tag resolve. should use utf8 from getID3 directly but notWeng Xuetian2011-11-181-4/+2
| | | | to convert them from ISO8859-1 to utf8 after analyze.
* Add sequence name in insertid to be more portableBrice Maron2011-10-291-1/+1
|
* Fix music navigation entry controls going over the sidebarMichael Gapczynski2011-10-221-1/+1
|
* 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
|
* catch some edge cases in media playerRobin Appelman2011-10-171-2/+11
|
* prevent the remaining ob_clean related errorsRobin Appelman2011-10-175-9/+9
|
* prevent error in media player ajax apiRobin Appelman2011-10-171-1/+1
|
* use OC_Log instead of error_logRobin Appelman2011-10-165-10/+5
|
* fix amapache urlRobin Appelman2011-10-071-1/+1
|