dependabot[bot]
b0b6fa9de3
build(deps): bump laravel/framework from 11.0.7 to 11.0.8
...
Bumps [laravel/framework](https://github.com/laravel/framework ) from 11.0.7 to 11.0.8.
- [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.0.7...v11.0.8 )
---
updated-dependencies:
- dependency-name: laravel/framework
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-25 03:24:44 +00:00
dependabot[bot]
760ff31a0a
build(deps): bump intervention/image from 3.5.0 to 3.5.1
...
Bumps [intervention/image](https://github.com/Intervention/image ) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/Intervention/image/releases )
- [Commits](https://github.com/Intervention/image/compare/3.5.0...3.5.1 )
---
updated-dependencies:
- dependency-name: intervention/image
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-25 03:24:02 +00:00
Rico van Zelst
39e9acf85b
refactor: Remove unused cache for streamers
...
- Removed the unused caching mechanism for champion streamers to improve code clarity and efficiency.
2024-03-23 03:06:32 +01:00
Rico van Zelst
e6dcfacb31
feat: Add streamers to champion show view
...
- Added loading of streamers data in the champion show view.
- Updated ChampionController to load streamers for display.
2024-03-23 02:48:08 +01:00
Rico van Zelst
b46128ec26
Add Champion model, form validation, and components for StreamerPanel.
...
- Added Champion model to StreamerPanelController.
- Implemented form validation for champion_id, platform, username, and displayname in create and update methods.
- Created StreamerCreateForm and StreamersTable components for better organization.
2024-03-22 02:35:44 +01:00
Rico van Zelst
c665d3f70f
feat: Add npm run dev-all to dev_quickstart.bat
...
- Added npm run dev-all command to the dev_quickstart.bat file.
2024-03-21 09:42:01 +01:00
Rico van Zelst
236ff32acc
feat: Update AWS SDK and Laravel Package Tools versions
...
- Updated AWS SDK version to 3.301.4
- Updated Laravel Package Tools version to 1.16.4
2024-03-21 01:10:43 +01:00
Rico van Zelst
effd0203a3
feat: Add Streamer and StreamerPanel controllers, Streamer model
...
- Added StreamerController with index and show methods
- Added StreamerPanelController with index, create, store, edit, update, and destroy methods
- Created Streamer model with fillable attributes and platform-specific URL generation logic
- Implemented migration for creating the streamers table
2024-03-21 00:47:41 +01:00
Rico van Zelst
b7ce2dea6f
chore: Update .env.example and pint.json configurations
...
- Updated APP_TIMEZONE to Europe/Amsterdam in .env.example
- Changed SESSION_DRIVER from file to database in .env.example
- Modified "preset" value to "laravel" in pint.json
2024-03-20 22:35:56 +01:00
Rico van Zelst
24fa65a83c
docs: Update privacy policy date and analytics tools
...
- Updated the "date" field in the Privacy Policy to March 18th, 2024.
- Revised analytics tools from Google Analytics to Cloudflare Insights and Plausible for data collection. Added clarification on data usage and sharing practices.
2024-03-18 19:22:59 +01:00
Rico
b51f49456d
style: apply style fixes
...
Heimerdinger.lol Workbench
2024-03-18 18:57:06 +01:00
Shift
d6546026a6
Apply the Laravel code style
2024-03-18 17:55:33 +00:00
Shift
2541825a1d
Sort Tailwind classes
2024-03-18 17:55:31 +00:00
Shift
5560ec3081
Streamline Tailwind config file
2024-03-18 17:53:48 +00:00
Shift
778d036f5b
Convert validation rules to array syntax
2024-03-18 17:53:47 +00:00
Rico
a0de034fcd
Apply fixes from StyleCI
...
Apply fixes from StyleCI
2024-03-18 18:50:47 +01:00
StyleCI Bot
8fa00e2ef6
Apply fixes from StyleCI
2024-03-18 17:48:57 +00:00
Rico
1bea8f8d5c
build(deps-dev): bump phpunit/phpunit from 10.5.13 to 11.0.6
...
build(deps-dev): bump phpunit/phpunit from 10.5.13 to 11.0.6
2024-03-18 18:48:48 +01:00
dependabot[bot]
05b4192759
build(deps-dev): bump phpunit/phpunit from 10.5.13 to 11.0.6
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 10.5.13 to 11.0.6.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.0.6/ChangeLog-11.0.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.13...11.0.6 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-18 17:13:07 +00:00
Rico
ceb9123e87
upgrade: Laravel 11
...
Laravel 11.x Shift
2024-03-18 18:11:09 +01:00
Rico van Zelst
8bfd6c6c80
Merge remote-tracking branch 'origin/analysis-lZ566r' into shift-113107
2024-03-18 18:08:49 +01:00
Rico
5fa130de02
Apply fixes from StyleCI
2024-03-18 17:06:33 +00:00
Rico van Zelst
58a1b50674
Remove "anhskohbo/no-captcha" and "dolejska-daniel/riot-api" deps
...
- Remove deprecated dependencies, update package versions, and add a new repository URL.
2024-03-18 18:06:23 +01:00
Shift
a0043124f4
Shift cleanup
2024-03-18 16:13:37 +00:00
Shift
3f1527508e
Remove CreatesApplication testing trait
2024-03-18 16:13:36 +00:00
Shift
c3c694de26
Mark base controller as abstract
2024-03-18 16:13:36 +00:00
Shift
1038874e0f
Convert $casts property to method
2024-03-18 16:13:34 +00:00
Shift
0cb5d2ac31
Bump Composer dependencies
2024-03-18 16:13:33 +00:00
Shift
339973644a
Re-register scheduled commands
2024-03-18 16:13:33 +00:00
Shift
61dbe3c8a4
Re-register routes
2024-03-18 16:13:32 +00:00
Shift
7a44413dfa
Re-register service providers
2024-03-18 16:13:28 +00:00
Shift
11b63e791f
Consolidate service providers
2024-03-18 16:13:28 +00:00
Shift
31d13cb013
Re-register HTTP middleware
2024-03-18 16:13:27 +00:00
Shift
8cd1467840
Default new bootstrap/app.php
2024-03-18 16:13:27 +00:00
Shift
2bbb618936
Set new ENV variables
2024-03-18 16:13:27 +00:00
Shift
153a169fb3
Streamline config files
2024-03-18 16:13:26 +00:00
Shift
f109d38211
Shift core files
2024-03-18 16:13:18 +00:00
Shift
3e12fd6b1a
Remove default app files
2024-03-18 16:13:17 +00:00
Rico
b06ee670d5
build(deps): bump laravel/pulse from 1.0.0-beta13 to 1.0.0-beta15
...
build(deps): bump laravel/pulse from 1.0.0-beta13 to 1.0.0-beta15
2024-03-17 20:28:48 +01:00
Rico
ddfb443e34
build(deps-dev): bump barryvdh/laravel-ide-helper from 2.13.0 to 3.0.0
...
build(deps-dev): bump barryvdh/laravel-ide-helper from 2.13.0 to 3.0.0
2024-03-17 20:28:32 +01:00
dependabot[bot]
fc287cc44b
build(deps): bump laravel/pulse from 1.0.0-beta13 to 1.0.0-beta15
...
Bumps [laravel/pulse](https://github.com/laravel/pulse ) from 1.0.0-beta13 to 1.0.0-beta15.
- [Commits](https://github.com/laravel/pulse/compare/v1.0.0-beta13...v1.0.0-beta15 )
---
updated-dependencies:
- dependency-name: laravel/pulse
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-17 19:28:18 +00:00
dependabot[bot]
b6078b2be8
build(deps-dev): bump barryvdh/laravel-ide-helper from 2.13.0 to 3.0.0
...
Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper ) from 2.13.0 to 3.0.0.
- [Release notes](https://github.com/barryvdh/laravel-ide-helper/releases )
- [Changelog](https://github.com/barryvdh/laravel-ide-helper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/barryvdh/laravel-ide-helper/compare/v2.13.0...v3.0.0 )
---
updated-dependencies:
- dependency-name: barryvdh/laravel-ide-helper
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-17 19:28:00 +00:00
Rico
63f2f0ccb1
build(deps-dev): bump laravel/sail from 1.28.1 to 1.28.2
...
build(deps-dev): bump laravel/sail from 1.28.1 to 1.28.2
2024-03-17 20:27:43 +01:00
Rico
963e5ffa5a
build(deps-dev): bump barryvdh/laravel-debugbar from 3.10.5 to 3.11.0
...
build(deps-dev): bump barryvdh/laravel-debugbar from 3.10.5 to 3.11.0
2024-03-17 20:27:26 +01:00
Rico
5b38a5c0a7
build(deps): bump laravel/framework from 10.46.0 to 10.47.0
...
build(deps): bump laravel/framework from 10.46.0 to 10.47.0
2024-03-17 20:27:15 +01:00
Rico
35c124be81
build(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6
...
build(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6
2024-03-17 20:27:02 +01:00
dependabot[bot]
51a2b72a2a
build(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-16 23:08:09 +00:00
Rico van Zelst
5fc090e321
fix: routing bug
2024-03-15 14:06:31 +01:00
Rico van Zelst
3125b23cee
feat: New blogpost (about the improved bots)
2024-03-15 14:02:26 +01:00
Rico van Zelst
f15cce8f77
docs: Update security contact information
...
- Updated the security contact email address in the SECURITY.md file to **security@rico.sh ** for reporting security vulnerabilities and concerns. This change ensures that all communications regarding security are directed to the correct email address.
2024-03-12 01:47:15 +01:00