Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved to apps repository | Frank Karlitschek | 2012-08-26 | 17 | -5259/+0 |
| | |||||
* | Make file actions permissions aware | Michael Gapczynski | 2012-07-25 | 1 | -2/+2 |
| | |||||
* | correct presentation of HTML encoded characters | Bjoern Schiessle | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | use new sanitizeHTML() function | Bjoern Schiessle | 2012-06-20 | 1 | -5/+5 |
| | |||||
* | Variable not declared in media app, fixes bug oc-633. Thanks to die3lustigen2. | Michael Gapczynski | 2012-05-13 | 1 | -1/+1 |
| | |||||
* | fix js fail in media player | Georg Ehrke | 2012-04-25 | 1 | -0/+1 |
| | |||||
* | clean the collection view after rescanning | Robin Appelman | 2012-04-15 | 1 | -0/+5 |
| | |||||
* | renamed extention to extension, also now only showing lowercase | Jan-Christoph Borchardt | 2012-04-15 | 2 | -6/+6 |
| | |||||
* | Fixed OC-261 by modifying js files in apps/media/ | Deepak Mittal | 2012-04-12 | 2 | -3/+3 |
| | |||||
* | media scanner fix | Bartek Przybylski | 2012-03-11 | 1 | -1/+1 |
| | |||||
* | UI problems solved. Bookmarks app updated. | Marvin Thomas Rabe | 2012-02-22 | 5 | -28/+28 |
| | |||||
* | use oc_filecache and oc_eventsource for music scanning | Robin Appelman | 2012-02-08 | 1 | -67/+21 |
| | |||||
* | show proper feedback that collection scanning is done and show the ↵ | Robin Appelman | 2012-01-20 | 2 | -28/+37 |
| | | | | collection afterwards | ||||
* | Don't wrap collection cells. | Cloud Dumper | 2012-01-20 | 1 | -16/+16 |
| | | | | | | | This change makes sure cells are never wrapped. If the text is too big for the column, ellipsis is used instead. | ||||
* | prevent multiply owncloud instances on the same domain intefering with each ↵ | Robin Appelman | 2012-01-15 | 2 | -45/+38 |
| | | | | others playlists | ||||
* | reimplement auto playing music from location hash (like from search results) | Robin Appelman | 2012-01-12 | 1 | -6/+13 |
| | |||||
* | fix event handler after re-expanding an artist in collection view | Robin Appelman | 2012-01-12 | 1 | -0/+7 |
| | |||||
* | fix expending artists and albums in collection view | Robin Appelman | 2012-01-12 | 1 | -4/+6 |
| | |||||
* | When a music file is playing, the page title gets modified. | Kshitij Parajuli | 2012-01-08 | 1 | -1/+3 |
| | |||||
* | Improve music playlist rendering. | Cloud Dumper | 2012-01-08 | 1 | -2/+14 |
| | | | | | | | | | | | | | | 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 | ||||
* | add jplayer source | Robin Appelman | 2012-01-01 | 9 | -0/+4458 |
| | |||||
* | catch some edge cases in media player | Robin Appelman | 2011-10-17 | 1 | -2/+11 |
| | |||||
* | fix playing songs from search results | Robin Appelman | 2011-09-29 | 2 | -4/+4 |
| | |||||
* | only play the music once | Robin Appelman | 2011-09-29 | 1 | -3/+4 |
| | |||||
* | improvements in media collection viewer | Robin Appelman | 2011-09-29 | 1 | -58/+89 |
| | |||||
* | sort music collection | Robin Appelman | 2011-09-28 | 1 | -0/+4 |
| | |||||
* | fix persistent playlist for media player | Robin Appelman | 2011-09-28 | 3 | -21/+25 |
| | |||||
* | media app: show current song, add margin, enable tooltip | Thomas Schmidt | 2011-09-28 | 3 | -1/+7 |
| | |||||
* | lots of music improvements, might break some things though | Jan-Christoph Borchardt | 2011-09-25 | 1 | -16/+6 |
| | |||||
* | fix file uploads for IE | Robin Appelman | 2011-09-22 | 1 | -1/+1 |
| | |||||
* | Some commented code was still here | Côme BERNIGAUD | 2011-09-01 | 1 | -9/+0 |
| | |||||
* | Buttons for play/add albums works. Folding albums too. | Côme BERNIGAUD | 2011-09-01 | 1 | -6/+36 |
| | |||||
* | fix detection of empty collection | Robin Appelman | 2011-08-28 | 1 | -1/+1 |
| | |||||
* | no alert popups, ever. They are just dismissed. Use undo instead. | Jan-Christoph Borchardt | 2011-08-27 | 1 | -1/+0 |
| | |||||
* | Play and add buttons in the collection. | Côme BERNIGAUD | 2011-08-25 | 1 | -66/+58 |
| | |||||
* | playlist working | Côme BERNIGAUD | 2011-08-25 | 1 | -25/+27 |
| | |||||
* | Merge branch 'master' of git://anongit.kde.org/owncloud | Côme BERNIGAUD | 2011-08-25 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: apps/media/js/collection.js | ||||
| * | fix javascript error in media player | Robin Appelman | 2011-08-24 | 1 | -1/+1 |
| | | |||||
* | | My own version of music collection. | Côme BERNIGAUD | 2011-08-25 | 1 | -35/+56 |
|/ | |||||
* | some work on media player interface, artists can be collapsed in the ↵ | Robin Appelman | 2011-08-21 | 2 | -94/+125 |
| | | | | collection view again and single albums/songs can be played | ||||
* | DONT always scan the collection, I would like to keep some cpu cycles to ↵ | Robin Appelman | 2011-08-13 | 1 | -3/+3 |
| | | | | actually use my pc | ||||
* | some player styling | Jan-Christoph Borchardt | 2011-08-13 | 1 | -0/+3 |
| | |||||
* | start scanning music automatically when in Music | Jan-Christoph Borchardt | 2011-08-13 | 1 | -2/+2 |
| | |||||
* | added global action class for icons | Jan-Christoph Borchardt | 2011-08-13 | 1 | -1/+1 |
| | |||||
* | highlight playing songs in collection | Robin Appelman | 2011-08-13 | 1 | -4/+11 |
| | |||||
* | partly fix media player | Robin Appelman | 2011-08-12 | 2 | -23/+37 |
| | |||||
* | get rid of some js errors on the login screen | Robin Appelman | 2011-08-11 | 1 | -0/+1 |
| | |||||
* | some work on media player | Robin Appelman | 2011-08-11 | 2 | -110/+20 |
| | |||||
* | make more strings translatable | Robin Appelman | 2011-08-10 | 4 | -11/+11 |
| | |||||
* | first mediaplayer styling | Jan-Christoph Borchardt | 2011-08-08 | 1 | -65/+0 |
| |