Matej Bačo
7bdcd5c436
Multipoart support
2024-07-01 06:57:18 +00:00
Luke B. Silver
ecf761beab
Merge branch '1.6.x' into feat-new-session-alert
2024-06-26 12:44:49 +01:00
Matej Bačo
d7d5fb0bd7
Improve VCS tests
2024-06-26 10:27:24 +00:00
Matej Bačo
186cef458b
Implemented vcs.getRepositoryContents()
2024-06-26 10:03:27 +00:00
Khushboo Verma
0edbec4f44
OPR v4 support
2024-06-25 15:03:07 +05:30
loks0n
0d987045bf
chore: revert fmt
2024-06-25 08:46:51 +01:00
loks0n
0ea2438069
fix: implementation
2024-06-24 14:12:09 +01:00
loks0n
f3f233eb14
feat: new session alert
2024-06-21 19:21:05 +01:00
Christy Jacob
c5fa7eb7dc
Merge branch '1.6.x' of github.com:appwrite/appwrite into mock-numbers
2024-06-20 20:53:06 +05:30
Christy Jacob
8d5b79c13d
fix: undefined variable
2024-06-20 20:31:54 +05:30
Christy Jacob
e436ad721f
chore: linter
2024-06-20 20:02:36 +05:30
Christy Jacob
e32e7063bb
chore: linter
2024-06-20 20:01:33 +05:30
Christy Jacob
fa070c5e1e
chore: sync & updates
2024-06-16 22:41:13 +00:00
Christy Jacob
9e1541d96a
Merge branch 'main' of https://github.com/appwrite/appwrite into mock-numbers
2024-06-16 07:28:22 +00:00
Bradley Schofield
d8b893c7c9
Small fixes
2024-06-11 14:52:21 +09:00
Bradley Schofield
83d093805f
Implement deploymentsStorage metric for projects API
2024-06-11 14:14:38 +09:00
Matej Bačo
d57c459e6f
Merge branch '1.6.x' into feat-function-tokens
2024-05-17 18:16:43 +02:00
Matej Bačo
2e1f67245d
Fix bugs, add old api key test
2024-05-16 08:39:15 +00:00
Matej Bačo
37176e7865
Backwards compatible approach
2024-05-14 12:33:49 +00:00
Matej Bačo
9252b66493
Add scope tests
2024-05-06 11:27:28 +00:00
Eldad A. Fux
05dd17bd55
Merge pull request #7949 from appwrite/fix-factors-recovery-code
...
Add recovery code to List factors
2024-04-15 10:48:16 +02:00
Matej Bačo
65115f876c
Improve logic for recovery code factor
2024-04-11 07:52:54 +00:00
Matej Bačo
c87a7053b4
Fix bug in MFA protected group
2024-04-10 11:42:20 +00:00
Khushboo Verma
f4cf7ba414
Merge branch 'main' into feat-function-execution-filters
2024-03-20 23:51:27 +05:30
Torsten Dittmann
c3fc9e6567
tests: add request/response filter tests
2024-03-07 16:20:34 +01:00
Torsten Dittmann
eacf7541a9
fix: convert filter to non-statics
2024-03-07 15:41:20 +01:00
Torsten Dittmann
5e4eda2126
feat: cascading response models
2024-03-07 14:48:36 +01:00
Torsten Dittmann
0a1d572c72
chore: run formatter
2024-03-06 18:34:21 +01:00
Matej Bačo
e6ad1c6830
Add more recovery code endpoints
2024-03-02 13:05:22 +00:00
Matej Bačo
5cefca1c22
Fix MFA flows and docs
2024-03-01 16:22:51 +00:00
Torsten Dittmann
dd13d17377
feat: const for totp values
2024-03-01 03:07:58 +01:00
Torsten Dittmann
b7d3996960
feat: mfa collection restructure
2024-02-29 21:59:49 +01:00
Bradley Schofield
8fd610fdf6
Merge branch '1.5.x' into feat-fix-1.5.x-migrations
2024-02-27 13:19:41 +00:00
Bradley Schofield
4050e93b1d
Run Linter
2024-02-27 13:19:35 +00:00
Jake Barnby
564c1df701
Fix rescheduling with existing schedule
2024-02-26 23:37:12 +13:00
Bradley Schofield
7ad4af8d91
Fix misssed items in Migrations and Response filters
2024-02-25 17:30:26 +00:00
loks0n
5ba50c842b
chore: remove array sdk method
2024-02-24 12:53:47 +00:00
Bradley Schofield
cb110c1481
Merge branch '1.5.x' into feat-fix-1.5.x-migrations
2024-02-22 10:28:06 +00:00
Jake Barnby
d3913c422b
Add compound UID valdiator
2024-02-19 23:57:54 +13:00
Khushboo Verma
3471359735
Allow execution filter attributes
2024-02-19 10:24:12 +05:30
Bradley Schofield
461795b6ff
Update V17.php
2024-02-18 08:35:26 +00:00
Jake Barnby
14a243cc37
Merge pull request #7457 from appwrite/1.5.x-response-request-models
...
Update Response and Request filters aswell as Migrations for 1.5.x
2024-02-16 20:58:08 +13:00
Jake Barnby
4d7becc459
Apply suggestions from code review
2024-02-16 20:23:31 +13:00
Jake Barnby
c192f14d01
Merge remote-tracking branch 'origin/1.5.x' into feat-topic-totals-per-type
2024-02-16 14:08:04 +13:00
Torsten Dittmann
14ecbd6658
fix: 2fa endpoint params
2024-02-15 11:26:34 +00:00
Jake Barnby
d82c7c24c4
Fix allowed query attributes
2024-02-15 19:35:47 +13:00
Jake Barnby
e462e916f0
Add email, sms and push totals to topic
2024-02-15 17:22:43 +13:00
Christy Jacob
48e87cdc7c
Merge branch 'main' of github.com:appwrite/appwrite into mock-numbers
2024-02-14 21:24:53 +05:30
Jake Barnby
b2f119868d
Add test
2024-02-13 17:41:07 +13:00
Jake Barnby
66e51c0f18
Merge remote-tracking branch 'origin/1.5.x' into 1.5.x-response-request-models
...
# Conflicts:
# src/Appwrite/Platform/Workers/Usage.php
# src/Appwrite/Platform/Workers/UsageHook.php
2024-02-13 15:07:16 +13:00
Jake Barnby
dd7ac27f11
Merge pull request #7570 from appwrite/feat-support-label-queries
...
Feat support label queries
2024-02-12 22:46:38 +13:00
Jake Barnby
dd8fd2e394
Allow querying on labels attribute
2024-02-12 16:10:28 +13:00
Jake Barnby
18f7168160
Merge main
2024-02-12 14:18:19 +13:00
Christy Jacob
be92aa92e5
chore: rename files
2024-02-11 20:28:05 +05:30
Christy Jacob
89dcc34453
feat: initial commit
2024-02-11 20:21:19 +05:30
Bradley Schofield
5a1fef9ec6
Update V17.php
2024-02-08 11:52:51 +00:00
Bradley Schofield
d9faa7b9d3
Run Linter
2024-02-08 11:39:33 +00:00
Bradley Schofield
38c0f8ddab
Add Query Converter
2024-02-08 11:39:01 +00:00
Bradley Schofield
559fa924c0
Merge branch '1.5.x' into 1.5.x-response-request-models
2024-02-06 17:10:43 +00:00
Khushboo Verma
11ceeff5ca
Add health certificate validity endpoint
2024-02-06 15:15:03 +05:30
Jake Barnby
47dec4e187
Remove descriptions from response models
2024-02-06 02:35:15 +13:00
Jake Barnby
0a72b37b3e
Fix session response model
2024-02-06 02:17:04 +13:00
shimon
a63977455f
Merge branch '1.5.x' of github.com:appwrite/appwrite into 1.5.x-response-request-models
...
Conflicts:
.gitmodules
2024-02-04 09:27:08 +02:00
Torsten Dittmann
db321db0fb
fix: code review
2024-02-02 13:42:15 +01:00
Torsten Dittmann
75fc59931a
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-mfa
2024-02-02 13:30:11 +01:00
shimon
a254bb7edb
Merge branch '1.5.x' of github.com:appwrite/appwrite into 1.5.x-response-request-models
2024-02-01 17:13:38 +02:00
Matej Bačo
a47a4240ed
Rename security phrases
2024-02-01 10:41:01 +00:00
shimon
102c86b2a6
Merge branch 'main' of github.com:appwrite/appwrite into 1.5.x-response-request-models
...
Conflicts:
Dockerfile
app/config/specs/open-api3-latest-client.json
app/config/specs/open-api3-latest-console.json
app/config/specs/open-api3-latest-server.json
app/config/specs/swagger2-latest-client.json
app/config/specs/swagger2-latest-console.json
app/config/specs/swagger2-latest-server.json
app/controllers/api/account.php
app/controllers/api/users.php
app/controllers/shared/api.php
app/worker.php
composer.json
composer.lock
src/Appwrite/Event/Mail.php
src/Appwrite/Migration/Migration.php
src/Appwrite/Migration/Version/V20.php
src/Appwrite/Platform/Services/Tasks.php
src/Appwrite/Platform/Services/Workers.php
src/Appwrite/Platform/Workers/Builds.php
src/Appwrite/Platform/Workers/Deletes.php
src/Appwrite/Platform/Workers/Mails.php
2024-01-31 20:21:18 +02:00
Torsten Dittmann
9070dce6ac
Merge branch 'main' of https://github.com/appwrite/appwrite into 1.5.x
2024-01-24 16:32:12 +01:00
Torsten Dittmann
9f5a0312cf
Merge branch 'main' of https://github.com/appwrite/appwrite into 1.5.x
2024-01-24 11:24:59 +01:00
Torsten Dittmann
185e4258df
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-mfa
2024-01-22 14:45:07 +01:00
Bradley Schofield
18f3f35cad
Merge branch '1.5.x' into 1.5.x-response-request-models
2024-01-19 13:29:04 +00:00
Khushboo Verma
a134ca7efd
Merge branch '1.5.x' into fix-limit-failed-webhook-attempts
2024-01-19 17:12:14 +05:30
Jake Barnby
86ed3fdf55
Merge pull request #7419 from appwrite/feat-query-push-target-type
...
Allow filtering targets by provider type
2024-01-19 16:54:26 +13:00
Jake Barnby
fc9cc3aab1
Merge pull request #7381 from appwrite/fix-list-messages-allowed-queries
...
Fix list messages allowed queries
2024-01-19 16:53:22 +13:00
Torsten Dittmann
442451aa42
feat: mfa console
2024-01-18 16:04:18 +01:00
Torsten Dittmann
1ab3dc2236
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-mfa
2024-01-18 13:10:15 +01:00
Khushboo Verma
e9aab8d9ee
Merge branch '1.5.x' into fix-limit-failed-webhook-attempts
2024-01-18 15:21:55 +05:30
Khushboo Verma
3a1fe3b2a7
Add webhook tests
2024-01-18 15:19:57 +05:30
Steven Nguyen
45ee8a11a5
Update allowed attributes list messages queries
...
Remove the following because queries on arrays/JSON are not supported:
- topics
- users
- targets
- deliveryErrors
- data
Remove the following because they don't exist:
- providerId
- deliveredTo
Add the following as an allowed attribute so it can be queried on the
Console:
- scheduledAt
- deliveredTotal
- providerType
2024-01-17 02:39:09 +00:00
Bradley Schofield
4be38d79ac
Run Linter
2024-01-16 11:18:20 +00:00
Bradley Schofield
198f68b807
Implement Response and Request filters as well as migrations
2024-01-16 11:10:07 +00:00
loks0n
56fe939713
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-ssr
2024-01-13 09:55:44 +00:00
Torsten Dittmann
e2a0c2d825
sync: with 1.5.x
2024-01-12 14:04:31 +01:00
Khushboo Verma
d443602cbc
resolve merge conflicts
2024-01-12 01:55:32 +05:30
Matej Bačo
931efe24a9
Added security phrase to magic URL
2024-01-10 14:52:32 +00:00
Khushboo Verma
b74c7671e8
Resolve merge conflicts
2024-01-10 13:13:09 +05:30
Steven Nguyen
c7a637e4c9
Allow filtering targets by provider type
2024-01-09 14:52:35 -08:00
loks0n
9a34c92fac
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-ssr
2024-01-09 16:42:00 +00:00
Torsten Dittmann
bc384cac8d
fix: response model
2024-01-09 16:47:43 +01:00
Torsten Dittmann
cb25d5209e
fix: di
2024-01-09 16:30:18 +01:00
Torsten Dittmann
7c66481406
fix: collections for mfa
2024-01-08 13:22:33 +01:00
loks0n
5c803f6eff
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-ssr
2024-01-08 11:41:55 +00:00
Torsten Dittmann
208abe17e7
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-mfa
2024-01-08 12:20:08 +01:00
Khushboo Verma
6d8443d5cd
Addressed PR comments
2024-01-05 15:13:54 +05:30
Khushboo Verma
fb9e393c97
Merge branch '1.5.x' into fix-limit-failed-webhook-attempts
2024-01-04 16:42:47 +05:30
Steven Nguyen
4cfd977bd7
Add support for querying topic total
2024-01-04 00:59:44 +00:00
Damodar Lohani
640ab7bf87
Merge branch 'main' into to-sync-with-main
2024-01-03 00:11:42 +00:00
shimon
99f1543f1b
Merge branch 'main' of github.com:appwrite/appwrite into refactor-usage-sn
...
Conflicts:
.gitmodules
Dockerfile
app/console
app/init.php
composer.lock
src/Appwrite/Platform/Services/Workers.php
src/Appwrite/Platform/Tasks/Hamster.php
2024-01-02 11:49:23 +02:00
Damodar Lohani
a2ad870084
use compression constant from utopia/storage
2023-12-31 11:46:45 +00:00
Torsten Dittmann
cf87cfab3a
Merge branch 'refactor-usage-sn' of https://github.com/appwrite/appwrite into refactor-usage-sn
2023-12-12 18:48:26 +01:00
Torsten Dittmann
063db1e2bf
feat: add execution aggregation to project usage
2023-12-12 18:48:21 +01:00
loks0n
db324ba0aa
chore: fmt
2023-12-12 11:54:05 +00:00
Matej Bačo
fc504e3a68
Change collections priority for pricing override
2023-12-12 12:27:04 +01:00
loks0n
fda9df069a
feat: enable array sdk.method
2023-12-12 11:24:50 +00:00
Torsten Dittmann
3d081e1aa5
fix: allow billingPlan query on teams
2023-12-11 19:48:52 +01:00
Khushboo Verma
ff7cfc6602
Merge branch '1.5.x' into fix-limit-failed-webhook-attempts
2023-12-12 00:17:21 +05:30
Torsten Dittmann
ba75f69969
feat: usage breakdown by project
2023-12-11 16:19:08 +01:00
Torsten Dittmann
95425832ae
fix: tests and response models
2023-12-10 11:03:01 +01:00
prateek banga
6ead6f8094
misc changes
...
allow filtering by providerType, userId in subscribers. Adds cancelled status for message status. Validate targets when creating message. delete all targets when user is deleted. fix twilio bug. add db env vars in messaging worker compose.phtml
2023-12-01 03:39:43 +05:30
Jake Barnby
042c1a725f
Message extends Model instead of Any so rules are applied since data is not hoisted
2023-11-29 17:10:53 +13:00
Jake Barnby
4b58d08fd8
Add providerType to Message
2023-11-29 17:09:44 +13:00
Jake Barnby
4bc23afc65
Add constants for message types
2023-11-29 17:05:37 +13:00
prateek banga
e3f60f4c78
fix tests
2023-11-23 23:14:02 +05:30
prateek banga
858175fe00
adds target object in subscriber model
2023-11-23 14:35:16 +05:30
Prateek Banga
d9826cdce8
makes provider creation fields optional and adds target info in subscriber model
2023-11-23 00:39:55 +05:30
Khushboo Verma
2c04c98801
Renamed webhook variables
2023-11-20 19:49:15 +05:30
prateek banga
b1eaf97806
review changes
2023-11-20 16:21:06 +05:30
prateek banga
5c1cf3a526
adds user name in subscriber response model
2023-11-20 12:34:50 +05:30
prateek banga
c24664f5d9
removes internal provider
2023-11-16 01:30:47 +05:30
prateek banga
7ae614fe13
adds provider type in target
2023-11-14 18:14:07 +05:30
Prateek Banga
4f681cfe10
Merge branch '1.5.x' into chore-sync-main-1.5.x
2023-11-10 23:12:40 +05:30
Prateek Banga
3ade88897c
Merge branch 'main' of https://github.com/appwrite/appwrite into chore-sync-main-1.5.x
2023-11-10 12:49:05 +05:30
shimon
91fed7a255
editing the response models
2023-11-09 12:54:33 +02:00
shimon
d54615d376
project.php
2023-11-08 18:12:36 +02:00
shimon
ad63a377ab
added inf metric
2023-11-08 11:09:32 +02:00
shimon
f64d0ab8a8
Merge branch '1.4.x' of github.com:appwrite/appwrite into refactor-usage-sn
...
Conflicts:
.gitmodules
CHANGES.md
Dockerfile
composer.lock
src/Appwrite/Migration/Migration.php
2023-11-05 17:03:13 +02:00
Prateek Banga
f97d1fa9e3
adds log api in messaging controller
2023-11-02 18:00:17 +05:30
Prateek Banga
76d7369314
fixes description for messaging service models
2023-11-02 12:20:15 +05:30
shimon
1c1028412a
refactor users, project, functions usage display
2023-11-01 20:44:06 +02:00
shimon
04290730b2
refactor storage, databases usage display
2023-11-01 17:20:12 +02:00
loks0n
efe05cd292
Merge branch 'main' of https://github.com/appwrite/appwrite into feat-ssr
2023-11-01 11:03:21 +00:00
Steven Nguyen
c4e22b1085
Fix warning when cookie is null
2023-10-31 18:25:35 +00:00
loks0n
4559cf77e9
Merge branch 'main' of https://github.com/appwrite/appwrite into feat-ssr
2023-10-31 12:08:48 +00:00
Prateek Banga
a58f473b29
adds createdAt and updatedAt in messaging models
2023-10-31 14:01:42 +05:30
prateek banga
06daa544e8
review changes
2023-10-30 23:37:57 +05:30
Matej Bačo
71807635b3
Move cookie-header logic to request
2023-10-27 17:23:43 +02:00
Prateek Banga
5a9b1f0c24
removes provider from topics
2023-10-26 19:44:06 +05:30
Prateek Banga
34b3ed68ee
adds total count for subscribers in topics model
2023-10-26 12:37:39 +05:30
prateek banga
fd4a81c4fc
made review changes
2023-10-25 23:03:23 +05:30
shimon
c11b3ff522
workers start hook
2023-10-25 12:46:45 +03:00
prateek banga
161bbfb822
Merge branch '1.4.x' of https://github.com/appwrite/appwrite into sync-1.4.x-to-1.5.x
2023-10-20 14:55:17 +05:30
Prateek Banga
55187d4781
fix typo
2023-10-18 13:30:01 +05:30
Prateek Banga
4bef86d88b
review changes
2023-10-18 13:19:21 +05:30
Prateek Banga
b86f531b30
adds data in message model and search param in messages query validator
2023-10-17 23:45:46 +05:30
Prateek Banga
ffeb3f8fcf
review work
2023-10-17 22:53:26 +05:30
loks0n
dfeb49951b
Merge branch 'main' of https://github.com/appwrite/appwrite into feat-ssr
2023-10-16 10:26:51 +01:00
Torsten Dittmann
c0c4cffba2
fix: relative links to absolute v2
2023-10-13 15:43:44 +02:00
Prateek Banga
0b1b7646d5
review changes
2023-10-13 18:26:54 +05:30
loks0n
07286e5864
Merge branch 'main' of https://github.com/appwrite/appwrite into feat-ssr
2023-10-13 11:05:22 +01:00