Matej Bačo
2ed495fe3b
Add OG assets
2023-04-26 13:06:11 +02:00
Torsten Dittmann
e9e83ae8ec
Merge branch 'master' of https://github.com/appwrite/appwrite into chore-sync-1-3-x
2023-04-26 12:30:14 +02:00
Matej Bačo
a8cd99873f
Add cache, fix miss-align
2023-04-26 11:10:06 +02:00
Matej Bačo
89b85de03e
Add proper OAuth logic
2023-04-26 10:22:20 +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
Christy Jacob and GitHub
0e5e3f6f6f
Merge pull request #5362 from appwrite/update-cli
...
feat: update cli version
2023-04-25 23:49:29 +05:30
Torsten Dittmann and GitHub
4ceae33a5a
Merge pull request #5163 from yatharth1706/fix-5147-fix-error-description-in-case-of-duplicate-user
...
fix error description for duplicate user
2023-04-25 15:45:59 +02:00
Christy Jacob and GitHub
1c4dc6a424
Merge pull request #3696 from appwrite/fix-event-multi-execution
...
Fix: event multi-execution
2023-04-25 17:31:45 +04: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
Torsten Dittmann
4ebe485f05
remove: leftover from http.php
2023-04-24 13:11:39 +02:00
Torsten Dittmann
5ee3c592a4
chore: release 1.3.2
2023-04-24 13:10:28 +02:00
Torsten Dittmann
ff82a24a4b
feat: migration
2023-04-24 13:00:23 +02: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
118ddb9101
format fix
2023-04-18 07:14:03 +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
Christy Jacob and GitHub
62bdc77b93
Merge pull request #5377 from appwrite/fix-function-timeout-desc
...
Update description for _APP_FUNCTIONS_INACTIVE_THRESHOLD
2023-04-17 22:55:14 +04:00
Vincent (Wen Yu) Ge and GitHub
b6c43e2ccf
Update app/config/variables.php
2023-04-17 14:02:11 -04:00
Matej Bačo
a3e7fa29f4
WIP: OAuth in console
2023-04-17 14:22:47 +02:00
Damodar Lohani
e992814552
use default for missing locales
2023-04-17 09:10:41 +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
3c9fb3d1e7
more missing locale codes
2023-04-17 05:30:47 +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
377928bf65
generate specs
2023-04-17 02:15:55 +00:00
Damodar Lohani
2522f128ef
format
2023-04-17 02:15:46 +00:00
Damodar Lohani
7419867078
new locale codes endpoint
2023-04-17 02:10:17 +00:00
Damodar Lohani
fffff197c9
fix codes
2023-04-17 01:26:43 +00:00
Christy Jacob
00322db289
Merge branch 'disallow-personal-data' of github.com:appwrite/appwrite into disallow-personal-data
2023-04-15 13:38:57 +04:00
Christy Jacob
ac682a85f6
chore: update specs
2023-04-15 13:38:24 +04:00
Steven Nguyen
d41df04b6a
Ensure vars are not lost during upgrade
...
Using a reference on an array element while iterating over it caused
some unexpected behavior. Instead of using a reference, this change
uses a key to allow us to edit the array element.
For reference on the problem, see https://stackoverflow.com/questions/70691375/foreach-with-reference-causing-arrays-last-element-to-repeat .
2023-04-14 16:18:31 -07:00
Vincent (Wen Yu) Ge and GitHub
166b446fe7
Update description for _APP_FUNCTIONS_INACTIVE_THRESHOLD
2023-04-14 14:31:22 -04:00
Jake Barnby
0dea80c9da
Cache whether relation is a list
2023-04-14 22:03:16 +12:00