Arne_
|
5b60b604c4
|
[9.x] Adds clarification to throttle auth setting (#6096)
* adds clarification to throttle auth setting
* Update auth.php
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com>
|
2023-02-12 14:06:25 -06:00 |
|
driesvints
|
c0b60c0ac7
|
Update CHANGELOG
|
2023-01-31 15:10:57 +00:00 |
|
Taylor Otwell
|
6092ff46b3
|
update example
v9.5.2
|
2023-01-31 09:05:09 -06:00 |
|
Tim MacDonald
|
9c26e61212
|
Adds "missing" validation rule translations (#6078)
|
2023-01-19 20:31:28 -06:00 |
|
driesvints
|
6b7fc50985
|
Update CHANGELOG
|
2023-01-17 16:28:00 +00:00 |
|
Nuno Maduro
|
5c7cc8eee4
|
Keeps "prefer-stable": true
v9.5.1
|
2023-01-11 15:50:07 +00:00 |
|
Nuno Maduro
|
75d22431af
|
Removes redundant composer setting
|
2023-01-11 15:21:12 +00:00 |
|
Taylor Otwell
|
c1092ec084
|
use min stability stable
|
2023-01-11 08:11:39 -06:00 |
|
driesvints
|
b4573d5cde
|
Update CHANGELOG
|
2023-01-03 17:20:21 +00:00 |
|
Andrew Brown
|
091aa7d882
|
switch email to a primary key (#6064)
switching from a normal index here to a primary index works the same except for adding a `UNIQUE` constraint.
The `DatabaseTokenRepository` deletes existing records with an email first, before creating a new one, so this additional constraint will be okay.
https://github.com/laravel/framework/blob/9.x/src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php#L88
v9.5.0
|
2023-01-02 08:45:35 -06:00 |
|
Vytautas M
|
ca01443b96
|
[9.x] Support pusher-js v8.0 (#6059)
* Specify cluster for Pusher
* Update bootstrap.js
Co-authored-by: Taylor Otwell <taylor@laravel.com>
|
2022-12-27 10:39:26 -06:00 |
|
Dries Vints
|
1fd1e03fcc
|
Update to Heroicons v2 (#6051)
|
2022-12-22 08:40:18 -06:00 |
|
Adrien Leloup
|
f1f20728ab
|
Updated tests badge (#6050)
The old badge was still referencing Travis CI, last time it ran was 2 years ago.
|
2022-12-21 09:51:13 -06:00 |
|
driesvints
|
42f585783b
|
Update CHANGELOG
|
2022-12-20 17:15:30 +00:00 |
|
Taylor Otwell
|
39f4830e92
|
add decimal translation
v9.4.1
|
2022-12-19 11:35:07 -06:00 |
|
driesvints
|
52b741c79b
|
Update CHANGELOG
|
2022-12-15 14:58:31 +00:00 |
|
Dries Vints
|
1b0d33cd8d
|
Update package.json
v9.4.0
|
2022-12-15 15:57:23 +01:00 |
|
Tim MacDonald
|
bc420da074
|
vite 4 support (#6043)
|
2022-12-15 08:55:53 -06:00 |
|
Noboru Shiroiwa
|
d412d5bae8
|
Add ulid and ascii validation message (#6046)
|
2022-12-12 08:51:57 -06:00 |
|
Dries Vints
|
88b2d177fc
|
Create issues.yml
|
2022-11-23 10:05:05 +01:00 |
|
driesvints
|
71c77805de
|
Update CHANGELOG
|
2022-11-22 16:33:48 +00:00 |
|
Tim MacDonald
|
8a8730c994
|
bump vite plugin (#6038)
v9.3.12
|
2022-11-21 15:26:23 -06:00 |
|
driesvints
|
040d548810
|
Update CHANGELOG
|
2022-11-15 17:07:34 +00:00 |
|
Farid Aghili
|
21964ec81f
|
validation rules sorting consistency (#6031)
v9.3.11
|
2022-11-14 16:18:18 +01:00 |
|
Michael Nabil
|
69e2cce9cb
|
Update validation.php (#6029)
|
2022-11-14 07:15:20 -06:00 |
|
Tim MacDonald
|
3762b41729
|
Adds lowercase validation rule translation (#6028)
* Adds lowercase validation rule translation
* Update validation.php
Co-authored-by: Dries Vints <dries@vints.io>
|
2022-11-09 08:55:21 -06:00 |
|
driesvints
|
7b7823264b
|
Update CHANGELOG
|
2022-11-01 17:24:48 +00:00 |
|
Corné Veldman
|
d938bfd0d0
|
Changing .env to make Pusher work without editing the commented out part in the bootstrap.js (#6021)
* edit file
* This works for null, undefined and '', because it's JavaScript
v9.3.10
|
2022-10-28 08:38:26 -05:00 |
|
driesvints
|
48e3855963
|
Update CHANGELOG
|
2022-10-25 16:29:19 +00:00 |
|
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 |
|