93 Commits

Author SHA1 Message Date
892af71e19 Another small bug fix 2024-08-05 19:34:40 +02:00
5616b51512 Added check if game not found 2024-07-31 21:57:02 +02:00
51a74a9ed1 Fixed some bugs and added Random Classic 2024-07-28 15:58:12 +02:00
59f1e2c75c Upgraded Go version and the version of all dependencies. Fixed som more bugs. 2024-05-18 13:11:15 +02:00
a863702b22 Fixed some bugs with songs not found made the application crash. Now checking if song exists and if not, remove song from DB and find another one. Frontend is now decoupled from the backend. 2024-05-18 11:03:03 +02:00
16f2e07bd1 Added new opening song 2023-09-03 21:10:39 +02:00
62c45c9a8c Fixed bug with clear search 2023-08-19 17:13:23 +02:00
b6f94794fe Tried to fix som thing with search 2023-08-19 12:24:10 +02:00
aae8de8fe9 Fix for not add played to database 2023-01-01 12:47:14 +01:00
41c8626ae2 Fixed numbers in playlist 2023-01-01 11:45:44 +01:00
8369b5f0a1 Added option to not add played to database
Added Search for inspiration
Added song for match point
2023-01-01 01:21:37 +01:00
4e876fa28f Added option to using low played
Added Easter egg
2022-12-31 13:50:16 +01:00
3fd84d7d63 Added real frontend
Made hostname global and easy to change in docker
2022-12-28 21:23:30 +01:00
e5b4d2c3f3 Added real frontend
Made hostname global and easy to change in docker
2022-06-21 17:48:34 +02:00
abdce7b103 The game list is refreshed when synced 2022-04-23 17:42:44 +02:00
f7b4005159 Added Game played when adding to que 2022-04-23 13:29:45 +02:00
58ff8a64cc Fixed some bugs
* Fixed bug with sync
* Made default list of game randomized
* Added get all games ordered
* Added air for live reload
2022-04-23 11:40:54 +02:00
f9d6c24a97 Changed routing framework from mux to Gin.
Swagger doc is now included in the application.
A fronted can now be hosted from the application.
2022-01-29 17:52:33 +01:00
512fcd0c4f Merge remote-tracking branch 'origin/master' 2022-01-15 23:23:45 +01:00
02501e9af8 Merge remote-tracking branch 'origin/master' 2022-01-15 23:23:32 +01:00
6bf06a8ddf Merge remote-tracking branch 'origin/master' 2022-01-15 23:16:51 +01:00
60c7c9b413 Fixed some bugs
Images should not be included in the database
Removes songs where the path doesn't work
Started working on adding cover images
Started adding vue directly in the application
2022-01-15 23:16:32 +01:00
158e5da88a Merge remote-tracking branch 'origin/master' 2022-01-15 01:39:21 +01:00
dd3d662335 Fixed some bugs
Images should not be included in the database
Removes songs where the path doesn't work
Started working on adding cover images
Started adding vue directly in the application
2022-01-15 01:39:16 +01:00
56889897b7 Merge remote-tracking branch 'origin/master' 2022-01-15 01:28:46 +01:00
8172778ffe Fixed some bugs
Images should not be included in the database
Removes songs where the path doesn't work
Started working on adding cover images
Started adding vue directly in the application
2022-01-15 01:28:21 +01:00
7943636201 Fixed some bugs
Images should not be included in the database
Removes songs where the path doesn't work
Started working on adding cover images
Started adding vue directly in the application
2022-01-15 01:19:07 +01:00
0e5c792aec Updated .gitignore 2021-12-05 11:43:34 +01:00
e1de6f0f76 Changed the structure of the whole application, should be no changes to functionality. 2021-12-05 11:18:48 +01:00
0a73134381 Game list should now be sorted, a new endpoint with the game list in random order have been added. 2021-12-03 23:28:23 +01:00
ecec5fae9b Merge remote-tracking branch 'origin/master' 2021-10-28 21:29:13 +02:00
ced61b5aae Updated .gitignore 2021-10-28 21:28:53 +02:00
015620add6 Updated swagger file and version info 2021-10-28 21:21:56 +02:00
a742aead0a Added a check to see if song exists before returning it, if not a new song will be picked up 2021-10-07 20:00:06 +02:00
acdfe5999e Added test server to the swagger file. 2021-09-21 07:22:19 +02:00
6cd1abcf8e Fixed bug where wrong song was showed as currently played. 2020-12-28 13:01:58 +01:00
601e5cd14d Added /addQue to add the last received song to the songQue. Changed /rand and /rand/low to not add song to the que. Changed /next to not call /rand when the end of the que is reached, instead the last song in the que will be resent. 2020-12-06 17:20:11 +01:00
cda32daacf Another small change that should fix the caching problem. 2020-12-02 20:06:28 +01:00
c21b66e0d9 Hopefully fixed the caching problem with random 2020-12-02 19:50:44 +01:00
b24c9dca3c Fixed CORS 2020-11-30 21:22:51 +01:00
ebaa93b1ea Small fix in Dockerfile 2020-11-27 19:34:22 +01:00
316c3cde93 1.0 of Go version 2020-11-27 19:22:48 +01:00
952c136211 Initial commit 2020-10-13 18:02:23 +02:00