1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2024-11-25 01:16:21 +02:00
pocketbase/apis
2023-01-18 17:17:01 +02:00
..
admin_test.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
admin.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
api_error_test.go initial v0.8 pre-release 2022-10-30 10:28:14 +02:00
api_error.go initial v0.8 pre-release 2022-10-30 10:28:14 +02:00
base_test.go [#1552] unescaped path parameter values 2023-01-09 22:36:28 +02:00
base.go [#1552] unescaped path parameter values 2023-01-09 22:36:28 +02:00
collection_test.go removed delete worker pool since it is no longer needed and changed the files delete operation to run in the background (will be replaced with job queue) 2023-01-12 15:34:56 +02:00
collection.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
file_test.go initial v0.8 pre-release 2022-10-30 10:28:14 +02:00
file.go [#1125] added support for partial/range file requests 2022-11-29 15:52:37 +02:00
health_test.go updated linter 2022-12-16 17:06:03 +02:00
health.go removed comment and applied linter 2022-12-11 17:32:43 +02: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 removed logs fails/retry since it is now handled by default in daos.Dao 2022-12-11 01:39:13 +02:00
realtime_test.go [#468] added additional realtime events 2022-12-02 14:25:55 +02:00
realtime.go [#1628] fixed realtime panic on concurrent clients iteration 2023-01-18 15:42:04 +02:00
record_auth_test.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
record_auth.go [#1623] added apis.RecordAuthResponse helper 2023-01-17 23:04:13 +02:00
record_crud_test.go removed delete worker pool since it is no longer needed and changed the files delete operation to run in the background (will be replaced with job queue) 2023-01-12 15:34:56 +02:00
record_crud.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
record_helpers_test.go [#1623] added apis.RecordAuthResponse helper 2023-01-17 23:04:13 +02:00
record_helpers.go [#1623] added apis.RecordAuthResponse helper 2023-01-17 23:04:13 +02:00
settings_test.go [#1377] added Authentik OAuth2 provider 2023-01-16 11:50:45 +02:00
settings.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00