| .. |
|
Account.php
|
fix: memory leak
|
2026-01-03 22:38:17 +00:00 |
|
AlgoArgon2.php
|
Add type property to hash algorithms to allow resolving union type implementation
|
2022-10-11 12:27:03 +13:00 |
|
AlgoBcrypt.php
|
Add type property to hash algorithms to allow resolving union type implementation
|
2022-10-11 12:27:03 +13:00 |
|
AlgoMd5.php
|
Add type property to hash algorithms to allow resolving union type implementation
|
2022-10-11 12:27:03 +13:00 |
|
AlgoPhpass.php
|
Add type property to hash algorithms to allow resolving union type implementation
|
2022-10-11 12:27:03 +13:00 |
|
AlgoScrypt.php
|
Add type property to hash algorithms to allow resolving union type implementation
|
2022-10-11 12:27:03 +13:00 |
|
AlgoScryptModified.php
|
Add type property to hash algorithms to allow resolving union type implementation
|
2022-10-11 12:27:03 +13:00 |
|
AlgoSha.php
|
Add type property to hash algorithms to allow resolving union type implementation
|
2022-10-11 12:27:03 +13:00 |
|
Any.php
|
chore: update naming and specs
|
2025-08-01 15:26:34 +05:30 |
|
Attribute.php
|
fix: use 1.8.x
|
2025-09-15 10:28:34 +05:30 |
|
AttributeBoolean.php
|
update: re-add legacy models; remove: filters.
|
2025-05-07 11:13:15 +05:30 |
|
AttributeDatetime.php
|
update: re-add legacy models; remove: filters.
|
2025-05-07 11:13:15 +05:30 |
|
AttributeEmail.php
|
update: re-add legacy models; remove: filters.
|
2025-05-07 11:13:15 +05:30 |
|
AttributeEnum.php
|
update: re-add legacy models; remove: filters.
|
2025-05-07 11:13:15 +05:30 |
|
AttributeFloat.php
|
update: re-add legacy models; remove: filters.
|
2025-05-07 11:13:15 +05:30 |
|
AttributeInteger.php
|
Add int64 format support for integer attributes
|
2026-01-13 17:00:20 +05:30 |
|
AttributeIP.php
|
update: re-add legacy models; remove: filters.
|
2025-05-07 11:13:15 +05:30 |
|
AttributeLine.php
|
changed json to array
|
2025-09-05 16:19:59 +05:30 |
|
AttributeList.php
|
added attribute endpoints
|
2025-08-22 12:47:15 +05:30 |
|
AttributeLongtext.php
|
Add response models
|
2026-01-23 01:51:24 +13:00 |
|
AttributeMediumtext.php
|
Add response models
|
2026-01-23 01:51:24 +13:00 |
|
AttributePoint.php
|
changed json to array
|
2025-09-05 16:19:59 +05:30 |
|
AttributePolygon.php
|
changed json to array
|
2025-09-05 16:19:59 +05:30 |
|
AttributeRelationship.php
|
update: re-add legacy models; remove: filters.
|
2025-05-07 11:13:15 +05:30 |
|
AttributeString.php
|
added encrypt to the get and list atttributes
|
2025-05-23 12:51:59 +05:30 |
|
AttributeText.php
|
Add response models
|
2026-01-23 01:51:24 +13:00 |
|
AttributeURL.php
|
update: re-add legacy models; remove: filters.
|
2025-05-07 11:13:15 +05:30 |
|
AttributeVarchar.php
|
Add response models
|
2026-01-23 01:51:24 +13:00 |
|
AuthProvider.php
|
rename provider model to AuthProvider
|
2023-08-07 16:19:55 +05:30 |
|
BaseList.php
|
Lint
|
2025-08-21 18:29:39 +12:00 |
|
Branch.php
|
PR review changes
|
2023-07-24 15:12:36 +02:00 |
|
Bucket.php
|
add: totalsize on xlist.
|
2026-01-07 18:00:04 +05:30 |
|
Collection.php
|
added attribute endpoints
|
2025-08-22 12:47:15 +05:30 |
|
Column.php
|
chore: add enums for database type and column status
|
2025-09-29 11:26:00 +05:30 |
|
ColumnBoolean.php
|
Fix attribute refs
|
2025-08-23 21:34:35 +12:00 |
|
ColumnDatetime.php
|
Fix attribute refs
|
2025-08-23 21:34:35 +12:00 |
|
ColumnEmail.php
|
Fix attribute refs
|
2025-08-23 21:34:35 +12:00 |
|
ColumnEnum.php
|
Fix attribute refs
|
2025-08-23 21:34:35 +12:00 |
|
ColumnFloat.php
|
Fix attribute refs
|
2025-08-23 21:34:35 +12:00 |
|
ColumnIndex.php
|
Fix index models
|
2025-07-23 19:48:29 +12:00 |
|
ColumnInteger.php
|
Add int64 format support for integer attributes
|
2026-01-13 17:00:20 +05:30 |
|
ColumnIP.php
|
Fix attribute refs
|
2025-08-23 21:34:35 +12:00 |
|
ColumnLine.php
|
changed json to array
|
2025-09-05 16:19:59 +05:30 |
|
ColumnList.php
|
Add missing model map
|
2026-02-03 22:30:02 +13:00 |
|
ColumnLongtext.php
|
Add response models
|
2026-01-23 01:51:24 +13:00 |
|
ColumnMediumtext.php
|
Add response models
|
2026-01-23 01:51:24 +13:00 |
|
ColumnPoint.php
|
changed json to array
|
2025-09-05 16:19:59 +05:30 |
|
ColumnPolygon.php
|
changed json to array
|
2025-09-05 16:19:59 +05:30 |
|
ColumnRelationship.php
|
fix: response modals, mappings, filters.
|
2025-05-05 13:53:57 +05:30 |
|
ColumnString.php
|
add: increment, decrement document/row attribute/column; fixes: misc.
|
2025-06-12 18:24:54 +05:30 |
|
ColumnText.php
|
Add response models
|
2026-01-23 01:51:24 +13:00 |
|
ColumnURL.php
|
update: attribute* response model to column*.
|
2025-05-05 09:30:27 +05:30 |
|
ColumnVarchar.php
|
Add response models
|
2026-01-23 01:51:24 +13:00 |
|
ConsoleVariables.php
|
CLI sites domain fix
|
2026-02-04 18:04:48 +13:00 |
|
Continent.php
|
format files in app, src, tests
|
2022-05-23 14:54:50 +00:00 |
|
Country.php
|
format files in app, src, tests
|
2022-05-23 14:54:50 +00:00 |
|
Currency.php
|
format files in app, src, tests
|
2022-05-23 14:54:50 +00:00 |
|
Database.php
|
chore: add enums for database type and column status
|
2025-09-29 11:26:00 +05:30 |
|
Deployment.php
|
fix: deploymentstatus enum missing canceled value
|
2026-01-23 09:22:18 +05:30 |
|
Detection.php
|
Add env var value detection
|
2025-11-14 15:49:19 +01:00 |
|
DetectionFramework.php
|
Add env var value detection
|
2025-11-14 15:49:19 +01:00 |
|
DetectionRuntime.php
|
Add env var value detection
|
2025-11-14 15:49:19 +01:00 |
|
DetectionVariable.php
|
Add env var value detection
|
2025-11-14 15:49:19 +01:00 |
|
DevKey.php
|
chore: added tests for checking if sdks are updated in devkeys
|
2025-04-14 07:34:05 +00:00 |
|
Document.php
|
Lint
|
2025-10-10 17:42:42 +13:00 |
|
Error.php
|
format files in app, src, tests
|
2022-05-23 14:54:50 +00:00 |
|
ErrorDev.php
|
tests: fix unit tests
|
2022-08-01 12:22:04 +02:00 |
|
Execution.php
|
fix: execution status enum description
|
2025-10-25 10:52:22 +05:30 |
|
File.php
|
Add more file params (encryption, compression)
|
2026-01-14 13:16:50 +01:00 |
|
Framework.php
|
Fix missing key in specs
|
2024-12-02 15:28:00 +01:00 |
|
FrameworkAdapter.php
|
Fix specs for console
|
2025-03-20 16:20:31 +01:00 |
|
Func.php
|
Update copy for logging
|
2025-03-25 19:49:57 +05:30 |
|
Headers.php
|
Update execution model, add detection to repository
|
2023-07-30 09:17:23 +02:00 |
|
HealthAntivirus.php
|
fix: grammer
|
2025-09-15 10:32:06 +05:30 |
|
HealthCertificate.php
|
Merge main
|
2024-02-12 14:18:19 +13:00 |
|
HealthQueue.php
|
format files in app, src, tests
|
2022-05-23 14:54:50 +00:00 |
|
HealthStatus.php
|
fix: grammer
|
2025-09-15 10:32:06 +05:30 |
|
HealthTime.php
|
format files in app, src, tests
|
2022-05-23 14:54:50 +00:00 |
|
HealthVersion.php
|
format files in app, src, tests
|
2022-05-23 14:54:50 +00:00 |
|
Identity.php
|
Remove identity status
|
2023-08-04 15:07:36 -07:00 |
|
Index.php
|
fix: use 1.8.x
|
2025-09-15 10:28:34 +05:30 |
|
Installation.php
|
PR review changes, fixes from QA
|
2023-08-11 15:34:57 +02:00 |
|
JWT.php
|
format files in app, src, tests
|
2022-05-23 14:54:50 +00:00 |
|
Key.php
|
self PR review fixes
|
2025-12-29 08:59:07 +01:00 |
|
Language.php
|
format files in app, src, tests
|
2022-05-23 14:54:50 +00:00 |
|
Locale.php
|
Fix typo in Model/Locale.php
|
2022-11-14 21:31:08 +09:00 |
|
LocaleCode.php
|
new locale codes endpoint
|
2023-04-17 02:10:17 +00:00 |
|
Log.php
|
feat: update datetime description
|
2022-09-05 01:26:16 +04:00 |
|
Membership.php
|
merge with 1.7.x
|
2025-02-04 16:56:14 +00:00 |
|
Message.php
|
regen specs.
|
2026-01-13 18:04:14 +05:30 |
|
Metric.php
|
Update V15 response filter and add tests
|
2022-09-10 01:00:20 +00:00 |
|
MetricBreakdown.php
|
merge with 1.7.x
|
2025-02-04 16:56:14 +00:00 |
|
MFAChallenge.php
|
feat: initial mfa implementation
|
2023-06-22 15:35:49 +02:00 |
|
MFAFactors.php
|
Improve logic for recovery code factor
|
2024-04-11 07:52:54 +00:00 |
|
MFARecoveryCodes.php
|
Fix MFA flows and docs
|
2024-03-01 16:22:51 +00:00 |
|
MFAType.php
|
Fix MFA flows and docs
|
2024-03-01 16:22:51 +00:00 |
|
Migration.php
|
Fix log sets
|
2025-10-23 16:49:37 +13:00 |
|
MigrationFirebaseProject.php
|
Move to new branch
|
2023-08-04 17:21:41 +01:00 |
|
MigrationReport.php
|
update: response modal.
|
2025-07-18 10:32:35 +05:30 |
|
Mock.php
|
format files in app, src, tests
|
2022-05-23 14:54:50 +00:00 |
|
MockNumber.php
|
PR review changes
|
2024-07-03 08:27:54 +00:00 |
|
None.php
|
tests: fix unit tests
|
2022-08-01 12:22:04 +02:00 |
|
Phone.php
|
format files in app, src, tests
|
2022-05-23 14:54:50 +00:00 |
|
Platform.php
|
fix: enum typing for platform in specs
|
2025-09-26 12:33:10 +05:30 |
|
Preferences.php
|
chore: update naming and specs
|
2025-08-01 15:26:34 +05:30 |
|
Project.php
|
Implement project labels
|
2025-12-31 15:44:18 +01:00 |
|
Provider.php
|
Add constants for message types
|
2023-11-29 17:05:37 +13:00 |
|
ProviderRepository.php
|
Add variables suggestion
|
2025-11-10 16:20:48 +01:00 |
|
ProviderRepositoryFramework.php
|
Finalize PR, review changes, fix tests
|
2025-03-08 16:50:39 +01:00 |
|
ProviderRepositoryRuntime.php
|
Finalize PR, review changes, fix tests
|
2025-03-08 16:50:39 +01:00 |
|
ResourceToken.php
|
feedback
|
2025-11-27 20:02:39 +05:30 |
|
Row.php
|
chore: mark Row response model's param with readonly
|
2025-08-30 11:27:51 +05:30 |
|
Rule.php
|
Add logs to rules
|
2025-12-16 10:59:16 +05:30 |
|
Runtime.php
|
feat: add base/key runtime
|
2024-08-09 12:56:55 +01:00 |
|
Session.php
|
chore: add senstive attribute to session
|
2025-01-10 18:21:04 +00:00 |
|
Site.php
|
Update copy for logging
|
2025-03-25 19:49:57 +05:30 |
|
Specification.php
|
Use compute vars for functions and sites
|
2024-10-27 17:22:45 +01:00 |
|
Subscriber.php
|
misc changes
|
2023-12-01 03:39:43 +05:30 |
|
Table.php
|
Add missing model map
|
2026-02-03 22:30:02 +13:00 |
|
Target.php
|
merge with 1.7.x
|
2025-02-04 16:56:14 +00:00 |
|
Team.php
|
Ensure empty team prefs returns as JSON object rather array
|
2023-04-12 12:06:48 -07:00 |
|
Template.php
|
tests and fixes
|
2023-03-14 07:21:56 +00:00 |
|
TemplateEmail.php
|
rename
|
2023-04-10 01:03:48 +00:00 |
|
TemplateFramework.php
|
Support SSR
|
2024-12-02 13:20:54 +01:00 |
|
TemplateFunction.php
|
Apply new terminology for template branch
|
2024-08-14 10:01:04 +00:00 |
|
TemplateRuntime.php
|
Add value to variables template
|
2024-08-07 00:01:54 +05:30 |
|
TemplateSite.php
|
Add template details
|
2025-03-27 11:32:03 +01:00 |
|
TemplateSMS.php
|
rename
|
2023-04-10 01:03:48 +00:00 |
|
TemplateVariable.php
|
Add secret to templateVariable model
|
2024-10-24 18:09:43 +02:00 |
|
Token.php
|
chore: abstract token secret hiding to response model
|
2025-01-10 13:47:38 +00:00 |
|
Topic.php
|
Add email, sms and push totals to topic
|
2024-02-15 17:22:43 +13:00 |
|
Transaction.php
|
Add operations to response model
|
2025-06-18 16:53:47 -04:00 |
|
UsageBuckets.php
|
chore: update naming
|
2025-02-25 04:43:44 +00:00 |
|
UsageCollection.php
|
update: re-add legacy models; remove: filters.
|
2025-05-07 11:13:15 +05:30 |
|
UsageDatabase.php
|
update: the usage model.
|
2025-05-08 19:51:16 +05:30 |
|
UsageDatabases.php
|
update: the usage modals.
|
2025-05-08 19:47:35 +05:30 |
|
UsageFunction.php
|
fix description
|
2025-04-08 08:59:20 +00:00 |
|
UsageFunctions.php
|
fix description
|
2025-04-08 08:59:20 +00:00 |
|
UsageProject.php
|
update: the usage modals.
|
2025-05-08 19:47:35 +05:30 |
|
UsageSite.php
|
fix description
|
2025-04-08 08:59:20 +00:00 |
|
UsageSites.php
|
fix: memory leak
|
2026-01-03 22:38:17 +00:00 |
|
UsageStorage.php
|
editing the response models
|
2023-11-09 12:54:33 +02:00 |
|
UsageTable.php
|
fix: response modals, mappings, filters.
|
2025-05-05 13:53:57 +05:30 |
|
UsageUsers.php
|
editing the response models
|
2023-11-09 12:54:33 +02:00 |
|
User.php
|
fix typo
|
2024-07-08 01:03:52 +00:00 |
|
Variable.php
|
Update the description for secret var
|
2024-10-24 12:08:33 +02:00 |
|
VcsContent.php
|
Improve VCS tests
|
2024-06-26 10:27:24 +00:00 |
|
Webhook.php
|
misc.
|
2025-05-07 14:14:12 +05:30 |