corbpie
525b1d29f0
Merge pull request #119 from cp6/dev3
...
3.0.0
2024-12-28 21:44:55 +11:00
cp6
2cd623d49e
Updated README.md
2024-12-09 23:15:03 +11:00
cp6
79cc41c729
Fixed osIntToIcon() giving wrong icon
2024-12-09 22:48:50 +11:00
cp6
a91047dacf
Fixed error in call when fetching IP who is data
2024-12-09 22:37:13 +11:00
cp6
00701650e6
Updated composer.lock file
2024-12-09 20:27:03 +11:00
cp6
8ffbe79a60
Updated README.md
2024-12-09 20:26:04 +11:00
cp6
5445e9d67f
Added note to API
2024-12-09 19:09:20 +11:00
cp6
6f59fb628c
Removed logging
2024-12-09 18:58:26 +11:00
cp6
97585e0f5b
Added IP who is data fetch and update
2024-12-09 18:58:02 +11:00
cp6
146bd64803
Updated README.md
2024-12-09 17:05:17 +11:00
cp6
3b7c587249
Removed user being seeded
2024-12-09 17:03:32 +11:00
cp6
c662710300
Added IP who is data columns to the ips table
2024-12-09 16:59:04 +11:00
cp6
d180779133
Updated back and submit buttons in reseller and shared create to use new icon button components
2024-12-09 16:53:15 +11:00
cp6
37032e0344
Added icon to back-button.blade.php and submit-button.blade.php
2024-12-09 16:52:44 +11:00
cp6
71ab8e36ca
Updated domains index "due in" column to format massive floats
2024-12-09 16:47:06 +11:00
cp6
946fe9b893
Added Datatables to domain index for sorting and searching ability
2024-12-09 16:45:31 +11:00
cp6
29b0f2aed1
Added Datatables to reseller index for sorting and searching ability
2024-12-09 16:44:07 +11:00
cp6
19a0f2f646
Added Datatables to shared index for sorting and searching ability
2024-12-09 16:42:43 +11:00
cp6
a7cce1cfff
Minor update to servers index page formatting
2024-12-09 16:34:21 +11:00
cp6
44766c8fdd
Updated osIntToIcon()
2024-12-09 16:33:12 +11:00
cp6
1666d57a9b
Added OS's to OsSeeder.php
2024-12-09 16:32:49 +11:00
cp6
5ebbcce44c
Updated webpack and package.json dependencies versions. NPM run dev
2024-12-09 16:24:07 +11:00
cp6
ac580c23ed
Added fa-brands
2024-12-09 16:23:18 +11:00
cp6
526f360f2c
Added datatables to server/index for sorting and searching ability.
...
Updated days due in to no longer give 8 digit long floats
2024-12-09 15:49:41 +11:00
cp6
720dc50852
Removed prefers-color-scheme: dark for .card
2024-12-09 15:37:59 +11:00
cp6
fcfa44f94f
PHP 8.3
2024-12-09 15:37:23 +11:00
cp6
9f4738c75e
Updated dependencies
2024-12-09 15:32:52 +11:00
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