New logo
|
@ -3,7 +3,7 @@
|
|||
<div class="auth-box">
|
||||
<div class="logo">
|
||||
<img src="{{appMeta.endpoint}}/public/logo?cb={{random-id}}"
|
||||
title="Documize" alt="Documize" class="img-fluid">
|
||||
title="Community" alt="Community" class="img-fluid">
|
||||
<div class="url">{{appMeta.title}} ({{appMeta.appHost}})</div>
|
||||
</div>
|
||||
<form {{action "login" on="submit"}}>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "documize",
|
||||
"version": "4.2.3",
|
||||
"name": "community",
|
||||
"version": "5.0.0",
|
||||
"private": true,
|
||||
"description": "Documize Community",
|
||||
"repository": "",
|
||||
|
|
BIN
gui/public/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
gui/public/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
gui/public/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 7.5 KiB |
BIN
gui/public/assets/img/logo.png
Executable file
After Width: | Height: | Size: 4 KiB |
BIN
gui/public/assets/img/logo@2x.png
Executable file
After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 16 KiB |
BIN
gui/public/assets/img/setup/logo.png
Executable file
After Width: | Height: | Size: 4 KiB |
BIN
gui/public/assets/img/setup/logo@2x.png
Executable file
After Width: | Height: | Size: 8.2 KiB |
BIN
gui/public/favicon-16x16.png
Normal file
After Width: | Height: | Size: 681 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 15 KiB |
BIN
gui/public/favicon.png
Normal file → Executable file
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 4 KiB |
|
@ -1,3 +1,13 @@
|
|||
{
|
||||
"filter": "filterr"
|
||||
"filter": "Filter",
|
||||
"all": "All",
|
||||
"public": "Public",
|
||||
"protected": "Protected",
|
||||
"personal": "Personal",
|
||||
"label": "Label",
|
||||
"no_labels": "No labels",
|
||||
|
||||
|
||||
|
||||
"z": "z"
|
||||
}
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
{
|
||||
"name": "Documize",
|
||||
"short_name": "Documize",
|
||||
"name": "Community",
|
||||
"short_name": "Community",
|
||||
"display": "standalone",
|
||||
"background_color": "#280A42",
|
||||
"theme_color": "#280A42",
|
||||
"description": "Organized documents",
|
||||
"start_url": "/?utm_source=homescreen",
|
||||
"icons": [{
|
||||
"src": "assets/img/icon-purple-64x64.png",
|
||||
"src": "assets/img/icon.png",
|
||||
"sizes": "64x64",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "assets/img/icon-purple-128x128.png",
|
||||
"src": "assets/img/icon.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "assets/img/icon-purple-256x256.png",
|
||||
"src": "assets/img/icon.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "assets/img/icon-purple-1024x1024.png",
|
||||
"src": "assets/img/icon.png",
|
||||
"sizes": "1024x1024",
|
||||
"type": "image/png"
|
||||
}]
|
||||
|
|
1
gui/public/site.webmanifest
Normal file
|
@ -0,0 +1 @@
|
|||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|