Commit Graph

656 Commits

Author SHA1 Message Date
dependabot[bot]
5953b6722c build(deps): bump spatie/laravel-honeypot from 4.4.0 to 4.5.0
Bumps [spatie/laravel-honeypot](https://github.com/spatie/laravel-honeypot) from 4.4.0 to 4.5.0.
- [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.4.0...4.5.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-honeypot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 03:51:26 +00:00
dependabot[bot]
873257af7c build(deps-dev): bump rector/rector from 1.0.1 to 1.0.2
Bumps [rector/rector](https://github.com/rectorphp/rector) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](https://github.com/rectorphp/rector/compare/1.0.1...1.0.2)

---
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-03-04 03:51:17 +00:00
Rico van Zelst
57b874acc2 feat(public): add sitemap-seo.xml with URLs and metadata
Added a new sitemap file "sitemap-seo.xml" containing multiple URL entries with corresponding metadata for SEO purposes.
2024-03-04 02:04:32 +01:00
Rico van Zelst
d8082b4db8 refactor(views): update canonical URL generation logic
Refactored the canonical URL generation logic in the app.blade.php file to use Laravel's url() helper function instead of accessing $_SERVER directly.
2024-03-03 18:11:09 +01:00
Rico van Zelst
9ad6d1e091 style(layouts): comment out unnecessary canonical link generation
Commented out unnecessary canonical link generation code in the app.blade.php layout file to improve readability and avoid confusion.
2024-03-03 18:09:00 +01:00
Rico van Zelst
5c0a03e753 fix(layout): fix canonical link generation based on request URI
Adjusts the canonical link generation in the layout file to use `url()->full()` when 'page' is in the request URI.
2024-03-03 18:06:13 +01:00
Rico
efe37557f3 Merge pull request #126 from rico-vz/analysis-DyO6w5
Apply fixes from StyleCI
2024-03-03 17:45:08 +01:00
Rico van Zelst
755fcf9561 fix(sec): Add 'rel="noopener"' to external links
Add 'rel="noopener"' attribute to external links for improved security and accessibility.
2024-03-03 17:44:49 +01:00
Rico
443c899eab Apply fixes from StyleCI 2024-03-03 16:44:46 +00:00
Rico van Zelst
37bc210923 feat(controller): add HTMLSitemapController for generating HTML sitemap
- Added HTMLSitemapController to generate sitemap with cached data
- Updated footer.blade.php and index.blade.php for sitemap links
2024-03-03 17:23:22 +01:00
Rico van Zelst
e69a1b1844 feat(layouts): add canonical link tag to app layout
Add a canonical link tag to the app layout for SEO purposes.
2024-03-03 16:23:48 +01:00
Rico van Zelst
f7d21fad55 style(views): Update heading tag in League of Legends FAQ page. Adjusted h2 to h1 for better semantic structure. 2024-03-03 16:04:40 +01:00
Rico van Zelst
fecd0e1d5f feat(ui): update meta image URLs for social sharing
- Update og:image and twitter:image URLs to use CDN for improved performance and consistency in social media sharing previews.
2024-03-03 15:11:44 +01:00
Rico van Zelst
f511320a17 fix(view): update image maxage to 7 days in recent_skins view
Updated the image URL in the recent_skins view to set the maximum age parameter to 7 days instead of 2 days for caching.
2024-03-01 23:47:46 +01:00
Rico van Zelst
e58a4bafbe feat(security): add security.txt files
Added security.txt files with contact, expiration date, preferred languages, and policy links to enhance security information accessibility.
2024-02-29 14:38:20 +01:00
Rico van Zelst
96a2e6b35b feat(components): add Product Hunt badge to footer and features
- Added Product Hunt badge to the footer component.
- Added Product Hunt badge to the features component for better visibility.
2024-02-29 14:08:27 +01:00
Rico van Zelst
6f483acc6d feat(deps): add terser for minification
- Added "terser" package as a dependency in package.json
- Configured Vite to use terser for minification in vite.config.js
2024-02-27 13:05:27 +01:00
Rico van Zelst
cdae1cda79 style(components): adjust image size and quality for skins
- Adjusted image width and quality attributes for recent and upcoming skin components to improve display consistency.
2024-02-27 13:03:33 +01:00
Rico van Zelst
1f1a07adb0 fix(ui): update image URLs with maxage parameter
Update image URLs in recent_skins.blade.php and upcoming_skins.blade.php to include the maxage=2d parameter for caching.
2024-02-27 11:52:52 +01:00
Rico van Zelst
7ecdad0ebb fix(ui): update image quality to 75 for recent and upcoming skins
Reduce image quality to 75 for recent and upcoming skin images.
2024-02-27 11:49:22 +01:00
Rico van Zelst
9bc14f21e5 style(components): update image loading attributes
- Update image loading attributes for recent and upcoming skins components to improve performance and consistency.
2024-02-27 11:43:45 +01:00
Rico van Zelst
019572c873 docs(public): add loaderio verification file
Added a new file for loaderio verification with the specified content.
2024-02-26 18:17:50 +01:00
Rico van Zelst
cc0eba5208 docs(robots.txt): add sitemap reference
Include a reference to the sitemap in robots.txt for search engines.
2024-02-26 17:52:40 +01:00
Rico van Zelst
c6f9423241 feat(commands): add GenerateSitemapCommand for sitemap generation
- Added GenerateSitemapCommand to create sitemap.xml
- Updated Kernel to schedule sitemap generation weekly
- Updated composer.json with spatie/laravel-sitemap dependency
2024-02-26 17:48:22 +01:00
Rico
d7f03d3315 build(deps-dev): bump phpunit/phpunit from 10.5.10 to 10.5.11
build(deps-dev): bump phpunit/phpunit from 10.5.10 to 10.5.11
2024-02-26 16:14:39 +01:00
Rico
41578c0fa6 build(deps-dev): bump laravel/pint from 1.13.8 to 1.14.0
build(deps-dev): bump laravel/pint from 1.13.8 to 1.14.0
2024-02-26 16:14:30 +01:00
Rico
e0a56831f6 build(deps): bump laravel/octane from 2.3.2 to 2.3.3
build(deps): bump laravel/octane from 2.3.2 to 2.3.3
2024-02-26 16:14:21 +01:00
dependabot[bot]
01e5122050 build(deps): bump laravel/octane from 2.3.2 to 2.3.3
Bumps [laravel/octane](https://github.com/laravel/octane) from 2.3.2 to 2.3.3.
- [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.2...v2.3.3)

---
updated-dependencies:
- dependency-name: laravel/octane
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 14:28:11 +00:00
Rico
9e65130a22 build(deps): bump spatie/sheets from 1.11.0 to 1.11.1
build(deps): bump spatie/sheets from 1.11.0 to 1.11.1
2024-02-26 15:27:37 +01:00
Rico
233ee96639 build(deps-dev): bump laravel/sail from 1.27.4 to 1.28.0
build(deps-dev): bump laravel/sail from 1.27.4 to 1.28.0
2024-02-26 15:27:26 +01:00
Rico van Zelst
3423382a0a chore(analytics): update Plausible script domain
Changed the Plausible analytics script domain to heimerdinger.lol.
2024-02-26 13:39:53 +01:00
Rico van Zelst
7826063f78 feat(analytics): replace old Google Tag script with new version
- Added a new file googletag.blade.php for updated Google Tag script
- Deleted the old version of googletag.blade.php containing outdated script
2024-02-26 13:38:51 +01:00
Rico van Zelst
8949c427e8 feat(analytics): Add Plausible analytics script, remove Matomo script
- Added a new file `plausible.blade.php` for Plausible analytics script.
- Removed the `matomo-analytics.blade.php` file and replaced its usage with the new Plausible analytics component in `app.blade.php`.
2024-02-26 13:38:46 +01:00
dependabot[bot]
33795e4c03 build(deps-dev): bump laravel/pint from 1.13.8 to 1.14.0
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.8 to 1.14.0.
- [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.13.8...v1.14.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 03:28:25 +00:00
dependabot[bot]
9cd313f397 build(deps-dev): bump phpunit/phpunit from 10.5.10 to 10.5.11
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.10 to 10.5.11.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.11/ChangeLog-10.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.10...10.5.11)

---
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-02-26 03:28:13 +00:00
dependabot[bot]
1551a4456f build(deps): bump spatie/sheets from 1.11.0 to 1.11.1
Bumps [spatie/sheets](https://github.com/spatie/sheets) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/spatie/sheets/releases)
- [Changelog](https://github.com/spatie/sheets/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/sheets/compare/1.11.0...1.11.1)

---
updated-dependencies:
- dependency-name: spatie/sheets
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 03:27:30 +00:00
dependabot[bot]
9b8e5edaa9 build(deps-dev): bump laravel/sail from 1.27.4 to 1.28.0
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.27.4 to 1.28.0.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.27.4...v1.28.0)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 03:27:03 +00:00
Rico van Zelst
1eeb7bc8c4 refactor(layout): remove unused googletag component from layout 2024-02-26 03:24:33 +01:00
Rico van Zelst
cb4c448736 refactor(matomo-analytics): optimize Matomo tracking script
Consolidated and optimized Matomo tracking script for better performance.
2024-02-26 03:23:27 +01:00
Rico van Zelst
fdc2843f6f feat(components): add Matomo analytics component
Add Matomo analytics tracking code to a new Blade component for easy integration across views.
2024-02-26 03:05:42 +01:00
Rico van Zelst
322755a42a style(layout): remove unused font loading code
Removed unused font loading code from the layout file to improve clarity and reduce unnecessary clutter.
2024-02-26 02:14:17 +01:00
Rico van Zelst
c0a21eb2e2 chore(fonts): Move font files to new directory
- Renamed font files to a new directory for organization.
2024-02-26 02:07:00 +01:00
Rico van Zelst
cb7cef45cf feat(fonts): add Inter font files for various weights
Add font files for Inter font family with different weights (100-900) in WOFF2 format. Update CSS to include font-face declarations for each weight.
2024-02-26 02:04:39 +01:00
Rico van Zelst
6a91cc1b7e style(footer): add aria-label attribute to link for accessibility 2024-02-26 01:32:50 +01:00
Rico van Zelst
c53a8154bd chore(about): update GitHub link in about page
Updated the GitHub link on the about page to provide a more concise and clear call-to-action for developers interested in contributing to the project.
2024-02-25 02:56:21 +01:00
Rico van Zelst
088066f720 feat(skins): Update grid_info blade with improved styling and layout
- Refactored CSS classes for better readability
- Adjusted grid layout for responsiveness
- Updated image display properties and transitions
2024-02-25 01:40:21 +01:00
Rico van Zelst
72655e6d1a chore(indexnow): add new text file with unique identifier
Added a new text file named "1e2221c8a725434085822c2ef00539cf" to the public directory.
2024-02-25 01:21:58 +01:00
Rico van Zelst
b775f8b2fa feat(posts): add new posts about Riot Games' 2XKO and LoL targeting
Added two new blog posts: one revealing the name of Riot Games' fighting game 'Project L' as 2XKO, and another detailing how to only attack champions in League of Legends.
2024-02-25 01:14:24 +01:00
Rico
2a31592254 chore: apply style fixes
Apply fixes from StyleCI
2024-02-25 00:45:13 +01:00
Rico
f159bf7be1 Apply fixes from StyleCI 2024-02-24 23:44:36 +00:00