.. |
admin_test.go
|
changed the return result of the confirm api actions
|
2022-11-08 18:12:37 +02:00 |
admin.go
|
replaced QueryString() with QueryParams().Encode()
|
2022-12-08 13:35:56 +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
|
initial v0.8 pre-release
|
2022-10-30 10:28:14 +02:00 |
base.go
|
removed comment and applied linter
|
2022-12-11 17:32:43 +02:00 |
collection_test.go
|
[#872] changed the schema required validator to be optional for auth collections
|
2022-11-16 15:13:04 +02:00 |
collection.go
|
replaced QueryString() with QueryParams().Encode()
|
2022-12-08 13:35:56 +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
|
[#1233] added health API endpoint
|
2022-12-11 17:27:46 +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
|
[#468] added additional realtime events
|
2022-12-02 14:25:55 +02:00 |
record_auth_test.go
|
[#468] added record auth verification, password reset and email change request event hooks
|
2022-12-03 14:50:12 +02:00 |
record_auth.go
|
[#468] added record auth verification, password reset and email change request event hooks
|
2022-12-03 14:50:12 +02:00 |
record_crud_test.go
|
fixed record delete tests
|
2022-12-09 11:07:43 +02:00 |
record_crud.go
|
replaced QueryString() with QueryParams().Encode()
|
2022-12-08 13:35:56 +02:00 |
record_helpers_test.go
|
fixed autocomplete base collection keys caching
|
2022-11-18 13:32:32 +02:00 |
record_helpers.go
|
added custom goja field mapper to handle all caps identifiers and allowed errors unwrapping
|
2022-11-30 17:23:41 +02:00 |
settings_test.go
|
moved settings under models and added settings dao helpers
|
2022-11-26 14:42:45 +02:00 |
settings.go
|
renamed PseudoRandom to Pseudorandom
|
2022-11-06 15:28:41 +02:00 |