1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00
Commit graph

1428 commits

Author SHA1 Message Date
Christy Jacob ebc55e7e8e feat: refactor 2022-01-26 03:45:41 +04:00
Bradley Schofield 3c17afbaed Cleanup Collections
- Rename functionId to resourceId on Deployments
 - Add a resourceType to Deployments
 - Remove status, buildStdout and buildStderr from deployments
 - Rename dateCreated on Builds to startTime
 - Rename time on Builds to endTime
 - Added a deploymentId to Builds
 - Added duration to builds
 - Remove Vars from Build
2022-01-25 16:51:05 +00:00
Christy Jacob 1b42033cda feat: fix response model, generate console SDK 2022-01-25 04:54:44 +04:00
Christy Jacob af9db5ac1c feat: update response models and response filters 2022-01-25 03:31:41 +04:00
Christy Jacob 8307c8d432 feat: rename tags response model to deployment 2022-01-25 02:54:13 +04:00
Christy Jacob 9d2e452779 feat: rename tags to deployments in collections.old.php 2022-01-25 02:26:21 +04:00
Bradley Schofield 5ba45abadc Implement Some of Eldad's Changes 2022-01-24 09:37:14 +00:00
Simon Trockel 05ff84d1f6
Merge branch 'appwrite:master' into feat-926-oauth2-microsoft-tenant-config 2022-01-22 19:27:02 +01:00
kodumbeats 7e6c9b9d87 Harmonize database reconnect across services 2022-01-21 12:32:27 -05:00
Bradley Schofield 4286e8d70b Fix database stuff 2022-01-20 11:34:50 +00:00
Torsten Dittmann 6f6a7eb6f8 feat: add migration to populate search fields 2022-01-19 12:59:58 +01:00
Christy Jacob ecc91f92f4 fix: update CLI user agent name 2022-01-19 14:32:14 +04:00
Wess Cope 5209fb9c9e
Merge branch 'appwrite:master' into master 2022-01-18 10:55:43 -05:00
Bradley Schofield e79578570e Merge branch 'master' into the-executor-poc 2022-01-18 15:24:33 +00:00
Bradley Schofield f85970fa3d Fix functions vars default response
Changed default from array to class
2022-01-18 15:12:26 +00:00
Torsten Dittmann 446bb82823 remove: unused UID validator 2022-01-18 12:08:51 +01:00
Torsten Dittmann d3150afebc feat: migration for 0.13 2022-01-18 12:05:04 +01:00
Torsten Dittmann 66f67cceb8 revert: adding documentlist response model 2022-01-17 18:54:46 +01:00
Torsten Dittmann ba2790221c fix: hide internal id from documents 2022-01-17 17:25:20 +01:00
Simon Trockel 7f52116a17
Merge branch 'appwrite:master' into feat-926-oauth2-microsoft-tenant-config 2022-01-17 00:47:46 +01:00
Simon Trockel 9922a6d6cf feat: Makes Microsoft OAuth Provider configureable 2022-01-17 00:46:12 +01:00
Damodar Lohani ea931be54b Merge branch 'feat-storage-buckets' into feat-s3-integration 2022-01-16 18:13:33 +05:45
Damodar Lohani 543c32a1ab fix bucket model 2022-01-16 18:11:21 +05:45
Damodar Lohani 24c803e7d9 Merge branch 'feat-storage-buckets' into feat-s3-integration 2022-01-16 18:09:09 +05:45
Damodar Lohani 4a37d402df Merge branch 'master' into feat-storage-buckets 2022-01-16 17:18:43 +05:45
Damodar Lohani 1e3514b7b2 update antiVirus to antivirus for consistency 2022-01-16 13:40:55 +05:45
Christy Jacob 0722f34347 feat: add notion oauth provider 2022-01-16 02:47:51 +04:00
Bradley Schofield 6c55c73352 Add build status docblock 2022-01-10 14:01:50 +00:00
Torsten Dittmann b4ee90a235 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-release-0-12-1 2022-01-07 13:58:44 +01:00
Matej Bačo ff09547ed7
Update src/Appwrite/Utopia/Request/Filters/V12.php 2022-01-07 09:46:28 +01:00
Matej Baco 41138b130f Fixed boolean request filters on listDocuments 2022-01-07 09:33:41 +01:00
Wess Cope 25b34eef80
Merge branch 'appwrite:master' into master 2022-01-06 10:03:05 -05:00
Torsten Dittmann 0095ff2d6c
fix: string attribute size response model 2022-01-06 12:41:58 +01:00
Damodar Lohani d20062f63a Merge branch 'feat-storage-buckets' into feat-large-file 2022-01-06 15:01:21 +05:45
Damodar Lohani ba82839128 Merge branch 'master' into feat-storage-buckets 2022-01-06 13:11:23 +05:45
Torsten Dittmann bbe8232294 feat: release version 0.12.1 2022-01-05 16:40:51 +01:00
Bradley Schofield e2c4272ebd Merge branch 'master' into the-executor-poc 2022-01-05 13:38:51 +00:00
Torsten Dittmann 9f0644c489 fix: migration for unknown userlimit 2022-01-05 13:54:23 +01:00
Torsten Dittmann f477d2c359 fix: function head 2022-01-05 12:52:33 +01:00
Torsten Dittmann 94d49f9685 fix: migration for leftover documents on deleted projects 2022-01-05 12:49:53 +01:00
Torsten Dittmann 762b532674 fix: migration 2022-01-04 20:09:44 +01:00
Torsten Dittmann 4160827f92 fix: migration 2022-01-04 19:36:06 +01:00
Torsten Dittmann 9c6e03c405 fix: migration 2022-01-04 18:54:18 +01:00
Torsten Dittmann 3e4e5a787d fix: migration 2022-01-04 18:27:19 +01:00
Matej Baco e2aebdd2bc Merge branch 'feat-database-indexing' into feat-quest-filters 2022-01-04 15:29:42 +01:00
Christy Jacob 2413a7fb42 fix: request and response filters 2022-01-04 16:30:50 +04:00
Torsten Dittmann a64564a969 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into fix-customid-example 2022-01-04 12:45:32 +01:00
Torsten Dittmann fc0e4dcf9a fix: index and customid example in spec 2022-01-04 12:44:28 +01:00
Torsten Dittmann 304981da24 fix: specs definitions 2022-01-04 11:42:23 +01:00
Matej Baco df9e064047 Fixed TODOs 2022-01-04 10:05:21 +01:00
Torsten Dittmann a3fbe546c3 fix: certificates migration 2022-01-03 17:04:39 +01:00
Torsten Dittmann 64826fa545 fix: migrate certificatesId 2022-01-03 17:03:36 +01:00
Matej Baco df97b67c6d Merge branch 'feat-database-indexing' into feat-quest-filters 2022-01-03 10:52:35 +01:00
Matej Baco 35a665b2d7 Added Health request filters 2022-01-03 10:40:03 +01:00
Matej Baco c6feea3c9f Tests fix 2022-01-02 14:25:13 +01:00
Matej Baco 924ea3a45a Added response models 2022-01-02 12:43:48 +01:00
Matej Baco 266e967dae Recursive import bug fix 2022-01-02 10:15:41 +01:00
Eldad Fux ab30553382 Merge branch 'feat-new-spec-formats' of github.com:appwrite/appwrite into feat-new-spec-formats 2022-01-01 19:41:40 +02:00
Eldad Fux c742dc8fb5 Updated names and review comments 2022-01-01 19:41:32 +02:00
Eldad A. Fux 70882f6d12
Update src/Appwrite/Specification/Format/Swagger2.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-01-01 19:40:57 +02:00
Eldad A. Fux 724608ce29
Update src/Appwrite/Specification/Format/OpenAPI3.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-01-01 19:40:49 +02:00
Eldad Fux 0690c76a20 Updated swagger2 2022-01-01 14:20:33 +02:00
Eldad Fux d1b5f310e3 Added spec generator CLI command, remove old HTTP endpoint 2022-01-01 14:07:11 +02:00
Matej Baco 69b4d074f5 Migrated all imports to new request class 2021-12-31 16:50:07 +01:00
Matej Baco b703943b26 Merge branch 'feat-database-indexing' into feat-quest-filters 2021-12-31 16:48:52 +01:00
Matej Baco 577eb107da Added request filters for queries 2021-12-31 16:45:49 +01:00
Matej Baco 551021085a Bug fixes for request parser 2021-12-31 16:17:57 +01: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 cf3136e51c fix: migration team memberships and permissions 2021-12-31 15:03:25 +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
Matej Baco 457cb18be1 Improved request filters 2021-12-31 14:30:50 +01:00
Matej Baco ba06f1ff61 Added custom IDs request filters 2021-12-31 13:00:07 +01:00
Matej Baco ae4d02c0f0 Cleanup of POC 2021-12-31 09:40:35 +01:00
Matej Baco 592ab3ab00 WIP: Request filters refactor (into HTTP.php) 2021-12-30 17:17:01 +01:00
Torsten Dittmann 4ef7c5c93c fix: stdclass import 2021-12-30 11:32:30 +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
Matej Baco 9b749db89b Draft commit with POC 2021-12-30 10:25:43 +01:00
Damodar Lohani 297d03126e make empty prefs object instead of array 2021-12-30 11:55:17 +05:45
Torsten Dittmann 0c5e9eed33 fix: migration 2021-12-29 17:33:52 +01:00
Torsten Dittmann f48708ddf4 fix: use env var instead of hard coded value 2021-12-28 13:04:58 +01:00
Torsten Dittmann 49ba7d5dfd fix: users prefs default value 2021-12-28 11:48:50 +01:00
Torsten Dittmann b16c4367d8 fix: migration 2021-12-27 18:38:51 +01:00
Torsten Dittmann 693b8c7185 fix: replace internal and external database with project database 2021-12-27 13:45:23 +01:00
kodumbeats c3bbce1b04 Use correct namespace 2021-12-23 19:27:55 -05:00
kodumbeats bc2703ea08 Set default database for collections 2021-12-22 20:51:49 -05:00
Torsten Dittmann 166ebf7225
Merge pull request #2474 from appwrite/feat-database-indexing-migration
feat(tasks): migration for 0.12.x
2021-12-21 17:34:41 +01:00
Torsten Dittmann 721363a240 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-12-21 12:08:02 +01:00
Matej Baco cba3618c35 Tests fix 2021-12-21 10:29:09 +01:00
Matej Baco 0cb2b736f0 Merge branch 'master' into feat-improve-error-logging 2021-12-20 16:24:50 +01:00
Matej Baco e065470ffc Merge branch 'feat-database-indexing' into feat-health-api-response-models 2021-12-20 12:09:50 +01:00
Christy Jacob 80cc823510
Merge pull request #2312 from AmreshSinha/feat-1781-yammer-oauth
Added Yammer OAuth2 Provider
2021-12-19 21:54:27 +04:00
Damodar Lohani 879bff2bb1 Merge branch 'feat-storage-buckets' into feat-large-file 2021-12-19 13:01:09 +05:45
Damodar Lohani 99fd943f3c Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-19 12:26:16 +05:45
Torsten Dittmann d482fb86ea Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing-migration 2021-12-17 15:54:36 +01:00
Torsten Dittmann ae37c630bc fix: document level permissions migration 2021-12-17 11:58:11 +01:00
Torsten Dittmann 626c73896f Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing-migration 2021-12-17 11:57:16 +01:00
Torsten Dittmann 2690cab771 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-disable-collections 2021-12-17 11:53:57 +01:00
Torsten Dittmann 166c906d51 fix: collection level permissions 2021-12-16 19:12:06 +01:00
Matej Baco 29076758ac Updated tests, fixed response models 2021-12-16 13:19:04 +01:00
Damodar Lohani 3f9ba67853 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-16 11:47:51 +05:45
Torsten Dittmann 1de17ed132
Merge pull request #2484 from appwrite/feat-add-user-agent
Feat: add user agent
2021-12-15 15:16:32 +01:00
Matej Baco ea7b5970c3 Post-PR review fixes 2021-12-15 11:19:29 +01:00
Matej Bačo 77d6ea8890
Apply suggestions from code review
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2021-12-15 11:06:26 +01:00
Damodar Lohani f3e6dfb71d
Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-15 15:43:14 +05:45
Matej Baco 5d373e1ce7 Created Response models + applied them 2021-12-14 15:17:55 +01:00
Torsten Dittmann 8f583cc063 fix: swagger spec 2021-12-14 13:51:57 +01:00
Torsten Dittmann a5a86cc1cd fix: bin2hex() calls 2021-12-14 13:10:38 +01:00
Torsten Dittmann 8bb580ea1a Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-disable-collections 2021-12-14 11:47:50 +01:00
Torsten Dittmann d92763fbfc Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing-migration 2021-12-14 11:47:05 +01:00
Torsten Dittmann aaab9ead70 feat: remove func permission models 2021-12-14 11:42:34 +01:00
Torsten Dittmann a7ee99dcef fix: utopia view 2021-12-14 10:11:34 +01:00
Damodar Lohani 32da55b0d2 add bucket events 2021-12-14 13:17:09 +05:45
Damodar Lohani 9b77d1396e fix realtime 2021-12-14 13:15:27 +05:45
Damodar Lohani 2f582f6e18 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-14 11:30:52 +05:45
Torsten Dittmann 7b607e85ac Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing-migration 2021-12-13 16:56:40 +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 7e9e40d03e chore(deps): update utopia dependencies 2021-12-13 16:42:40 +01:00
Torsten Dittmann 6c6992a3f7 feat(database): add colection enable/disable 2021-12-13 13:42:04 +01:00
Christy Jacob 79e9298e9b feat: update user agent name to Appwrite CLI 2021-12-13 15:19:47 +04:00
Torsten Dittmann 13ab43e72e Merge branch 'feat-database-indexing-migration' of https://github.com/appwrite/appwrite into feat-database-indexing-migration 2021-12-13 11:59:15 +01:00
Torsten Dittmann 361006d42c adapt to review 2021-12-13 11:59:13 +01:00
Christy Jacob 8fbb6d1057 feat: update user agent name to Appwrite CLI 2021-12-13 14:37:05 +04:00
Torsten Dittmann 784183c646
Update src/Appwrite/Migration/Version/V11.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-12-13 10:44:07 +01:00
Torsten Dittmann 8179bc1a8f
Merge pull request #2477 from appwrite/feat-database-indexing-permissions-fix
fix(database/storage): permissions using an admin user
2021-12-13 10:31:47 +01:00
Torsten Dittmann fbb5696f89
Update src/Appwrite/Messaging/Adapter/Realtime.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-12-13 10:29:50 +01:00
Christy Jacob 3d863d634a feat: use Appwrite\Detector in users.php 2021-12-12 21:55:40 +04:00
Christy Jacob 2b9f4667f7 feat: add the termnial user agent 2021-12-12 21:46:47 +04:00
Torsten Dittmann aef6c11370 fix(auth): use getRoles instead of static property 2021-12-10 18:52:33 +01:00
Bradley Schofield 65a58689fb Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-12-10 13:48:04 +00:00
Torsten Dittmann ea7d9f617c handle float min/max 2021-12-10 11:51:50 +01:00
Bradley Schofield 3c26a08202 Change exitCode to statusCode and move build to tag create
Change exitCode to statusCode and move build to tag create instead of tag deploy
2021-12-10 10:43:56 +00:00
Torsten Dittmann b2ac3fb5f3 add better logging 2021-12-09 16:37:41 +01:00
Torsten Dittmann 337083e9f4 add more verbose logging 2021-12-09 15:45:56 +01:00
Torsten Dittmann 3ab5a070e5 fix counting documents 2021-12-09 15:03:08 +01:00
Christy Jacob 43ef3c060b feat: add new endpoint 2021-12-09 17:02:12 +04:00
Torsten Dittmann 04a3e0633d add coroutine 2021-12-09 13:51:29 +01:00
Torsten Dittmann 9d47280d78 feat(migratio): add options 2021-12-09 11:42:49 +01:00
Damodar Lohani eb2968256a Merge branch 'feat-storage-buckets' into feat-large-file 2021-12-09 13:52:53 +05:45
Torsten Dittmann 3f92e6991a leftover commits 2021-12-08 18:50:04 +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
Damodar Lohani 5fed67a2c2 Merge branch 'feat-storage-buckets' into feat-large-file 2021-12-08 14:28:21 +05:45
Damodar Lohani 6f31a3de09 Merge branch 'feat-storage-buckets' into feat-sb-uis 2021-12-08 14:25:59 +05:45
Damodar Lohani f5e48033ec Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-08 14:24:05 +05:45
Torsten Dittmann 9d23afa263 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing-realtime-console 2021-12-07 14:09:16 +01:00
Bradley Schofield 1e76c03fd7 Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-12-06 14:18:50 +00:00
Bradley Schofield f30169dcc4 Move Build data into it's own collection
Move Build data into it's own collection
2021-12-06 14:12:41 +00:00
Matej Bačo 8f1fb9d330
Merge branch 'master' into feat-improve-error-logging 2021-12-06 14:16:39 +01:00
Matej Baco 4d8c2e3cdb Fixed worker logger 2021-12-06 13:55:59 +01:00
Torsten Dittmann e944da2f3e feat(realtime): add console channel 2021-12-06 13:03:12 +01:00
Matej Baco c6c555b763 Implemented worker error logging in a better way 2021-12-05 14:07:45 +01:00
Matej Bačo 67c15e9346
Update src/Appwrite/Resque/Worker.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2021-12-05 12:08:08 +01:00
Damodar Lohani 9e9256386b Merge branch 'feat-storage-buckets' into feat-large-file 2021-12-03 10:31:30 +05:45
Torsten Dittmann f04cb72cfb Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-main-rebase 2021-12-01 14:19:41 +01:00
Matej Baco c057084bee Log data update 2021-12-01 11:59:08 +01:00
Matej Baco 970936c93d WIP: Better worker error logging 2021-11-30 13:12:17 +01:00
Dmitriy Danilov 3eabd83309
Merge branch 'master' into some-typos-fixes 2021-11-28 09:22:19 -05:00
Damodar Lohani 8ece11d28e Merge branch 'feat-storage-buckets' into feat-sb-uis 2021-11-26 10:22:30 +05:45
Damodar Lohani 8d8d32af7c Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-11-26 10:16:16 +05:45
kodumbeats a83d99915d Align password requirements with nist guidelines 2021-11-25 15:07:54 -05:00
Matej Baco a8bf2a4f59 FIxed realtime logging, upgraded code to new logger version 2021-11-25 15:13:14 +01:00
Torsten Dittmann eb7c9dd020 fix(specs): swagger add nullable property 2021-11-25 11:08:39 +01:00
Torsten Dittmann 4f92551c8f
Merge pull request #2379 from appwrite/fix-swagger-spec-for-permissions
Fix-swagger-spec-for-permissions
2021-11-25 10:10:25 +01:00
Damodar Lohani e7f7ce0e70 Merge branch 'feat-storage-buckets' into feat-sb-uis 2021-11-25 13:41:12 +05:45
Damodar Lohani 8728668e21 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-11-25 13:33:55 +05:45
Matej Baco fd1dcae247 Documented worker class 2021-11-24 11:09:10 +01:00
Bradley Schofield 037420e0bc Add new tests for server side
+ Added new tests for serverside
+ Updated the example for 'status' for the SyncExecution Model
2021-11-24 10:01:43 +00:00
Matej Baco 49e9baf383 Code review updates 2021-11-24 10:38:32 +01:00
Matej Baco 56402c78fe Implemented logging for HTTP, Realtime, Workers 2021-11-23 15:24:25 +01:00
Damodar Lohani adc1e3f2af missing semicolon 2021-11-18 18:32:54 +05:45
Damodar Lohani f0170d7022 Merge branch 'fix-swagger-spec-for-permissions' of github.com:appwrite/appwrite into fix-swagger-spec-for-permissions 2021-11-18 17:35:00 +05:45
Damodar Lohani 71baa6cd39 permission model for openapi spec 2021-11-18 17:34:54 +05:45
Torsten Dittmann 0fc1812604 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-refactor-ui-fixes 2021-11-18 11:34:53 +01:00
Torsten Dittmann 58536b9eb1 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-logs-pagination 2021-11-18 11:14:18 +01:00
Eldad A. Fux fbddd4e69e
Merge pull request #2332 from appwrite/fix-functions-definition
fix function model permission
2021-11-18 07:47:10 +02:00
Torsten Dittmann d099b0133c Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-11-17 11:39:03 +01:00
Christy Jacob 788e658edb
Merge pull request #2021 from MukulKolpe/refractor-1944-PSR_Isssue_In_ExtendLibrary
Fixed PSR issues in the Extend(src\Appwrite) library
2021-11-17 12:42:12 +04:00
Christy Jacob 111e1a1807
Merge pull request #2000 from g3offrey/fix-1962-psr-issue-on-openssl-master
fix: PSR issues on OpenSSL at master
2021-11-17 12:38:53 +04:00
Wess Cope c21cc918be
Merge branch 'appwrite:master' into master 2021-11-16 15:57:43 -05:00
Torsten Dittmann 47b6fe59ce Merge branch 'feat-database-logs-pagination' of https://github.com/appwrite/appwrite into feat-db-refactor-ui-fixes 2021-11-16 16:26:13 +01:00
Torsten Dittmann 3a25532524 fix response model 2021-11-16 16:06:51 +01:00
Torsten Dittmann 78159ff8ca Revert "fix(response): add $id to Log"
This reverts commit 7034f84a6e.
2021-11-16 14:37:28 +01:00
Torsten Dittmann 7034f84a6e fix(response): add $id to Log 2021-11-16 12:20:25 +01:00
Damodar Lohani 73aea7387c Merge branch 'feat-storage-buckets' into feat-large-file 2021-11-14 16:53:52 +05:45
Bradley Schofield 6ba2c4741b Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-11-09 15:54:04 +00:00
Damodar Lohani 777e9de8bc migration test 2021-11-09 17:36:56 +05:45
Damodar Lohani e2f7446bac Fix usage test and model 2021-11-09 17:19:16 +05:45
Damodar Lohani 44437f5c8b fix storage usage 2021-11-09 11:52:01 +05:45
Damodar Lohani 290f6a5625 update storage usage model 2021-11-09 10:55:06 +05:45
Damodar Lohani c3c0df2c1c remove stale unused acode 2021-11-07 11:40:19 +05:45
Damodar Lohani 404a3c5754 adding example 2021-11-02 15:02:44 +05:45
Damodar Lohani 9c2b9fee1f fix spec 2021-11-01 18:37:08 +05:45
Damodar Lohani 9de29d1fc4 Merge branch 'feat-storage-buckets' into feat-large-file 2021-11-01 14:46:15 +05:45
Damodar Lohani 240cf0d738 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-11-01 14:43:33 +05:45
Torsten Dittmann 620333a8d2 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-refactor-ui-fixes 2021-10-29 13:16:19 +02:00
Torsten Dittmann 5ed2fc19f5 fix(specs): swagger responses 2021-10-29 12:55:49 +02:00
Dmitriy Danilov 9f06372eef Merge branch 'master' into some-typos-fixes 2021-10-29 03:33:18 +03:00
Damodar Lohani c192df1cf1
Merge branch 'feat-storage-buckets' into feat-large-file 2021-10-28 16:48:36 +05:45
Damodar Lohani 4bb7e59336 update bucket model 2021-10-28 14:48:26 +05:45
Damodar Lohani 4645517ae1 Merge branch 'feat-storage-buckets' into feat-large-file 2021-10-28 11:40:39 +05:45
Damodar Lohani 67884563d5 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-10-28 11:39:04 +05:45
Torsten Dittmann df1398328c Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-refactor-ui-fixes 2021-10-27 11:01:21 +02:00
Torsten Dittmann 7224520fa8 fix all usage ui 2021-10-26 15:19:28 +02:00
kodumbeats fb0b83574f Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-refactor-api-buxfixes 2021-10-25 14:26:44 -04:00
Torsten Dittmann cbc630e1b6 fix merge conflicts 2021-10-25 16:51:39 +02:00
Torsten Dittmann 1fd4e6c3c8 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-10-25 16:01:07 +02:00
Damodar Lohani 50e030fc03 Merge branch 'feat-storage-buckets' into feat-large-file 2021-10-25 10:34:32 +05:45
Damodar Lohani 0e8645fc13 fix function model permission 2021-10-22 16:17:38 +05:45
Damodar Lohani 2481208b38 add bucketId 2021-10-21 15:26:05 +05:45
Damodar Lohani 6b447232b9 fix for buckets 2021-10-21 15:25:58 +05:45
AmreshSinha d737294acb Added Yammer OAuth2 Provider 2021-10-20 11:09:02 +05:30
Christy Jacob 1d3a87e347
Merge pull request #2014 from Asmit2952/master
refactor-1968-fixed-PSR-issues-in-utopia-library
2021-10-19 11:12:53 +05:30
Christy Jacob 71559af6c7
Merge pull request #2008 from kaczmarekdaniel/master
Docker library psr issues fix
2021-10-19 10:45:11 +05:30
Christy Jacob 88cfcb9ea8
Merge pull request #1997 from srijit2002/master
fix: Fix PSR issue in database library
2021-10-19 10:36:15 +05:30
Christy Jacob 52915e0656
Merge pull request #1956 from papuruth/refactor-1942-Fix-PSR-Auth-Library
Fix PSR issues in Auth library #1937
2021-10-19 10:31:31 +05:30
Damodar Lohani d029c94bc8 Merge branch 'feat-storage-buckets' into feat-large-file 2021-10-17 11:45:45 +05:45
Damodar Lohani 3e78abfc85 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-10-17 11:38:33 +05:45
Torsten Dittmann b3dd0133a1 Merge branch 'master' of https://github.com/appwrite/appwrite into 0.11.x 2021-10-16 14:13:32 +02:00
Torsten Dittmann f4a6f6235f tests(unit): migration type 2021-10-15 18:56:35 +02:00
Torsten Dittmann 441156da7c chore(release): prepare 0.11.0 release 2021-10-15 18:11:20 +02:00
kodumbeats 4a1507ba25 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-refactor-api-buxfixes 2021-10-15 09:26:17 -04:00
Christy Jacob 80136de0ac
Merge pull request #1993 from waridrox/fixPSR_Migration
Fixed PSR issues in `Migration` library
2021-10-14 20:32:10 +05:30
Bradley Schofield dd5bdda000 Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-10-11 14:59:34 +01:00
Christy Jacob 8fcfb7ca5f
Merge pull request #1990 from divshacker/master
Fixes PSR issues in the Templates library
2021-10-11 17:32:25 +05:30
oovk f138aeb3a6 fixed PSR issues in the URL library 2021-10-09 19:51:21 +02:00
Torsten Dittmann 9aaf6c27e5 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-10-08 12:59:03 +02:00
Christy Jacob 6c2257e3e8
Merge pull request #1941 from ezioishan/master
Fix PSR issues in Detector #1939
2021-10-08 16:00:33 +05:30
Torsten Dittmann 44aed9524e Merge branch 'master' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-10-08 11:06:53 +02:00
Dmitry a52d9152e5 fix(typos): fix bunch of typos and missclicks in whole project 2021-10-08 05:03:09 +03:00
Torsten Dittmann f09742175c fix auth tests 2021-10-07 22:24:09 +02:00
Torsten Dittmann 746b9c651e fix auth tests 2021-10-07 21:27:23 +02:00
Torsten Dittmann 4829b488f5 fix auth tests 2021-10-07 21:19:58 +02:00
kodumbeats 6373c4f92d Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-refactor-api-buxfixes 2021-10-07 14:40:45 -04:00
kodumbeats b3d5ba4123 Address review comments 2021-10-07 14:27:20 -04:00
kodumbeats 5b1d7bfa5d Merge remote-tracking branch 'origin/feat-database-indexing' into feat-enum-attributes 2021-10-07 14:08:02 -04:00
kodumbeats 328b326faa
Merge pull request #1896 from appwrite/feat-before-pagination
feat(refactor-db): before pagination
2021-10-07 14:05:41 -04:00
Torsten Dittmann a585a9090a fix realtime with db refactor 2021-10-07 17:35:17 +02:00
Torsten Dittmann 8db80e164d Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-10-07 12:08:24 +02:00
waridrox db7e1f5ebb Fixed PSR issues in Migration library
Signed-off-by: waridrox <mohdwarid4@gmail.com>
2021-10-07 15:34:55 +05:30
Christy Jacob 3746cda31b
Merge pull request #1998 from ar-ankou/feat-database-indexing
fix-1981-psr-issues-in-the-task-library
2021-10-07 15:11:37 +05:30
Christy Jacob d6c17d309d
Merge pull request #1988 from charithesh16/feat-database-indexing
Fixes PSR issues for Detector Library
2021-10-07 14:28:19 +05:30
Christy Jacob d6c42c0630
Merge pull request #1986 from krishguptadev/feat-database-indexing
style: fix using php cs fixer
2021-10-07 14:25:44 +05:30
Christy Jacob 46b3b23d90
Merge pull request #1949 from mendoza/refactor-1943-Fixing-PSR-Event
Fixing PSR in Event Library
2021-10-07 14:18:25 +05:30
kodumbeats 1b4beb5ea2 Ensure enum attribute has proper response model 2021-10-06 22:25:03 -04:00
kodumbeats ec5d2ed591 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-enum-attributes 2021-10-06 20:36:25 -04:00
Mukul Kolpe c1235bfb7c Fixed PSR issues in the Extend(src\Appwrite) library 2021-10-07 02:53:58 +05:30
Torsten Dittmann df661a605f fix migration tests 2021-10-06 17:10:03 +02:00
Asmit2952 5a729e0932 Fixed PSR issues in Utopia Library
Signed-off-by: Asmit2952 <asmitbm2952002@gmail.com>
2021-10-06 19:52:38 +05:30
kaczmarekdaniel 8531eddeb4 Docker library psr issues fix 2021-10-06 15:39:14 +02:00
Geoffrey ec1d529e13 fix: PSR issues on OpenSSL at master 2021-10-06 14:07:23 +02:00
Torsten Dittmann 97aa1908c8 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-project-subqueries 2021-10-06 13:56:06 +02:00
Steven Boixel acb4aebe4d Fix - PSR issues in the Task library
This fix the PSR issue for the Cron Class and also the CronTest

