aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal-server
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-24 17:48:46 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-24 17:48:46 -0500
commite6f5c9f50b70d0a59fc0ea731f0468897280a3dd (patch)
treeb069705e88f31d4c35a0399d9b7f99a932b1b8cb /src/internal-server
parentAdded content for unsigned nightlies; Commented out opencollective integration (diff)
downloadferdium-app-e6f5c9f50b70d0a59fc0ea731f0468897280a3dd.tar.gz
ferdium-app-e6f5c9f50b70d0a59fc0ea731f0468897280a3dd.tar.zst
ferdium-app-e6f5c9f50b70d0a59fc0ea731f0468897280a3dd.zip
Accept both 'ferdi-data' and 'ferdium-data' extns
(useful when moving from Ferdi to Ferdium)
Diffstat (limited to 'src/internal-server')
-rw-r--r--src/internal-server/resources/views/index.edge2
-rw-r--r--src/internal-server/resources/views/transfer.edge4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/internal-server/resources/views/index.edge b/src/internal-server/resources/views/index.edge
index c6afcc14e..97926f86a 100644
--- a/src/internal-server/resources/views/index.edge
+++ b/src/internal-server/resources/views/index.edge
@@ -14,6 +14,6 @@
14 To use Ferdium without an account, log out of your current account (if you are already logged in) and choose "Use Ferdium without an Account". 14 To use Ferdium without an account, log out of your current account (if you are already logged in) and choose "Use Ferdium without an Account".
15</p> 15</p>
16<p> 16<p>
17 Alternatively, you can <a href="/import">import your account from a remote server</a> or <a href="/transfer">import your data from a ".ferdium-data" file</a> or <a href="/transfer">export your data to a ".ferdium-data" file</a>. 17 Alternatively, you can <a href="/import">import your account from a remote server</a> or <a href="/transfer">import your data from a ".ferdium-data" or ".ferdi-data" file</a> or <a href="/transfer">export your data to a ".ferdium-data" file</a>.
18</p> 18</p>
19@endsection 19@endsection
diff --git a/src/internal-server/resources/views/transfer.edge b/src/internal-server/resources/views/transfer.edge
index 34fd75d97..e793d1c30 100644
--- a/src/internal-server/resources/views/transfer.edge
+++ b/src/internal-server/resources/views/transfer.edge
@@ -12,7 +12,7 @@
12<div> 12<div>
13 <label>Account data</label> 13 <label>Account data</label>
14 <div> 14 <div>
15 <input type="file" name="file" id="file" value="" accept=".json,.ferdium-data" required> 15 <input type="file" name="file" id="file" value="" accept=".json,.ferdium-data,.ferdi-data" required>
16 </div> 16 </div>
17</div> 17</div>
18 18
@@ -29,4 +29,4 @@
29</div> 29</div>
30<script src="/js/transfer.js"></script> 30<script src="/js/transfer.js"></script>
31 31
32@endsection \ No newline at end of file 32@endsection