New logo
|
@ -22,6 +22,8 @@ echo "Copying Ember pdfjs folder"
|
||||||
robocopy /e /NFL /NDL /NJH gui\dist-prod\pdfjs edition\static\public\pdfjs
|
robocopy /e /NFL /NDL /NJH gui\dist-prod\pdfjs edition\static\public\pdfjs
|
||||||
echo "Copying Ember sections folder"
|
echo "Copying Ember sections folder"
|
||||||
robocopy /e /NFL /NDL /NJH gui\dist-prod\sections edition\static\public\sections
|
robocopy /e /NFL /NDL /NJH gui\dist-prod\sections edition\static\public\sections
|
||||||
|
echo "Copying i18n folder"
|
||||||
|
robocopy /e /NFL /NDL /NJH gui\dist-prod\i18n edition\static\public\i18n
|
||||||
|
|
||||||
copy gui\dist-prod\*.* edition\static
|
copy gui\dist-prod\*.* edition\static
|
||||||
copy gui\dist-prod\favicon.ico edition\static\public
|
copy gui\dist-prod\favicon.ico edition\static\public
|
||||||
|
@ -32,6 +34,10 @@ mkdir edition\static\mail
|
||||||
copy domain\mail\*.html edition\static\mail
|
copy domain\mail\*.html edition\static\mail
|
||||||
copy core\database\templates\*.html edition\static
|
copy core\database\templates\*.html edition\static
|
||||||
|
|
||||||
|
rd /s /q edition\static\i18n
|
||||||
|
mkdir edition\static\i18n
|
||||||
|
robocopy /e /NFL /NDL /NJH gui\dist-prod\i18n\*.json edition\static\i18n
|
||||||
|
|
||||||
rd /s /q edition\static\scripts
|
rd /s /q edition\static\scripts
|
||||||
mkdir edition\static\scripts
|
mkdir edition\static\scripts
|
||||||
mkdir edition\static\scripts\mysql
|
mkdir edition\static\scripts\mysql
|
||||||
|
|
5
build.sh
|
@ -20,6 +20,7 @@ cp -r gui/dist-prod/prism edition/static/public/prism
|
||||||
cp -r gui/dist-prod/sections edition/static/public/sections
|
cp -r gui/dist-prod/sections edition/static/public/sections
|
||||||
cp -r gui/dist-prod/tinymce edition/static/public/tinymce
|
cp -r gui/dist-prod/tinymce edition/static/public/tinymce
|
||||||
cp -r gui/dist-prod/pdfjs edition/static/public/pdfjs
|
cp -r gui/dist-prod/pdfjs edition/static/public/pdfjs
|
||||||
|
cp -r gui/dist-prod/i18n edition/static/public/i18n
|
||||||
cp gui/dist-prod/*.* edition/static
|
cp gui/dist-prod/*.* edition/static
|
||||||
cp gui/dist-prod/favicon.ico edition/static/public
|
cp gui/dist-prod/favicon.ico edition/static/public
|
||||||
cp gui/dist-prod/manifest.json edition/static/public
|
cp gui/dist-prod/manifest.json edition/static/public
|
||||||
|
@ -29,6 +30,10 @@ mkdir -p edition/static/mail
|
||||||
cp domain/mail/*.html edition/static/mail
|
cp domain/mail/*.html edition/static/mail
|
||||||
cp core/database/templates/*.html edition/static
|
cp core/database/templates/*.html edition/static
|
||||||
|
|
||||||
|
rm -rf edition/static/i18n
|
||||||
|
mkdir -p edition/static/i18n
|
||||||
|
cp -r gui/dist-prod/i18n/*.json edition/static/i18n
|
||||||
|
|
||||||
rm -rf edition/static/scripts
|
rm -rf edition/static/scripts
|
||||||
mkdir -p edition/static/scripts
|
mkdir -p edition/static/scripts
|
||||||
mkdir -p edition/static/scripts/mysql
|
mkdir -p edition/static/scripts/mysql
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/assets/img/setup/logo.png" alt="Documize">
|
<img src="/assets/img/setup/logo.png" alt="Documize Community">
|
||||||
</div>
|
</div>
|
||||||
<div class="content clearfix">
|
<div class="content clearfix">
|
||||||
<div class="image">
|
<div class="image">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<div class="auth-box">
|
<div class="auth-box">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="{{appMeta.endpoint}}/public/logo?cb={{random-id}}"
|
<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 class="url">{{appMeta.title}} ({{appMeta.appHost}})</div>
|
||||||
</div>
|
</div>
|
||||||
<form {{action "login" on="submit"}}>
|
<form {{action "login" on="submit"}}>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "documize",
|
"name": "community",
|
||||||
"version": "4.2.3",
|
"version": "5.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Documize Community",
|
"description": "Documize Community",
|
||||||
"repository": "",
|
"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",
|
"name": "Community",
|
||||||
"short_name": "Documize",
|
"short_name": "Community",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#280A42",
|
"background_color": "#280A42",
|
||||||
"theme_color": "#280A42",
|
"theme_color": "#280A42",
|
||||||
"description": "Organized documents",
|
"description": "Organized documents",
|
||||||
"start_url": "/?utm_source=homescreen",
|
"start_url": "/?utm_source=homescreen",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
"src": "assets/img/icon-purple-64x64.png",
|
"src": "assets/img/icon.png",
|
||||||
"sizes": "64x64",
|
"sizes": "64x64",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}, {
|
}, {
|
||||||
"src": "assets/img/icon-purple-128x128.png",
|
"src": "assets/img/icon.png",
|
||||||
"sizes": "128x128",
|
"sizes": "128x128",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}, {
|
}, {
|
||||||
"src": "assets/img/icon-purple-256x256.png",
|
"src": "assets/img/icon.png",
|
||||||
"sizes": "256x256",
|
"sizes": "256x256",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}, {
|
}, {
|
||||||
"src": "assets/img/icon-purple-1024x1024.png",
|
"src": "assets/img/icon.png",
|
||||||
"sizes": "1024x1024",
|
"sizes": "1024x1024",
|
||||||
"type": "image/png"
|
"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"}
|