1
0
Fork 0
mirror of synced 2024-08-04 04:52:03 +12:00
Commit graph

11106 commits

Author SHA1 Message Date
Bradley Schofield
16dd539401 Create Executor.php 2022-06-09 10:39:04 +01:00
Bradley Schofield
41ae3a87db
Delete Executor.php 2022-06-09 10:38:10 +01:00
Bradley Schofield
7fce57f35d Clean up unused code and get tests working 2022-06-08 16:15:17 +01:00
Bradley Schofield
d2c4bb9872 Continue work on implementing local runtime state 2022-06-07 14:55:44 +01:00
Bradley Schofield
2c24fbb70b Merge branch 'master' into feat-track-runtime-state 2022-06-07 14:30:54 +01:00
Torsten Dittmann
e8a9f3f9c4
Merge pull request #3344 from appwrite/fix-linter-issues
fix : linter issues
2022-06-06 15:57:59 +02:00
Everly Precia Suresh
a456634324 fix linter issues 2022-06-06 13:32:58 +00:00
Bradley Schofield
6b228bf57b Add Runtime state tracking using a Swoole table 2022-06-06 10:57:23 +01:00
Torsten Dittmann
f1afc45ae2
Merge pull request #3327 from chuongtang/add_webm_videoType
Added webm into mimeType and previewType
2022-06-03 12:48:55 +02:00
Torsten Dittmann
9e2c672ac7
Merge pull request #1652 from 2002Bishwajeet/patch-1
Update GETTING_START.md for flutter
2022-06-03 12:35:51 +02:00
Torsten Dittmann
f055c23e9a
Merge pull request #1663 from gireeshp/fix-1662-logs-minor-spelling-mistake
Fix for #1662. Corrected the spelling in the logs.
2022-06-03 12:35:06 +02:00
Torsten Dittmann
d9f53d6e23
Update realtime.php 2022-06-03 12:34:44 +02:00
Torsten Dittmann
105ae1caec
Merge branch 'master' into fix-1662-logs-minor-spelling-mistake 2022-06-03 12:34:08 +02:00
Torsten Dittmann
2bde8a8387
Merge pull request #1250 from alexweininger/patch-2
doc: Add info about _APP_STORAGE_LIMIT environment variable to Storage doc
2022-06-03 12:27:56 +02:00
Torsten Dittmann
ee07af85fc
Update storage.md 2022-06-03 12:27:46 +02:00
Torsten Dittmann
b466ce029c
Merge pull request #3323 from gewenyu99/master
Fix function deploy directory
2022-06-03 12:23:12 +02:00
Torsten Dittmann
392a6c04dd
Merge pull request #3326 from appwrite/fix-linter-violations
fix: linter issues
2022-06-03 11:07:58 +02:00
Everly Precia Suresh
616e813229 add comment when fall-through is intentional in a non-empty case body 2022-06-02 22:18:42 +00:00
Chuong Tang
e1c6974b88
Merge branch 'master' into add_webm_videoType 2022-06-02 08:43:25 -06:00
Chuong Tang
4830f89ed3
Added webm into mimeType and previewType 2022-06-02 08:38:33 -06:00
Everly Precia Suresh
5a8bbf6457 add rule to exclude namespace 2022-06-02 14:20:15 +00:00
Everly Precia Suresh
da03611109 add rule to exclude namespace 2022-06-02 14:10:55 +00:00
Everly Precia Suresh
02838cc1b2 Remove namespace 2022-06-02 13:36:51 +00:00
Everly Precia Suresh
192c922e9f Merge branch 'master' of https://github.com/appwrite/appwrite into fix-linter-violations 2022-06-02 13:10:17 +00:00
Everly Precia Suresh
3b14ccb7d4 fix linting issues 2022-06-02 13:09:04 +00:00
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
43a5d419e8
Merge pull request #3307 from appwrite/fix-subquery-limit
fix: increase subquery limit
2022-06-02 14:05:46 +02:00
Wen Yu Ge
8108bf0332 fix function deploy directory 2022-06-01 15:43:46 -04:00
Torsten Dittmann
b8058c51e5 Merge branch 'master' of https://github.com/appwrite/appwrite into fix-subquery-limit 2022-06-01 19:14:46 +02:00
Torsten Dittmann
2255c789df fix: subquery return for sessions 2022-06-01 19:13:15 +02: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
dd4dcebdeb Merge branch 'master' of https://github.com/appwrite/appwrite into fix-subquery-limit 2022-06-01 16:32:59 +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