1
0
Fork 0
mirror of synced 2024-07-01 20:50:49 +12:00
Commit graph

184 commits

Author SHA1 Message Date
Torsten Dittmann e0b9f57d85
Revert "Feat app region" 2022-09-30 12:32:58 +02:00
Damodar Lohani e80e65946b Merge branch 'master' of https://github.com/appwrite/appwrite into feat-app-region 2022-09-19 12:01:56 +00:00
Steven Nguyen 908ba51144 Rename collection to collectionId on the Console 2022-09-14 00:53:37 +00:00
Damodar Lohani ed81ff1263 regions using config instead 2022-09-08 07:19:14 +00:00
Damodar Lohani cf1c9452c1 region in UI 2022-09-08 06:24:58 +00:00
Damodar Lohani 8450a0c213 region in UI 2022-09-08 05:24:46 +00:00
Jake Barnby 583de3a505
Fix new document route permissions view params 2022-08-30 00:03:18 +12:00
Jake Barnby f54b6b2ebc
Allowed permissions console params opt in instead of out 2022-08-29 22:25:00 +12:00
Jake Barnby 47db8f5bf1
Explicitly set form names for bucket/document 2022-08-29 22:24:04 +12:00
Jake Barnby a320e220c3 Console fixes 2022-08-26 15:34:26 +12:00
Jake Barnby bbf7f8d8c3 Merge remote-tracking branch 'origin/origin/datetime-attributes' into refactor-permissions-inc-console-fix
# Conflicts:
#	app/controllers/api/databases.php
#	app/controllers/api/storage.php
#	src/Appwrite/Extend/Exception.php
2022-08-16 20:30:00 +12:00
Jake Barnby ed712fb196 Merge remote-tracking branch 'origin/0.16.x' into refactor-permissions-inc-console-fix
# Conflicts:
#	app/controllers/general.php
#	composer.lock
2022-08-14 02:31:06 +12:00
Jake Barnby a44e9f2c09 Add bucket/file permissions comps 2022-08-13 21:02:32 +12:00
Jake Barnby 0cd1b232ed Fix hidden forms 2022-08-13 21:01:33 +12:00
Jake Barnby 3c8acac758 Show permission block for documents if document security is enabled 2022-08-13 18:34:47 +12:00
Jake Barnby c66a1991d8 Make permissions matrix reusable 2022-08-13 18:33:11 +12:00
Bradley Schofield 43660d9c8f Merge branch 'master' into feat-simplify-exceptions 2022-08-08 15:03:01 +01:00
Damodar Lohani 51a6db995a groups at the top in hooks 2022-08-02 01:10:48 +00:00
Bradley Schofield 96c6c0ff00 Migrate all exceptions to new signature 2022-07-26 15:24:32 +01:00
Damodar Lohani b168dde502 implementing new Utopia hooks 2022-07-22 06:00:42 +00:00
Damodar Lohani 8f14f5aa21
Database layer (#3338)
* database response model

* database collection config

* new database scopes

* database service update

* database execption codes

* remove read write permission from database model

* updating tests and fixing some bugs

* server side tests are now passing

* databases api

* tests for database endpoint

* composer update

* fix error

* formatting

* formatting fixes

* get database test

* more updates to events and usage

* more usage updates

* fix delete type

* fix test

* delete database

* more fixes

* databaseId in attributes and indexes

* more fixes

* fix issues

* fix index subquery

* fix console scope and index query

* updating tests as required

* fix phpcs errors and warnings

* updates to review suggestions

* UI progress

* ui updates and cleaning up

* fix type

* rework database events

* update tests

* update types

* event generation fixed

* events config updated

* updating context to support multiple

* realtime updates

* fix ids

* update context

* validator updates

* fix naming conflict

* fix tests

* fix lint errors

* fix wprler and realtime tests

* fix webhooks test

* fix event validator and other tests

* formatting fixes

* removing leftover var_dumps

* remove leftover comment

* update usage params

* usage metrics updates

* update database usage

* fix usage

* specs update

* updates to usage

* fix UI and usage

* fix lints

* internal id fixes

* fixes for internal Id

* renaming services and related files

* rename tests

* rename doc link

* rename readme

* fix test name

* tests: fixes for 0.15.x sync

Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-06-22 12:51:49 +02:00
Everly Precia Suresh f039fb36fc format newly added changes 2022-05-31 11:35:59 +00:00
Everly Precia Suresh 746dc72439 fix merge conflicts 2022-05-31 11:32:46 +00:00
Torsten Dittmann 26b975597b
Merge pull request #3288 from appwrite/refactor-home
Refactor `home.php`
2022-05-31 11:21:27 +02:00
Everly Precia Suresh 05c9c47ff9 refactor home.php 2022-05-26 13:37:37 +00:00
Everly Precia Suresh 820589f5a2 refactor console.php 2022-05-26 13:23:49 +00:00
Everly Precia Suresh 60a73c74a5 fix multi-line params in controllers 2022-05-23 16:42:27 +00:00
Everly Precia Suresh 19300ccdd7 format files in app, src, tests 2022-05-23 14:54:50 +00:00
Torsten Dittmann 809767401e sync ui 2022-05-06 10:49:37 +02:00
Torsten Dittmann af9150def9 feat: dedicated webhook page 2022-05-04 13:29:50 +02:00
Torsten Dittmann 1457bab4b1 feat: event model ui init 2022-04-28 13:40:59 +02:00
Torsten Dittmann 7790d72c0c fix: realtime, tests and webhooks 2022-04-18 18:21:45 +02: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
Christy Jacob 5e41aad012 feat: remove unused imports 2022-02-08 01:04:52 +04:00
Christy Jacob 30c5d3c264 feat: use general server errors in general API controller 2022-02-07 01:27:16 +04:00
Damodar Lohani 2db266d71d
Update app/controllers/web/console.php
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
2022-01-16 17:11:49 +05:45
Damodar Lohani ba82839128 Merge branch 'master' into feat-storage-buckets 2022-01-06 13:11:23 +05:45
Eldad Fux d1b5f310e3 Added spec generator CLI command, remove old HTTP endpoint 2022-01-01 14:07:11 +02:00
Damodar Lohani f3e6dfb71d
Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-15 15:43:14 +05:45
Torsten Dittmann a7ee99dcef fix: utopia view 2021-12-14 10:11:34 +01:00
Damodar Lohani d30fcd13c5 remove comments 2021-12-09 12:06:00 +05:45
Damodar Lohani e7f7ce0e70 Merge branch 'feat-storage-buckets' into feat-sb-uis 2021-11-25 13:41:12 +05:45
Damodar Lohani 34bbe18ec1 updated storage UI to support buckets 2021-11-08 14:11:06 +05:45
kodumbeats d93d2af194 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-refactor-ui-fixes 2021-10-13 13:11:06 -04: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
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
Torsten Dittmann c729972325 fix(security): replace getQuery with frontend equivalent 2021-08-31 16:05:43 +02:00
Damodar Lohani 2b6b08c5e1 disable auth settings for smtp dependent auth if smtp is not enabled 2021-08-31 15:30:51 +05:45
Damodar Lohani e9e83d14c3 updates and fixes, default handler for magic login 2021-08-31 15:07:48 +05:45