1
0
mirror of https://github.com/cp6/my-idlers.git synced 2024-11-16 15:33:44 +01:00
Commit Graph

628 Commits

Author SHA1 Message Date
cp6
cc9f585f5b Updated README.md 2024-05-14 22:52:25 +10:00
cp6
157e3edf5e Compiled styles 2024-05-14 22:52:15 +10:00
cp6
4b07be6417 Added darker card background style to style.css 2024-05-14 22:49:03 +10:00
cp6
12b7a81479 Updated submit-button to be py-1 2024-05-14 22:45:47 +10:00
cp6
c944fb907f Updated back-button to be py-1 2024-05-14 22:45:33 +10:00
cp6
d2237b74a6 Updated readme 2024-05-14 22:41:37 +10:00
cp6
6a5c6b7a61 Updated routes in web.php to use more readable format 2024-05-14 22:35:11 +10:00
cp6
9704ebc561 Added grouped middleware for auth 2024-05-14 22:31:30 +10:00
cp6
9d2cf82c31 Removed comments from web.php 2024-05-14 22:28:05 +10:00
cp6
f9e39e74bc Updated login and register form layout slightly 2024-05-14 22:27:08 +10:00
cp6
6e55018974 Fixed for settings not existing MK2 2024-05-14 21:52:38 +10:00
cp6
1aab332ef8 Fix for settings not existing 2024-05-14 21:52:13 +10:00
cp6
cd41dcdfff Updated PHP version in Dockerfile 2024-05-14 21:42:44 +10:00
cp6
2172236463 Updated assets 2024-05-14 21:42:02 +10:00
cp6
c9aa314155 Updated assets 2024-05-14 21:39:08 +10:00
cp6
5797e8c30a Fixed issue 104 2024-05-08 22:01:06 +10:00
cp6
c10d77d46b Updated package.json 2024-05-02 23:07:37 +10:00
cp6
ddecd8125e Updated Readme for v3.0.0 2024-05-02 23:01:13 +10:00
cp6
c5422fac09 Updated PHP version to 8.2
Updated Laravel version to 11
Updated packages
2024-05-02 23:00:26 +10:00
corbpie
25ff23d98d
Update README.md 2024-03-08 23:46:29 +11:00
corbpie
6df8b27337
Merge pull request #103 from HRA42/main
Added Arm Support
2023-11-21 11:26:06 +11:00
Henry Rausch
32580be6b4
Build and push Docker image with Buildx
The commit adds steps to build and push a Docker image using Buildx in the GitHub Actions workflow. It includes checking out the repository, installing the cosign tool, setting up Docker buildx, logging into the Docker registry, extracting metadata for Docker, and finally building and pushing the Docker image with the specified tags and platforms. The commit ensures that the image is only pushed when the event name is not a pull request.
2023-11-16 23:46:25 +01:00
Henry Rausch
0c3dd6b7e2
Update docker image push configuration
Changed the repository for pushing the docker image to GHCR from `ghcr.io/cp6/my-idlers` to `ghcr.io/hra42/my-idlers-arm64` in order to align with the updated repository naming convention.
2023-11-16 23:41:33 +01:00
Henry Rausch
27a0cd494a
Update tags in GitHub Actions workflow
This commit updates the tags in the GitHub Actions workflow for building Docker images. The previous tags `ghcr.io/cp6/my-idlers` are replaced with `ghcr.io/hra42/my-idlers-arm64`. This change ensures that the correct tags are used for the Docker image.
2023-11-16 23:38:46 +01:00
Henry Rausch
53bdc596a5
Build container image with support for both Linux/amd64 and Linux/arm64 platforms. 2023-11-16 23:37:00 +01:00
corbpie
2b1cfa0787
Merge pull request #101 from Gamerboy59/main
Update resources and remove duplicated webfa files
2023-10-06 09:31:54 +11:00
Gamerboy59
72c49d8e60
fixed some namings of the webfonts 2023-10-05 16:51:42 +02:00
Gamerboy59
8ee3a1ee43
Move webfa from css to public folder 2023-10-05 16:12:20 +02:00
Gamerboy59
60df780917 Update public resources 2023-09-26 23:26:24 +00:00
Gamerboy59
2f6078ac1c
make font url relative 2023-09-27 01:23:46 +02:00
Gamerboy59
8c1878267b
remove more duplicated webfa font files 2023-09-27 01:02:20 +02:00
Gamerboy59
0b2a6c6a49 Update public resources 2023-09-26 22:47:22 +00:00
Gamerboy59
3cf049f1be
fix folder structure to not duplicate again 2023-09-27 00:40:26 +02:00
Gamerboy59
8561e9c4b8
Add missing sass loader for mix 2023-09-27 00:11:20 +02:00
Gamerboy59
642293016f
remove duplicated font-files 2023-09-27 00:07:33 +02:00
corbpie
5ce233bfb8
Updated README.md for 2.3.2
Updated README.md for 2.3.2
2023-09-26 22:48:19 +10:00
corbpie
b8f5ee223d
Merge pull request #99 from cp6/dev
Added Geekbench 6
2023-09-26 22:42:11 +10:00
cp6
918320c876 servers\index.blade.php cleanup
servers\index.blade.php cleanup
2023-09-25 23:45:07 +10:00
cp6
ebf4e5243c Added LabelsAssigned::create into try catch
Added LabelsAssigned::create into try catch
2023-09-25 23:40:13 +10:00
cp6
f4bd6e6d66 Updated tests
Updated tests
1 was failing due to redirect for when no users exist
2023-09-24 21:35:34 +10:00
cp6
4179f70a4f Update home blade
Made Session conditional for showing details in footer to be 1 step
2023-09-22 11:01:56 +10:00
cp6
c296bd6be4 Updated details footer blade 2023-09-22 10:59:51 +10:00
cp6
76c7b0395d Updated details footer blade component
Made Session check conditional 1 step
2023-09-22 10:58:58 +10:00
cp6
da14c2dde3 Added GB6 values to server show and public show
Added GB6 values to server show and public show
2023-09-21 22:24:02 +10:00
cp6
827fc57af6 Update README.md 2023-09-20 22:33:39 +10:00
cp6
cca325cf2d Added geekbench 6 to Yabs
Added geekbench 6 inserts and varaibles to Yabs model
Updated JSON values accessor to include version 5 still
2023-09-20 22:26:00 +10:00
cp6
c19d831da5 Created migration for YABS geekbench 6 values
Created migration for YABS geekbench 6 values
2023-09-20 22:21:49 +10:00
cp6
df15ea3141 Formatting 2023-09-19 22:48:30 +10:00
cp6
047260b953 Added tabs to home page for stats and avg cards 2023-09-19 22:47:24 +10:00
corbpie
d4b75b204f
Update README.md
Added TODO for Geekbench 6 scores
2023-09-15 16:24:50 +10:00