1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-01-06 00:18:50 +02:00
pocketbase/apis
Gung Jodi 5c14c7cf5e
[#3068] fixed RequestData log deprecation note
Co-authored-by: Gung Jodi <agung.pratama@dana.id>
2023-08-05 07:24:20 +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 updated ui/dist and some lint warnings 2023-07-30 13:40:22 +03:00
backup.go removed extra param unescaping as it was fixed in echo 2023-07-25 13:36:57 +03:00
base_test.go updated changelog formatting 2023-07-30 15:22:10 +03:00
base.go register LoadAuthContext as Pre so that the auth context is aavailable other Pre middlewares 2023-07-25 12:45:41 +03:00
collection_test.go added after hooks error response tests 2023-07-20 11:42:57 +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
logs.go
middlewares_test.go
middlewares.go soft deprecated apis.RequestData(c) in favor of apis.RequestInfo(c) and updated jsvm bindings 2023-07-17 23:13:39 +03:00
realtime_test.go added Response.Committed checks 2023-07-20 10:40:03 +03:00
realtime.go [#3054] added core.RealtimeConnectEvent.IdleTimeout field 2023-08-03 12:38:02 +03:00
record_auth_test.go changed subscription.Message.Data to []byte and added client.Send(m) helper 2023-07-20 21:25:13 +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 added after hooks error response tests 2023-07-20 11:42:57 +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 return the http.Server instance to allow manual shutdowns 2023-07-16 23:13:15 +03:00
settings_test.go added after hooks error response tests 2023-07-20 11:42:57 +03:00
settings.go added Response.Committed checks 2023-07-20 10:40:03 +03:00