Gani Georgiev
|
aaa3d67659
|
added Store.SetFunc method
|
2025-02-11 13:24:13 +02:00 |
Gani Georgiev
|
c0b7762abd
|
[#6440] added a temporary exception for Backblaze S3 endpoints to exclude the new aws-sdk-go-v2 checksum headers
|
2025-02-10 23:37:23 +02:00 |
Gani Georgiev
|
b066d9c429
|
updated godoc
|
2025-01-31 14:28:23 +02:00 |
Gani Georgiev
|
c5bd42a23f
|
[#6338] added Trakt OAuth2 provider
Co-authored-by: Aidan Rowe <aidanrowe@gmail.com>
|
2025-01-27 11:05:30 +02:00 |
Gani Georgiev
|
33340a6977
|
[#6337] added support for case-insensitive password auth
|
2025-01-26 12:24:37 +02:00 |
Gani Georgiev
|
c101798516
|
added inflector.Camelize helper
|
2025-01-24 14:49:28 +02:00 |
Gani Georgiev
|
65440314ce
|
added inflector.Singularize helper
|
2025-01-24 14:00:41 +02:00 |
Gani Georgiev
|
91d4ca5c06
|
replaced archived survey dep with osutils.YesNoPrompt helper
|
2025-01-21 21:05:30 +02:00 |
Gani Georgiev
|
7da875be14
|
[#6313] enforced when_required for the new aws sdk request and response cheksum validations
|
2025-01-19 22:12:27 +02:00 |
Gani Georgiev
|
0798b5ccbb
|
updated unmarshaled spelling for consistency
|
2025-01-12 17:43:16 +02:00 |
Gani Georgiev
|
accc51bf65
|
updated Google OAuth2 endpoints
|
2025-01-09 15:06:45 +02:00 |
Gani Georgiev
|
b150a3a98a
|
upgraded to jwt/v5
|
2025-01-05 11:18:00 +02:00 |
Gani Georgiev
|
26cb1cef37
|
added ServeEvent.InstallerFunc field
|
2024-12-30 20:30:07 +02:00 |
Gani Georgiev
|
56f951e5a2
|
added crons web apis and ui listing
|
2024-12-25 22:24:24 +02:00 |
Gani Georgiev
|
39df26ee21
|
changed store.Store to accept generic key type
|
2024-12-23 15:44:00 +02:00 |
Gani Georgiev
|
bae5421d62
|
added Cron.Jobs() method
|
2024-12-22 16:05:38 +02:00 |
Gani Georgiev
|
cb0335c2b6
|
normalized negative multipart/form-data numeric inferred value check
|
2024-12-19 17:23:03 +02:00 |
Gani Georgiev
|
274d499279
|
synced with master
|
2024-12-19 11:46:35 +02:00 |
Gani Georgiev
|
ef0170cf0b
|
[#6132] replaced strconv.Itoa with strconv.FormatInt where it could overflow
|
2024-12-17 21:41:55 +02:00 |
Gani Georgiev
|
d5d764f83e
|
avoid unnecessary copying the backup archive on restore when the local file system is used
|
2024-12-14 10:16:36 +02:00 |
Gani Georgiev
|
239daf2023
|
added mailer.Message.InlineAttachments field
|
2024-12-13 20:37:24 +02:00 |
Gani Georgiev
|
e51456bce2
|
[#6073] added poc implementation for the dry submit removal
|
2024-12-11 18:43:48 +02:00 |
Gani Georgiev
|
6edb344ab3
|
synced with upstream s3 driver
|
2024-12-07 12:15:03 +02:00 |
Gani Georgiev
|
7c01441392
|
added yesterday and tomorrow date filter macros
|
2024-12-05 13:34:11 +02:00 |
Gani Georgiev
|
f1b199b35c
|
added support for passing more than one id in the Hook.Unbind method for consistency with the router
|
2024-11-26 11:52:26 +02:00 |
Gani Georgiev
|
5a5211d7f2
|
[#5940] added blob response write helper
|
2024-11-25 09:11:58 +02:00 |
Gani Georgiev
|
e5f1bc3c37
|
renamed Monday.FetchRawUserData to Monday.FetchUserInfo
|
2024-11-22 22:43:16 +02:00 |
Gani Georgiev
|
e3bf81cb79
|
[#5909] added Linear OAuth2 provider
Co-authored-by: chnfyi <143424481+chnfyi@users.noreply.github.com>
|
2024-11-22 22:42:04 +02:00 |
Gani Georgiev
|
c2e7ab8d41
|
fixed oauth2 redirect test
|
2024-11-21 12:11:00 +02:00 |
Gani Georgiev
|
34d7ac0808
|
close channel on client discard
|
2024-11-19 23:23:25 +02:00 |
Gani Georgiev
|
438ecd88a0
|
[#5829] added WakaTime OAuth2 provider
Co-authored-by: tigawanna <denniskinuthiawaweru@gmail.com>
|
2024-11-11 16:03:46 +02:00 |
Gani Georgiev
|
45628a919f
|
added search filter and sort limits
|
2024-11-11 14:58:43 +02:00 |
Gani Georgiev
|
0daa584461
|
[#5588] replaced deprecated Instagram Basic Display provider with a new Instagram Login
Co-authored-by: Pedro Costa <550684+pnmcosta@users.noreply.github.com>
|
2024-11-07 13:51:21 +02:00 |
Gani Georgiev
|
f38700982c
|
removed RequestEvent.UnsafeRealIP
|
2024-11-05 21:49:45 +02:00 |
Gani Georgiev
|
755149c915
|
[#5793] added subscriptions.Broker.TotalClients() method
|
2024-11-04 19:19:06 +02:00 |
Gani Georgiev
|
00da008d64
|
updated Store.GetOrSet to lock first with RLock/RUnlock
|
2024-11-01 22:06:53 +02:00 |
Gani Georgiev
|
0b7741f1f7
|
added additional godoc and updated the OAuth2 form to use the same created record pointer
|
2024-10-24 08:37:22 +03:00 |
Gani Georgiev
|
6f2fe91da5
|
register the panic-recover handler after the activity logger
|
2024-10-18 13:47:10 +03:00 |
Gani Georgiev
|
ade061cc80
|
[#5687] fixed BindBody FormData numeric string normalization
|
2024-10-16 10:22:34 +03:00 |
Gani Georgiev
|
47d5ea3ce2
|
fixed comments and added default generic arg name
|
2024-10-14 14:33:04 +03:00 |
Gani Georgiev
|
ff3f4332ce
|
added default hook handler arg name and router search helper
|
2024-10-13 13:25:04 +03:00 |
Gani Georgiev
|
3c87df9e55
|
added option to retrieve the OIDC user info from the id_token payload
|
2024-10-12 10:16:01 +03:00 |
Gani Georgiev
|
830e818eb7
|
[#5346] added monday.com OAuth2 provider
Co-authored-by: Jay <jaytpa01@gmail.com>
|
2024-10-10 15:42:59 +03:00 |
Gani Georgiev
|
397b69041e
|
[#4999] added Notion OAuth2 provider
Co-authored-by: s-li1 <stevenli8892@hotmail.com.au>
|
2024-10-10 14:50:25 +03:00 |
Gani Georgiev
|
64bbd6f841
|
twich - fixed comments and use the provider ctx
|
2024-10-10 14:46:06 +03:00 |
Gani Georgiev
|
1e480c5380
|
renamed Trigger arg to avoid confusion with the Handler type
|
2024-10-07 09:59:10 +03:00 |
Gani Georgiev
|
393b461ea2
|
[#5614] removed hook.HandlerFunc[T] type
|
2024-10-07 09:52:31 +03:00 |
Gani Georgiev
|
1d4dd5d5b4
|
fixed comment typo
|
2024-10-07 09:25:17 +03:00 |
Gani Georgiev
|
b41406fbd6
|
moved FindUploadedFiles in RequestEvent
|
2024-09-30 16:27:59 +03:00 |
Gani Georgiev
|
844f18cac3
|
merge v0.23.0-rc changes
|
2024-09-29 21:09:46 +03:00 |