1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00
Commit graph

3242 commits

Author SHA1 Message Date
Torsten Dittmann a2d0c910c1 Merge branch '0.9.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-06-29 13:34:35 +02:00
Torsten Dittmann 613d33321c remove realtime Parser class 2021-06-28 16:34:28 +02:00
Torsten Dittmann dd47f195a0 deps(composer): updated abuse library to 0.5.0 2021-06-28 12:20:22 +02:00
Torsten Dittmann 06674982df refactor(realtime): move getRoles into Auth 2021-06-28 12:18:00 +02:00
Torsten Dittmann 49fa26b18c fix model for connections 2021-06-28 09:56:03 +02:00
Torsten Dittmann 91250ea52b fix(users): db connection 2021-06-28 09:55:56 +02:00
Torsten Dittmann 44ba052fcb feat(db): improved connection pools 2021-06-28 09:19:33 +02:00
Eldad Fux 862f6721e8 Merge branch 'master' of github.com:appwrite/appwrite into 0.9.x 2021-06-26 22:06:23 +03:00
Torsten Dittmann 923d373b6d introduce utopia-php/websocket 2021-06-24 14:22:32 +02:00
Torsten Dittmann ad4ecea673 fix(migration): database adapters 2021-06-24 12:13:13 +02:00
Damodar Lohani 378be8363a using getGravityTypes method to get list of supported gravity 2021-06-24 12:15:52 +05:45
Torsten Dittmann 699dba8e19 Merge branch '0.9.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-06-24 00:03:25 +02:00
Torsten Dittmann e4be09ff19 fix audit 2021-06-23 23:31:58 +02:00
Eldad A. Fux 91b2a139a5
Merge pull request #1294 from PineappleIOnic/feat-get-session-by-id-endpoint
Add session by ID API Endpoint
2021-06-23 18:45:08 +03:00
Torsten Dittmann c778f47195 Merge branch '0.9.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-06-23 17:12:48 +02:00
Torsten Dittmann 72392ac09f fix(abuse): enable abuse limits again 2021-06-23 17:11:23 +02:00
Christy Jacob 8359a4e797 feat: restore sdks.php 2021-06-23 17:47:55 +05:30
Christy Jacob fca3894115 feat: remove generated sdks 2021-06-23 17:47:33 +05:30
Christy Jacob 6711398ab2 feat: updated console sdk 2021-06-23 17:45:27 +05:30
Damodar Lohani 497d391412 update image library and gravity param 2021-06-23 13:59:35 +05:45
Eldad A. Fux a2c4dac366
Merge pull request #1314 from PineappleIOnic/fix-runtime-parameter
Renamed `env` param on `/v1/functions` to `runtime`
2021-06-23 10:12:24 +03:00
Eldad Fux ca201011c5 Fixes 2021-06-22 23:31:39 +03:00
Eldad Fux c1d85d17c8 POC 2021-06-22 22:51:14 +03:00
Bradley Schofield aa1e713b75 Fix tests 2021-06-22 16:56:05 +01:00
Bradley Schofield 22bc391047
Update app/controllers/api/functions.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-06-22 11:18:26 +01:00
Bradley Schofield c92a820c6d Renamed env param on /v1/functions to runtime 2021-06-21 15:42:39 +01:00
Eldad Fux 4a0b9e5e89 Removed duplicated cli command 2021-06-20 16:16:01 +03:00
Eldad A. Fux e529be5d55
Merge branch 'master' into fix-NA--submit-a-pull-request-section-to-config-variables 2021-06-20 16:00:19 +03:00
Bradley Schofield 3f386d485e
Merge branch '0.9.x' into feat-get-session-by-id-endpoint 2021-06-17 11:07:33 +01:00
Bradley Schofield 88bb46ec95 Update account.php 2021-06-17 10:41:04 +01:00
Bradley Schofield 978668cbb9 Implement changes on other endpoints 2021-06-17 10:33:57 +01:00
Bradley Schofield 40e9fa9b36 Add Christy's Suggestions 2021-06-17 10:08:01 +01:00
Torsten Dittmann 6ebf6bd155 feat(realtime): team events and permission validation 2021-06-16 19:43:06 +02:00
Bradley Schofield fa918f9523 Add Eldad's Suggestions 2021-06-16 14:48:30 +01:00
Bradley Schofield 320cc97ad8 Replace getCollectionFirst with getDocument
Should be faster due to redis caching
2021-06-16 12:48:33 +01:00
Bradley Schofield cdb8fb8286 Implement suggestions 2021-06-16 11:48:12 +01:00
Bradley Schofield d4c39b7b73 Add session by ID API Endpoint 2021-06-16 11:14:08 +01:00
Torsten Dittmann 0acbb6097c fix(realtime): add port env 2021-06-16 11:09:12 +02:00
Torsten Dittmann 620980b316
Update webhooks.php 2021-06-15 08:44:06 +02:00
Eldad A. Fux b115672e0f
Merge pull request #1137 from appwrite/feat-move-deletion-to-worker
feat(teams): move membership deletion task to deletes worker
2021-06-14 23:15:41 +03:00
Eldad Fux 579a24cf73 Updated sort method before cleanup 2021-06-14 22:18:43 +03:00
Christy Jacob 8322749c2c Merge branch 'master' of github.com:appwrite/appwrite into feat-move-deletion-to-worker 2021-06-14 20:56:40 +05:30
Torsten Dittmann 346b04b94b sync with 0.9.x 2021-06-14 16:54:16 +02:00
Torsten Dittmann 3d896af4bb Merge branch '0.9.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-06-14 16:52:48 +02:00
Torsten Dittmann fe2909b389 Revert "Revert "Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-pools""
This reverts commit c3f2f82bc1.
2021-06-14 13:55:55 +02:00
Torsten Dittmann 6eb8ce9170 revert changes 2021-06-14 13:46:38 +02:00
Torsten Dittmann 220427916d refactor(realtime): introduce realtime server class 2021-06-14 12:48:31 +02:00
Torsten Dittmann c3f2f82bc1 Revert "Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-pools"
This reverts commit eaee419fb1, reversing
changes made to 15e7297b5a.
2021-06-14 09:09:48 +02:00
Torsten Dittmann fc9a833b33 Merge branch '0.9.x' of https://github.com/appwrite/appwrite into feat-db-pools 2021-06-14 09:08:23 +02:00
Torsten Dittmann eaee419fb1 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-pools 2021-06-14 09:08:14 +02:00