1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2024-11-25 01:16:21 +02:00
pocketbase/apis
2023-05-22 23:59:36 +03: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 added support for optional Model and Record event hook tags 2023-01-27 22:19:08 +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
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 added eagerRequestDataCache middleware 2023-04-15 14:44:07 +03:00
base.go added backup apis and tests 2023-05-13 22:12:42 +03:00
collection_test.go [#215] added server-side handlers for serving private files 2023-04-04 20:33:35 +03:00
collection.go (no tests) collection indexes scaffoldings 2023-03-19 16:18:33 +02: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 fixed minor typos 2023-04-17 22:22:41 +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 changed X-Forwarded-For parsing to use the first non-empty leftmost-ish ip as it is more close to the 'real ip' 2023-04-27 20:52:08 +03:00
realtime_test.go [#2325] trigger the related record realtime events on custom record model change 2023-04-20 10:44:20 +03:00
realtime.go [#2325] trigger the related record realtime events on custom record model change 2023-04-20 10:44:20 +03:00
record_auth_test.go updated /api/oauth2-redirect error messages 2023-04-25 11:52:56 +03:00
record_auth.go [#2535] avoid mutating the cached request data on OAuth2 user create 2023-05-22 23:59:36 +03:00
record_crud_test.go added unique error test for the record update api 2023-04-13 23:04:24 +03:00
record_crud.go added UploadedFiles to the record create/update events 2023-02-22 22:09:13 +02:00
record_helpers_test.go added support for @request.headers.* 2023-03-02 18:56:18 +02:00
record_helpers.go added ?fields query parameter support to limit the returned api fields 2023-04-25 17:58:51 +03:00
serve.go (untested!) added temp backup api scaffoldings before introducing autobackups and rotations 2023-05-08 21:52:40 +03:00
settings_test.go added backup apis and tests 2023-05-13 22:12:42 +03:00
settings.go added backup apis and tests 2023-05-13 22:12:42 +03:00