Terry Geng
c8f0ccf706
feat: ban a user after too many failed attempts
2020-05-19 09:53:01 +08:00
Terry Geng
edf5495fe5
feat: several improvements to azlux's token auth scheme #154
...
1. 'auth_method' in config, where users can select between
'password' and 'token'.
2. create index for token, avoid iterating the entire user
section when validating tokens.
3. only generate token for a user when there's no token for
him in the db, avoid tokens fill the db.
2020-05-18 10:17:08 +08:00
Terry Geng
1d97fe654e
fix: URL item duration unit in seconds, bad skip button in floating player
2020-05-18 00:07:56 +08:00
Terry Geng
0b7d0b8465
feat: huge feature: a floating player, with a movable playhead
2020-05-17 11:54:05 +08:00
Terry Geng
b050546e39
feat: safeguard against mistakenly cancelling uploading.
2020-05-16 22:24:10 +08:00
Terry Geng
b827ada7a8
fix: playlist expand bug
2020-05-16 17:26:59 +08:00
Terry Geng
465ab39c7a
fix: rollback to popper.js v1, fix playmode dropdown, and now volume popover can be closed by clicking outside.
2020-05-16 16:52:32 +08:00
Terry Geng
1a7691cd1c
fix: secure_filename not working, progress bar typo
2020-05-16 16:02:44 +08:00
Terry Geng
257fff3e92
feat: upload progress bar and error message display for each file, #146
2020-05-16 15:48:11 +08:00
Terry Geng
0c47850fbc
refactor: change var into let and const
2020-05-16 10:44:57 +08:00
Terry Geng
612d633ff9
feat: volume slider inside popover
2020-05-13 08:44:32 +08:00
Tyler Vigario
4f2dcf0620
Fix for directory filter as well as some improvements ( #147 )
...
* Update for efficacy
* Fix some styling in js
* Remove outer library card
* Fix for directory filter
* Use bootstrap spacing utilities for button spacing
* Update button activation logic
* Readd responsiveness to playlist button toolbar
* Remove pymumble folder
2020-05-12 12:54:00 +08:00
Tyler Vigario
aba9eea336
Further improvements to web interface ( #139 )
...
* Implement button toolbar
* Fix filters logic
* Switch to btn-primary for active filters
* Reduce playlist table columns on mobile
* Cleanup playlist area
* Reduce volume spacing
* Hide items in playlist as well for mobile
* Use text utility classes vs style
* Filter use checkbox instead of radio
* Hide library file column on mobile
* Update jQuery and FontAwesome to latest
2020-05-07 09:14:38 +08:00
Azlux
529527c1c0
fix css path for Dark theme
2020-04-30 10:04:52 +02:00
Terry Geng
984309409a
feat: web interface: mode icon instead of 'Mode'
2020-04-29 10:24:57 +08:00
Tyler Vigario
504a5786d8
Implement play mode as dropdown button
2020-04-27 20:18:28 -07:00
Tyler Vigario
7766b15ea1
Implement play/pause as one button
2020-04-27 18:32:44 -07:00
Tyler Vigario
8f166b53d0
Improve mobile styling
2020-04-20 14:47:10 -07:00