1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2024-11-24 09:02:26 +02:00
pocketbase/apis
Gani Georgiev 01e33c07fe [#3364] added mailcow OAuth2 provider
Co-authored-by: thisni1s <nils@jn2p.de>
2023-10-14 14:52:35 +03:00
..
admin_test.go added after hooks error response tests 2023-07-20 11:42:57 +03:00
admin.go added Response.Committed checks 2023-07-20 10:40:03 +03:00
api_error_test.go fixed apis.NewUnauthorizedError test 2023-06-08 18:16:00 +03:00
api_error.go restructered some of the internals and added basic js app hooks support 2023-06-08 17:59:08 +03:00
backup_test.go [#2599] added option to upload a backup file from the Admin UI 2023-08-28 20:06:48 +03:00
backup.go [#2599] added option to upload a backup file from the Admin UI 2023-08-28 20:06:48 +03:00
base_test.go updated changelog formatting 2023-07-30 15:22:10 +03:00
base.go [#3106] always refresh the Admins UI initial admins counter cache when there are none 2023-08-10 08:50:48 +03:00
collection_test.go [#3025] updated tests.ApiScenario fields 2023-08-25 22:14:04 +03:00
collection.go added Response.Committed checks 2023-07-20 10:40:03 +03:00
file_test.go allowed specifying non-context auth model for the file token endpoint 2023-04-17 22:05:09 +03:00
file.go added Response.Committed checks 2023-07-20 10:40:03 +03:00
health_test.go added backup apis and tests 2023-05-13 22:12:42 +03:00
health.go added backup apis and tests 2023-05-13 22:12:42 +03:00
logs_test.go initial v0.8 pre-release 2022-10-30 10:28:14 +02:00
logs.go replaced QueryString() with QueryParams().Encode() 2022-12-08 13:35:56 +02:00
middlewares_test.go initial v0.8 pre-release 2022-10-30 10:28:14 +02:00
middlewares.go use the logs maxDays before firing the goroutine 2023-08-09 12:23:49 +03:00
realtime_test.go [#3025] updated tests.ApiScenario fields 2023-08-25 22:14:04 +03:00
realtime.go excluded expand from the record draft and applied some lint fields alignment suggestions 2023-10-08 15:22:03 +03:00
record_auth_test.go [#3025] updated tests.ApiScenario fields 2023-08-25 22:14:04 +03:00
record_auth.go changed subscription.Message.Data to []byte and added client.Send(m) helper 2023-07-20 21:25:13 +03:00
record_crud_test.go [#3025] updated tests.ApiScenario fields 2023-08-25 22:14:04 +03:00
record_crud.go added search skipTotal support 2023-07-21 23:24:36 +03:00
record_helpers_test.go soft deprecated apis.RequestData(c) in favor of apis.RequestInfo(c) and updated jsvm bindings 2023-07-17 23:13:39 +03:00
record_helpers.go [#3068] fixed RequestData log deprecation note 2023-08-05 07:24:20 +03:00
serve.go poc of serve domain args 2023-08-25 11:16:31 +03:00
settings_test.go [#3364] added mailcow OAuth2 provider 2023-10-14 14:52:35 +03:00
settings.go added Response.Committed checks 2023-07-20 10:40:03 +03:00