Gani Georgiev
|
3634fd9c26
|
synced with master
|
2024-12-09 08:25:44 +02:00 |
Gani Georgiev
|
9747f46c1d
|
[#6063] fixed x-forwarded-for typo
|
2024-12-09 04:39:14 +02:00 |
Gani Georgiev
|
f7c85940c4
|
synced with master
|
2024-12-08 14:43:07 +02:00 |
Gani Georgiev
|
545a4eb47c
|
updated ui/dist
|
2024-12-08 14:00:07 +02:00 |
Gani Georgiev
|
c91d889da3
|
udpated :lower modifier to apply after all other normalizations
|
2024-12-06 22:09:29 +02:00 |
Gani Georgiev
|
e8f49c31e4
|
added :lower modifier
|
2024-12-06 16:10:11 +02:00 |
Gani Georgiev
|
376627b4cc
|
fixed logs search
|
2024-12-03 12:39:27 +02:00 |
Gani Georgiev
|
f80de83234
|
updated ui/dist
|
2024-12-02 14:03:16 +02:00 |
Gani Georgiev
|
77ac44a49a
|
moved the default UI CSP as response header
|
2024-12-02 13:45:44 +02:00 |
Gani Georgiev
|
3c2d43d37b
|
updated npm deps
|
2024-11-29 11:59:33 +02:00 |
Gani Georgiev
|
67e6be8073
|
updated ui/dist
|
2024-11-29 11:19:15 +02:00 |
Gani Georgiev
|
6b9d1b559c
|
updated ui/dist
|
2024-11-26 22:34:23 +02:00 |
Gani Georgiev
|
fcf65dcc77
|
added collection rules change list in the confirmation popup
|
2024-11-26 22:28:34 +02:00 |
Gani Georgiev
|
c933190db8
|
updated ui/dist
|
2024-11-25 11:30:01 +02:00 |
Gani Georgiev
|
d5dddf3ead
|
updated PocketBase JS SDK version
|
2024-11-24 16:37:01 +02:00 |
Gani Georgiev
|
ef71daae65
|
autofocus the installer email field
|
2024-11-24 15:02:48 +02:00 |
Gani Georgiev
|
0efca0f936
|
updated ui/dist and changelog
|
2024-11-24 12:48:03 +02:00 |
Gani Georgiev
|
2dd4e38e1d
|
fixed superuser OTP id input reactivity, enabled truncate dropdown option for system collections, updated jsvm types
|
2024-11-23 14:12:18 +02:00 |
Gani Georgiev
|
b34453afc7
|
show the OTP id in the superuser form
|
2024-11-23 12:44:03 +02:00 |
Gani Georgiev
|
c3b347af4b
|
added note and tests regarding the shared batch Authorization header
|
2024-11-23 11:54:25 +02:00 |
Gani Georgiev
|
e5800875c2
|
updated ui/dist and added fallback debug log
|
2024-11-22 23:30:44 +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
|
7795a086ef
|
hide batch api preview for view collections
|
2024-11-22 16:18:52 +02:00 |
Gani Georgiev
|
a18df14f4f
|
updated js sdk and other npm deps
|
2024-11-21 12:24:04 +02:00 |
Gani Georgiev
|
8ab02ce402
|
updared rate limiter sort rules
|
2024-11-21 11:11:51 +02:00 |
Gani Georgiev
|
779f6c1a74
|
added record json copy option
|
2024-11-20 21:04:42 +02:00 |
Gani Georgiev
|
37538f2a6d
|
auto sort rate limit rules
|
2024-11-18 16:07:52 +02:00 |
Gani Georgiev
|
70df03ffbb
|
fixed rate limiter rules matching to acount for the Audience field
|
2024-11-18 14:46:06 +02:00 |
Gani Georgiev
|
487e83c84e
|
fixed typo and cleanup destroyed overlay wrappers
|
2024-11-18 08:23:39 +02:00 |
Gani Georgiev
|
14aaeb06fc
|
fixed responsive styles of the OAuth2 providers list
|
2024-11-18 07:51:19 +02:00 |
Gani Georgiev
|
19ea9cca36
|
removed old system created and updated fields from the record preview
|
2024-11-18 05:56:29 +02:00 |
Gani Georgiev
|
6090b29070
|
[#5887] fixed record duplicate and removed the duplicated id field in the record preview
|
2024-11-18 05:53:20 +02:00 |
Gani Georgiev
|
e1472d922a
|
updated ui/dist
|
2024-11-17 15:38:38 +02:00 |
Gani Georgiev
|
c5554e22e0
|
refresh the old collections in the UI import on successful import submission
|
2024-11-14 16:48:41 +02:00 |
Gani Georgiev
|
396aa0f97c
|
always load the full record on record view
|
2024-11-13 19:55:33 +02:00 |
Gani Georgiev
|
1ca90e5e8b
|
fixed typo
|
2024-11-11 16:24:46 +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
|
f6aef4471d
|
added RateLimitRule.Audience field
|
2024-11-08 18:04:13 +02:00 |
Gani Georgiev
|
0e56521e8a
|
fixed rc10 migration
|
2024-11-08 09:43:57 +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
|
9506669095
|
refactored installer and removed RequireSuperuserAuthOnlyIfAny
|
2024-11-05 21:12:17 +02:00 |
Gani Georgiev
|
f9a2d6c6ae
|
updated ui/dist
|
2024-11-04 19:08:21 +02:00 |
Gani Georgiev
|
9e70c77736
|
added migration to normalize the system collection and field ids
|
2024-11-04 19:03:33 +02:00 |
Gani Georgiev
|
1025fb2406
|
show generic index error and added support to autoreplace the collection id if part of an index name
|
2024-11-02 22:34:13 +02:00 |
Gani Georgiev
|
b11ea60436
|
added rate limit label format info
|
2024-11-01 14:05:42 +02:00 |
Gani Georgiev
|
0c054bc6ff
|
updated impersonate popup styles
|
2024-10-31 12:59:15 +02:00 |
Gani Georgiev
|
697545e73f
|
auto select the first non-system collection on collection remove
|
2024-10-30 09:08:31 +02:00 |
Gani Georgiev
|
39415e0f49
|
don't unnecessary loads the records list while refrishing the collections
|
2024-10-30 08:44:09 +02:00 |
Gani Georgiev
|
658f0c4177
|
added support to reference collections in the UI with both their name and id
|
2024-10-29 13:38:30 +02:00 |
Gani Georgiev
|
421310d2f6
|
updated API preview disabled checks
|
2024-10-27 22:53:39 +02:00 |
Gani Georgiev
|
005047099d
|
updated API preview
|
2024-10-27 22:12:37 +02:00 |
Gani Georgiev
|
4c0b2154b0
|
updated ui/dist
|
2024-10-24 22:03:54 +03:00 |
Gani Georgiev
|
8c45d4d92d
|
lock the _mfas and _otps delete api rule, fixed flaky tests, fixed jsvm types example
|
2024-10-24 21:59:00 +03:00 |
Gani Georgiev
|
ade061cc80
|
[#5687] fixed BindBody FormData numeric string normalization
|
2024-10-16 10:22:34 +03:00 |
Gani Georgiev
|
cfff7b6d11
|
added OIDC host change confirm message
|
2024-10-15 09:03:48 +03:00 |
Gani Georgiev
|
4209583a88
|
updated ui/dist
|
2024-10-14 20:08:58 +03:00 |
Gani Georgiev
|
749c77cb9d
|
fixed the UI Set Superusers only button click not properly resetting the input state
|
2024-10-12 11:24:07 +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
|
95d5ee40b0
|
[#5646] fixed single select, file and relation fields ui
|
2024-10-11 14:48:19 +03:00 |
Gani Georgiev
|
16d88681a3
|
fixed linked providers image path
|
2024-10-11 13:14:18 +03:00 |
Gani Georgiev
|
6a9784258f
|
[#5641] changed the relation picker default sort to use rowid instead of created
|
2024-10-10 16:24:19 +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
|
f7a6097464
|
fixed CopyIcon empty value check
|
2024-10-09 23:27:11 +03:00 |
Gani Georgiev
|
4d44f1cb5c
|
fixed RedactedPasswordInput to prevent sending empty string of settings form resave
|
2024-10-09 18:29:08 +03:00 |
Gani Georgiev
|
4cf6069342
|
updated ui/dist
|
2024-10-09 17:14:51 +03:00 |
Gani Georgiev
|
54344f2b9d
|
fixed autogenerated go collection update migration template
|
2024-10-09 17:11:14 +03:00 |
Gani Georgiev
|
307ce1aa4e
|
hide the truncate button for view collections
|
2024-10-09 12:05:59 +03:00 |
Gani Georgiev
|
2c2246ecb9
|
fixed ApiPreview example typo
|
2024-10-08 19:57:52 +03:00 |
Gani Georgiev
|
ed1dc54f27
|
make the create btn slightly larger
|
2024-10-08 16:22:49 +03:00 |
Gani Georgiev
|
9b5aaba34f
|
fixed favicon_prod path
|
2024-10-07 15:18:15 +03:00 |
Gani Georgiev
|
fafcf9f56d
|
added note about combined/mulit-spaed view query column expressions
|
2024-10-07 14:24:54 +03:00 |
Gani Georgiev
|
253a7ca796
|
[#5617] fixed the UI input field type of the OTP.length field
|
2024-10-07 11:43:04 +03:00 |
Gani Georgiev
|
0c2266490f
|
updated ui/dist
|
2024-10-06 16:59:23 +03:00 |
Gani Georgiev
|
844f18cac3
|
merge v0.23.0-rc changes
|
2024-09-29 21:09:46 +03:00 |
Gani Georgiev
|
ad92992324
|
[#5541] lock the logs database during backup
|
2024-09-18 06:24:22 +03:00 |
Gani Georgiev
|
b7732098e0
|
[##5398] fixed the admin ui isEmpty check
|
2024-08-27 21:19:18 +03:00 |
Gani Georgiev
|
498a21b020
|
include the 'user' object in the Apple.FetchRawUserData result
|
2024-08-12 22:28:23 +03:00 |
Gani Georgiev
|
d2e355e8cb
|
[#5246] improved files delete performance when using the local filesystem
|
2024-07-23 20:44:04 +03:00 |
Gani Georgiev
|
b0f8c78022
|
updated ui/dist
|
2024-07-09 21:53:16 +03:00 |
Gani Georgiev
|
f5f92fde58
|
updated min sidebar width
|
2024-07-09 21:48:43 +03:00 |
Gani Georgiev
|
55f15179cb
|
updated tinymce
|
2024-07-09 21:39:38 +03:00 |
Gani Georgiev
|
e76662247b
|
updated ui/dist
|
2024-07-09 18:43:58 +03:00 |
Gani Georgiev
|
4d5188d3fe
|
updated npm deps
|
2024-07-09 18:43:44 +03:00 |
Gani Georgiev
|
8560e90c08
|
disabled mouse selection when changing the sidebar width
|
2024-07-09 18:31:34 +03:00 |
Gani Georgiev
|
2036287a39
|
[#5179] added logs delete trigger test and bumped app version
|
2024-07-06 14:04:06 +03:00 |
Gani Georgiev
|
679751d4a7
|
updated ui/dist
|
2024-07-02 00:02:39 +03:00 |
Gani Georgiev
|
58ace5d5e7
|
updated the rules when linking OAuth2 by email
|
2024-06-18 16:26:32 +03:00 |
Gani Georgiev
|
9d847678df
|
added support for OAuth2 post redirect
|
2024-06-14 11:42:48 +03:00 |
Gani Georgiev
|
970b00011f
|
updated go deps and bumped app version
|
2024-06-03 08:36:28 +03:00 |
Gani Georgiev
|
1682db5c72
|
updated ui/dist and go deps
|
2024-05-11 09:08:29 +03:00 |
Gani Georgiev
|
5acaa0a55c
|
[#4865] fixed Firefox calendar picker grid layout
|
2024-05-04 13:48:46 +03:00 |
Gani Georgiev
|
2aeb37dcd0
|
[#4857] load the full record in the relation picker edit panel
|
2024-05-03 19:58:52 +03:00 |
Gani Georgiev
|
ece62ebdf5
|
[#4824] updated the uploaded filename normalization to take double extensions in consideration
|
2024-04-24 22:00:18 +03:00 |
Gani Georgiev
|
4cfabc61e6
|
updated changelog and ui/dist
|
2024-04-15 09:20:31 +03:00 |
Gani Georgiev
|
4ac0954546
|
fixed zeroValue isArray check and bumped app version
|
2024-04-13 16:18:52 +03:00 |
Gani Georgiev
|
4745bb4286
|
fixed zeroValue isArray check
|
2024-04-13 16:16:21 +03:00 |
Gani Georgiev
|
7734d63e51
|
[#4737] fixed OAuth2 clear btn action
|
2024-04-13 15:44:20 +03:00 |
Gani Georgiev
|
4dc8a10af5
|
added aria-expanded to the dropdown triggers
|
2024-04-05 23:15:11 +03:00 |
Gani Georgiev
|
a9d468a863
|
updated ui/dist
|
2024-04-05 20:47:28 +03:00 |