104 Commits

Author SHA1 Message Date
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
Martin Müller
ce7f55771c Ensure relative paths to DB are inside project 2017-07-27 17:17:13 +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
eb549417db Sort tags alphabetically 2017-07-19 11:33:12 +02:00
Martin Müller
35e6337d20 Style tag list for button view 2017-07-18 22:12:00 +02:00
Martin Müller
cc7ed0daf1 Remove debug print in search 2017-07-18 22:03:50 +02:00
Martin Müller
5535add079 Add SQLite query for tags with simple view 2017-07-18 21:56:46 +02:00
Martin Müller
600a1875f6 Switch from spaces to tabs for indentation 2017-07-18 21:11:04 +02:00
Martin Müller
0026d9cce3 Fix tag form layout 2017-07-18 20:47:59 +02:00
Martin Müller
e9f4f29a87 Simplify tag form 2017-07-18 20:37:52 +02:00
Martin Müller
102dd681a0 Design nice tag input field 2017-07-18 19:13:56 +02:00
Martin Müller
ab381d2729 Nicer forms 2017-07-18 16:51:50 +02:00
Martin Müller
e2687550f5 Split templates for edit page 2017-07-18 13:41:34 +02:00
Martin Müller
1e40ad6661 Implement edit mode 2017-07-18 13:23:02 +02:00
Martin Müller
eeb5135872 Fix typo in CSS 2017-07-18 13:01:11 +02:00
Martin Müller
fdcaf3edf7 Ignore SQLite database files 2017-07-18 12:51:58 +02:00
Martin Müller
df10e08a8f Add initial SQL schema for creating SQLite DB 2017-07-18 12:51:33 +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