Commit Graph
100 Commits
Author SHA1 Message Date
phillip 2f408ff6ed Add empty test.ts 2023-09-29 22:40:35 +00:00
phillip 13ead16ffe Add angular CLI to devcontainer 2023-09-29 22:40:08 +00:00
phillip 96511f169e Merge branch 'legacy' 2023-09-29 21:49:47 +00:00
phillip e8e0bca648 Update devcontainer.json 2023-09-22 16:55:05 +00:00
phillip 5efa21924b Update dockerfile to adapt to new debian version 2023-06-30 15:59:04 +02:00
phillip 4c806c3550 update docker-compose container version 2023-06-30 15:58:34 +02:00
phillip 7525708dce lowered maxqueue to 10 and participant quota to 2 2023-06-30 15:32:13 +02:00
phillip 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
phillip 349eff9a09 strip whitespace from participant name in enqueue endpoint 2023-06-30 14:50:32 +02:00
phillip b7a79462dc Add pipfile 2023-06-30 00:17:44 +02:00
phillip 93e6606d6d Set focus on singer name input when modal is shown 2023-06-30 00:13:48 +02:00
phillip 1faa2614fa Merge branch 'legacy' of github.com:PhoenixTwoFive/karaoqueue into legacy 2023-04-28 13:41:51 +02:00
phillip 93c8a2cb7b Update Version 2023-04-28 13:41:39 +02:00
phillip e66e4a6c19 Fix error on no owned entries 2023-04-28 13:39:20 +02:00
phillip 08d0e5557b Update docker-compose to new version 2023-04-28 13:13:47 +02:00
phillip a987dfc9d2 Merge branch 'legacy' of github.com:PhoenixTwoFive/karaoqueue into legacy 2023-04-28 13:03:57 +02:00
phillip 04511a91a1 Freeze versions to avoid Flask 2.3 deprecation problems 2023-04-28 13:03:53 +02:00
phillip 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
phillip f2b4611ea6 Remove problematic tooltip and debug log 2023-04-28 12:52:03 +02:00
phillip b76fcfd8e4 Add Copy functionality and corresponding toasts 2023-04-28 12:40:28 +02:00
phillip add528fb80 Löschung eigener Enträge implementiert. 2023-04-26 19:20:21 +02:00
phillip 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 10717e753b Update Compose File 2023-03-31 20:58:47 +02:00
phillip f32f02dc44 Fix Sorting in List view 2023-03-31 20:57:34 +02:00
phillip 3921a9ea76 Update docker-Compose 2023-03-30 22:56:09 +02:00
phillip 8c735866a3 Remove remnants of file based config 2023-03-30 22:45:08 +02:00
phillip 035394c36b Rephrase Information text 2023-03-30 22:37:39 +02:00
phillip 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
phillip 4fd58bc39f Fix button alignment 2023-03-30 22:28:12 +02:00
phillip bf97e9e5e4 Fix container version 2023-03-30 22:21:42 +02:00
phillip e08041338a Add persistent volume to mariadb container. 2023-03-30 21:18:40 +02:00
phillip 4c64144f3d Fix sticky Popups 2023-03-30 21:05:36 +02:00
phillip fad21ba6c5 Fix DELETE statements 2023-03-30 19:30:27 +02:00
phillip 3f09b79844 Fix Dockerfile for "new" WSGI server 2023-03-30 19:30:13 +02:00
phillip 1bfe3b5d4b Update Dockerfile 2023-03-30 19:14:24 +02:00
phillip f055a59a38 Fix Dockerfile with in-Container update 2023-03-30 18:14:40 +02:00
phillip dc53d8a8b1 Fix Typos 2023-03-30 18:00:23 +02:00
phillip fe71fa2d8c Fix Caching 2023-03-30 18:00:08 +02:00
phillip 7ef938a5ff Create new config with credentials from env vars 2023-03-30 17:51:20 +02:00
phillip 12207c1246 Admin credentials can be changed via settings 2023-03-30 17:39:44 +02:00
phillip 16cb9e7d5a Fix theme setting persistence 2023-03-30 17:39:13 +02:00
phillip 429ffddced Update data_adapters for sqlalchemy upgrade 2023-03-30 17:38:34 +02:00
phillip ca73d57567 Update Requirements 2023-03-30 17:07:01 +02:00
phillip cf6d586856 Overhaul database code 2023-03-30 17:06:52 +02:00
phillip 24458a78d0 Fix bugs 2023-03-30 17:06:36 +02:00
phillip a2cf4fc47f Change .env.dev to reflect new settings storage 2023-03-30 17:05:46 +02:00
phillip e84ff1a381 Change container registry to github 2023-03-30 17:05:17 +02:00
phillip 79156c539a Better Dark Mode 2023-03-30 04:43:53 +02:00
phillip 757bfa2483 Fix Dark Mode 2023-03-30 03:28:23 +02:00
phillip d56eb609b9 Fix entry button alignment 2023-03-30 03:25:02 +02:00
phillip 6d9541f0bd Add Dark Mode 2023-03-30 03:24:45 +02:00
phillip ee4774159c Update Python to 3.10 2023-03-30 03:23:22 +02:00
phillip 6d084ee83c Add theming 2023-03-30 02:57:21 +02:00
phillip 971548189f Remove redundant save button from settings 2023-03-30 02:26:24 +02:00
phillip da8ad57293 Fix Settings 2023-03-30 02:22:59 +02:00
phillip 98981b1e1e Move config to database 2023-03-30 02:22:46 +02:00
phillip d33006251e Remove inline env from docker-compose.prod.yml 2023-03-30 02:22:02 +02:00
phillip 2a8040642a Merge branch 'legacy' into feature/legacy/mariadb_database 2023-03-28 01:26:24 +02:00
phillip cbf7aad8ac Fix Type errors 2023-03-28 01:25:33 +02:00
phillip d5a21b82de Add GitHub Link to footer 2023-03-28 01:00:41 +02:00
phillip 551536bcb4 Update bootstrap-tables 2023-03-28 01:00:21 +02:00
phillip b8220732ee Introduce "dev environment" and dotenv
There are now two dockerfiles. One for production, one for development.
All configuration is now also handled through dotenv files,
which these dotenv files, as well as the included VSCode launch tasks
use.
2023-03-28 00:54:04 +02:00
phillip 831166f38b Intall dependencies using requirements.txt 2023-03-27 23:38:22 +02:00
phillip 41a24ad9ce readd main.py 2023-03-27 01:02:26 +02:00
phillip 698c3717fd Remove outdated workflows 2022-10-08 19:50:35 +02:00
phillip 8dd90b728c MySQL Working, bug fixes. 2022-10-08 19:47:29 +02:00
phillip 580ede3bb0 Update 2022-09-24 03:48:53 +02:00
phillip 1a63232401 Update Everything 2022-09-24 03:07:39 +02:00
phillip 8183dcfcf4 Angular CLI update for packages - @angular/material@14 2022-09-24 03:05:13 +02:00
phillip 81b36e7f1a Update 2022-09-24 03:04:03 +02:00
phillip 3c3795e25a @angular/cli migration - update-angular-packages-version-prefix
Update Angular packages 'dependencies' and 'devDependencies' version prefix to '^' instead of '~'.
2022-09-24 02:56:05 +02:00
phillip 7a7a647be3 @angular/cli migration - remove-default-project-option
Remove 'defaultProject' option from workspace configuration. The project to use will be determined from the current working directory.
2022-09-24 02:56:01 +02:00
phillip 484b7cdfcd Angular CLI update for packages - @angular/core@14, @angular/cli@14 2022-09-24 02:56:01 +02:00
phillip c8a7979132 @angular/cdk migration - migration-v13
Updates the Angular CDK to v13
2022-09-24 02:55:01 +02:00
phillip 45e5fd853e Angular CLI update for packages - @angular/material@13 2022-09-24 02:54:57 +02:00
phillip 5c66451524 Update 2022-09-24 02:54:17 +02:00
phillip abc06d3181 @angular/cli migration - update-angular-config-v13
Remove deprecated options from 'angular.json' that are no longer present in v13.
2022-09-24 02:51:08 +02:00
phillip 2b4cabcb98 Angular CLI update for packages - @angular/core@13, @angular/cli@13 2022-09-24 02:51:07 +02:00
phillip b3670aa0e0 Update @angular/material and @angular/cdk to 12.x 2022-09-24 02:47:31 +02:00
phillip ba982001ba Update @angular/material and @angular/cdk to 11.x 2022-09-24 02:45:04 +02:00
phillip d1ec708780 Update @angular/material and @angular/cdk to 10.x 2022-09-24 02:43:28 +02:00
phillip f901708896 Remove runtime-config-loader 2022-09-24 02:26:37 +02:00
phillip f0a7ee2d2b @angular/cli migration - update-zonejs
Update 'zone.js' to version 0.11.x. Read more about this here: https://github.com/angular/angular/blob/master/packages/zone.js/CHANGELOG.md#breaking-changes-since-zonejs-v0111
2022-09-24 02:24:19 +02:00
phillip bc5818f50d @angular/cli migration - update-angular-config-v12
Remove deprecated options from 'angular.json' that are no longer present in v12.
2022-09-24 02:24:15 +02:00
phillip a1264cb15b Angular CLI update for packages - @angular/core@12, @angular/cli@12 2022-09-24 02:24:15 +02:00
phillip 2e1eab3e2a Update 2022-09-24 02:22:34 +02:00
phillip b69e771b75 Update 2022-09-24 02:22:25 +02:00
phillip 7d8ae1167e Update package-lock.json 2022-09-24 02:18:40 +02:00
phillip b9e0302443 Delete package-lock.json 2022-09-24 02:14:48 +02:00
phillip bb25b2801b Remove unused package 2022-09-23 23:20:09 +02:00
phillip 4d75c125ba Upgrade Angular to 10.x 2022-09-23 23:13:57 +02:00
phillip 5050e0cf60 Merge branch 'legacy' into new_frontend 2022-09-23 22:38:30 +02:00
phillip a22960eae9 Fix DB Connection 2022-07-15 15:54:15 +02:00
phillip bc44985fed Fix DBCONNSTRING 2022-07-15 15:35:58 +02:00
phillip 72914109c0 prune requirements 2022-07-15 15:33:42 +02:00
phillip 57ced69ddd Load DB Connection from ENV 2022-07-15 15:27:36 +02:00
phillip fc78bdc4fe Fix types 2022-07-15 15:09:48 +02:00
phillip adfd120636 Update package names for 22.04 2022-07-15 15:01:07 +02:00
phillip 67a9552fee Update ubuntu to get newer mariadb connector 2022-07-15 14:55:14 +02:00
phillip 3ae2803fcc Remove mysql and install mariadb 2022-07-15 14:51:05 +02:00