Rico van Zelst
8b4c58aa5b
Merge remote-tracking branch 'origin/dependabot/composer/phpunit/phpunit-11.1.3'
2024-05-01 00:35:58 +02:00
Rico van Zelst
a803ed4f9a
Merge remote-tracking branch 'origin/dependabot/composer/intervention/image-3.6.2'
2024-05-01 00:35:54 +02:00
dependabot[bot]
0c18f3f1e6
build(deps): bump the laravel-pkgs group across 1 directory with 6 updates
...
Bumps the laravel-pkgs group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [laravel/framework](https://github.com/laravel/framework ) | `11.3.1` | `11.5.0` |
| [laravel/octane](https://github.com/laravel/octane ) | `2.3.7` | `2.3.8` |
| [laravel/sanctum](https://github.com/laravel/sanctum ) | `4.0.1` | `4.0.2` |
| [spatie/laravel-honeypot](https://github.com/spatie/laravel-honeypot ) | `4.5.1` | `4.5.2` |
| [laravel/pint](https://github.com/laravel/pint ) | `1.15.1` | `1.15.2` |
| [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition ) | `2.5.1` | `2.5.2` |
Updates `laravel/framework` from 11.3.1 to 11.5.0
- [Release notes](https://github.com/laravel/framework/releases )
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/framework/compare/v11.3.1...v11.5.0 )
Updates `laravel/octane` from 2.3.7 to 2.3.8
- [Release notes](https://github.com/laravel/octane/releases )
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/octane/compare/v2.3.7...v2.3.8 )
Updates `laravel/sanctum` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/laravel/sanctum/releases )
- [Changelog](https://github.com/laravel/sanctum/blob/4.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/sanctum/compare/v4.0.1...v4.0.2 )
Updates `spatie/laravel-honeypot` from 4.5.1 to 4.5.2
- [Release notes](https://github.com/spatie/laravel-honeypot/releases )
- [Changelog](https://github.com/spatie/laravel-honeypot/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spatie/laravel-honeypot/compare/4.5.1...4.5.2 )
Updates `laravel/pint` from 1.15.1 to 1.15.2
- [Release notes](https://github.com/laravel/pint/releases )
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/laravel/pint/compare/v1.15.1...v1.15.2 )
Updates `spatie/laravel-ignition` from 2.5.1 to 2.5.2
- [Release notes](https://github.com/spatie/laravel-ignition/releases )
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.5.1...2.5.2 )
---
updated-dependencies:
- dependency-name: laravel/framework
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: laravel-pkgs
- dependency-name: laravel/octane
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: laravel-pkgs
- dependency-name: laravel/sanctum
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: laravel-pkgs
- dependency-name: spatie/laravel-honeypot
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: laravel-pkgs
- dependency-name: laravel/pint
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: laravel-pkgs
- dependency-name: spatie/laravel-ignition
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: laravel-pkgs
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-29 03:18:39 +00:00
dependabot[bot]
7e9091f3db
build(deps-dev): bump phpunit/phpunit from 11.1.2 to 11.1.3
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 11.1.2 to 11.1.3.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.1.3/ChangeLog-11.1.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.1.2...11.1.3 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-29 03:17:53 +00:00
dependabot[bot]
4f73dc372f
build(deps): bump intervention/image from 3.5.1 to 3.6.2
...
Bumps [intervention/image](https://github.com/Intervention/image ) from 3.5.1 to 3.6.2.
- [Release notes](https://github.com/Intervention/image/releases )
- [Commits](https://github.com/Intervention/image/compare/3.5.1...3.6.2 )
---
updated-dependencies:
- dependency-name: intervention/image
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-29 03:17:45 +00:00
Rico
0d15b0f551
Merge pull request #196 from rico-vz/analysis-MPaMaK
2024-04-18 20:44:02 +02:00
StyleCI Bot
919923111f
Apply fixes from StyleCI
2024-04-18 17:44:20 +00:00
Rico van Zelst
267a2e4b67
feat: Add LMI API integration for fetching sales data
...
- Integrate LMI API to fetch current sales data using the provided API key.
- Update SaleController to use Http facade for making API requests.
- Modify services configuration to include LMI API key.
2024-04-18 19:44:09 +02:00
Rico van Zelst
984690b758
fix temporary
2024-04-17 12:59:25 +02:00
Rico
ad263176db
Merge pull request #194 from rico-vz/dependabot/composer/phpunit/phpunit-11.1.2
2024-04-15 12:20:14 +02:00
Rico
1a7fef25c2
Merge pull request #195 from rico-vz/analysis-yrPDYN
2024-04-15 12:20:02 +02:00
StyleCI Bot
401fa11cb1
Apply fixes from StyleCI
2024-04-15 03:17:22 +00:00
dependabot[bot]
a0f3fcba18
build(deps-dev): bump phpunit/phpunit from 11.1.1 to 11.1.2
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 11.1.1 to 11.1.2.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.1.2/ChangeLog-11.1.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.1.1...11.1.2 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-15 03:17:16 +00:00
Rico van Zelst
29e102e8bb
feat(champion-skin): Improve skin image URL handling
...
- Refactored the `getSkinImageAttribute` method in ChampionSkin model to accept a boolean parameter for uncentered images.
- Updated references to `getSkinImageAttribute` in ChampionSkinController and blade files to include the new parameter for uncentered images.
2024-04-14 14:29:30 +02:00
Rico van Zelst
0fb2b967fb
feat: Add support for uncentered champion images
...
- Updated the Champion model to include an optional parameter for retrieving uncentered champion images. Adjusted image URLs in relevant views accordingly.
2024-04-14 14:21:32 +02:00
Rico van Zelst
a6ac3f8496
feat: Add streamer edit form and view
...
- Added a new blade file for editing streamers with form fields for champion, platform, username, and display name. Included styling and functionality to update streamer details.
2024-04-14 14:07:32 +02:00
Rico
ce3630c160
Merge pull request #190 from rico-vz/dependabot/composer/laravel-pkgs-4e7c38c5d8
2024-04-14 14:02:39 +02:00
Rico van Zelst
04c9ec2bd2
Merge remote-tracking branch 'origin/analysis-yro3xY'
2024-04-14 14:02:24 +02:00
Rico van Zelst
4cd8485a55
feat: Add custom error pages
...
fixes #189 https://github.com/rico-vz/HeimerdingerLoL/issues/189
- Created custom error pages with specific messages and designs for HTTP status codes.
- Each page includes a title, description, appropriate message content, and a link to return to the homepage.
2024-04-14 14:02:20 +02:00
StyleCI Bot
a5f00c2828
Apply fixes from StyleCI
2024-04-14 11:47:00 +00:00
Rico van Zelst
01b3e35e87
fix: Update Champion image URLs from CDN Cdragon to RAW
...
- Refactored the Champion model to use new image URLs for different attributes.
- Updated blade templates to fetch champion images with correct URLs.
2024-04-14 13:46:53 +02:00
Rico van Zelst
3478d5330b
feat: Update logo SVG
...
- Updated the SVG paths in the logo.blade.php file to improve rendering and optimize code readability.
2024-04-14 13:46:30 +02:00
dependabot[bot]
028a207bcc
build(deps): bump laravel/framework in the laravel-pkgs group
...
Bumps the laravel-pkgs group with 1 update: [laravel/framework](https://github.com/laravel/framework ).
Updates `laravel/framework` from 11.3.0 to 11.3.1
- [Release notes](https://github.com/laravel/framework/releases )
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/framework/compare/v11.3.0...v11.3.1 )
---
updated-dependencies:
- dependency-name: laravel/framework
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: laravel-pkgs
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-14 11:32:50 +00:00
Rico
8ce016af22
Merge pull request #186 from rico-vz/dependabot/composer/laravel-pkgs-ca0d748c1b
2024-04-14 13:32:15 +02:00
Rico
7a3c2c52fc
Merge pull request #187 from rico-vz/dependabot/composer/rector/rector-1.0.4
2024-04-14 13:31:56 +02:00
Rico
f841fd7f50
build(deps): bump league/flysystem-aws-s3-v3 from 3.26.0 to 3.27.0
...
build(deps): bump league/flysystem-aws-s3-v3 from 3.26.0 to 3.27.0
2024-04-14 13:29:58 +02:00
dependabot[bot]
e75e08ab64
build(deps): bump league/flysystem-aws-s3-v3 from 3.26.0 to 3.27.0
...
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3 ) from 3.26.0 to 3.27.0.
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.26.0...3.27.0 )
---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-10 13:52:24 +00:00
dependabot[bot]
caaa588f4e
build(deps-dev): bump rector/rector from 1.0.3 to 1.0.4
...
Bumps [rector/rector](https://github.com/rectorphp/rector ) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/rectorphp/rector/releases )
- [Commits](https://github.com/rectorphp/rector/compare/1.0.3...1.0.4 )
---
updated-dependencies:
- dependency-name: rector/rector
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-10 13:52:17 +00:00
dependabot[bot]
e73ae58050
build(deps): bump the laravel-pkgs group with 2 updates
...
Bumps the laravel-pkgs group with 2 updates: [laravel/octane](https://github.com/laravel/octane ) and [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar ).
Updates `laravel/octane` from 2.3.6 to 2.3.7
- [Release notes](https://github.com/laravel/octane/releases )
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/octane/compare/v2.3.6...v2.3.7 )
Updates `barryvdh/laravel-debugbar` from 3.13.3 to 3.13.4
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases )
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.13.3...v3.13.4 )
---
updated-dependencies:
- dependency-name: laravel/octane
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: laravel-pkgs
- dependency-name: barryvdh/laravel-debugbar
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: laravel-pkgs
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-10 13:52:05 +00:00
Rico
e88e0cfe85
feat: dependabot settings
2024-04-10 15:45:51 +02:00
Rico
0be0a5037e
build(deps-dev): bump spatie/laravel-ignition from 2.5.0 to 2.5.1
...
build(deps-dev): bump spatie/laravel-ignition from 2.5.0 to 2.5.1
2024-04-10 12:00:23 +02:00
dependabot[bot]
973a1e605b
build(deps-dev): bump spatie/laravel-ignition from 2.5.0 to 2.5.1
...
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/spatie/laravel-ignition/releases )
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.5.0...2.5.1 )
---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-10 09:42:04 +00:00
Rico
ad84a83c7b
build(deps-dev): bump laravel/pint from 1.15.0 to 1.15.1
...
build(deps-dev): bump laravel/pint from 1.15.0 to 1.15.1
2024-04-10 11:40:37 +02:00
Rico
48c33b200a
build(deps): bump laravel/framework from 11.2.0 to 11.3.0
...
build(deps): bump laravel/framework from 11.2.0 to 11.3.0
2024-04-10 11:40:26 +02:00
dependabot[bot]
9fdaca1ccb
build(deps): bump laravel/framework from 11.2.0 to 11.3.0
...
Bumps [laravel/framework](https://github.com/laravel/framework ) from 11.2.0 to 11.3.0.
- [Release notes](https://github.com/laravel/framework/releases )
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/framework/compare/v11.2.0...v11.3.0 )
---
updated-dependencies:
- dependency-name: laravel/framework
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-10 09:39:03 +00:00
Rico
43deb5bef6
build(deps-dev): bump barryvdh/laravel-debugbar from 3.12.4 to 3.13.3
...
build(deps-dev): bump barryvdh/laravel-debugbar from 3.12.4 to 3.13.3
2024-04-10 11:38:10 +02:00
Rico
4b18e044b5
build(deps-dev): bump phpunit/phpunit from 11.0.9 to 11.1.1
...
build(deps-dev): bump phpunit/phpunit from 11.0.9 to 11.1.1
2024-04-10 11:37:44 +02:00
Rico van Zelst
76501b4dbf
feat: Update page titles for consistency
...
- Updated page titles to remove ".LoL" for a more consistent branding across the website. This change affects multiple pages such as FAQ, About, Assets, Champions, and more.
2024-04-10 11:33:22 +02:00
dependabot[bot]
6f31337047
build(deps-dev): bump barryvdh/laravel-debugbar from 3.12.4 to 3.13.3
...
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar ) from 3.12.4 to 3.13.3.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases )
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.12.4...v3.13.3 )
---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-08 03:55:53 +00:00
dependabot[bot]
857941d848
build(deps-dev): bump laravel/pint from 1.15.0 to 1.15.1
...
Bumps [laravel/pint](https://github.com/laravel/pint ) from 1.15.0 to 1.15.1.
- [Release notes](https://github.com/laravel/pint/releases )
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/laravel/pint/compare/v1.15.0...v1.15.1 )
---
updated-dependencies:
- dependency-name: laravel/pint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-08 03:55:43 +00:00
dependabot[bot]
1b5c920a7b
build(deps-dev): bump phpunit/phpunit from 11.0.9 to 11.1.1
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 11.0.9 to 11.1.1.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.1.1/ChangeLog-11.1.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.0.9...11.1.1 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-08 03:55:36 +00:00
Rico
71db278e31
build(deps-dev): bump vite from 4.5.2 to 4.5.3
...
build(deps-dev): bump vite from 4.5.2 to 4.5.3
2024-04-07 19:30:37 +02:00
dependabot[bot]
5090bf3552
build(deps-dev): bump vite from 4.5.2 to 4.5.3
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-04 01:37:52 +00:00
Rico van Zelst
4e84481065
docs: Update League of Legends Hatty Crabby Icon guide
...
- Clarified the April Fools event details and mission requirements.
- Improved instructions on befriending Little Legends in-game.
2024-04-01 22:00:00 +02:00
Rico van Zelst
3c424440d3
docs: Update guide on obtaining Hatty Crabby Icon in League of Legends
...
- Clarify the process of befriending Little Legends and unlocking the icon.
- Mention that killing enemies to get Little Legends may not count towards the mission.
- Address player speculation about staying alive with captured friends.
2024-04-01 20:13:35 +02:00
Rico van Zelst
64458d9f96
Merge remote-tracking branch 'origin/analysis-MPLVkK'
2024-04-01 16:36:44 +02:00
StyleCI Bot
94e37fcd30
Apply fixes from StyleCI
2024-04-01 14:36:34 +00:00
Rico van Zelst
d099289685
feat: link to the hatty crabby icon guide
...
- Added a link to a guide for a specific icon ID (6584).
2024-04-01 16:36:25 +02:00
Rico van Zelst
55a72607e2
refactor: improve filtering of hidden posts in PostsController
...
- Refactored the code in `PostsController.php` to filter out hidden posts before sorting by date for better performance and accuracy.
- Updated the blade template `listposts.blade.php` to adjust formatting and structure for displaying posts.
2024-04-01 16:27:07 +02:00
Rico van Zelst
7ad53814d3
feat: Enhance social media sharing meta image for blogpost
...
- Update OpenGraph and Twitter meta tags in app.blade.php to dynamically set og:image based on content.
- Modify show.blade.php to include post thumbnail as og_image for better social media sharing.
2024-04-01 16:22:23 +02:00