Compare commits

..

No commits in common. "a06055458654373dc44fed0834eea03dc5a8d628" and "d0e872fcadd2efd6621cc422cb9b150e00b83a6c" have entirely different histories.

352 changed files with 84992 additions and 898 deletions

1
.gitattributes vendored
View file

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

18
.gitignore vendored
View file

@ -46,6 +46,10 @@
# logfiles and tempfiles
/log
/public/assets/*.*
/public/assets/addons
/public/assets/app
/public/assets/custom
/public/assets/chat/node_modules
/tmp/*
!/tmp/pids
@ -53,9 +57,23 @@
!/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.5'
ruby '2.7.4'
gem 'rails', '~> 6.0.0'
# core - rails additions
@ -149,8 +149,6 @@ gem 'viewpoint', require: false
# integrations - S/MIME
gem 'openssl'
gem 'lograge'
# Translation sync
gem 'PoParser', require: false

View file

@ -292,11 +292,6 @@ 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)
@ -467,8 +462,6 @@ 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)
@ -681,7 +674,6 @@ 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,14 +81,12 @@ 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 'zammad')
# require 'syslog/logger'
# config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name')
if ENV['RAILS_LOG_TO_STDOUT'].present?
logger = ActiveSupport::Logger.new($stdout)

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.

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

File diff suppressed because it is too large Load diff

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

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

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

File diff suppressed because it is too large Load diff

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

Binary file not shown.

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

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: 128 B

After

Width:  |  Height:  |  Size: 283 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.

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

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: 131 B

After

Width:  |  Height:  |  Size: 750 KiB

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

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: 131 B

After

Width:  |  Height:  |  Size: 453 KiB

Binary file not shown.

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 B

After

Width:  |  Height:  |  Size: 2.6 KiB

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 B

After

Width:  |  Height:  |  Size: 3.5 KiB

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: 129 B

After

Width:  |  Height:  |  Size: 6.4 KiB

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: 130 B

After

Width:  |  Height:  |  Size: 19 KiB

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

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 B

After

Width:  |  Height:  |  Size: 100 KiB

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