Matej Bačo
72e0ccf6d6
Remove scheduleUpdatedAt
2023-03-14 19:39:40 +01:00
Matej Bačo
a919421b47
Fix scheduler bugs
2023-03-14 15:10:36 +01:00
fogelito
40152fbd6c
Model relationshipOptions
2023-03-14 15:18:30 +02:00
Matej Bačo
c01fcb130c
Merge branch 'feat-db-pools-master' into feat-db-pools-sync
2023-03-14 12:58:54 +01:00
Matej Baco
ed610fcdd4
Address TODOs
2023-03-14 11:13:03 +00:00
Damodar Lohani
c633eda501
return default template
2023-03-14 09:09:34 +00:00
Damodar Lohani
c7db44b45f
default sms template
2023-03-14 09:07:42 +00:00
fogelito
f255484fd4
Model relationship
2023-03-14 10:24:53 +02:00
Damodar Lohani
ae549a1e9a
tests and fixes
2023-03-14 07:21:56 +00:00
Torsten Dittmann
bfdb7830d0
fix: update team prefs endpoint
2023-03-14 04:40:17 +05:30
Matej Baco
e7351f4eec
Add logs to rules
2023-03-13 13:35:34 +00:00
fogelito
b1cc4ada4c
relationType
2023-03-13 12:11:38 +02:00
fogelito
f5f51c4fc9
Worker $relatedCollection
2023-03-13 11:46:03 +02:00
fogelito
5fc3f5bc3a
Worker
2023-03-13 11:34:41 +02:00
Damodar Lohani
c649ba897f
update response model
2023-03-13 09:33:11 +00:00
Damodar Lohani
82498459db
update project smtp using hook
2023-03-13 09:21:16 +00:00
fogelito
b6c279b576
add relatedCollectionInternalId
2023-03-13 10:45:54 +02:00
fogelito
b116d24486
Document options
2023-03-13 10:33:07 +02:00
fogelito
ba6439375c
create attribute function
2023-03-13 10:22:01 +02:00
fogelito
f525104963
create relationship
2023-03-12 17:06:56 +02:00
fogelito
ca3efdf562
create relation
2023-03-12 16:04:18 +02:00
Damodar Lohani
07010a5192
set SMTP config from project
2023-03-12 02:14:03 +00:00
Matej Bačo
1f409b4e40
Shared variables
2023-03-11 17:06:02 +01:00
Matej Bačo
541cb010a6
Changes after dev-mode QA
2023-03-10 20:36:39 +01:00
Pranav2612000
c97a4868b1
fix: trigger account subscription event on email verification
2023-03-11 00:23:49 +05:30
Torsten Dittmann
10150aad3e
feat: only owners are allowed to update attributes
2023-03-10 21:57:13 +05:30
Matej Baco
2d25514dd8
Improve 409 rule error; update console
2023-03-10 13:36:31 +00:00
Torsten Dittmann
2178bfc126
Merge branch '1.3.x' of https://github.com/appwrite/appwrite into feat-database-update-attribute
2023-03-10 18:39:11 +05:30
Torsten Dittmann
077ad544b6
fix: database responses
2023-03-10 18:36:34 +05:30
Matej Baco
4b0d6d9826
Bug fixes after proxy QA
2023-03-10 12:20:24 +00:00
Damodar Lohani
1d3e0c19f8
error fixes
2023-03-10 11:04:11 +00:00
Torsten Dittmann
cb065e4228
fix: openapi specification
2023-03-10 15:36:10 +05:30
Matej Baco
04c7db9f7b
Bug fixes for proxy rule service
2023-03-10 07:42:52 +00:00
Damodar Lohani
bf4aca0d4a
get template endpoint
2023-03-10 06:27:42 +00:00
Damodar Lohani
1cd0498b15
code format
2023-03-10 02:46:34 +00:00
Bhaskar Singh
31a903d144
Updated the error message for target check fails
...
in custom domain creation
2023-03-10 00:24:33 +05:30
shimon
4839dbbfb0
fix
2023-03-09 17:49:03 +02:00
Damodar Lohani
2352268a07
templates endponint
2023-03-09 13:44:31 +00:00
Torsten Dittmann
01edc57806
Merge branch '1.3.x' of https://github.com/appwrite/appwrite into feat-team-prefs
2023-03-09 16:04:20 +05:30
Damodar Lohani
52d93fd4af
smtp update endpoint
2023-03-09 01:59:10 +00:00
Damodar Lohani
ad8ae92a6d
Merge branch '1.3.x' into feat-reset-sdk-account-model
2023-03-09 07:06:24 +05:45
Matej Bačo
e4b3ba46ad
functions rules auto-mark as verified
2023-03-08 20:55:59 +01:00
Matej Bačo
83370c21f7
Improve error logs
2023-03-08 20:50:51 +01:00
Matej Bačo
59f5978fa3
Implement rules
2023-03-08 19:30:01 +01:00
Bhaskar Singh
7f3000439a
Updated ENV_VARIABLE_INCORRECT_SETUP to DOMAIN_VARIABLE_INCORRECT
2023-03-08 17:15:55 +05:30
Steven Nguyen
85a2d623a6
Update APIs to check X-Appwrite-Timestamp header
...
Appwrite will refer to the X-Appwrite-Timestamp header for when the
request was originally sent and reject the request if the Timestamp
is older than the updatedAt timestamp of the document.
2023-03-07 10:54:52 -08:00
Torsten Dittmann
496da61cd9
feat: team preferences
2023-03-06 19:54:02 +05:30
Matej Bačo
f223e8b948
Update failed status
2023-03-06 12:16:34 +01:00
Bhaskar Singh
eaf31fdb78
Updated the error to 501 error code for custom
...
domain when _APP_DOMAIN and _APP_DOMAIN_TARGET is setup incorrectly
2023-03-05 14:35:47 +05:30
Torsten Dittmann
5df53e3e76
fix: http status codes for udpating attributes
2023-03-02 12:15:10 +05:30