Commit Graph

  • 0a33325422 Sync with branch 'feat-database-indexing' for PDO and test fixes kodumbeats 2021-06-11 16:42:03 -04:00
  • 5fa2a8468e Fixed test and PDO error Eldad Fux 2021-06-11 23:39:00 +03:00
  • f7d3b726fd Remove erroneous use kodumbeats 2021-06-11 16:21:54 -04:00
  • e35d883c56 Test for creating collections and documents kodumbeats 2021-06-11 16:06:54 -04:00
  • b8950930d7 Fix missing bracket kodumbeats 2021-06-11 14:47:23 -04:00
  • 4f90d89def Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes kodumbeats 2021-06-11 14:34:15 -04:00
  • 2028d334a2 Fixed old DB Eldad Fux 2021-06-11 21:23:41 +03:00
  • b929084b8b Updated var name Eldad Fux 2021-06-11 21:23:31 +03:00
  • 2cf16881f1 Replaced * with role:all Eldad Fux 2021-06-11 21:23:16 +03:00
  • 1885a9632d Fix tests for create/delete collection kodumbeats 2021-06-11 14:07:05 -04:00
  • 665d57106e feat(server): database connection pools Torsten Dittmann 2021-06-11 18:09:46 +02:00
  • 8aecf3cf6a Use response models for attirbute types kodumbeats 2021-06-11 11:27:51 -04:00
  • d2597db038 Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes kodumbeats 2021-06-11 10:48:10 -04:00
  • d96635ec23 fix(worker): remove unnecessary imports Torsten Dittmann 2021-06-11 16:39:44 +02:00
  • 3510bc88b4 use isEmpty document method to check for empty collection kodumbeats 2021-06-11 10:25:52 -04:00
  • 3f199e1232 refactor(workers): create abstract worker class Torsten Dittmann 2021-06-11 16:20:18 +02:00
  • 4df8f8aaba Merge pull request #1260 from lohanidamodar/feat-image-crop-gravity Eldad A. Fux 2021-06-11 16:51:25 +03:00
  • c6d2838652 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-265-realtime Torsten Dittmann 2021-06-11 15:39:37 +02:00
  • bba39596fd Merge branch '0.9.x' of https://github.com/appwrite/appwrite into feat-265-realtime Torsten Dittmann 2021-06-11 15:39:23 +02:00
  • c08b0a5d2b feat(realtime): collection for concurrent connections Torsten Dittmann 2021-06-11 15:30:33 +02:00
  • 4ea0d627f4 remove int conversion Damodar Lohani 2021-06-11 18:11:04 +05:45
  • 2a07d311e8 Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing Eldad Fux 2021-06-11 15:04:15 +03:00
  • c74a77422b Merge pull request #1272 from lohanidamodar/fix-remove-runtime-exception Eldad A. Fux 2021-06-11 14:20:37 +03:00
  • 51d4729737 Merge pull request #1273 from appwrite/feat-add-android-origin Eldad A. Fux 2021-06-11 14:20:06 +03:00
  • 2dcf3c2c19 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-265-realtime Torsten Dittmann 2021-06-11 12:34:08 +02:00
  • 35e236262c Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-add-android-origin Eldad Fux 2021-06-11 12:39:31 +03:00
  • e42eab3671 Merge branch 'master' of github.com:appwrite/appwrite into 0.9.x Eldad Fux 2021-06-11 12:28:24 +03:00
  • f19f186864 Merge branch 'master' of github.com:appwrite/appwrite into feat-add-android-origin Christy Jacob 2021-06-11 12:49:28 +05:30
  • 9c77618578 feat: restored composer Christy Jacob 2021-06-11 12:46:12 +05:30
  • 402277da50 feat: removed docs Christy Jacob 2021-06-11 12:45:40 +05:30
  • 43d9c416a3 feat: added iOS platform to origin validator Christy Jacob 2021-06-11 12:44:30 +05:30
  • 58a1b12c27 Merge branch 'master' into feat-image-crop-gravity Damodar Lohani 2021-06-11 12:20:55 +05:45
  • 282edd5049 Merge branch 'master' into fix-remove-runtime-exception Damodar Lohani 2021-06-11 12:20:12 +05:45
  • a433181e17 Merge pull request #1274 from TorstenDittmann/fix-imagick-version Eldad A. Fux 2021-06-11 01:14:34 +03:00
  • fbb54a1f6d Add attribute and index scopes kodumbeats 2021-06-10 16:41:33 -04:00
  • 4e068e63bf Revert "Update utopia-php/database to 0.3" kodumbeats 2021-06-10 15:38:54 -04:00
  • 7138dbd34f Use new db for collections and documents kodumbeats 2021-06-10 14:19:42 -04:00
  • 2d974edce9 Update document and collection response models kodumbeats 2021-06-10 14:19:10 -04:00
  • 2c7e65af68 Update utopia-php/database to 0.3 kodumbeats 2021-06-10 10:53:39 -04:00
  • 2810af9311 fix(console): rename live connections Torsten Dittmann 2021-06-10 16:17:47 +02:00
  • e9d93ce95e Throw 404 when collection not found kodumbeats 2021-06-10 09:15:00 -04:00
  • 4d70b16801 feat(console): add dirty realtime stats Torsten Dittmann 2021-06-10 14:42:40 +02:00
  • e682aae023 Merge branch 'feat-265-realtime' of https://github.com/appwrite/appwrite into feat-265-realtime-console Torsten Dittmann 2021-06-10 13:54:06 +02:00
  • c981ff39c0 feat: added error models to response model Christy Jacob 2021-06-10 17:04:14 +05:30
  • d471a5e1bd fix(dockerfile): imagick version specific commit Torsten Dittmann 2021-06-10 13:14:22 +02:00
  • 21ac8c1104 fix(usage): undefined function id Torsten Dittmann 2021-06-10 13:12:45 +02:00
  • c3d4897d36 feat: changed terminology Christy Jacob 2021-06-10 15:13:32 +05:30
  • da1ecfaffe feat: added android origin check Christy Jacob 2021-06-10 15:05:16 +05:30
  • 775fee6254 Merge branch 'master' into feat-image-crop-gravity Damodar Lohani 2021-06-10 15:16:31 +05:45
  • 1f1b68f0ca update dependency Damodar Lohani 2021-06-10 15:16:03 +05:45
  • f26b8f05f5 use exception instead Damodar Lohani 2021-06-10 14:11:16 +05:45
  • 4563faedcb fix warning Damodar Lohani 2021-06-10 12:05:46 +05:45
  • 6f3b331069 Align index and attribute routes to db and models kodumbeats 2021-06-09 17:11:51 -04:00
  • 44fb6f815d Correct response models kodumbeats 2021-06-09 17:10:19 -04:00
  • d825dd804e Merge pull request #1270 from appwrite/feat-add-android-platform-config Eldad A. Fux 2021-06-09 18:34:36 +03:00
  • bdb4e98123 feat: added namespace Christy Jacob 2021-06-09 21:00:52 +05:30
  • 0492ccadd5 feat: update getting started guides Christy Jacob 2021-06-09 20:56:08 +05:30
  • fdf5c2c248 Merge pull request #1269 from appwrite/feat-add-android-platform-config Eldad A. Fux 2021-06-09 16:33:59 +03:00
  • 3425fe351a feat: fixed some issues with the guide Christy Jacob 2021-06-09 18:59:31 +05:30
  • 0cbbcd3829 feat: update package link Christy Jacob 2021-06-09 18:31:35 +05:30
  • 25888151fb feat: add android platform config Christy Jacob 2021-06-09 18:15:38 +05:30
  • 11edc63a71 Merge pull request #1267 from appwrite/feat-android-support Eldad A. Fux 2021-06-09 14:36:12 +03:00
  • 32e6f058d4 Removed reference for old compose file Eldad Fux 2021-06-09 14:01:56 +03:00
  • 0a5646482f abuse-audit update Damodar Lohani 2021-06-09 15:13:24 +05:45
  • ffa06e7de4 abuse audit setup for ocnsole db Damodar Lohani 2021-06-09 15:13:12 +05:45
  • e1133b665d fix whitelist issue Damodar Lohani 2021-06-09 14:22:20 +05:45
  • 3c29e0da95 update image library Damodar Lohani 2021-06-09 13:06:49 +05:45
  • 9a9a309ce2 Update app/controllers/api/projects.php Damodar Lohani 2021-06-09 12:30:02 +05:45
  • 4fb54ac87b fix crop gravity param type Damodar Lohani 2021-06-09 12:26:39 +05:45
  • be79eb76c6 Use new db for attribute endpoints kodumbeats 2021-06-08 16:12:14 -04:00
  • 6cb89ef955 Create response models for indexes and attributes kodumbeats 2021-06-08 15:30:42 -04:00
  • b714adbbf5 Merge branch 'feat-265-realtime' of https://github.com/appwrite/appwrite into feat-265-realtime-console Torsten Dittmann 2021-06-08 19:03:04 +02:00
  • 03984860d5 feat(usage): realtime data to api endpoint Torsten Dittmann 2021-06-08 19:02:28 +02:00
  • 2342d84de3 Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes kodumbeats 2021-06-08 12:47:59 -04:00
  • ab6be33e6f fix(gitignore): add sdks Torsten Dittmann 2021-06-08 17:28:00 +02:00
  • 83db4d3978 feat(console): add realtime subscription Torsten Dittmann 2021-06-08 17:27:12 +02:00
  • f76695fb09 fix(realtime): project stats channel Torsten Dittmann 2021-06-08 14:09:50 +02:00
  • ed0efed843 Merge branch 'feat-database-indexing' into feat-audit-abuse Damodar Lohani 2021-06-08 16:04:01 +05:45
  • 4b9be0f741 composer update Damodar Lohani 2021-06-08 12:25:09 +05:45
  • a077ec0f55 Merge branch 'master' into feat-image-crop-gravity Damodar Lohani 2021-06-08 12:24:43 +05:45
  • a8728a2f0d Merge pull request #1234 from TorstenDittmann/feat-specs-unused-models Eldad A. Fux 2021-06-08 00:01:14 +03:00
  • 2238097b3a Merge pull request #1202 from TorstenDittmann/feat-influx-env-variables Eldad A. Fux 2021-06-08 00:00:43 +03:00
  • 0039ec4300 Merge pull request #1241 from lohanidamodar/fix-project-data-type Eldad A. Fux 2021-06-07 23:58:27 +03:00
  • 8ee8de978a Merge pull request #1243 from appwrite/fix-1240-ignore-email-case Eldad A. Fux 2021-06-07 23:57:30 +03:00
  • a4d460faf6 Merge pull request #1256 from TorstenDittmann/feat-dbip-2021-06 Eldad A. Fux 2021-06-07 23:55:25 +03:00
  • 7c00f89103 Merge pull request #1258 from TorstenDittmann/feat-sdk-generator-0.10.11 Eldad A. Fux 2021-06-07 18:47:07 +03:00
  • e1ea4c516d deps(scomposer): sdk-generator@0.10.11 Torsten Dittmann 2021-06-07 16:43:06 +02:00
  • d1be341800 remove leftover Torsten Dittmann 2021-06-07 12:18:11 +02:00
  • c9b8d62834 remove leftover Torsten Dittmann 2021-06-07 12:13:10 +02:00
  • ffd53053a7 feat(dbip): update to 2021-06 Torsten Dittmann 2021-06-07 12:09:31 +02:00
  • 5201e48815 adding image crop gravity support Damodar Lohani 2021-06-07 12:02:46 +05:45
  • ee67986662 db setup Damodar Lohani 2021-06-07 11:37:40 +05:45
  • 12e01f8092 integrate abuse and audit Damodar Lohani 2021-06-07 11:02:29 +05:45
  • a953892cd3 Update docs Eldad Fux 2021-06-06 20:54:50 +03:00
  • a0be399f0c Fix db connection Eldad Fux 2021-06-06 20:54:01 +03:00
  • 7a0b0b6dd0 Merge pull request #1254 from appwrite/fix-escape-html-tags Eldad A. Fux 2021-06-05 15:21:43 +03:00
  • 742ad18bbf Updated OG logo Eldad Fux 2021-06-05 14:34:06 +03:00
  • 5e5a40df63 Escaped vars Eldad Fux 2021-06-05 14:30:32 +03:00
  • d84d4dc0fd Updated cache buster Eldad Fux 2021-06-05 14:30:24 +03:00
  • 2378ec8521 Merge branch 'master' of github.com:appwrite/appwrite Eldad Fux 2021-06-05 14:23:58 +03:00