Commit Graph

70 Commits

Author SHA1 Message Date
e0f41177d8 Remove built assets and update web dependencies 2020-06-20 17:38:16 -07:00
e32b9aeae3 Address issues with Bootstrap and Popper 2020-06-15 18:35:06 -07:00
716b55b020 Migrate rest of JS out of HTML 2020-06-09 18:11:19 -07:00
66bf1f1510 Merge upstream master and update web dependencies 2020-06-09 17:16:31 -07:00
e133788ba1 fix: playbar keeps extending when playlist is empty. 2020-06-09 21:22:00 +08:00
92b3a3c7be fix: wrong play bar behavior when dragging or clicking, #166. 2020-06-05 14:08:36 +08:00
ebbacf652e fix: workaround for web interface eat up too much cpu, mentioned in #166 2020-06-04 12:03:41 +08:00
d7626087c8 Change WebPack devtool to source-map 2020-06-01 23:30:25 -07:00
a48dcb303e Migrate some HTML function calls to event listeners 2020-06-01 23:11:44 -07:00
19da0cdc46 Cleanup app.mjs 2020-06-01 22:20:44 -07:00
6414507fbe Remove FontAwesome Brands icon set 2020-06-01 22:15:13 -07:00
5f61b7a390 Add linting 2020-06-01 20:43:11 -07:00
e0f897ea2c Update web dependencies 2020-06-01 17:27:27 -07:00
aaa37880b8 Correct web paths for bot 2020-05-29 21:55:02 -07:00
250c568f42 Add FontAwesome 2020-05-29 21:51:17 -07:00
eba9ef2397 Further attempts to integrate 2020-05-29 21:07:41 -07:00
28817b5ad5 Add WebPack ProvidePlugin 2020-05-27 11:12:10 -07:00
b3295b8a21 Update web assets and compile for production 2020-05-27 07:56:49 -07:00
70c9947197 Fix pathing 2020-05-20 15:38:47 -07:00
95dd75bc1c Update WebPack 2020-05-20 15:36:22 -07:00
6ca2db77de Revert to default Flask structure 2020-05-20 15:32:41 -07:00
1c9498e340 First rough draft 2020-05-19 20:45:22 -07:00
9692570ec2 fix: player display bug, continue, sigh 2020-05-20 11:02:25 +08:00
a7eec709eb fix: player display bug, continue 2020-05-19 21:53:08 +08:00
2c60e46ad8 fix: player display bug 2020-05-19 21:35:19 +08:00
c8f0ccf706 feat: ban a user after too many failed attempts 2020-05-19 09:53:01 +08:00
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
1d97fe654e fix: URL item duration unit in seconds, bad skip button in floating player 2020-05-18 00:07:56 +08:00
0b7d0b8465 feat: huge feature: a floating player, with a movable playhead 2020-05-17 11:54:05 +08:00
b050546e39 feat: safeguard against mistakenly cancelling uploading. 2020-05-16 22:24:10 +08:00
b827ada7a8 fix: playlist expand bug 2020-05-16 17:26:59 +08:00
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
1a7691cd1c fix: secure_filename not working, progress bar typo 2020-05-16 16:02:44 +08:00
257fff3e92 feat: upload progress bar and error message display for each file, #146 2020-05-16 15:48:11 +08:00
0c47850fbc refactor: change var into let and const 2020-05-16 10:44:57 +08:00
71e0ede51e feat: optimized play/resume logic, add fast-forward support within song.
fix #153.
2020-05-15 10:22:44 +08:00
612d633ff9 feat: volume slider inside popover 2020-05-13 08:44:32 +08:00
e2254cf89f remove google dependencies 2020-05-12 14:44:18 +02:00
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
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
529527c1c0 fix css path for Dark theme 2020-04-30 10:04:52 +02:00
3c717397a4 Update Bootstrap and add Popper 2020-04-28 19:55:20 -07:00
984309409a feat: web interface: mode icon instead of 'Mode' 2020-04-29 10:24:57 +08:00
504a5786d8 Implement play mode as dropdown button 2020-04-27 20:18:28 -07:00
7766b15ea1 Implement play/pause as one button 2020-04-27 18:32:44 -07:00
5be387c81c Improve playlist and library mobile styling 2020-04-20 20:07:26 -07:00
8f166b53d0 Improve mobile styling 2020-04-20 14:47:10 -07:00
9640324668 feat: increase opacity for the floating play button, and now it can be activated by hovering on the title. 2020-04-19 00:38:36 +08:00
b8ebcce945 use bootstrap styling for the slider, center it vertically; move slider between the two volume buttons 2020-04-18 10:18:43 +08:00
b18c70c146 fixed: playlist update problem in web interface 2020-03-28 10:45:32 +08:00