Zammad is a web based open source helpdesk/customer support system.
Find a file
2024-02-26 10:09:44 +01:00
.coffeelint/rules Fixes #2185 - Make conditions AND/OR and thus enable several conditions of same type. 2022-12-02 15:55:24 +01:00
.cypress Maintenance: Update dependency cypress-real-events to ^1.12.0 2024-02-19 11:59:18 +01:00
.eslint-plugin-zammad Maintenance: Update dependency mocha to ^10.3.0 2024-02-12 20:24:04 +01:00
.github Maintenance: Update actions/cache action to v4 2024-01-18 01:06:05 +00:00
.gitlab Maintenance: Update Vite packages 2024-02-14 15:30:15 +01:00
.rubocop Maintenance: Forbid 'send' as method name. 2024-02-26 08:40:37 +01:00
app Maintenance: Port ObjectCacheTest to RSpec 2024-02-26 10:09:44 +01:00
bin Maintenance: Update copyright information. 2024-01-02 11:55:19 +01:00
config Fixes #5010 - WhatsApp Business Channel (first iteration) 2024-02-20 10:24:17 +01:00
contrib Fixes #4816 - CentOS 7 Upgrade blocked due to incomplete PATH (pg_isready not found) 2024-02-01 11:32:48 +01:00
db Fixes #5010 - WhatsApp Business Channel (first iteration) 2024-02-20 10:24:17 +01:00
doc/developer_manual Maintenance: Switch to Ruby 3.2.3 2024-01-22 16:41:30 +01:00
i18n Fixes #5010 - WhatsApp Business Channel (second iteration) 2024-02-23 15:22:25 +01:00
lib Maintenance: Forbid 'send' as method name. 2024-02-26 08:40:37 +01:00
log Init version. 2012-04-10 15:31:21 +02:00
public Fixes #5010 - WhatsApp Business Channel (second iteration) 2024-02-23 15:22:25 +01:00
script Maintenance: Update copyright information. 2024-01-02 11:55:19 +01:00
spec Maintenance: Port ObjectCacheTest to RSpec 2024-02-26 10:09:44 +01:00
test Maintenance: Port ObjectCacheTest to RSpec 2024-02-26 10:09:44 +01:00
tmp Maintenance: Improved storage of unprocessable / oversized emails. 2023-04-03 14:38:24 +02:00
var Closes #4727 - Do not store oversized emails any more 2023-09-14 15:04:57 +02:00
vendor Refactoring: Resolved vendor/lib/* path by moving OmniAuth custom authentication backends to lib/omniauth/. 2019-10-28 08:51:22 +01:00
.codeclimate.yml Maintenance: disabled CodeClimate plugins that are actually used in the CI toolchain (brakeman to be added later). 2021-06-16 09:47:07 +00:00
.dockerignore Maintenance: Ignore .git folder during 'docker build' for smaller image size. 2022-12-22 13:48:17 +01:00
.editorconfig Added .editorconfig file 2019-04-10 11:05:51 +02:00
.eslintignore Maintenance: Validate GraphQL operation variables in tests. 2024-02-08 15:28:59 +01:00
.eslintrc Initial knowledge base support. 2019-06-04 05:40:48 +02:00
.eslintrc.js Maintenance: Update copyright information. 2024-01-02 11:55:19 +01:00
.gitattributes Feature: Integrate a built-in code editor for custom webhook payloads. 2023-04-13 10:10:34 +02:00
.gitignore Maintenance: Remove stories 2023-12-29 10:10:27 +01:00
.gitlab-ci.yml Maintenance: Refactored GitLab CI configuration for better maintainability (phase 2). 2022-06-17 15:26:11 +02:00
.gitleaks.toml Maintenance: Fix gitleaks false positive. 2024-02-02 06:55:10 +01:00
.graphql_code_generator.js Maintenance: Generate mock function for each graphql operation 2023-12-22 10:54:29 +01:00
.graphqlrc.json Feature: Mobile - Use GraphQL query for search 2022-08-12 14:18:22 +02:00
.overcommit.sh Maintenance: Improve source strings by using ellipsis rather than ... 2023-09-14 07:26:11 +02:00
.overcommit.yml Maintenance: Adjust stylelint command in overcommit hook. 2023-12-01 14:51:58 +01:00
.pkgr.yml Maintenance: Add Centos 9 builds for packager.io. 2024-02-20 09:58:26 +01:00
.prettierignore Desktop view: Add user registration and password reset to the login screen. 2023-12-28 11:49:28 +01:00
.prettierrc.json Maintenance: Updated stylelint to version 14 and added prettier as a better preparation for future steps. 2021-10-26 14:52:42 +02:00
.rspec Working on issue #368 - big time refactoring, adding of rspec and additional tests. 2016-11-25 17:16:08 +01:00
.rubocop.yml Maintenance: Introduce dedicated .rubocop directory (without '.rubocop'-prefixed file names) to make excludes relative to the calling directort (custom development). 2020-07-21 15:07:57 +02:00
.ruby-version Maintenance: Switch to Ruby 3.2.3 2024-01-22 16:41:30 +01:00
.stylelintrc.json Maintenance: Prepare for desktop app 2023-11-30 12:03:30 +01:00
.yarnrc Maintenance: Refactored GitLab cache handling and added cache for yarn. 2022-05-31 11:15:57 +02:00
browserlist add autoprefixer, remove manual prefixes 2015-05-21 16:49:07 +02:00
CHANGELOG.md Maintenance: Update version info. 2023-11-21 10:15:40 +01:00
CODE_OF_CONDUCT.md Maintenance: Add code of conduct document. 2022-08-23 10:02:04 +02:00
coffeelint.json Fixes #2709, fixes #2666, fixes #2665, fixes #556, fixes #3275 - Refactoring: Implement new translation toolchain based on gettext. 2021-11-15 16:58:19 +01:00
config.ru Maintenance: Update copyright information. 2024-01-02 11:55:19 +01:00
Dockerfile Maintenance: Switch to Ruby 3.2.3 2024-01-22 16:41:30 +01:00
Gemfile Fixes #5010 - WhatsApp Business Channel (first iteration) 2024-02-20 10:24:17 +01:00
Gemfile.lock Maintenance: Update dependency overcommit to v0.63.0 2024-02-26 07:41:26 +01:00
LICENSE Maintenance: Update license to original text to make GitHub recognize it - closes #3398. 2021-02-09 08:26:39 +01:00
LICENSE-3RD-PARTY.txt Fixes #4616 - Two-factor authentication (2FA): Security Keys 2023-06-01 09:26:46 +02:00
LICENSE-ICONS-3RD-PARTY.json Fixes #5010 - WhatsApp Business Channel (second iteration) 2024-02-23 15:22:25 +01:00
package.json Maintenance: Update Vite packages 2024-02-19 12:58:06 +01:00
postcss.config.js Maintenance: Add plugin for multiple Tailwind configs. 2024-01-18 12:45:54 +01:00
Procfile Maintenance: Rename background worker service in service definition files to work around a packager.io issue. 2022-06-08 07:41:15 +00:00
Procfile.dev Fixes: Mobile - Restarting dev server redirects the app to error page. 2022-10-27 09:49:22 +02:00
Procfile.dev-https Maintenance: Switch capybara testing to use HTTPS. 2023-06-16 10:08:33 +02:00
rake Maintenance: Update Tailwind/Styling packages 2022-12-20 10:25:24 +01:00
Rakefile Maintenance: Update copyright information. 2024-01-02 11:55:19 +01:00
README.md Maintenance: Fix typo. 2024-01-29 19:07:33 +01:00
SECURITY.md Maintenance: Update for Zammad 6.3.0. 2023-12-06 08:30:28 +01:00
tsconfig.base.json Maintenance: Prepare for desktop app 2023-11-30 12:03:30 +01:00
tsconfig.json Maintenance: Remove stories 2023-12-29 10:10:27 +01:00
VERSION Maintenance: Update version info. 2023-11-21 10:15:40 +01:00
vite.config.mjs Maintenance: Update copyright information. 2024-01-02 11:55:19 +01:00
yarn.lock Maintenance: Update Vite packages 2024-02-19 12:58:06 +01:00

Welcome to Zammad

Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and emails. It is distributed under version 3 of the GNU AFFERO General Public License (GNU AGPLv3).

Do you receive many e-mails and want to answer them with a team of agents?

You're going to love Zammad!

Status

  • Toolchain: docker-release build-docker-image Code Climate Documentation Status
  • Issues: Percentage of issues still open Average time to resolve an issue
  • Download DEB/RPM:
  • Docker container images:
  • License:

Installing & Getting Started

https://docs.zammad.org

Screenshots

https://zammad.org/screenshots

Developer Manual

Developer Manual

REST API

https://docs.zammad.org/en/latest/api/intro.html

Security Policy

For reporting security vulnerabilities, please see SECURITY.md.

Contributing

https://zammad.org/participate

Thanks! ❤️ ❤️ ❤️

Your Zammad Team