Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit caafb42

Browse files
Merge pull request #121 from appwrite/feat-remove-tasks
Remove all references to Task Service
2 parents baa4612 + f5d9e15 commit caafb42

File tree

5 files changed

+3
-83
lines changed

5 files changed

+3
-83
lines changed

app/views/docs/architecture.phtml

-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ $image = new View(__DIR__.'/../general/image.phtml');
6161

6262
<p><b>Usage</b></p>
6363

64-
<p><b>Tasks</b></p>
65-
6664
<p><b>Deletes</b></p>
6765

6866
<p><b>Certificates</b></p>

app/views/docs/main.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function getSpecsUrl($version, $type) {
6262

6363
<p>Appwrite is an end-to-end backend server that is aiming to abstract the complexity of common, complex, and repetitive tasks required for building a modern app.</p>
6464

65-
<p>Appwrite provides you with a set of APIs, tools, and a management console UI to help you build your apps a lot faster and in a much more secure way. Between Appwrite different services, you can find user authentication and account management, user preferences, database and storage persistence, cloud functions, localization, image manipulation, scheduled background tasks, and more.</p>
65+
<p>Appwrite provides you with a set of APIs, tools, and a management console UI to help you build your apps a lot faster and in a much more secure way. Between Appwrite different services, you can find user authentication and account management, user preferences, database and storage persistence, cloud functions, localization, image manipulation, and more.</p>
6666

6767
<p>Appwrite is both cross-platform and technology agnostic, meaning it can run on any operating system, coding language, framework, or platform. Although Appwrite can easily fit the definition of a serverless technology, it's designed to run well in multiple configurations. You can integrate Appwrite directly with your client app, use it behind your custom backend or alongside your custom backend server.</p>
6868

app/views/docs/overview.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p>Appwrite is an end-to-end backend server that is aiming to abstract the complexity of common, complex, and repetitive tasks required for building a modern app.</p>
22

3-
<p>Appwrite provides you with a set of APIs, tools, and a management console UI to help you build your apps a lot faster and in a much more secure way. Between Appwrite different services, you can find user authentication and account management, user preferences, database and storage persistence, cloud functions, localization, image manipulation, scheduled background tasks, and more.</p>
3+
<p>Appwrite provides you with a set of APIs, tools, and a management console UI to help you build your apps a lot faster and in a much more secure way. Between Appwrite different services, you can find user authentication and account management, user preferences, database and storage persistence, cloud functions, localization, image manipulation, and more.</p>
44

55
<h3>Appwrite is Cross-Platform</h3>
66

app/views/docs/security.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<h2>Data Encryption</h2>
1212

13-
<p>By default, Appwrite stores all your server sensitive information encrypted. This information includes Webhooks HTTP passwords, Tasks HTTP passwords, Cloud Functions custom environment vars and secrets, API keys secret key (from v0.7), and OAuth secret tokens. All the data is encrypted using your server private encryption key, configurable from your server <a href="/docs/environment-variables">environment variables</a>.</p>
13+
<p>By default, Appwrite stores all your server sensitive information encrypted. This information includes Webhooks HTTP passwords, Cloud Functions custom environment vars and secrets, API keys secret key (from v0.7), and OAuth secret tokens. All the data is encrypted using your server private encryption key, configurable from your server <a href="/docs/environment-variables">environment variables</a>.</p>
1414

1515
<h2>Storage Encryption</h2>
1616

app/views/docs/tasks.phtml

-78
This file was deleted.

0 commit comments

Comments
 (0)