1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00
Commit graph

11069 commits

Author SHA1 Message Date
Everly Precia Suresh d41aff1861 fix linting issues 2022-06-02 13:03:37 +00:00
Everly Precia Suresh 8d0581e401 fix linting issues in client.php 2022-06-02 12:49:01 +00:00
Everly Precia Suresh e95be7d922 fix linting issues AccountBase.php 2022-06-02 12:47:07 +00:00
Everly Precia Suresh 5a5c11ac16 fix linting issues 2022-06-02 12:19:02 +00:00
Everly Precia Suresh 69607b4ade fix linitng issues in WebhooksCustomServerTest.php 2022-06-02 12:14:58 +00:00
Torsten Dittmann b55d2c1b6d
Merge pull request #3316 from appwrite/ci-introduce-linter
ci: introduce linter
2022-06-01 19:03:43 +02:00
Torsten Dittmann 24ed82c460 docs: update phrase 2022-06-01 17:59:55 +02:00
Torsten Dittmann 5670ba0578 docs: update some phrases 2022-06-01 17:59:17 +02:00
Torsten Dittmann 94f63e67ef style: format contributing guide 2022-06-01 17:57:00 +02:00
Torsten Dittmann fb8db21593 Merge branch 'ci-introduce-linter' of https://github.com/appwrite/appwrite into ci-introduce-linter 2022-06-01 17:54:22 +02:00
Torsten Dittmann 55dbe18466 lint: add new rule 2022-06-01 17:54:19 +02:00
Everly Precia Suresh b0f2e2a1fb
Update CONTRIBUTING.md 2022-06-01 20:56:46 +05:30
Everly Precia Suresh c451c9a268
Update CONTRIBUTING.md 2022-06-01 20:52:35 +05:30
Torsten Dittmann 426e7cb77b feat: remove unused psalm 2022-06-01 16:39:12 +02:00
Torsten Dittmann e1d005baaa
Merge pull request #3315 from appwrite/fix-dotnet-logo
Fix: Correct the .NET logo
2022-06-01 16:25:41 +02:00
Torsten Dittmann 3d297e825f
Merge pull request #3296 from stnguyen90/fix-2955-add-team-member-toast
Update success, loading, and error message for add team member
2022-06-01 16:24:45 +02:00
Torsten Dittmann f1322175da
Merge pull request #3270 from stnguyen90/feat-3269-skip-service-check-for-server
Update service checks to ignore server app users
2022-06-01 16:23:27 +02:00
Torsten Dittmann d7d50699b6
Merge pull request #3297 from stnguyen90/feat-3283-bypass-smtp-check-add-team-admin
Bypass SMTP host check for admins adding team members
2022-06-01 16:21:56 +02:00
Everly Precia Suresh 958c891039
update code maintenance section 2022-06-01 19:40:08 +05:30
Everly Precia Suresh d352c8a8d5
Update CONTRIBUTING.md 2022-06-01 19:31:35 +05:30
Everly Precia Suresh 52b7bb50d0
Update CONTRIBUTING.md 2022-06-01 19:21:17 +05:30
Everly Precia Suresh cc57a9f347
introduce formatting + linting in CONTRIBUTING.MD 2022-06-01 19:15:35 +05:30
Steven 4a87e73a45 Update success, loading, and error message for add team member
Remove text indicating invitations since no emails are sent when adding
a user via the Admin console.
2022-05-31 22:00:37 -07:00
Steven ec1c4fd5c3 Bypass SMTP host check for admins adding team members
Since no email is sent when adding team members for admins, there shouldn't
be any need to check the SMTP host.
2022-05-31 20:50:19 -07:00
Steven Nguyen f645c2ce53 Update service checks to ignore server app users 2022-05-31 20:42:41 -07:00
Torsten Dittmann 540738101f fix: error type 2022-06-01 00:09:23 +02:00
Torsten Dittmann ff949392ed linter: exclude max line width rule 2022-05-31 17:36:38 +02:00
Torsten Dittmann 70286f57dc ci: update php composer version for linter 2022-05-31 17:27:40 +02:00
Torsten Dittmann f58aa0c818
Update linter.yml 2022-05-31 17:26:45 +02:00
Torsten Dittmann 2d58f48b72 ci: fix linter 2022-05-31 17:22:40 +02:00
Torsten Dittmann 30ffcafc04 ci: fix linter os 2022-05-31 17:18:12 +02:00
Torsten Dittmann 981e82eb45 ci: fix php sniffer configuration 2022-05-31 17:16:27 +02:00
Torsten Dittmann 02bc2f6390 ci: introduce linter 2022-05-31 17:09:45 +02:00
adityaoberai e056dc15c9 Fix .NET logo 2022-05-31 20:26:15 +05:30
Torsten Dittmann 15107f0f5c
Merge pull request #3312 from appwrite/introduce-formatter-and-linter
Introduce PHP code sniffer and format code
2022-05-31 16:42:47 +02:00
Everly Precia Suresh c61dd1e261 remove unecessary semi colons 2022-05-31 14:24:01 +00:00
Everly Precia Suresh 95615416a6 formate function.php 2022-05-31 13:50:27 +00:00
Everly Precia Suresh 61c8cf5ccd Merge branch 'master' of https://github.com/appwrite/appwrite into introduce-formatter-and-linter 2022-05-31 13:48:05 +00:00
Torsten Dittmann fd58c57163
Merge pull request #3280 from appwrite/refactor-accounts
Refactor `account.php`
2022-05-31 15:47:39 +02:00
Everly Precia Suresh 1be5593d9d Merge branch 'master' of https://github.com/appwrite/appwrite into introduce-formatter-and-linter 2022-05-31 13:40:43 +00:00
Torsten Dittmann 957ba08817
Merge pull request #3282 from appwrite/refactor-database
refactor `database.php`
2022-05-31 15:33:14 +02:00
Everly Precia Suresh f1938f5151
update refactor
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-05-31 18:04:20 +05:30
Everly Precia Suresh 94e225411f update refacror 2022-05-31 12:33:13 +00:00
Everly Precia Suresh 93016d6174 Merge branch 'master' of https://github.com/appwrite/appwrite into introduce-formatter-and-linter 2022-05-31 12:15:35 +00:00
Eldad A. Fux 301ff91f03
Merge pull request #2987 from emattiza/feat/enhance-gitpod-load
chore: enhance gitpod Dockerfile steps for prebuilds
2022-05-31 15:03:55 +03:00
Everly Precia Suresh 318df0d3f3 Merge branch 'master' of https://github.com/appwrite/appwrite into introduce-formatter-and-linter 2022-05-31 11:55:30 +00:00
Torsten Dittmann 63092dd1fa
Merge pull request #3214 from appwrite/refactor-functions
Refactor `functions.php`
2022-05-31 13:51:54 +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 60ffee2c5e
Merge pull request #3287 from appwrite/refactor-general
Refactor `general.php`
2022-05-31 13:15:56 +02:00