1
0
Fork 0
mirror of synced 2024-05-09 15:22:33 +12:00
Commit graph

8479 commits

Author SHA1 Message Date
Eldad Fux d1b5f310e3 Added spec generator CLI command, remove old HTTP endpoint 2022-01-01 14:07:11 +02:00
Eldad Fux 18a2e020c2 Changed spec formats 2022-01-01 04:28:31 +02:00
Eldad A. Fux 5140d3328e
Merge pull request #2432 from appwrite/feat-improve-error-logging
Implement utopia-php/logger
2021-12-31 16:55:29 +02:00
Torsten Dittmann 18cbf00baa chore: update package.json 2021-12-31 15:54:59 +01:00
Matej Baco 62a90a302a Fixed missing logs from realtime in CLI 2021-12-31 15:36:54 +01:00
Matej Baco 71a546c908 Post-merge fixes 2021-12-31 15:19:29 +01:00
Torsten Dittmann cf3136e51c fix: migration team memberships and permissions 2021-12-31 15:03:25 +01:00
Matej Baco 2c56e5ea25 Removed space after merge 2021-12-31 14:44:22 +01:00
Torsten Dittmann 3730e33b0c fix: api key migration 2021-12-31 14:40:38 +01:00
Matej Baco 1c18ddc1bb Merge branch 'feat-database-indexing' into feat-improve-error-logging 2021-12-31 14:40:14 +01:00
Torsten Dittmann 25c6673140 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-12-31 13:58:35 +01:00
Eldad A. Fux b6dddd3cbf
Merge pull request #2536 from appwrite/feat-updated-runtimes
Feat-updated-runtimes
2021-12-31 13:43:45 +02:00
Eldad Fux 88a4b2366d Updated change log 2021-12-31 09:28:41 +02:00
Eldad Fux a2b947b220 Update runtimes lib 2021-12-31 09:25:24 +02:00
Torsten Dittmann a40c91cec5 fix: deletes worker 2021-12-30 12:21:06 +01:00
Torsten Dittmann 4ef7c5c93c fix: stdclass import 2021-12-30 11:32:30 +01:00
Torsten Dittmann 8a12fdc2b2 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-12-30 11:27:51 +01:00
Torsten Dittmann 0d0abef508 feat: limit database to 100 queries 2021-12-30 11:27:46 +01:00
Torsten Dittmann 7740696e36
Merge pull request #2532 from appwrite/fix-prefs-response
Fix-prefs-response
2021-12-30 11:07:51 +01:00
Damodar Lohani 95afb6aa0b
Update src/Appwrite/Utopia/Response/Model/User.php 2021-12-30 15:49:17 +05:45
Torsten Dittmann f65441fb83 fix: migration dont stop on exception 2021-12-30 10:59:58 +01:00
Torsten Dittmann ba50075fff fix: migration handle default and requried attributes 2021-12-30 10:51:16 +01:00
Damodar Lohani 7a18639c5c test for user prefs 2021-12-30 13:54:23 +05:45
Damodar Lohani 297d03126e make empty prefs object instead of array 2021-12-30 11:55:17 +05:45
Torsten Dittmann 14752d528b fix: uid validator in ui 2021-12-29 18:12:58 +01:00
Torsten Dittmann b344b51af7 fix: uid validator text 2021-12-29 18:09:21 +01:00
Torsten Dittmann 0c5e9eed33 fix: migration 2021-12-29 17:33:52 +01:00
Torsten Dittmann 2015106702 fix: use bigint for large integers 2021-12-29 15:50:21 +01:00
Torsten Dittmann d8f71acc3f Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-12-29 15:49:32 +01:00
Torsten Dittmann 21158e5a96
Merge pull request #2526 from appwrite/fix-query-value-limits
fix: database query value limits
2021-12-29 15:18:49 +01:00
Torsten Dittmann f470f92c6a
Merge pull request #2530 from appwrite/feat-database-id-query
fix: query on $id
2021-12-29 15:18:16 +01:00
Torsten Dittmann 03989a052b fix: query on 2021-12-29 15:06:44 +01:00
Torsten Dittmann 9e88092ee8 tests: add tests for query limit 2021-12-28 19:16:22 +01:00
Torsten Dittmann 1a5712017b fix: database query value limits 2021-12-28 18:57:24 +01:00
Torsten Dittmann b05680cf7d fix: database activites 2021-12-28 16:48:36 +01:00
Torsten Dittmann aea014d61a fix: dockerfile and update dependencies 2021-12-28 13:37:54 +01:00
Torsten Dittmann 0189fe6cff fix: remove length limit from db query param 2021-12-28 13:37:46 +01:00
Torsten Dittmann 0ccf2cb0f6 fix: update geo db to dec-21 2021-12-28 13:37:03 +01:00
Torsten Dittmann e20b99ef2f Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-12-28 13:16:15 +01:00
Torsten Dittmann dbf8b2e1d2
Merge pull request #2523 from appwrite/feat-prepend-collection-name-to-id
feat(refactor-db): add prefix to external collections
2021-12-28 13:15:55 +01:00
Torsten Dittmann f48708ddf4 fix: use env var instead of hard coded value 2021-12-28 13:04:58 +01:00
Torsten Dittmann afde0cb680 fix: increase connection pool 2021-12-28 12:51:29 +01:00
Torsten Dittmann 9a1937d070 fix: certs worker env variables 2021-12-28 12:28:29 +01:00
Torsten Dittmann dc6d3565a0 feat: more informations to automatic domain certificate 2021-12-28 12:06:00 +01:00
Torsten Dittmann 9802058e4f fix: certificates and domain collection 2021-12-28 12:02:39 +01:00
Torsten Dittmann c675c048ac fix: certificates 2021-12-28 11:48:55 +01:00
Torsten Dittmann 49ba7d5dfd fix: users prefs default value 2021-12-28 11:48:50 +01:00
Torsten Dittmann cf15c90c2a fix: saving certificates 2021-12-28 11:26:46 +01:00
Torsten Dittmann b16c4367d8 fix: migration 2021-12-27 18:38:51 +01:00
Torsten Dittmann 447612b2d5 fix: database attributes tests 2021-12-27 18:21:54 +01:00