Matej Bačo
985ca3843b
3rd og card variation
2023-04-28 19:46:24 +02:00
Matej Bačo
d022ee6622
Fix race condition
2023-04-28 11:07:26 +02:00
Matej Bačo
8c1d89c33c
Fix race condition
2023-04-28 09:30:30 +02:00
Damodar Lohani
616dee24d7
replace template variables with values
2023-04-28 07:30:27 +00:00
Damodar Lohani
b1bbc9dfbd
Merge remote-tracking branch 'origin/master' into feat-custom-smtp
2023-04-28 07:11:17 +00:00
Torsten Dittmann
e1cf068652
fix: platforms query
2023-04-27 17:36:00 +02:00
Bhaskar Singh
7064f884aa
Refactor usage init hook to remove unecessary
...
inject
2023-04-27 19:32:05 +05:30
Matej Bačo
6c6154b3d4
Reviews, fine tuning
2023-04-27 14:34:50 +02:00
fogelito
36dee1f345
Alias change
2023-04-27 15:10:07 +03:00
fogelito
9e5af4c046
Alias change
2023-04-27 15:01:40 +03:00
fogelito
0460b59cdc
Namespace Changes
2023-04-27 14:59:05 +03:00
Damodar Lohani
edbc52403a
update so that current SDK don't fail
2023-04-27 09:29:39 +00:00
Matej Bačo
db472b19c7
Improve employee detection
2023-04-27 10:24:53 +02:00
fogelito
e631453e3b
documents name changes
2023-04-27 09:59:55 +03:00
Matej Bačo
837cebcdda
Fix race condition
2023-04-26 13:51:19 +02:00
Matej Bačo
a7f81bd628
Fix permission issue
2023-04-26 13:39:50 +02:00
Matej Bačo
2ed495fe3b
Add OG assets
2023-04-26 13:06:11 +02:00
Matej Bačo
a8cd99873f
Add cache, fix miss-align
2023-04-26 11:10:06 +02:00
Matej Bačo
2e421f15ab
Implement 2D cloud cards
2023-04-26 10:21:10 +02:00
Christy Jacob
d5fb9ab9a6
Merge branch 'master' of https://github.com/appwrite/appwrite into add-console-headers
2023-04-26 03:37:39 +00:00
fogelito
9dcf4c0984
validations changes
2023-04-25 14:35:49 +03:00
Matej Bačo
563f2e22f9
skew for 3d og image
2023-04-25 09:35:48 +02:00
Vincent (Wen Yu) Ge
03bfed4e25
Update create-document description and improve error message for unknown attribute.
2023-04-24 22:54:01 +00:00
Bhaskar Singh
3865f48d32
Moved check for _APP_USAGE_STATS
...
to create init hook for App
2023-04-21 23:09:01 +05:30
Steven Nguyen
3f72b738fa
Fix related creates
2023-04-20 18:44:53 -07:00
Steven Nguyen
e8dee9296c
Fix update document not merging existing data
2023-04-20 10:10:51 -07:00
Steven Nguyen
4113ae7ca5
Allow updating document with read-only relationship
...
A user should be able to update a document without touching the
relationship.
Relates: https://github.com/appwrite/appwrite/issues/5404
2023-04-19 17:21:41 -07:00
Steven Nguyen
37afb82d1c
Delegate permissions check to database layer
2023-04-19 17:21:41 -07:00
Steven Nguyen
611dd9b86c
Return 404 if a user doesn't have access to a collection
...
It is better to return 404 so that an end user doesn't know if the
collection actually exists but they don't have access or they really
don't have access.
2023-04-19 17:21:41 -07:00
Steven Nguyen
50bb69290f
Ensure collections are created with permissions and documentSecurity
2023-04-19 17:21:41 -07:00
Damodar Lohani
ac9f434c85
more fixes and reset endpoints
2023-04-19 08:44:22 +00:00
Damodar Lohani
0177ddccb3
use custom templates to send email when enabled
2023-04-19 08:29:29 +00:00
Matej Bačo
5782f7b8c6
Add OG image render logic
2023-04-19 09:25:05 +02:00
Damodar Lohani
b13800386d
fix mock for upload changes
2023-04-19 06:15:24 +00:00
Damodar Lohani
518b45827f
content-range end should be 1 less than file size
2023-04-19 02:17:26 +00:00
Damodar Lohani
07ebb3fae5
fix validator
2023-04-18 07:15:51 +00:00
Damodar Lohani
4719970c93
fix locale
2023-04-18 05:31:18 +00:00
Damodar Lohani
53a9de477b
fix spec
2023-04-18 02:11:08 +00:00
Damodar Lohani
8fcb199af0
remove var dump
2023-04-17 08:58:05 +00:00
Damodar Lohani
0b2ccf7a2a
fix missing argument
2023-04-17 08:53:52 +00:00
Damodar Lohani
16695a4b6d
fix errors
2023-04-17 08:04:52 +00:00
Damodar Lohani
591fd9d734
generate specs
2023-04-17 02:33:50 +00:00
Damodar Lohani
95054434d8
update locale validator
2023-04-17 02:28:49 +00:00
Damodar Lohani
f79c41a132
fix naming and add doc
2023-04-17 02:21:24 +00:00
Damodar Lohani
7419867078
new locale codes endpoint
2023-04-17 02:10:17 +00:00
Jake Barnby
0dea80c9da
Cache whether relation is a list
2023-04-14 22:03:16 +12:00
Christy Jacob
0fb34433b9
feat: personal data filters to enhance password protection
2023-04-14 00:20:03 +04:00
Christy Jacob
8a5a3db082
Merge branch 'master' of github.com:appwrite/appwrite into disallow-personal-data
2023-04-13 12:55:49 +04:00
Jake Barnby
975b044de0
Iterate relation by reference on update
2023-04-13 16:08:53 +12:00
Jake Barnby
c7317b0468
Fix auto-setting custom ID on nested documents
2023-04-13 15:59:57 +12:00