Dominik Rajkowski
|
586b9e7bf5
|
Add /.fleet directory to .gitignore (#6011)
v9.3.9
|
2022-10-17 09:18:45 -05:00 |
|
Zep Fietje
|
1f27a2245b
|
Sort EditorConfig rules (#6012)
|
2022-10-17 09:17:59 -05:00 |
|
Bùi Thế Hạnh
|
5daa02c70b
|
Shorten pusher host config (#6009)
* Shorten pusher host config
* Update broadcasting.php
Co-authored-by: Taylor Otwell <taylor@laravel.com>
|
2022-10-11 08:43:53 -05:00 |
|
Ankur Kumar
|
5fb72c0d92
|
Upgrade axios to v1.x (#6008)
https://github.com/axios/axios/releases/tag/v1.0.0
|
2022-10-10 08:22:38 -05:00 |
|
I Putu Bagus Purnama Yasa
|
7f62c14563
|
ignore .env.production (#6004)
|
2022-10-06 09:02:37 -05:00 |
|
Tim MacDonald
|
5138bc36db
|
update colours (#6002)
|
2022-10-04 21:26:47 -05:00 |
|
Dries Vints
|
2f975d7527
|
Update tests.yml (#6000)
|
2022-10-04 15:48:17 +02:00 |
|
Dries Vints
|
b47c4bc20d
|
PHP 8.2 build (#5999)
* PHP 8.2 build
* wip
* wip
|
2022-10-04 08:30:48 -05:00 |
|
Dries Vints
|
e87bfd60ed
|
Update tests.yml
|
2022-09-20 17:01:46 +02:00 |
|
driesvints
|
ff696f4a66
|
Update CHANGELOG
|
2022-09-20 14:59:49 +00:00 |
|
Alex
|
9725129d74
|
GitHub Workflows security hardening (#5992)
* build: harden update-changelog.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
* build: harden tests.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
* Update update-changelog.yml
* Update tests.yml
Co-authored-by: Dries Vints <dries@vints.io>
v9.3.8
|
2022-09-20 08:19:54 -05:00 |
|
Julius Kiekbusch
|
4a73b5d57e
|
Add Laravel Bootcamp to Learning Laravel (#5991)
* Add Laravel Bootcamp to Learning Laravel
* Update README.md
|
2022-09-16 09:18:22 -05:00 |
|
Luis Parrado
|
1bec4f82cf
|
Validation added required_if_accepted (#5987)
Added translation for new validation [`required_if_accepted`](https://github.com/laravel/framework/pull/44035) rule
|
2022-09-15 08:15:04 -05:00 |
|
driesvints
|
c1dc4199b8
|
Update CHANGELOG
|
2022-09-06 15:58:31 +00:00 |
|
Martin Ro
|
ad219e82aa
|
Make email unique (#5978)
When seeding large amounts of users there is a chance for a duplicate entry SQL error because the email column is unique. 64e0175398/database/migrations/2014_10_12_000000_create_users_table.php (L19)
v9.3.7
|
2022-09-02 09:10:54 -05:00 |
|
driesvints
|
64e0175398
|
Update CHANGELOG
|
2022-08-30 15:23:27 +00:00 |
|
Tim MacDonald
|
8438ba5d21
|
bump the Vite version (#5977)
v9.3.6
|
2022-08-29 08:54:18 -05:00 |
|
driesvints
|
e5e46b4293
|
Update CHANGELOG
|
2022-08-23 15:04:04 +00:00 |
|
Dan Harrin
|
d18332bdef
|
[9.x] feature: max_digits and min_digits validation translations (#5975)
* feature: `max_digits` and `min_digits` validation translations
* Update validation.php
Co-authored-by: Taylor Otwell <taylor@laravel.com>
v9.3.5
|
2022-08-22 08:26:36 -05:00 |
|
Taylor Otwell
|
e2e25f607a
|
use except
|
2022-08-20 12:46:21 -05:00 |
|
Taylor Otwell
|
7b17f5f326
|
use short closure
|
2022-08-20 12:22:43 -05:00 |
|
Masudul Haque Shihab
|
c233957734
|
add alt to laravel logo image (#5973)
|
2022-08-20 12:02:56 -05:00 |
|
driesvints
|
57400e9545
|
Update CHANGELOG
|
2022-08-16 15:06:46 +00:00 |
|
Taylor Otwell
|
858a3ca662
|
wip
v9.3.4
|
2022-08-15 10:21:08 -05:00 |
|
Taylor Otwell
|
951c9c8501
|
wip
|
2022-08-15 10:20:30 -05:00 |
|
Stephen Rees-Carter
|
dbced6ac8c
|
Add ValidateSignature middleware for ignore params (#5942)
* Add ValidateSignature middleware for ignore params
* Comment out query parameters by default
* Remove leading slash
* Update Kernel ValidateSignature middleware path
|
2022-08-15 10:19:56 -05:00 |
|
driesvints
|
4135d58345
|
Update CHANGELOG
|
2022-08-09 15:36:37 +00:00 |
|
kichetof
|
74dfb6cec4
|
Validation added doesnt_end_with translation (#5962)
* Validation added doesnt_end_with translation
* fix order
v9.3.3
|
2022-08-03 08:42:10 -05:00 |
|
driesvints
|
ba8ed9d65d
|
Update CHANGELOG
|
2022-08-02 15:06:21 +00:00 |
|
Dries Vints
|
3ea3861e4b
|
Update composer.json (#5959)
v9.3.2
|
2022-08-01 08:54:38 -05:00 |
|
suyar
|
6e1103180b
|
Update laravel/sanctum version (#5957)
|
2022-07-29 08:01:11 -05:00 |
|
driesvints
|
944c87da74
|
Update CHANGELOG
|
2022-07-26 15:27:11 +00:00 |
|
Graham Campbell
|
ce62296fa9
|
[9.x] Don't need to ignore vite config file (#5953)
* Don't need to ignore vite config file
* Apply fixes from StyleCI
Co-authored-by: StyleCI Bot <bot@styleci.io>
v9.3.1
|
2022-07-26 08:05:37 -05:00 |
|
Dries Vints
|
551bbca322
|
wip
|
2022-07-25 11:06:51 +02:00 |
|
Dries Vints
|
2bbb0ef6a0
|
Merge branch '9.x'
# Conflicts:
# composer.json
|
2022-07-25 11:04:49 +02:00 |
|
Abenet Tamiru
|
52863d9e4a
|
Update font delivery (#5952)
Seeing the non compliance of Google Fonts to GDPR I thought to update the CDN.
My non-designer eyes could see no difference on the site.
|
2022-07-23 19:02:13 -05:00 |
|
driesvints
|
1e974481ad
|
Update CHANGELOG
|
2022-07-19 14:22:59 +00:00 |
|
Tim MacDonald
|
b124ab0fe6
|
Vite 3 support (#5944)
v9.3.0
|
2022-07-19 09:03:41 -05:00 |
|
Nuno Maduro
|
fa5e54a2ab
|
[9.x] Uses laravel/pint for styling (#5945)
* Uses `laravel/pint` for styling
* Makes `.styleci.yml` ignored on export
* Update composer.json
Co-authored-by: Dries Vints <dries@vints.io>
|
2022-07-15 08:38:49 -05:00 |
|
Ankur Kumar
|
88419bfc58
|
Bump axios version (#5946)
|
2022-07-14 13:05:03 -05:00 |
|
driesvints
|
df07877444
|
Update CHANGELOG
|
2022-07-13 14:23:03 +00:00 |
|
Jess Archer
|
3850b46cbe
|
Update to the latest version of laravel-vite-plugin (#5943)
v9.2.1
|
2022-07-13 08:57:43 -05:00 |
|
Jess Archer
|
91f49543af
|
Update to the latest version of laravel-vite-plugin (#5932)
The `laravel-vite-plugin` had a pre-1.x major version bump due to a change in the plugin return type.
|
2022-07-06 10:50:30 -05:00 |
|
Tim MacDonald
|
1fa6b7dc52
|
add default reloading to skeleton (#5927)
|
2022-07-01 13:41:47 -07:00 |
|
Irsyad A. Panjaitan
|
fa4c8c17e0
|
Update bootstrap.js (#5929)
Before it was use `VITE_PUSHER_CLUSTER`, it should be `VITE_PUSHER_APP_CLUSTER`.
|
2022-07-01 13:37:51 -07:00 |
|
N'Bayramberdiyev
|
3c0c7a0d17
|
bump actions/checkout (#5928)
|
2022-07-01 18:28:34 +02:00 |
|
Dries Vints
|
14719d097a
|
Update .gitignore (#5924)
|
2022-06-30 08:31:18 -05:00 |
|
Dries Vints
|
b331e10aca
|
Merge branch '9.x'
# Conflicts:
# composer.json
|
2022-06-28 18:00:03 +02:00 |
|
driesvints
|
bb73205638
|
Update CHANGELOG
|
2022-06-28 14:37:38 +00:00 |
|
Dries Vints
|
f46db07ef5
|
Update composer.json
v9.2.0
|
2022-06-28 16:36:21 +02:00 |
|