index
:
webmusic-nginx
master
nginx generated index files optimized for music, inspired by https://git.zotan.services/zotan/webmusic
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix keyevents for macOS
HEAD
master
Laura Hausmann
2021-05-07
1
-1
/
+1
|
*
webmusic.js: prevent default action for keydown events
Leah (ctucx)
2021-03-13
1
-0
/
+3
|
*
improve xsl templates, use internal url-encode function
Leah (ctucx)
2021-03-09
2
-207
/
+20
|
*
remove unnecessary file: playlist.xslt
Leah (ctucx)
2021-03-08
1
-88
/
+0
|
*
webmusic.xslt: update template
Leah (ctucx)
2021-03-08
1
-35
/
+43
|
*
webmusic.js: check for playable content
Leah (ctucx)
2021-03-08
1
-1
/
+3
|
*
webmusic.js: hide selector when track selected
Leah (ctucx)
2021-03-08
1
-4
/
+6
|
*
webmusic.js: add progress in %
Isabelle
2021-03-07
1
-1
/
+1
|
*
webmusic.js: ignore keyboard controls if ctrl or alt is pressed
Isabelle
2021-03-07
1
-0
/
+1
|
*
webmusic.js: seeking in track with number keys
Isabelle
2021-03-07
1
-0
/
+14
|
*
webmusic.js: use single quotes everywhere
Leah (ctucx)
2021-03-07
1
-40
/
+40
|
*
use arrow functions everywhere
Leah (ctucx)
2021-03-07
1
-9
/
+9
|
*
webmusic.js: use const for audioplayer and variable element in function playSong
Leah (ctucx)
2021-03-07
1
-8
/
+8
|
*
webmusic.js: use strict mode
Leah (ctucx)
2021-03-07
1
-0
/
+2
|
*
add css for previous commit
Leah (ctucx)
2021-03-07
1
-1
/
+1
|
*
webmusic.js: use classes for buttons
Leah (ctucx)
2021-03-07
1
-4
/
+4
|
*
add css for previous commit
Leah (ctucx)
2021-03-07
1
-1
/
+6
|
*
webmusic.js: navigating through files/folders with arrowkeys/enter
Leah (ctucx)
2021-03-07
1
-12
/
+35
|
*
webmusic.js: removed debug prints, better player handling
Leah (ctucx)
2021-03-07
1
-10
/
+6
|
*
webmusic.js: bind to audioplayer-events just once
Leah (ctucx)
2021-03-07
1
-26
/
+27
|
*
webmusic.js: renamed gstate to playerState
Leah (ctucx)
2021-03-07
1
-4
/
+4
|
*
webmusic.js: renamed setState to setPlayerState and updateState to ↵
Leah (ctucx)
2021-03-07
1
-10
/
+10
|
|
|
|
updatePlayerState
*
needed changes on template and css, replaced spaces with tabs in webmusic.css
Leah (ctucx)
2021-03-07
2
-49
/
+49
|
*
webmusic.js: refactor continuous- and repeat-button handling
Leah (ctucx)
2021-03-07
1
-23
/
+30
|
*
webmusic.js: general code improvements
Leah (ctucx)
2021-03-07
1
-51
/
+48
|
*
webmusic.js: rename variable 'sound' to 'audioPlayer'
Leah (ctucx)
2021-03-07
1
-22
/
+22
|
*
remove howler.core.js
Leah (ctucx)
2021-03-07
2
-163
/
+0
|
*
webmusic.js: replace howler with the native Audio() element
Leah (ctucx)
2021-03-07
1
-39
/
+34
|
*
webmusic.xslt: add trailing slash to directories
Isabelle K
2021-03-07
1
-1
/
+1
|
*
webmusic.js: set onclick-event on state element just once
ctucx
2021-03-07
1
-2
/
+2
|
*
webmusic.js: skip folders
ctucx
2021-03-07
1
-0
/
+12
|
*
webmusic.js: navigate through files more smartly
ctucx
2021-03-06
1
-12
/
+35
|
*
add class 'dir' to folders, class 'file' to files
ctucx
2021-03-06
1
-3
/
+9
|
*
webmusic.js: code improovements
ctucx
2021-03-06
1
-8
/
+13
|
*
webmusic.js: replace spaces with tabs
ctucx
2021-03-06
1
-129
/
+129
|
*
webmusic.js: replace ifs with switch
ctucx
2021-03-06
1
-31
/
+41
|
*
click on back element instead of window.location override
Leah (ctucx)
2021-03-06
1
-2
/
+3
|
*
add id to back button, use list elements
Leah (ctucx)
2021-03-06
2
-3
/
+10
|
*
new key-combo: ESC for goto parent folder
Leah (ctucx)
2021-03-06
1
-0
/
+3
|
*
oopsie: add function that i forgot to commit
Leah (ctucx)
2021-03-05
1
-0
/
+8
|
*
update nginx-config: allow direct file access but require basic-auth for ↵
Leah (ctucx)
2021-03-05
1
-21
/
+2
|
|
|
|
directory listings
*
Add new key-commands: alias space with p, seeking with arrowkeys left/right, ↵
Leah (ctucx)
2021-03-05
1
-2
/
+22
|
|
|
|
jumping between tracks with arrowkey up/down
*
replace deprecated keypress event with onkeyup
Leah (ctucx)
2021-03-05
1
-2
/
+2
|
*
initial commit
Leah (ctucx)
2021-03-05
44
-0
/
+1560