Resolve #1981
2021-10-06 13:53:33 +02:00
Srijit 4df8803c75 fix: Fix PSR issue in database library 2021-10-06 17:14:03 +05:30
divshacker 1a2a1c4df8 updated_templates 2021-10-06 12:26:23 +05:30
Charithesh Puppireddy c9b8175a90 Fixed PSR issues for Detector Library 2021-10-06 11:38:54 +05:30
Krish Gupta 8331842a23
style: fix using php cs fixer 2021-10-06 11:10:29 +05:30
Emilia 2865921c00 Fix PSR issues in Network 2021-10-05 22:07:39 +02:00
Papu Kumar 6122578fe5 fix PSR issues in Auth library #1937 2021-10-06 00:53:04 +05:30
David Mendoza 3ee11afe88 Fixed PSR issues on event library 2021-10-05 11:50:54 -06:00
David Mendoza 4228c304a5 Revert "fixed PSR issues on event library issue #1943"
This reverts commit 735c04318d.
2021-10-05 11:49:05 -06:00
David Mendoza 735c04318d fixed PSR issues on event library issue #1943 2021-10-05 11:46:56 -06:00
Ishan Sourav 1d8b7da145 Fix PSR issues in Detector #1939 2021-10-05 21:57:40 +05:30
Torsten Dittmann c3d1dad82c fix stdClass usage 2021-10-05 17:39:39 +02:00
kodumbeats dc06e42348 Remove standard lib imports 2021-10-05 09:16:27 -04:00
kodumbeats 2aa94e7897 Improve attr/index lifecycle with status stuck when deletion fails 2021-10-04 20:23:15 -04:00
Torsten Dittmann aa5d4cfc9b fix types 2021-09-30 12:32:24 +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
Matej Baco 73c0b23680 Swagger (2,3) support for multiple types of response 2021-09-30 11:59:01 +02:00
Eldad Fux 59521d53da Fixed sum description 2021-09-25 16:48:46 +03:00
Matej Baco 36f55c8726 Removed var dump 2021-09-23 13:13:22 +02:00
Matej Baco c97b153255 Implemented oneOf for non-array results with multiple types 2021-09-23 13:12:50 +02:00
wess c55d8d4073 Adding Stripe OAuth for connected accountns 2021-09-22 11:46:10 -04:00
Bradley Schofield 715a8ac729 Add authentication between appwrite and the executor
+ Add authentication between appwrite and the executor
+ Add built status and build stdout/stderr to tag for later use
+ Changes to executor to implement new build stages
2021-09-22 11:03:04 +01:00
Matej Bačo 9c9a17a2a4
Apply suggestions from code review
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2021-09-21 20:33:11 +02:00
Matej Baco d0e777edd5 Swagger Double type fix 2021-09-21 14:25:41 +02:00
Matej Baco 1eeddc8015 This should not be removed 2021-09-21 14:19:25 +02:00
Matej Baco b97542e581 Swagger2 array fix 2021-09-21 14:16:24 +02:00
Matej Baco a87d482e49 Swagger2 support for arrays (work-around) 2021-09-21 14:12:43 +02:00
Matej Baco e8f77ae363 OpenAPI3 support for anyOf 2021-09-21 14:01:18 +02:00
kodumbeats 4cf16c88ed
Update docblocks for getType 2021-09-15 11:17:09 -04:00
kodumbeats d305c7c442
Merge pull request #1624 from TorstenDittmann/feat-response-models-new-attributes-torsten
feat(feat-response-models-new-attributes): introduce response type array
2021-09-15 10:28:39 -04:00
Torsten Dittmann 824a23e8cc feat(release): prepare 0.10.4 2021-09-15 16:06:49 +02:00
Torsten Dittmann 0992576e52 introduce response type array 2021-09-14 10:26:16 +02:00
kodumbeats d32b877347 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-09-12 08:57:02 -04:00
Damodar Lohani c48ea44ac4 Merge branch 'feat-storage-buckets' into feat-large-file 2021-09-12 12:03:47 +05:45
kodumbeats 7fbe95de30 Use enum filter to respond with proper enum model 2021-09-10 16:14:12 -04:00
kodumbeats 23611857a1 Add response model for enum attribute 2021-09-10 16:12:55 -04:00
Damodar Lohani 2f9849f957 buckets related metrics 2021-09-10 14:34:16 +05:45
Damodar Lohani 2b55e50c68 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-09-10 14:15:13 +05:45
Torsten Dittmann dcc731a52d feat(release): 0.10.3 2021-09-09 13:21:29 +02:00
Damodar Lohani 380ebdc62d Merge branch 'feat-storage-buckets' into feat-large-file 2021-09-08 13:47:05 +05:45
Bradley Schofield 66d8b0599c Merge branch 'master' into the-executor-poc 2021-09-07 12:51:25 +01:00
Torsten Dittmann 7e1a03effd
Merge pull request #1595 from appwrite/0.10.x
merge 0.10.x into master
2021-09-06 17:10:44 +02:00
Torsten Dittmann 17118e69f9 feat(release): 0.10.2 2021-09-06 15:45:43 +02:00
Torsten Dittmann f5cf111383
Merge pull request #1580 from TorstenDittmann/fix-priviledged-user
fix(auth): add role for privileged users
2021-09-06 15:16:40 +02:00
Torsten Dittmann 0ac4b031eb fix condition 2021-09-03 17:18:42 +02:00
Torsten Dittmann 55a5a0c7fd fix roles variable 2021-09-03 17:15:42 +02:00