1
0
Fork 0
mirror of synced 2024-08-03 20:42:09 +12:00
Commit graph

15161 commits

Author SHA1 Message Date
Christy Jacob
1c4dc6a424
Merge pull request #3696 from appwrite/fix-event-multi-execution
Fix: event multi-execution
2023-04-25 17:31:45 +04:00
Steven
2d0cf85edd
Fix typo in Apple Getting Started 2023-04-24 12:03:41 -07:00
Torsten Dittmann
43a6945d30 fix: migration 2023-04-24 13:21:31 +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
Torsten Dittmann
5925d61a9c chore: update composer 2023-04-21 13:04:37 +02:00
Torsten Dittmann
495a17a290
Merge pull request #5405 from appwrite/feat-ci-release
ci: release action
2023-04-21 12:05:33 +02:00
Torsten Dittmann
097030c348 fix:: adapt to review 2023-04-21 11:58:59 +02:00
Steven Nguyen
3f72b738fa
Fix related creates 2023-04-20 18:44:53 -07:00
Torsten Dittmann
725ebfcd44 fix: ci version numbers 2023-04-20 22:15:29 +02:00
Torsten Dittmann
ba1e5a7159 ci: use proper versions 2023-04-20 21:46:29 +02:00
Torsten Dittmann
0230671717 chore: upgrade utopia-php/database 2023-04-20 21:10:48 +02: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
Steven Nguyen
471c832a4f
Bump utopia-php/database version 2023-04-19 17:21:41 -07:00
Torsten Dittmann
7d119aa68c ci: try sharing console build for all 2023-04-19 14:03:23 +02:00
Torsten Dittmann
590ae9cfe4 update tags 2023-04-19 13:55:05 +02:00
Torsten Dittmann
a769a18ba0 update tags 2023-04-19 13:54:48 +02:00
Torsten Dittmann
08e5dc1c40
Update release.yml 2023-04-19 13:25:12 +02:00
Torsten Dittmann
85b8728e71 fix: change name 2023-04-19 13:23:14 +02:00
Torsten Dittmann
b3c2273780 ci: release action 2023-04-19 13:22:13 +02:00
Damodar Lohani
b13800386d fix mock for upload changes 2023-04-19 06:15:24 +00:00
Damodar Lohani
3486885dc8 fix large deployment test 2023-04-19 05:38:54 +00:00
Damodar Lohani
26aea21768 fix chunk header size in test 2023-04-19 04:44:59 +00:00
Damodar Lohani
518b45827f content-range end should be 1 less than file size 2023-04-19 02:17:26 +00:00
Vincent (Wen Yu) Ge
d965df4a05 Remove reference to env vars in references 2023-04-17 21:12:15 +00:00
Christy Jacob
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
b6c43e2ccf
Update app/config/variables.php 2023-04-17 14:02:11 -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
166b446fe7
Update description for _APP_FUNCTIONS_INACTIVE_THRESHOLD 2023-04-14 14:31:22 -04:00
Jake Barnby
d1740d2121
Merge pull request #5363 from appwrite/fix-nested-id-required
Fix auto-setting custom ID on nested documents
2023-04-14 22:37:24 +12:00
Jake Barnby
0dea80c9da
Cache whether relation is a list 2023-04-14 22:03:16 +12:00
Jake Barnby
fb130f3aa2
Merge remote-tracking branch 'origin/1.3.x' into fix-nested-id-required 2023-04-14 21:59:42 +12:00
Jake Barnby
78aadd2f39
Merge pull request #5361 from appwrite/fix-team-pres-empty-array
Ensure empty team prefs returns as JSON object rather array
2023-04-13 21:09:37 +12:00
Jake Barnby
08be9c4c89
Update changelog 2023-04-13 16:35:42 +12: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
Christy Jacob
0fcfeb50a6 feat: update cli version 2023-04-13 01:48:44 +04:00
Christy Jacob
5d4e0762bb feat: update cli version 2023-04-13 01:33:25 +04:00
Christy Jacob
f30d11ed60 feat: update cli version 2023-04-13 01:23:49 +04:00
Steven Nguyen
bb2b48193f
Ensure empty team prefs returns as JSON object rather array 2023-04-12 12:06:48 -07:00
Prasanth Kota
0a1fcfc889
Update GETTING_STARTED.md 2023-04-13 00:13:20 +05:30
Torsten Dittmann
e5fa4883b2
Merge pull request #5358 from appwrite/1.3.x
1.3.x sync
2023-04-12 19:01:02 +02:00
Torsten Dittmann
7f377f8d32
Merge pull request #5355 from appwrite/fix-relationship-attr-link
Fix link in Learn more about relationship attributes
2023-04-12 19:00:17 +02:00
Torsten Dittmann
35b76a9597
Merge pull request #5357 from appwrite/chore-prepare-1-3-1
chore: prepare 1.3.1 release
2023-04-12 18:56:31 +02:00