Martin Müller
|
94224c0c64
|
Serve sound files via Flask for local playback
|
2017-08-04 14:18:58 +02:00 |
|
|
|
ed84c4fbe9
|
added TODOs to main.js
|
2017-08-04 13:59:24 +02:00 |
|
|
|
8eaf74a4b4
|
added apache config for serving sounds to clients
... and playing them on client side
addition to 55e8e04bb25a7ac8ccde6e38b889ec4fad29c7de
|
2017-08-04 13:58:41 +02:00 |
|
|
|
c3c8af986d
|
removed div dependency as mentioned in 6758be03968a4cc563fbf665382cac7588f05814#note_855
|
2017-08-04 13:21:23 +02:00 |
|
|
|
fa9a8de0eb
|
added main.css with support for local playback
... as it has been missed in cd933addf7d09132ad4596de9b357337e007ee56
|
2017-08-04 13:13:35 +02:00 |
|
|
|
cd933addf7
|
added kill audio support for local playback
|
2017-08-04 00:58:39 +02:00 |
|
|
|
55e8e04bb2
|
added support for local audio playback
using howler.js library
added support for ctrl+x to toggle between modes
closes #10
|
2017-08-04 00:41:13 +02:00 |
|
|
|
281560045d
|
fixed encoding issues with umlauts in text to speech input
... closes #23
|
2017-08-03 22:56:06 +02:00 |
|
|
|
6a77fa054d
|
added ajax loading for streams
|
2017-08-03 22:42:42 +02:00 |
|
|
|
5781ac28db
|
renamed YouPorn nav element to Streams
|
2017-08-03 21:58:34 +02:00 |
|
|
|
7f3cd26484
|
fixed section content is overlapping
dirty fixes #18
|
2017-08-03 21:42:58 +02:00 |
|
|
|
730147514b
|
added new shortcut
...to kill sounds
|
2017-08-03 21:33:04 +02:00 |
|
|
|
90c0887f97
|
added keyboard shortcut for killing sounds via ajax
|
2017-08-03 21:08:38 +02:00 |
|
|
|
d4377e0f49
|
keyboard controls and visuals
closes #21
|
2017-08-03 20:34:22 +02:00 |
|
|
|
fa23ea0fbf
|
made button text unselectable
|
2017-08-03 19:49:37 +02:00 |
|
|
|
6758be0396
|
reset search on sounds nav button
reset search on escape key
|
2017-08-03 19:39:02 +02:00 |
|
|
|
4c34d4ac0e
|
pointer style cursor on hovering sound buttons
|
2017-08-03 19:37:58 +02:00 |
|
|
|
6290c93982
|
added: sound button resets search field
|
2017-08-03 17:40:34 +02:00 |
|
|
|
4aa9f92848
|
fixed quoting in ajax call
removed href since onclick seems to work fine
|
2017-08-03 17:27:48 +02:00 |
|
|
|
26bb3dca85
|
implementing AJAX loading for sounds as described in issue #5
|
2017-08-03 17:17:51 +02:00 |
|
Martin Müller
|
f605cdc8be
|
Add shell script for development server
|
2017-07-27 17:18:49 +02:00 |
|
|
|
66a95dd2be
|
autofocus for search field
|
2017-07-19 13:27:10 +02:00 |
|
Martin Müller
|
d24cef2b51
|
Fix code directives in README.rst
|
2017-07-19 12:28:09 +02:00 |
|
|
|
4ef5e73e00
|
Merge branch 'favicon' into 'master'
added epic red button favicon
Closes #6
See merge request !1
|
2017-07-19 09:55:03 +00:00 |
|
|
|
3f47648048
|
added epic red button favicon
|
2017-07-19 11:42:45 +02:00 |
|
Martin Müller
|
eeb5135872
|
Fix typo in CSS
|
2017-07-18 13:01:11 +02:00 |
|
Martin Müller
|
38a8d3ae1c
|
Add README
|
2017-07-17 20:17:17 +02:00 |
|
Martin Müller
|
d6420a743a
|
Fix umlauts in sound files
|
2017-07-17 15:33:15 +02:00 |
|
Martin Müller
|
a273559f08
|
Remove shebang as file should not be executed
|
2017-07-17 15:31:26 +02:00 |
|
Martin Müller
|
3d8fac04fa
|
Add requirements.txt for pip
|
2017-07-17 11:47:26 +02:00 |
|
Martin Müller
|
050be9d4f6
|
Add WSGI deployment files for Apache
|
2017-07-17 11:46:58 +02:00 |
|
Martin Müller
|
804891e1d0
|
Simplify video killing as it does not work
|
2017-07-14 15:04:21 +02:00 |
|
Martin Müller
|
3e15a967f8
|
Implement video killing feature
|
2017-07-14 14:56:44 +02:00 |
|
Martin Müller
|
ed62963858
|
Add .gitignore
|
2017-07-14 14:32:10 +02:00 |
|
Martin Müller
|
b909323330
|
Try to make mobile experience more appealing
|
2017-07-14 00:02:51 +02:00 |
|
Martin Müller
|
c9a4d16bdd
|
Make search reset on deletion
|
2017-07-13 23:42:12 +02:00 |
|
Martin Müller
|
3776cc88ee
|
Make search more fuzzy by only matching lower case
|
2017-07-13 23:37:14 +02:00 |
|
Martin Müller
|
5641dcd992
|
Also reset search filed value on reset
|
2017-07-13 23:34:49 +02:00 |
|
Martin Müller
|
72f1125618
|
Add reset button for search
|
2017-07-13 23:29:00 +02:00 |
|
Martin Müller
|
8cfdac8580
|
Fix using path from config
|
2017-07-13 23:08:49 +02:00 |
|
Martin Müller
|
838881a1b3
|
Move path to external file
|
2017-07-13 22:53:29 +02:00 |
|
Martin Müller
|
3391c7e076
|
Initial commit
|
2017-07-13 22:38:05 +02:00 |
|