1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2024-11-25 01:16:21 +02:00
pocketbase/apis
2023-07-24 21:11:55 +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 added backup apis and tests 2023-05-13 22:12:42 +03:00
backup.go added backup apis and tests 2023-05-13 22:12:42 +03:00
base_test.go [#2957] added support for wrapped api errors 2023-07-20 22:01:58 +03:00
base.go added native echo.HandlerFunc support and .staticDirectoryHandler bind 2023-07-24 21:11:55 +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 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 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 changed subscription.Message.Data to []byte and added client.Send(m) helper 2023-07-20 21:25:13 +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 added Response.Committed checks 2023-07-20 10:40:03 +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