.coffeelint
|
4b3d5eb113
Fixes #2185 - Make conditions AND/OR and thus enable several conditions of same type.
|
2 лет назад |
.cypress
|
35fb48c5fd
Maintenance: Update dependency cypress to ^12.9.0
|
1 год назад |
.eslint-plugin-zammad
|
0e34d82d0c
Maintenance: Update dependency eslint to ^8.38.0
|
1 год назад |
.github
|
2615853856
Maintenance: Fix Github Action CI workflow by adding redis service container.
|
1 год назад |
.gitlab
|
6ef2f54b41
Maintenance: Introduced Zammad safe mode.
|
1 год назад |
.rubocop
|
ac64d768aa
Maintenance: Removed deprecated backwards compatibility methods.
|
1 год назад |
app
|
d361b8d60f
Feature: Integrate a built-in code editor for custom webhook payloads.
|
1 год назад |
bin
|
402ddee664
Maintenance: Update copyright information.
|
2 лет назад |
config
|
d361b8d60f
Feature: Integrate a built-in code editor for custom webhook payloads.
|
1 год назад |
contrib
|
e1cf198a70
Maintenance: Renamed confusing fields in EmailAddresses table
|
1 год назад |
db
|
e1cf198a70
Maintenance: Renamed confusing fields in EmailAddresses table
|
1 год назад |
doc
|
160ae1d7e1
Feature: Mobile - Add forward article action
|
2 лет назад |
i18n
|
5c293f21f3
Maintenance: Webhook custom payload - Improve notification usage.
|
1 год назад |
lib
|
6ef2f54b41
Maintenance: Introduced Zammad safe mode.
|
1 год назад |
log
|
2a5d4954ab
Init version.
|
13 лет назад |
public
|
d361b8d60f
Feature: Integrate a built-in code editor for custom webhook payloads.
|
1 год назад |
script
|
f208e039a1
Maintenance: Add possibility to log websocket-server messages to files.
|
1 год назад |
spec
|
d361b8d60f
Feature: Integrate a built-in code editor for custom webhook payloads.
|
1 год назад |
test
|
0e48eba759
Maintenance: Apply security update for nokogiri gem.
|
1 год назад |
tmp
|
9f94aff088
Maintenance: Improved storage of unprocessable / oversized emails.
|
1 год назад |
var
|
9f94aff088
Maintenance: Improved storage of unprocessable / oversized emails.
|
1 год назад |
vendor
|
67d3f35b05
Refactoring: Resolved vendor/lib/* path by moving OmniAuth custom authentication backends to lib/omniauth/.
|
5 лет назад |
.codeclimate.yml
|
c446bed0da
Maintenance: disabled CodeClimate plugins that are actually used in the CI toolchain (brakeman to be added later).
|
3 лет назад |
.dockerignore
|
4381cf8f70
Maintenance: Ignore .git folder during 'docker build' for smaller image size.
|
2 лет назад |
.editorconfig
|
4b97d9e5d0
Added .editorconfig file
|
6 лет назад |
.eslintignore
|
020420c868
Maintenance: Mobile - Define a chunk strategy
|
1 год назад |
.eslintrc
|
97d14a93b3
Initial knowledge base support.
|
5 лет назад |
.eslintrc.js
|
af32c3a475
Maintenance: Mobile - Add a rule to force "ltr/rtl" when using positioning classes
|
2 лет назад |
.gitattributes
|
d361b8d60f
Feature: Integrate a built-in code editor for custom webhook payloads.
|
1 год назад |
.gitignore
|
9f94aff088
Maintenance: Improved storage of unprocessable / oversized emails.
|
1 год назад |
.gitlab-ci.yml
|
d69a191737
Maintenance: Refactored GitLab CI configuration for better maintainability (phase 2).
|
2 лет назад |
.gitleaks.toml
|
d9c8aa1dc1
Maintenance: Add detection of secrets in the codebase.
|
2 лет назад |
.graphql_code_generator.yml
|
18a98c40db
Feature: Mobile - Implement ticket create mutation.
|
2 лет назад |
.graphqlrc.json
|
147c90ae70
Feature: Mobile - Use GraphQL query for search
|
2 лет назад |
.overcommit.sh
|
6ef2f54b41
Maintenance: Introduced Zammad safe mode.
|
1 год назад |
.overcommit.yml
|
8454dd58c1
Maintenance: Improve overcommit to run multiple custom commands.
|
2 лет назад |
.pkgr.yml
|
fabd11cad6
Maintenance: Add support for building SLES 15 packages.
|
2 лет назад |
.prettierignore
|
31c2c31ed3
Feature: Mobile - Updating ticket attributes.
|
2 лет назад |
.prettierrc.json
|
5c333430ca
Maintenance: Updated stylelint to version 14 and added prettier as a better preparation for future steps.
|
3 лет назад |
.rspec
|
e8e332e2e3
Working on issue #368 - big time refactoring, adding of rspec and additional tests.
|
8 лет назад |
.rubocop.yml
|
f83fe46c91
Maintenance: Introduce dedicated .rubocop directory (without '.rubocop'-prefixed file names) to make excludes relative to the calling directort (custom development).
|
4 лет назад |
.ruby-version
|
3505024b29
Maintenance: Switch to Ruby 3.1.3
|
2 лет назад |
.stylelintrc.json
|
d361b8d60f
Feature: Integrate a built-in code editor for custom webhook payloads.
|
1 год назад |
.yarnrc
|
e743ab78f3
Maintenance: Refactored GitLab cache handling and added cache for yarn.
|
2 лет назад |
CHANGELOG.md
|
4edbee4e9a
Updated for Zammad 5.5.0.
|
2 лет назад |
CODE_OF_CONDUCT.md
|
22378c14ca
Maintenance: Add code of conduct document.
|
2 лет назад |
Dockerfile
|
3505024b29
Maintenance: Switch to Ruby 3.1.3
|
2 лет назад |
Gemfile
|
585c9cfeb6
Maintenance: Replace dead writeexcel dependency with write_xlsx.
|
1 год назад |
Gemfile.lock
|
0e48eba759
Maintenance: Apply security update for nokogiri gem.
|
1 год назад |
LICENSE
|
720d32e30b
Maintenance: Update license to original text to make GitHub recognize it - closes #3398.
|
4 лет назад |
LICENSE-3RD-PARTY.txt
|
d361b8d60f
Feature: Integrate a built-in code editor for custom webhook payloads.
|
1 год назад |
LICENSE-ICONS-3RD-PARTY.json
|
5f68d34675
Fixes #4473 - Navigation sidebar does not collapse on tablet devices
|
2 лет назад |
Procfile
|
e0f939bacf
Maintenance: Rename background worker service in service definition files to work around a packager.io issue.
|
2 лет назад |
Procfile.dev
|
935fc9b976
Fixes: Mobile - Restarting dev server redirects the app to error page.
|
2 лет назад |
Procfile.dev-https
|
81ab929739
Feature: Mobile - Add manifest to install as PWA
|
2 лет назад |
README.md
|
29f454f66d
Maintenance: Fix outdated badges in Readme.md.
|
2 лет назад |
Rakefile
|
9dfc232536
Maintenance: Update copyright information.
|
2 лет назад |
SECURITY.md
|
4edbee4e9a
Updated for Zammad 5.5.0.
|
2 лет назад |
VERSION
|
4edbee4e9a
Updated for Zammad 5.5.0.
|
2 лет назад |
browserlist
|
851d1b4175
add autoprefixer, remove manual prefixes
|
9 лет назад |
coffeelint.json
|
64a87b1c67
Fixes #2709, fixes #2666, fixes #2665, fixes #556, fixes #3275 - Refactoring: Implement new translation toolchain based on gettext.
|
3 лет назад |
config.ru
|
9dfc232536
Maintenance: Update copyright information.
|
2 лет назад |
histoire.config.ts
|
402ddee664
Maintenance: Update copyright information.
|
2 лет назад |
package.json
|
fcac4ec024
Maintenance: Update Tiptap packages to ^2.0.2
|
1 год назад |
postcss.config.js
|
402ddee664
Maintenance: Update copyright information.
|
2 лет назад |
rake
|
34c258868d
Maintenance: Update Tailwind/Styling packages
|
2 лет назад |
tailwind.config.js
|
e911a75a66
Fixes: Mobile - Login - Thirdparty buttons not completley aligned.
|
1 год назад |
tsconfig.base.json
|
81ab929739
Feature: Mobile - Add manifest to install as PWA
|
2 лет назад |
tsconfig.json
|
346967d0df
Fixes: Mobile - Don't hide focusable elements
|
2 лет назад |
vite.config.mjs
|
020420c868
Maintenance: Mobile - Define a chunk strategy
|
1 год назад |
yarn.lock
|
fcac4ec024
Maintenance: Update Tiptap packages to ^2.0.2
|
1 год назад |