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

127 commits

Author SHA1 Message Date
Torsten Dittmann 7790d72c0c fix: realtime, tests and webhooks 2022-04-18 18:21:45 +02:00
Torsten Dittmann 8ec435ed1f sync: changes 2022-04-17 22:34:32 +02:00
Torsten Dittmann 87b8fc3c41 feat: event classes for different cases 2022-04-13 14:39:31 +02:00
Torsten Dittmann 2f9b9445dd sync with devices 2022-04-04 08:30:07 +02:00
Christy Jacob 3c65d40234 Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-functions-refactor-merge 2022-02-18 15:16:10 +04:00
Christy Jacob 4ad47061dd Merge branch 'master' of github.com:appwrite/appwrite into feat-functions-refactor 2022-02-18 13:38:54 +04:00
Christy Jacob da7512e050 Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-add-error-codes 2022-02-17 02:25:29 +04:00
Eldad A. Fux f045adb654
Merge pull request #2786 from appwrite/feat-update-realtime-events
storage realtime event refactor
2022-02-17 00:03:43 +02:00
Damodar Lohani 8058c66374 fix realtime events for storage 2022-02-16 01:30:27 +00:00
Damodar Lohani 7490aeaf51 remove unused 2022-02-15 08:42:23 +00:00
Damodar Lohani d73d3015eb Merge branch 'master' into feat-storage-buckets 2022-02-10 01:20:16 +00:00
Christy Jacob 661630c1c6 Merge branch 'master' of github.com:appwrite/appwrite into feat-add-error-codes 2022-02-08 20:56:03 +04:00
Matej Baco 9a1fb0f0f2 Updated letter case of DOSpaces 2022-02-08 16:40:56 +01:00
Christy Jacob 30c5d3c264 feat: use general server errors in general API controller 2022-02-07 01:27:16 +04:00
Christy Jacob f197bbf564 feat: use general server errors in shared API controller 2022-02-07 01:01:23 +04:00
Christy Jacob b16faed83a feat: update error codes in users API 2022-02-06 16:49:01 +04:00
Bradley Schofield 4286e8d70b Fix database stuff 2022-01-20 11:34:50 +00:00
Torsten Dittmann d3150afebc feat: migration for 0.13 2022-01-18 12:05:04 +01:00
Damodar Lohani 6a735ad232 Merge branch 'feat-large-file' into feat-s3-integration 2022-01-06 15:33:44 +05:45
Bradley Schofield e2c4272ebd Merge branch 'master' into the-executor-poc 2022-01-05 13:38:51 +00:00
Matej Baco e2aebdd2bc Merge branch 'feat-database-indexing' into feat-quest-filters 2022-01-04 15:29:42 +01:00
Torsten Dittmann 7230b5f6ec Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing 2022-01-03 13:44:28 +01:00
Matej Baco 69b4d074f5 Migrated all imports to new request class 2021-12-31 16:50:07 +01:00
Torsten Dittmann 693b8c7185 fix: replace internal and external database with project database 2021-12-27 13:45:23 +01:00
Damodar Lohani 4de4e87c49 Merge branch 'feat-large-file' into feat-s3-integration 2021-12-19 13:19:54 +05:45
Torsten Dittmann 7566c5368e fix: events middleware 2021-12-16 19:50:06 +01:00
Torsten Dittmann 166c906d51 fix: collection level permissions 2021-12-16 19:12:06 +01:00
Torsten Dittmann a10eccbdc7
Merge pull request #2465 from appwrite/feat-database-indexing-realtime-console
feat(realtime): add console channel
2021-12-13 16:55:24 +01:00
Torsten Dittmann aef6c11370 fix(auth): use getRoles instead of static property 2021-12-10 18:52:33 +01:00
Bradley Schofield 37da3c5651 Implement Automatic Deploy
+ Implemented Automatic Deploy
+ Tags will now build automatically
+ You can now restart builds that failed
+ Builds now have their own storage device
+ Added a retry build endpoint
2021-12-08 15:08:53 +00:00
Torsten Dittmann e944da2f3e feat(realtime): add console channel 2021-12-06 13:03:12 +01:00
Bradley Schofield 879bdf1a74 Update api.php 2021-11-29 09:52:12 +00:00
Bradley Schofield 4cee817161 Merge branch 'master' into fix-improve-recovery-rate-limit 2021-11-29 09:13:35 +00:00
Bradley Schofield 6184c4c93b
Add Eldad's Suggestion 2021-11-24 09:57:25 +00:00
Damodar Lohani 956d26bada do support and other fixes 2021-11-19 11:43:06 +05:45
Damodar Lohani 3dd10b7c3c DO spaces support with existing envs 2021-11-16 17:20:13 +05:45
Damodar Lohani 241b6f4cd6 check the device environment variable to set proper device 2021-11-14 18:39:23 +05:45
Bradley Schofield 89cc417e3f Update api.php 2021-11-09 14:56:25 +00:00
Bradley Schofield a101c06c62 Update api.php 2021-11-09 14:52:32 +00:00
Bradley Schofield eb73bee093 Update api.php 2021-11-09 14:45:11 +00:00
Bradley Schofield b78715f353 Update api.php 2021-11-09 14:07:10 +00:00
Bradley Schofield 24b747453f Add the ability for multiple abuse-keys 2021-11-09 10:21:24 +00:00
Dmitry a52d9152e5 fix(typos): fix bunch of typos and missclicks in whole project 2021-10-08 05:03:09 +03:00
Torsten Dittmann a585a9090a fix realtime with db refactor 2021-10-07 17:35:17 +02:00
Torsten Dittmann 1ed41f52d3 Merge branch 'master' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-09-30 12:32:10 +02:00
Torsten Dittmann 9bc3412649 Merge branch '0.10.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-09-02 09:44:36 +02:00
Damodar Lohani fe51f50b3f requested changes 2021-08-31 16:14:54 +05:45
Torsten Dittmann 8eef572d3e Merge branch '0.10.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-08-25 10:01:46 +02:00
Damodar Lohani 218b332b0f fix get url 2021-08-24 15:36:45 +05:45
Damodar Lohani c81ee72c7e Merge branch 'feat-database-indexing' into feat-usage-daemon 2021-08-24 15:04:07 +05:45