Zammad is a web based open source helpdesk/customer support system.
Find a file
Martin Gruner 31c2c31ed3 Feature: Mobile - Updating ticket attributes.
Co-authored-by: Vladimir Sheremet <vs@zammad.com>
Co-authored-by: Martin Gruner <mg@zammad.com>
2022-11-30 10:00:58 +01:00
.coffeelint/rules 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
.cypress Feature: Mobile - Improve Editor support 2022-11-22 13:29:22 +01:00
.eslint-plugin-zammad Maintenance: Update Eslint packages 2022-11-28 09:38:10 +00:00
.github fix rails env in docker container 2022-11-08 08:33:42 +00:00
.gitlab Maintenance: Improve CI service container config. 2022-11-07 06:52:39 +00:00
.rubocop Fixes #4320 - Zammad-scheduler constantly crashes if user have unknown timezone 2022-11-18 15:15:20 +01:00
app Feature: Mobile - Updating ticket attributes. 2022-11-30 10:00:58 +01:00
bin Maintenance: Uninvite spring from the party. 2022-07-29 21:15:06 +02:00
config Maintenance: Update dependency rubocop-rails to v2.17.3 2022-11-22 15:04:00 +01:00
contrib fix rails env in docker container 2022-11-08 08:33:42 +00:00
db Fixes #4368 - Appearance setting within profile not available to customers 2022-11-24 17:04:06 +01:00
doc/developer_manual Feature: Mobile - Add manifest to install as PWA 2022-11-07 13:05:57 +01:00
i18n Feature: Mobile - Updating ticket attributes. 2022-11-30 10:00:58 +01:00
lib Maintenance: Ensure correct functionality of Twitter integration. 2022-11-24 11:26:53 +01:00
log Init version. 2012-04-10 15:31:21 +02:00
public Generated files 2022-11-25 07:41:32 +01:00
script Feature: Mobile - Add manifest to install as PWA 2022-11-07 13:05:57 +01:00
spec Feature: Mobile - Updating ticket attributes. 2022-11-30 10:00:58 +01:00
test Maintenance: Update used environment variable for Twitter. 2022-11-24 13:38:48 +01:00
tmp/pids Re-added tmp/pids folder and added .gitignore exclusion because of zammad services not running correctly. 2016-12-07 16:08:01 +01: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 Follow-up d879c679d3 - fix docker login. 2022-11-07 12:53:07 +01:00
.editorconfig Added .editorconfig file 2019-04-10 11:05:51 +02:00
.eslintignore Maintenance: Mobile - Use Histoire 2022-10-05 11:46:29 +02:00
.eslintrc Initial knowledge base support. 2019-06-04 05:40:48 +02:00
.eslintrc.js Feature: Mobile - Use inner Form value for rendering files 2022-11-23 14:22:53 +01:00
.gitattributes Fixes #3099 - Email address falsely converted on pasting into article body 2022-09-16 11:35:14 +00:00
.gitignore Feature: Mobile - Add manifest to install as PWA 2022-11-07 13:05:57 +01:00
.gitlab-ci.yml Maintenance: Refactored GitLab CI configuration for better maintainability (phase 2). 2022-06-17 15:26:11 +02:00
.graphql_code_generator.yml Feature: Mobile - Implement ticket create mutation. 2022-11-17 13:51:11 +01:00
.graphqlrc.json Feature: Mobile - Use GraphQL query for search 2022-08-12 14:18:22 +02:00
.overcommit.sh Maintenance: Reorganize Zammad Rails generators. 2022-10-04 14:45:45 +02:00
.overcommit.yml Maintenance: Improve overcommit to run multiple custom commands. 2022-06-09 06:24:29 +02:00
.pkgr.yml Closes #4205 - Switch some URLs to HTTPs 2022-08-08 12:23:48 +02:00
.prettierignore Feature: Mobile - Updating ticket attributes. 2022-11-30 10:00:58 +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.0.4. 2022-04-28 09:29:16 +02:00
.stylelintrc.json Maintenance: Updated package dependencies. 2022-05-13 13:28:52 +02: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. 2022-11-11 13:45:16 +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 header. 2022-01-01 14:38:12 +01:00
Dockerfile fix rails env in docker container 2022-11-08 08:33:42 +00:00
Gemfile Fixes #4320 - Zammad-scheduler constantly crashes if user have unknown timezone 2022-11-18 15:15:20 +01:00
Gemfile.lock Maintenance: Update dependency doorkeeper to v5.6.2 2022-11-30 06:52:38 +00:00
histoire.config.ts Maintenance: Mobile - Turn off HMR in Histoire for build command. 2022-11-11 12:04:38 +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 #3099 - Email address falsely converted on pasting into article body 2022-09-16 11:35:14 +00:00
LICENSE-ICONS-3RD-PARTY.json Fixes #4298 - Show RSS feeds in knowledge base. 2022-11-07 16:30:05 +01:00
package.json Maintenance: Update dependency vitest to ^0.25.3 2022-11-28 10:00:54 +00:00
postcss.config.js Maintenance: Moved storybook to an own subfolder. 2022-05-06 08:59:07 +00: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 Feature: Mobile - Add manifest to install as PWA 2022-11-07 13:05:57 +01:00
Rakefile Maintenance: Update copyright header. 2022-01-01 14:38:12 +01:00
README.md Closes #4205 - Switch some URLs to HTTPs 2022-08-08 12:23:48 +02:00
SECURITY.md Maintenance: Update version information in SECURITY.md. 2022-11-22 11:52:26 +01:00
tailwind.config.js Fixes: Mobile - Elements must have sufficient color contrast. 2022-11-09 12:35:50 +01:00
tsconfig.base.json Feature: Mobile - Add manifest to install as PWA 2022-11-07 13:05:57 +01:00
tsconfig.json Maintenance: Mobile - Move object attributes to shared context 2022-11-23 07:13:07 +00:00
VERSION Maintenance: Update VERSION. 2022-11-11 13:45:16 +01:00
vite.config.ts Feature: Mobile - Add manifest to install as PWA 2022-11-07 13:05:57 +01:00
yarn.lock Maintenance: Update dependency vitest to ^0.25.3 2022-11-28 10:00:54 +00: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 e-mails. 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: ci build-docker-compose-images build-docker-image Code Climate Documentation Status
  • Issues: Percentage of issues still open Average time to resolve an issue
  • Download DEB/RPM:
  • Docker multi container image:
  • Docker single container image:
  • 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