99 Commits

Author SHA1 Message Date
ac940ded8c
Add debouncing for the search 2023-10-04 00:53:03 +00:00
c8b65e4433
Ensure Index exists after Song import 2023-10-04 00:33:15 +00:00
c50f00c1d3
Fix env var version 2023-10-04 00:24:26 +00:00
e443cdb35a
Dark theme Toast notifications
Fixes #59
2023-10-04 00:11:42 +00:00
8c98edb604
Fix depenndencies 2023-10-03 23:48:59 +00:00
9d1bab6a07
Less dodgy debug/version handling 2023-10-03 23:48:52 +00:00
ab0aca9f90
Add song info and remove string bodging 2023-10-03 22:57:37 +00:00
e3f8839c07
Fix queue modal header border 2023-10-03 22:57:03 +00:00
a1a041c5ce
Add detailed song info view on song select 2023-10-03 19:23:09 +00:00
c9613dfbd9
Remove standalone run stub 2023-10-03 18:17:36 +00:00
1ef4830588
Fix formatting issues 2023-10-03 17:46:52 +00:00
5a8b2fe66c
Remove Logging 2023-10-03 17:42:21 +00:00
0db1ef1fc4
Apply Flask deprecation fixes 2023-10-03 17:36:10 +00:00
dcc79aed1b
Improve search
(cherry picked from commit 85497a156952278927618c458db7fa254f6e6b69)
2023-10-03 17:25:39 +00:00
Phillip Kühne
8f926621c1
Merge pull request #62 from PhoenixTwoFive/dependabot/pip/backend/flask-2.3.2
Bump flask from 2.2.3 to 2.3.2 in /backend
2023-09-29 23:33:02 +02:00
Phillip Kühne
a8e1a8f647
Merge pull request #67 from PhoenixTwoFive/dependabot/pip/backend/requests-2.31.0
Bump requests from 2.28.2 to 2.31.0 in /backend
2023-09-29 23:32:42 +02:00
Phillip Kühne
c21e6300e9
Merge pull request #70 from PhoenixTwoFive/64-defaults-for-entry-limitation-too-high
lowered maxqueue to 10 and participant quota to 2
2023-06-30 15:34:56 +02:00
7525708dce
lowered maxqueue to 10 and participant quota to 2 2023-06-30 15:32:13 +02:00
a54953ff0d
fix copy functionality
Fixed copy functionality by no longer rendering the data into the
function call as string literal, but instead accessing it from the DOM
in the function call.
2023-06-30 15:28:46 +02:00
349eff9a09
strip whitespace from participant name in enqueue endpoint 2023-06-30 14:50:32 +02:00
b7a79462dc
Add pipfile 2023-06-30 00:17:44 +02:00
93e6606d6d
Set focus on singer name input when modal is shown 2023-06-30 00:13:48 +02:00
dependabot[bot]
bd3bec8c4f
Bump requests from 2.28.2 to 2.31.0 in /backend
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 06:41:06 +00:00
dependabot[bot]
9cb93d2d49
Bump flask from 2.2.3 to 2.3.2 in /backend
Bumps [flask](https://github.com/pallets/flask) from 2.2.3 to 2.3.2.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/2.2.3...2.3.2)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-02 00:33:58 +00:00
e66e4a6c19
Fix error on no owned entries 2023-04-28 13:39:20 +02:00
a987dfc9d2
Merge branch 'legacy' of github.com:PhoenixTwoFive/karaoqueue into legacy 2023-04-28 13:03:57 +02:00
04511a91a1
Freeze versions to avoid Flask 2.3 deprecation problems 2023-04-28 13:03:53 +02:00
d0d8e41b48
Indicate copyability of table text
Indicate copyability on click of table contents by highlighting
hovered element
2023-04-28 12:53:03 +02:00
f2b4611ea6
Remove problematic tooltip and debug log 2023-04-28 12:52:03 +02:00
b76fcfd8e4
Add Copy functionality and corresponding toasts 2023-04-28 12:40:28 +02:00
add528fb80
Löschung eigener Enträge implementiert. 2023-04-26 19:20:21 +02:00
865df5d588
Implement EventID to scope ClientIDs and Entry IDs
Implement an EventID saved in settings. Currently this is used to scope
clientIDs and entryIDs to an event. The client checks the event currently going on on
the server, and discards its localstorage (containing the clientID) if
it has changed
2023-04-26 18:08:03 +02:00
Phillip Kühne
d2caaac4bc
Codecheck (#54)
* Add GitHub Action

* Add Linting

* Add .editorconfig
2023-04-25 16:46:43 +02:00
f32f02dc44
Fix Sorting in List view 2023-03-31 20:57:34 +02:00
8c735866a3
Remove remnants of file based config 2023-03-30 22:45:08 +02:00
035394c36b
Rephrase Information text 2023-03-30 22:37:39 +02:00
573f58d764
Inform user that entries are closed when big button on main page is pressed and disabled
Fixes #45
2023-03-30 22:33:50 +02:00
4fd58bc39f
Fix button alignment 2023-03-30 22:28:12 +02:00
4c64144f3d
Fix sticky Popups 2023-03-30 21:05:36 +02:00
fad21ba6c5
Fix DELETE statements 2023-03-30 19:30:27 +02:00
dc53d8a8b1
Fix Typos 2023-03-30 18:00:23 +02:00
fe71fa2d8c
Fix Caching 2023-03-30 18:00:08 +02:00
7ef938a5ff
Create new config with credentials from env vars 2023-03-30 17:51:20 +02:00
12207c1246
Admin credentials can be changed via settings 2023-03-30 17:39:44 +02:00
16cb9e7d5a
Fix theme setting persistence 2023-03-30 17:39:13 +02:00
429ffddced
Update data_adapters for sqlalchemy upgrade 2023-03-30 17:38:34 +02:00
ca73d57567
Update Requirements 2023-03-30 17:07:01 +02:00
cf6d586856
Overhaul database code 2023-03-30 17:06:52 +02:00
24458a78d0
Fix bugs 2023-03-30 17:06:36 +02:00
79156c539a
Better Dark Mode 2023-03-30 04:43:53 +02:00