Compare commits

...

4 commits

Author SHA1 Message Date
f a060554586 precompiled assets 2022-04-14 16:34:36 -03:00
f cfe2028210 lfs 2022-04-14 16:34:23 -03:00
f d628b76258 lfs 2022-04-14 16:34:18 -03:00
f 859c851522 production 2022-04-14 16:28:44 -03:00
352 changed files with 898 additions and 84992 deletions

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
public/assets/** filter=lfs diff=lfs merge=lfs -text

18
.gitignore vendored
View file

@ -46,10 +46,6 @@
# logfiles and tempfiles
/log
/public/assets/*.*
/public/assets/addons
/public/assets/app
/public/assets/custom
/public/assets/chat/node_modules
/tmp/*
!/tmp/pids
@ -57,23 +53,9 @@
!/tmp/pids/.keep
/storage/fs
# doorkeeper (OAuth 2)
/public/assets/doorkeeper
# images
/public/assets/images/*
/public/assets/images/yarn.lock
/public/assets/images/node_modules
!/public/assets/images/*.sh
!/public/assets/images/Dockerfile
!/public/assets/images/package.json
!/public/assets/images/gulpfile.js
!/public/assets/images/icons/
!/public/assets/images/avatar-bg.png
!/public/assets/images/chat-demo-avatar.png
!/public/assets/images/eyedropper.gif
!/public/assets/images/icons.svg
!/public/assets/images/logo.svg
# Third-Party ------------------------------------------------------------------

View file

@ -3,7 +3,7 @@
source 'https://gems.sutty.nl'
# core - base
ruby '2.7.4'
ruby '2.7.5'
gem 'rails', '~> 6.0.0'
# core - rails additions
@ -149,6 +149,8 @@ gem 'viewpoint', require: false
# integrations - S/MIME
gem 'openssl'
gem 'lograge'
# Translation sync
gem 'PoParser', require: false

View file

@ -292,6 +292,11 @@ GEM
logging (2.3.0)
little-plugger (~> 1.1)
multi_json (~> 1.14)
lograge (0.12.0)
actionpack (>= 4)
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.14.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
@ -462,6 +467,8 @@ GEM
rchardet (1.8.0)
redis (4.6.0)
regexp_parser (2.2.1)
request_store (1.5.1)
rack (>= 1.4)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
@ -674,6 +681,7 @@ DEPENDENCIES
json
koala
libv8
lograge
mail!
messagebird-rest
mime-types

View file

@ -41,7 +41,7 @@ Rails.application.configure do
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX
# Store uploaded files on the local file system (see config/storage.yml for options).
# config.active_storage.service = :local
config.active_storage.service = :local
# Mount Action Cable outside main process or domain.
# config.action_cable.mount_path = nil
@ -49,7 +49,7 @@ Rails.application.configure do
# config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
# config.force_ssl = true
config.force_ssl = true
# Use the lowest log level to ensure availability of diagnostic information
# when problems arise.
@ -81,12 +81,14 @@ Rails.application.configure do
# Send deprecation notices to registered listeners.
config.active_support.deprecation = :notify
config.lograge.enabled = true
# Use default logging formatter so that PID and timestamp are not suppressed.
# config.log_formatter = ::Logger::Formatter.new
config.log_formatter = ::Logger::Formatter.new
# Use a different logger for distributed setups.
# require 'syslog/logger'
# config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name')
require 'syslog/logger'
config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'zammad')
if ENV['RAILS_LOG_TO_STDOUT'].present?
logger = ActiveSupport::Logger.new($stdout)

Binary file not shown.

BIN
public/assets/chat/Dockerfile (Stored with Git LFS)

Binary file not shown.

BIN
public/assets/chat/README.md (Stored with Git LFS)

Binary file not shown.

BIN
public/assets/chat/build.sh (Stored with Git LFS)

Binary file not shown.

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

BIN
public/assets/chat/chat-no-jquery.min.js (Stored with Git LFS) vendored

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

BIN
public/assets/chat/chat.css (Stored with Git LFS)

Binary file not shown.

File diff suppressed because one or more lines are too long

BIN
public/assets/chat/chat.min.js (Stored with Git LFS) vendored

File diff suppressed because one or more lines are too long

BIN
public/assets/chat/chat.scss (Stored with Git LFS)

Binary file not shown.

BIN
public/assets/chat/close.svg (Stored with Git LFS)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 B

After

Width:  |  Height:  |  Size: 128 B

BIN
public/assets/chat/docker-entrypoint.sh (Stored with Git LFS)

Binary file not shown.

BIN
public/assets/chat/gulpfile.js (Stored with Git LFS)

Binary file not shown.

File diff suppressed because it is too large Load diff

BIN
public/assets/chat/jquery-3.6.0.min.js (Stored with Git LFS) vendored

File diff suppressed because one or more lines are too long

BIN
public/assets/chat/package.json (Stored with Git LFS)

Binary file not shown.

BIN
public/assets/chat/purify.min.js (Stored with Git LFS) vendored

File diff suppressed because one or more lines are too long

BIN
public/assets/chat/views/agent.eco (Stored with Git LFS)

Binary file not shown.

BIN
public/assets/chat/views/chat.eco (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
public/assets/chat/views/loader.eco (Stored with Git LFS)

Binary file not shown.

BIN
public/assets/chat/views/message.eco (Stored with Git LFS)

Binary file not shown.

BIN
public/assets/chat/views/status.eco (Stored with Git LFS)

Binary file not shown.

BIN
public/assets/chat/views/timestamp.eco (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
public/assets/chat/views/waiting.eco (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 750 KiB

After

Width:  |  Height:  |  Size: 131 B

File diff suppressed because it is too large Load diff

Binary file not shown.

BIN
public/assets/chat/znuny-no-jquery.html (Stored with Git LFS)

Binary file not shown.

BIN
public/assets/chat/znuny.css (Stored with Git LFS)

Binary file not shown.

BIN
public/assets/chat/znuny.html (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 453 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

BIN
public/assets/error/error-1.svg (Stored with Git LFS)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 129 B

BIN
public/assets/error/error-2.svg (Stored with Git LFS)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 129 B

BIN
public/assets/error/error-3.svg (Stored with Git LFS)

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 129 B

BIN
public/assets/error/error-4.svg (Stored with Git LFS)

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 130 B

BIN
public/assets/error/style.css (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 131 B

Some files were not shown because too many files have changed in this diff Show more