1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2024-11-24 17:07:00 +02:00
pocketbase/apis
2024-01-03 04:30:20 +02:00
..
admin_test.go updated some of the tests to use t.Parallel 2024-01-03 04:30:20 +02:00
admin.go logs refactoring 2023-11-26 13:33:17 +02:00
api_error_test.go updated some of the tests to use t.Parallel 2024-01-03 04:30:20 +02: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 some of the tests to use t.Parallel 2024-01-03 04:30:20 +02:00
backup.go logs refactoring 2023-11-26 13:33:17 +02:00
base_test.go updated some of the tests to use t.Parallel 2024-01-03 04:30:20 +02:00
base.go logs refactoring 2023-11-26 13:33:17 +02:00
collection_test.go updated some of the tests to use t.Parallel 2024-01-03 04:30:20 +02:00
collection.go added Response.Committed checks 2023-07-20 10:40:03 +03:00
file_test.go updated some of the tests to use t.Parallel 2024-01-03 04:30:20 +02:00
file.go [#3794] limit concurrent thumbs generation 2023-12-04 16:52:10 +02:00
health_test.go updated some of the tests to use t.Parallel 2024-01-03 04:30:20 +02:00
health.go logs refactoring 2023-11-26 13:33:17 +02:00
logs_test.go updated some of the tests to use t.Parallel 2024-01-03 04:30:20 +02:00
logs.go logs refactoring 2023-11-26 13:33:17 +02:00
middlewares_test.go updated some of the tests to use t.Parallel 2024-01-03 04:30:20 +02:00
middlewares.go [#3918] added --dev flag, dev log printer and some minor log UI enhacements 2023-12-16 18:15:36 +02:00
realtime_test.go [#3930] replaced the default 100ms api tests timeout in favor of new ApiScenario.Timeout field 2023-12-12 19:46:58 +02:00
realtime.go updated changelog formatting and temp moved the admin only rule checks to the record_helpers 2023-12-10 21:06:02 +02:00
record_auth_test.go updated some of the tests to use t.Parallel 2024-01-03 04:30:20 +02:00
record_auth.go added onlyVerified field to the authMethods response 2023-12-06 13:30:47 +02:00
record_crud_test.go updated some of the tests to use t.Parallel 2024-01-03 04:30:20 +02:00
record_crud.go updated changelog formatting and temp moved the admin only rule checks to the record_helpers 2023-12-10 21:06:02 +02:00
record_helpers_test.go updated some of the tests to use t.Parallel 2024-01-03 04:30:20 +02:00
record_helpers.go updated changelog formatting and temp moved the admin only rule checks to the record_helpers 2023-12-10 21:06:02 +02:00
serve.go define Server.BaseContext to cancel globally the SSE connections on server shutdown 2023-12-08 23:14:14 +02:00
settings_test.go updated some of the tests to use t.Parallel 2024-01-03 04:30:20 +02:00
settings.go added Response.Committed checks 2023-07-20 10:40:03 +03:00