1
0
Fork 0
mirror of synced 2024-08-06 22:08:05 +12:00
Commit graph

946 commits

Author SHA1 Message Date
Eldad Fux
a340c4d670 Merge branch 'master' of github.com:appwrite/appwrite into 0.9.x 2021-06-14 10:09:55 +03:00
Christy Jacob
a93496bc8c Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-move-deletion-to-worker 2021-06-14 11:05:08 +05:30
Christy Jacob
86b1cc1678 feat: merge commit 2021-06-14 10:58:49 +05:30
Eldad Fux
01ba5a0738 Returned userIDs 2021-06-12 23:44:25 +03:00
Eldad Fux
b4fcbbe062 Fixed JWT missing namespace 2021-06-12 22:37:19 +03:00
Eldad Fux
7a3221168e Removed unrequired attribute 2021-06-12 21:43:12 +03:00
Eldad Fux
f3ff50d686 Fixed logs time attribute 2021-06-12 21:39:59 +03:00
Eldad A. Fux
a3053b2a2b
Merge branch 'feat-database-indexing' into feat-audit-abuse 2021-06-12 17:54:55 +03:00
Eldad A. Fux
264eb0ea4e
Update app/controllers/api/account.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-06-12 17:50:40 +03:00
Eldad Fux
4dc225a886 Added orderType params 2021-06-12 17:33:23 +03:00
Eldad Fux
fe5de87563 Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-12 13:21:28 +03:00
kodumbeats
0a33325422 Sync with branch 'feat-database-indexing' for PDO and test fixes 2021-06-11 16:42:03 -04:00
Eldad Fux
5fa2a8468e Fixed test and PDO error 2021-06-11 23:39:00 +03:00
kodumbeats
f7d3b726fd Remove erroneous use 2021-06-11 16:21:54 -04:00
kodumbeats
e35d883c56 Test for creating collections and documents 2021-06-11 16:06:54 -04:00
kodumbeats
4f90d89def Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-11 14:34:15 -04:00
Eldad Fux
2028d334a2 Fixed old DB 2021-06-11 21:23:41 +03:00
Eldad Fux
b929084b8b Updated var name 2021-06-11 21:23:31 +03:00
Eldad Fux
2cf16881f1 Replaced * with role:all 2021-06-11 21:23:16 +03:00
kodumbeats
1885a9632d Fix tests for create/delete collection 2021-06-11 14:07:05 -04:00
kodumbeats
d2597db038 Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-11 10:48:10 -04:00
kodumbeats
3510bc88b4 use isEmpty document method to check for empty collection 2021-06-11 10:25:52 -04:00
Torsten Dittmann
3f199e1232 refactor(workers): create abstract worker class 2021-06-11 16:20:18 +02:00
Eldad A. Fux
4df8f8aaba
Merge pull request #1260 from lohanidamodar/feat-image-crop-gravity
feat-image-crop-gravity
2021-06-11 16:51:25 +03:00
Damodar Lohani
4ea0d627f4 remove int conversion 2021-06-11 18:11:04 +05:45
Eldad Fux
2a07d311e8 Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-11 15:04:15 +03:00
Eldad Fux
e42eab3671 Merge branch 'master' of github.com:appwrite/appwrite into 0.9.x 2021-06-11 12:28:24 +03:00
kodumbeats
7138dbd34f Use new db for collections and documents 2021-06-10 14:19:42 -04:00
kodumbeats
e9d93ce95e Throw 404 when collection not found 2021-06-10 09:15:00 -04:00
Damodar Lohani
f26b8f05f5 use exception instead 2021-06-10 14:11:16 +05:45
Damodar Lohani
4563faedcb fix warning 2021-06-10 12:05:46 +05:45
kodumbeats
6f3b331069 Align index and attribute routes to db and models 2021-06-09 17:11:51 -04:00
Damodar Lohani
e1133b665d fix whitelist issue 2021-06-09 14:22:20 +05:45
Damodar Lohani
9a9a309ce2
Update app/controllers/api/projects.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-06-09 12:30:02 +05:45
Damodar Lohani
4fb54ac87b fix crop gravity param type 2021-06-09 12:26:39 +05:45
kodumbeats
be79eb76c6 Use new db for attribute endpoints 2021-06-08 16:12:14 -04:00
kodumbeats
2342d84de3 Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-08 12:47:59 -04:00
Damodar Lohani
ed0efed843 Merge branch 'feat-database-indexing' into feat-audit-abuse 2021-06-08 16:04:01 +05:45
Damodar Lohani
a077ec0f55 Merge branch 'master' into feat-image-crop-gravity 2021-06-08 12:24:43 +05:45
Damodar Lohani
5201e48815 adding image crop gravity support 2021-06-07 12:02:46 +05:45
Damodar Lohani
ee67986662 db setup 2021-06-07 11:37:40 +05:45
Damodar Lohani
12e01f8092 integrate abuse and audit 2021-06-07 11:02:29 +05:45
Eldad Fux
a0be399f0c Fix db connection 2021-06-06 20:54:01 +03:00
Eldad Fux
f1d75dc805 Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-03 23:19:35 +03:00
Eldad Fux
d77226e8f9 Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-03 23:19:04 +03:00
Christy Jacob
ef36e9ef49 feat: review comments 2021-06-04 00:35:11 +05:30
Christy Jacob
b954e148b5 feat: review comments 2021-06-03 19:01:00 +05:30
Christy Jacob
26c46a2278 fix: ignore email case when creating account 2021-06-03 18:33:51 +05:30
Christy Jacob
ec4d4d56a1 fix: ignore email case when creating account 2021-06-03 18:28:40 +05:30
Eldad Fux
86b68352b1 Merge branch 'master' of github.com:appwrite/appwrite into 0.9.x 2021-06-02 20:11:36 +03:00
Eldad A. Fux
e3d444a0cd
Merge pull request #1122 from lohanidamodar/feat-flutter-platforms
feat-flutter-desktop-platforms
2021-06-02 09:40:29 +03:00
Eldad A. Fux
02a8cc8362
Merge pull request #1223 from lohanidamodar/feat-update-verification
Update Email verification
2021-05-31 14:35:07 +03:00
Damodar Lohani
20e4745786 fixed param name 2021-05-31 11:35:43 +05:45
Christy Jacob
404e1ace91 fix(teams): added unit test 2021-05-31 10:26:06 +05:30
Eldad Fux
da3d4546ad Update mail style 2021-05-30 23:38:40 +03:00
Damodar Lohani
641e777449 Merge branch 'master' into feat-flutter-platforms 2021-05-30 17:20:10 +05:45
Damodar Lohani
3ef0b6e7cb endpoint to update user email verification 2021-05-30 12:48:51 +05:45
Christy Jacob
b7efefa40f fix(teams): added comment 2021-05-29 13:02:26 +05:30
Christy Jacob
a7a744afb1 fix(teams): removed var_dump 2021-05-29 02:28:38 +05:30
Christy Jacob
744d8b9b48 fix(teams): removed var_dump 2021-05-29 02:27:47 +05:30
Christy Jacob
b0e74b6d7b fix(teams): incorrect membership count in teams 2021-05-29 02:25:22 +05:30
Christy Jacob
3b98feef11 Merge branch 'master' of https://github.com/appwrite/appwrite into fix-1190-team-membership 2021-05-29 01:52:04 +05:30
Christy Jacob
5a469ab362 fix(memberships): logic for decremmenting membership count 2021-05-29 01:51:56 +05:30
Eldad A. Fux
29114f8299
Merge pull request #1208 from appwrite/feat-1176-pass-session-to-function
feat: pass session to cloud function in oauth create sessions
2021-05-28 22:21:51 +03:00
Christy Jacob
f4538f0c6b feat: indentation 2021-05-28 12:32:39 +05:30
Christy Jacob
faa7c3e708 feat: pass session to cloud function in oauth create sessions 2021-05-28 12:26:11 +05:30
Damodar Lohani
59338afb40 fixes deleteSession API removes browser's cookieFallback #1193 2021-05-28 12:12:14 +05:45
Eldad Fux
26d0d5d3dc Implemented search 2021-05-27 13:09:14 +03:00
Eldad Fux
abd0bba8a4 Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing 2021-05-27 01:31:29 +03:00
Damodar Lohani
40a8a4c366 fixing clamav status when clamav is not running 2021-05-25 15:11:20 +05:45
Eldad A. Fux
3472b1545e
Merge pull request #1166 from TorstenDittmann/fix-anon-session-id
fix(account): add anon session id
2021-05-24 18:30:52 +03:00
Eldad A. Fux
4cfce5547e
Merge pull request #1170 from lohanidamodar/fix-image-preview-validator
fix-image-preview-validator
2021-05-21 15:25:09 +03:00
Damodar Lohani
c03e3709a6 proper range validator for opacity 2021-05-21 12:42:43 +05:45
Torsten Dittmann
d118b09d90 fix(account): add anon sessiom id 2021-05-20 15:41:55 +02:00
Eldad Fux
ed751160de Fixed missing JWT model 2021-05-20 11:52:19 +03:00
Damodar Lohani
3318631d9d converting to numeric validator 2021-05-20 12:27:20 +05:45
Eldad A. Fux
4ff892d29f
Merge pull request #1150 from appwrite/fect-stateless-webhooks-worker
Feat stateless webhooks worker
2021-05-18 16:40:04 +03:00
Eldad Fux
63a92a768a Fixed functions webhooks trigger 2021-05-17 18:52:22 +03:00
Eldad Fux
a8cc398c85 Updated functions trigger 2021-05-17 14:32:37 +03:00
Eldad Fux
cee71ef7b3 Fixed permission check 2021-05-16 13:55:12 +03:00
Eldad Fux
2760cf5993 Cleanups - work in progress 2021-05-16 12:18:34 +03:00
Eldad Fux
814ac68d49 Work in progress - projects controller 2021-05-16 01:41:42 +03:00
Eldad Fux
e1ce368f66 Removed getArrayCopy 2021-05-15 23:03:56 +03:00
Eldad Fux
fe617a48a2 Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-05-15 04:20:12 +03:00
Christy Jacob
cfd6aed48e Merge branch '0.8.x' of https://github.com/appwrite/appwrite into feat-move-deletion-to-worker 2021-05-14 01:01:46 +05:30
Eldad Fux
3704dc69e8 Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-add-update-membership-endpoint 2021-05-13 20:49:52 +03:00
Christy Jacob
a35a567e0e feat: added server side test 2021-05-13 20:17:35 +05:30
Eldad A. Fux
5c4ee95d23
Merge branch '0.8.x' into feat-update-team-membership-password 2021-05-13 17:40:35 +03:00
Christy Jacob
3b74a92ab3
Apply suggestions from code review
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-05-13 19:31:52 +05:30
Eldad A. Fux
8d603386a3
Merge pull request #1143 from appwrite/fix-teams-api-issues
fix(teams): some minor issues with the API
2021-05-13 16:57:05 +03:00
Christy Jacob
67b4e8c729 feat: correct the event names 2021-05-12 22:50:10 +05:30
Christy Jacob
af0bbd7b91 feat: increase memberships fetched to 2000 2021-05-12 22:45:55 +05:30
Christy Jacob
31dc2d79eb feat: added enpoint for updating membership roles 2021-05-12 22:30:22 +05:30
Eldad Fux
69abbba02b Changed god account to root account 2021-05-12 17:53:25 +03:00
Christy Jacob
10435d4392 feat: update membership roles 2021-05-12 20:17:56 +05:30
Christy Jacob
a38678f30d feat: adding update membership role 2021-05-12 19:14:41 +05:30
Eldad Fux
f7f54c0d2f Leverage auth limit for god feature 2021-05-12 14:35:46 +03:00
Eldad Fux
c5a2a93f96 Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-god-user 2021-05-12 14:14:15 +03:00
Christy Jacob
5e6cc855c9 feat: remove logs 2021-05-11 23:29:20 +05:30
Christy Jacob
6836e3c91d feat: move membership deletion to deletes worker 2021-05-11 23:25:38 +05:30
Eldad Fux
10b9049446 Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-05-10 19:53:02 +03:00
Eldad Fux
22c1ac4abe Updated user status on deleted membership 2021-05-10 00:20:57 +03:00
Eldad Fux
0a3c198e00 Removed boolean check on DB operation 2021-05-09 23:34:32 +03:00
Eldad Fux
c173d4a2e3 More cometics 2021-05-09 21:37:47 +03:00
Eldad Fux
dc57a41f36 Fixed account tests 2021-05-09 02:10:13 +03:00
Christy Jacob
f128cd9578 feat: refactor inviteId to membershipId 2021-05-07 21:19:23 +05:30
Torsten Dittmann
501f68ca38 Merge branch 'dev' of https://github.com/appwrite/appwrite into merge-dev-into-0.8.x 2021-05-07 09:15:56 +02:00
Eldad Fux
e70de897d6 Work in progress account/teams/users 2021-05-07 01:31:05 +03:00
Christy Jacob
d99f0cbc5c feat: review comments 2021-05-06 22:00:57 +05:30
Christy Jacob
e8172f72e3 feat: review comments 2021-05-06 22:00:44 +05:30
Christy Jacob
80328f1dc7 feat: review comments 2021-05-06 18:51:36 +05:30
Damodar Lohani
309f915070 flutter desktop platforms 2021-05-06 11:19:34 +05:45
Eldad Fux
7192ead92d Cleanups 2021-05-05 17:52:34 +03:00
Eldad Fux
a128ad08b5 Added indexes 2021-05-05 15:28:01 +03:00
Eldad Fux
d699c8aba9 Updated functions service 2021-05-05 00:25:17 +03:00
Christy Jacob
eaac52b9b7 feat: allow external users to update password without oldPassword 2021-05-05 00:22:46 +05:30
Eldad Fux
aa119d50d5 Added cache, updated db names 2021-05-03 22:22:39 +03:00
Eldad Fux
eab18af07e Added support for count 2021-05-03 13:25:05 +03:00
Eldad Fux
3739be31bb Init DB library 2021-05-03 11:28:31 +03:00
Eldad A. Fux
8e4a87ea04
Merge pull request #1102 from TorstenDittmann/feat-prefs-response-model
feat: preferences response model
2021-04-29 20:59:41 +03:00
Torsten Dittmann
24705f2d08 Merge branch '0.8.x' of https://github.com/appwrite/appwrite into feat-upgrade-php-version 2021-04-29 09:37:08 +02:00
Torsten Dittmann
4689d0b69f Revert "fix: influx db client"
This reverts commit 5ddcdf1779.
2021-04-27 15:51:35 +02:00
Torsten Dittmann
5ddcdf1779 fix: influx db client 2021-04-27 15:39:40 +02:00
Torsten Dittmann
f2426aa473 fix: use authorization control instead of arguments 2021-04-27 09:28:42 +02:00
Torsten Dittmann
4eb298e4e0 fix: executions permission validation 2021-04-27 09:12:59 +02:00
Eldad Fux
1a4e813e45 Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-god-user 2021-04-23 23:33:04 +03:00
Torsten Dittmann
3d960a2971 Merge branch '0.8.x' of https://github.com/appwrite/appwrite into feat-upgrade-php-version 2021-04-23 17:06:42 +02:00
Eldad A. Fux
ba49f4d367
Merge branch '0.8.x' into feat-auth-limits 2021-04-23 09:34:16 +03:00
Eldad Fux
04d53eab7a Fixed missing permissions 2021-04-23 09:31:22 +03:00
Torsten Dittmann
5668579021 fix: improve error message on anon login 2021-04-21 16:54:05 +02:00
Torsten Dittmann
cc34719768 feat: preferences response model 2021-04-21 15:37:51 +02:00
Torsten Dittmann
25b03c90f8 feat: introduce appwrite/php-runtimes 2021-04-21 13:02:54 +02:00
kodumbeats
d609940de1 Merge branch 'dev' into refactor-whitelist-type 2021-04-19 09:29:55 -04:00
Eldad Fux
c8a5d05a3e Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-auth-limits 2021-04-19 14:19:57 +03:00
Eldad A. Fux
65f9c97e8a
Merge pull request #1094 from appwrite/fix-avatars-shared-cache
Fixed cached bug
2021-04-17 00:15:43 +03:00
Eldad Fux
293badbd90 Fixed cached bug 2021-04-16 22:04:42 +03:00
Eldad Fux
ce8b3686d8 Replaced sdk.security with sdk.auth 2021-04-16 10:22:17 +03:00
Eldad Fux
7a0ff7699a Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-jwt-support-for-sdks 2021-04-16 10:20:12 +03:00
kodumbeats
604b3217f3 Use validator type constants 2021-04-15 16:33:47 -04:00
Eldad A. Fux
5148c5419c
Merge pull request #1008 from appwrite/feat-new-image-features
feat-new-image-features
2021-04-15 15:48:42 +03:00
Eldad Fux
e2f543cd85 Merge branch 'dev' of github.com:appwrite/appwrite into 0.8.x 2021-04-15 12:01:52 +03:00
Torsten Dittmann
15c80628ac
Update storage.php 2021-04-15 09:45:05 +02:00
Torsten Dittmann
c24c17f1a2 Merge branch '0.8.x' of https://github.com/appwrite/appwrite into rename-users-delete-method 2021-04-14 13:10:54 +02:00
Torsten Dittmann
3829b4b8da Merge branch '0.8.x' of https://github.com/appwrite/appwrite into feat-auth-limits 2021-04-14 12:36:40 +02:00
Eldad Fux
994dd3164f Merge branch 'dev' of github.com:appwrite/appwrite into 0.8.x 2021-04-14 12:02:17 +03:00
Torsten Dittmann
0b4d7f0844 Merge branch '0.8.x' of https://github.com/appwrite/appwrite into rename-users-delete-method 2021-04-14 10:21:35 +02:00
Torsten Dittmann
004d3d5270 rename: users delete method 2021-04-13 13:01:33 +02:00
Torsten Dittmann
e0fa4d6856 fix: adapt storage limit 2021-04-13 11:41:10 +02:00
Torsten Dittmann
3e2dcb2cac feat: add abuse limit to file upload 2021-04-13 11:38:48 +02:00
Torsten Dittmann
7e7662096a feat: add abuse limit to team invite 2021-04-13 11:38:40 +02:00
Torsten Dittmann
7d08c30672 Merge branch 'dev' of https://github.com/appwrite/appwrite into refactor-whitelist-type 2021-04-13 09:57:26 +02:00
Damodar Lohani
a88b93d1cb Merge branch '0.8.x' into feat-new-image-features 2021-04-12 06:22:04 +05:45
Eldad A. Fux
f2e85df8de
Merge pull request #1081 from appwrite/dev
Sync 0.8.x with dev
2021-04-10 17:23:13 +03:00
Damodar Lohani
6c8cb0545b handle when opacity is set to 0 2021-04-09 13:41:49 +05:45
Damodar Lohani
b7920ab26c fix issue with opacity 2021-04-09 13:27:45 +05:45
Damodar Lohani
d82bb692b2 fix for border with border radius issue 2021-04-09 12:49:46 +05:45
kodumbeats
bc54b8b35e Set whitelist type when not string 2021-04-08 09:41:54 -04:00
Damodar Lohani
7b81ce2550 updating cache key 2021-04-08 16:42:30 +05:45
Torsten Dittmann
3ff66179c5 feat: add document response model that extends any type 2021-04-08 10:39:23 +02:00
Damodar Lohani
d10c758e80
parameter description changes
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2021-04-04 14:25:03 +05:45
Eldad Fux
d9528ef1ce Update anon login limits and tests 2021-04-03 11:56:32 +03:00
Eldad Fux
f070eb0a3a Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-auth-limits 2021-04-03 10:16:46 +03:00
kodumbeats
d4b107bf1d
Merge branch '0.8.x' into refactor-event-payload-to-data 2021-03-29 15:32:14 -04:00
kodumbeats
9f8e7358d4 Refactor event $payload to $eventData 2021-03-29 14:00:10 -04:00
Torsten Dittmann
ceeb30fd4f adapt to anon login 2021-03-29 11:16:56 +02:00
Torsten Dittmann
078a07d6b8 Merge branch '0.8.x' of https://github.com/appwrite/appwrite into refactor-user-tokens 2021-03-29 11:07:18 +02:00
Eldad Fux
0f67c500a2 Fixed missing API scope 2021-03-29 01:56:05 +03:00
Eldad Fux
8ea83b24c3 Added new JWT as SDK auth method 2021-03-29 00:22:12 +03:00
Damodar Lohani
cd84de8fae Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-new-image-features 2021-03-28 16:01:40 +05:45
Eldad A. Fux
5d687ce3dd
Merge pull request #914 from TorstenDittmann/feat-anon-login
feat-anon-login
2021-03-28 12:48:30 +03:00
Eldad Fux
7a400afb5b Merge branch 'master' of github.com:appwrite/appwrite into 0.8.x 2021-03-27 01:36:41 +03:00
Damodar Lohani
00934a3d3e Merge branch 'dev' into feat-new-image-features 2021-03-26 17:34:02 +05:45
kodumbeats
c10d9b6701 Outline remaining routes 2021-03-25 15:52:57 -04:00
kodumbeats
07140bda5a Replace utopia libs with native validators 2021-03-24 13:47:43 -04:00
kodumbeats
7a07ff58d7 Outline index and attributes routes 2021-03-24 11:40:33 -04:00
kodumbeats
48b12152e3 Outline createIndex 2021-03-23 17:19:19 -04:00
Damodar Lohani
dbac4083ad fix missing param rotation 2021-03-23 15:53:09 +05:45
Torsten Dittmann
74853da211 Merge branch 'feat-anon-login' of https://github.com/TorstenDittmann/appwrite into feat-anon-login 2021-03-23 09:39:03 +01:00
Torsten Dittmann
b9017549c2 remove env variable in favor of #947 2021-03-23 09:38:56 +01:00
Damodar Lohani
464486743a Merge branch 'dev' into feat-new-image-features 2021-03-23 13:18:03 +05:45
Eldad Fux
866dd3cad1 Merge branch 'dev' of github.com:appwrite/appwrite into feat-set-default-permissions-to-user 2021-03-22 22:09:01 +02:00
kodumbeats
d33b12bd61 Merge remote-tracking branch 'origin/dev' into feat-962-pass-data-to-function-execution 2021-03-22 12:47:06 -04:00
Eldad Fux
a76016fa37 Fixed functions tests 2021-03-22 18:19:05 +02:00
kodumbeats
22ba2e4d12 Merge dev branch 2021-03-22 07:05:53 -04:00
Eldad Fux
46c465b80e Added some fixes and dedicated tests 2021-03-22 09:34:51 +02:00
Damodar Lohani
0ac81f8f69 update image preview api 2021-03-22 12:39:42 +05:45
Eldad Fux
e05da0ce3c Fixed comments 2021-03-22 00:26:00 +02:00
Eldad Fux
b5846f5a79 Updated default permissions 2021-03-22 00:17:20 +02:00
Eldad Fux
600692bcac Fixed AV health check 2021-03-20 09:14:02 +02:00
kodumbeats
daeed74473
Merge branch '0.8.x' into feat-962-pass-data-to-function-execution 2021-03-18 07:14:16 -04:00
Eldad A. Fux
7899211076
Merge branch '0.8.x' into feat-anon-login 2021-03-17 23:08:59 +02:00
Eldad A. Fux
08dd968ab9
Merge branch '0.8.x' into feat-functions-and-executions-events 2021-03-17 22:55:43 +02:00
Eldad A. Fux
bade0932cb
Merge pull request #976 from appwrite/feat-execution-permission
Feat execution permission
2021-03-17 22:54:46 +02:00
Eldad A. Fux
355cdd74a4
Merge pull request #979 from appwrite/fix-update-doc-permissions
Allow permission reset
2021-03-16 13:09:00 +02:00
Eldad Fux
b69deb594d Allow permission reset 2021-03-15 00:33:59 +02:00
Eldad Fux
024fae0d21 Changed execution default permissions 2021-03-14 01:52:05 +02:00
kodumbeats
a7a9eec4f7
Merge branch 'dev' into feat-functions-and-executions-events 2021-03-12 18:06:07 -05:00
Eldad Fux
99207d5376 Merge branch 'master' of github.com:appwrite/appwrite into 0.7.x 2021-03-13 00:25:11 +02:00
Torsten Dittmann
feda2fd787 fix typo in countrycode 2021-03-12 17:10:51 +01:00
kodumbeats
1b0acc8ab7 Merge branch 'dev' into fix-952-patch-user-prefs-event 2021-03-12 09:34:19 -05:00