-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathd
257 lines (163 loc) · 8 KB
/
d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
[33mcommit ed8dd02a4d8b3a0cb2fc530069d4951b26195d1a[m[33m ([m[1;36mHEAD -> [m[1;32mchatzone-origin1[m[33m)[m
Author: Vendiola <jcvendiola@gmail.com>
Date: Tue Jun 13 08:38:14 2023 +0800
Add Group Chat features
[33mcommit 27aa214bed75f674f9faa15e787d82ea166ddf3f[m[33m ([m[1;31mgithub/chatzone-origin1[m[33m, [m[1;32mchatzone-origin[m[33m)[m
Author: jcarlo2 <jcvendiola@gmail.com>
Date: Thu Jun 8 10:03:50 2023 +0800
init, Websocket already working, can add friend, chat to a friend
[33mcommit a6bfbc7f90e33fd6cae3cb23f106c9689858c3b5[m[33m ([m[1;33mtag: v10.2.2[m[33m)[m
Author: Taylor Otwell <taylor@laravel.com>
Date: Tue May 23 16:45:40 2023 -0500
add lock path
[33mcommit fb8e9cee79bc3cebff9ee20068d95eefbb281aa7[m
Author: driesvints <driesvints@users.noreply.github.com>
Date: Tue May 16 15:38:55 2023 +0000
Update CHANGELOG
[33mcommit 953eae29387eb962b5e308a29f9a6d95de837ab0[m[33m ([m[1;33mtag: v10.2.1[m[33m)[m
Author: Jesse Leite <jesseleite@gmail.com>
Date: Fri May 12 14:39:56 2023 -0400
Bring back cluster config option, as required by pusher-js v8.0. (#6174)
[33mcommit 7e0a2db2e072436dd00a4fa129aebffb3c08d877[m
Author: Eliezer Margareten <46111162+emargareten@users.noreply.github.com>
Date: Wed May 10 21:51:00 2023 +0300
Add hashed cast to user password (#6171)
* Add `hashed` cast to user password
* Update composer.json
[33mcommit 90acdfe92be3c471f3fa2b599f8cabda43dbf245[m
Author: driesvints <driesvints@users.noreply.github.com>
Date: Tue May 9 14:24:52 2023 +0000
Update CHANGELOG
[33mcommit 150e379ce2f2af2205ce87839565acb8ac6ace2e[m[33m ([m[1;33mtag: v10.2.0[m[33m)[m
Author: Saya <379924+chu121su12@users.noreply.github.com>
Date: Sat May 6 01:42:51 2023 +0800
Update mail.php (#6170)
[33mcommit d3b2eada8618f8608c755137acc1741ec74771dc[m
Author: Tim MacDonald <hello@timacdonald.me>
Date: Fri May 5 01:02:09 2023 +1000
Migrate to modules (#6090)
[33mcommit d14bdeeb6db121cc7d181ce5497211612ce4bc10[m
Author: Ayman Atmeh <ayman.atmeh@gmail.com>
Date: Wed Apr 26 16:39:12 2023 +0300
Update welcome.blade.php (#6163)
"Set z-index to 10 for Login/Register container to ensure it appears on top of other elements"
[33mcommit 5070934fc5fb8bea7a4c8eca44a6b0bd59571be7[m
Author: driesvints <driesvints@users.noreply.github.com>
Date: Tue Apr 18 16:22:10 2023 +0000
Update CHANGELOG
[33mcommit ec38e3bf7618cda1b44c79f907590d4f97749d96[m[33m ([m[1;33mtag: v10.1.1[m[33m)[m
Author: Julius Kiekbusch <jubeki99@gmail.com>
Date: Tue Apr 18 18:21:20 2023 +0200
Fix laravel/framework constraints for Default Service Providers (#6160)
[33mcommit 05a41f8a4bf428070cb5cbe0d4f94b85ee6d9bd7[m
Author: driesvints <driesvints@users.noreply.github.com>
Date: Tue Apr 18 14:05:48 2023 +0000
Update CHANGELOG
[33mcommit badcf92f91c90a43c6d559002a5be19cfce9eb97[m
Author: driesvints <driesvints@users.noreply.github.com>
Date: Tue Apr 18 14:05:26 2023 +0000
Update CHANGELOG
[33mcommit ebf9d30bf3cf41c376e5b2e1ba1b51882d200848[m[33m ([m[1;33mtag: v10.1.0[m[33m)[m
Author: Taylor Otwell <taylor@laravel.com>
Date: Sat Apr 15 16:53:39 2023 -0500
[10.x] Minor skeleton slimming (#6159)
* remove rate limiter from route provider by default
* remove policy place holder
* remove broadcast skeleton in favor of new provider in core
* use default provider collection
* Remove unnecessary properties from exception handler.
* add back broadcast provider
* update comment
* add rate limiting
* Apply fixes from StyleCI
* fix formatting
---------
Co-authored-by: StyleCI Bot <bot@styleci.io>
[33mcommit 64685e6f206bed04d7785e90a5e2e59d14966232[m[33m ([m[1;33mtag: v10.0.7[m[33m)[m
Author: Nuno Maduro <enunomaduro@gmail.com>
Date: Fri Apr 14 15:03:05 2023 +0100
Adds `phpunit/phpunit@10.1` support (#6155)
[33mcommit 7cc6699c3d118a5d258a9b23a91478352e26a7d8[m
Author: Taylor Otwell <taylor@laravel.com>
Date: Tue Apr 11 17:17:21 2023 -0500
clean up comment
[33mcommit a25f40590b302b7673ca805eab83aaabfaee1b26[m
Author: driesvints <driesvints@users.noreply.github.com>
Date: Tue Apr 11 16:36:22 2023 +0000
Update CHANGELOG
[33mcommit 0bcd012dc0abf47e5eee45daa6bfc0222e2971f3[m[33m ([m[1;33mtag: v10.0.6[m[33m)[m
Author: André Olsen <andreolsen4200@gmail.com>
Date: Wed Apr 5 17:03:08 2023 +0200
Add job batching options to Queue configuration file (#6149)
* add batching config options to queue config file
This adds the batching configuration options to the queue configuration skeleton, so everyone has a faster way of knowing that it's possible to customize the database connection and table options.
* formatting
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com>
[33mcommit 9184b212130a1eaf95513198f27569f6b9126602[m
Author: driesvints <driesvints@users.noreply.github.com>
Date: Tue Mar 28 18:05:26 2023 +0000
Update CHANGELOG
[33mcommit 9ae75b58a1ffc00ad36bf1e877fe2bf9ec601b82[m[33m ([m[1;33mtag: v10.0.5[m[33m)[m
Author: Alan Poulain <contact@alanpoulain.eu>
Date: Wed Mar 8 17:57:09 2023 +0100
[10.x] Add replace_placeholders to log channels (#6139)
* add replace_placeholders to log channels
* Update logging.php
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com>
[33mcommit d39fb35b4d1192e434b77240547c9a0896aae7e2[m
Author: driesvints <driesvints@users.noreply.github.com>
Date: Thu Mar 2 16:19:33 2023 +0000
Update CHANGELOG
[33mcommit 22df611a2fe1e95e262643382d583ee0dbbca360[m[33m ([m[1;33mtag: v10.0.4[m[33m)[m
Author: Nico <3315078+nicolus@users.noreply.github.com>
Date: Mon Feb 27 19:37:48 2023 +0100
Specify facility in the syslog driver config (#6130)
[33mcommit a337b99dfbc9e5c8d01d3358844cbd57adf6096a[m
Author: Izzudin Anuar <izzudinanuar96@gmail.com>
Date: Sun Feb 26 07:07:54 2023 +1300
Fix typo (#6128)
[33mcommit 9507bf2b2ad9656eabbb7176b554791c5c402026[m
Author: driesvints <driesvints@users.noreply.github.com>
Date: Tue Feb 21 15:35:21 2023 +0000
Update CHANGELOG
[33mcommit 37ab32cf760406f767f6a278748546214585c93f[m[33m ([m[1;33mtag: v10.0.3[m[33m)[m
Author: Dries Vints <dries@vints.io>
Date: Tue Feb 21 16:33:51 2023 +0100
Update CHANGELOG.md
[33mcommit 63202ceb0f735353cc8becf593200ced6e3b9ba8[m
Author: TENIOS <40282681+TENIOS@users.noreply.github.com>
Date: Tue Feb 21 14:49:27 2023 +0700
Update .gitignore (#6123)
Reorder
[33mcommit e121424f90b3acc0358c5c94dace6524428f74a8[m
Author: Tim MacDonald <hello@timacdonald.me>
Date: Mon Feb 20 22:05:45 2023 +1100
Reverts #6089 (#6122)
[33mcommit 330995f6bdb8242963f8ef45ffbe866261ab1f38[m
Author: Ngô Quốc Đạt <datlechin@gmail.com>
Date: Sun Feb 19 03:54:42 2023 +0700
Remove redundant `@return` docblock in UserFactory (#6119)
[33mcommit 1bb530c6090fdc58aace03cf8eb382574bec8b2f[m
Author: Taylor Otwell <taylor@laravel.com>
Date: Fri Feb 17 08:38:44 2023 -0600
Revert "add ses-v2 mailer in config (#6112)" (#6115)
This reverts commit a1ef009415003fe981fc0f4a60ce9c4faf35f9f1.
[33mcommit a1ef009415003fe981fc0f4a60ce9c4faf35f9f1[m
Author: Ankur Kumar <ankurk91@users.noreply.github.com>
Date: Fri Feb 17 20:08:29 2023 +0530
add ses-v2 mailer in config (#6112)
[33mcommit c909b037ae296a77d935005c554ffa145646eea7[m
Author: Jonathan Goode <u01jmg3@users.noreply.github.com>
Date: Fri Feb 17 07:47:16 2023 +0000
Missing comma (#6111)
[33mcommit 4ca1a394f48ab695bedeb49ead619172a64cd281[m
Author: taylorotwell <taylorotwell@users.noreply.github.com>
Date: Thu Feb 16 19:40:10 2023 +0000
Update CHANGELOG
[33mcommit 3986d4c54041fd27af36f96cf11bd79ce7b1ee4e[m[33m ([m[1;33mtag: v10.0.2[m[33m)[m
Author: Taylor Otwell <taylor@laravel.com>
Date: Thu Feb 16 13:38:09 2023 -0600
remove unneeded call
[33mcommit bdd61ef5eb38fe90914315a28d0c412a