Commit graph

23 commits

Author SHA1 Message Date
Mantas Masalskis
a1b9ef2bbb Maintenance: Update copyright information. 2026-01-02 15:41:09 +02:00
Mantas Masalskis
10f627cb69 Maintenance: Update copyright information 2025-01-01 17:39:43 +02:00
Dominik Klein
e054d6ca79 Maintenance: Update copyright information. 2024-01-02 11:55:19 +01:00
Mantas
3b29835d4a Fixes #3119 - Clarify authentication_check and authorize! before_actions 2023-03-21 20:14:54 +00:00
Florian Liebe
29e22ce063 Fixes #4435 - Improve UI for the Exchange OAuth configuration. 2023-01-27 15:58:36 +01:00
Florian Liebe
9dfc232536 Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
Florian Liebe
cde39986f6 Fixes #3971 - Exchange integration requires OAuth instead of basic authentication.
Co-authored-by: Rolf Schmidt <rolf.schmidt@zammad.com>
Co-authored-by: Florian Liebe <fl@zammad.com>
2022-12-16 10:24:58 +01:00
Martin Gruner
502aa2cde3 Maintenance: Improved translatable source string. 2022-02-16 08:41:51 +01:00
Martin Gruner
24c3bdfd87 Maintenance: Update copyright header. 2022-01-01 14:38:12 +01:00
Martin Gruner
64a87b1c67 Fixes #2709, fixes #2666, fixes #2665, fixes #556, fixes #3275 - Refactoring: Implement new translation toolchain based on gettext.
- Translations are no longer fetched from the cloud.
- Instead, they are extracted from the codebase and stored in i18n/zammad.pot.
- Translations will be managed via a public Weblate instance soon.
- The translated .po files are fed to the database as before.
- It is now possible to change "translation" strings for en-us locally via the admin GUI.
- It is no longer possible to submit local changes.
2021-11-15 16:58:19 +01:00
Martin Gruner
697661cbf2 Maintenance: Only load gems when they are needed to save memory otherwise. 2021-07-05 13:38:40 +00:00
Martin Gruner
5df98684da Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
Ryan Lue
becbdb1baa Refactoring: Replaced home-rolled authorization logic in Controllers with Pundit. 2020-03-19 10:39:51 +01:00
Ryan Lue
2e4b7128f1 Add autodiscovery exception handling to ExchangeController 2018-07-12 13:24:16 +08:00
Ryan Lue
97f55bcd83 Add error check if Exchange config gives empty folder list (fixes #1802) 2018-07-11 09:52:38 +08:00
Thorsten Eckel
12a63ac17f Replaced old LDAP sync with refactored Sequencer based version 🚀. 2018-01-08 16:27:23 +01:00
Thorsten Eckel
3fc78c657c Exchange changes:
- Fixed bug: Not possible to disable SSL certificate check for import but only for autodiscover.
- Improved SSL certificate error message to show domain of affected domain to prevent users from thinking that there is an issue with their Zammad installation.
2017-11-03 14:44:50 +01:00
Thorsten Eckel
aeb1feb826 Fixed issue #1457: Comprehensive LDAP settings are to big for the DelayedJobs database table. 2017-10-24 18:16:50 +02:00
Thorsten Eckel
caa85bbf5a Fixed issue #1442 - Self signed SSL certificate fails Exchange autodiscovery. 2017-10-04 17:22:57 +02:00
Martin Edenhofer
51766d51a9 Fixed issue #1442 für autodiscover with urls like https://#{client.domain}/autodiscover/autodiscover.xml and self signed certs. 2017-09-25 10:47:26 +02:00
Thorsten Eckel
cb3506da03 Fixed issue #1406 - Exchange integration wizard fails if server does not support autodiscovery. 2017-09-12 11:47:32 +02:00
Thorsten Eckel
4011c88493 Fixed issue #1381: Exchange folder with unsupported entries fails configuration. Also improved error handling of empty folders or not selected folders. 2017-09-05 17:35:53 +02:00
Thorsten Eckel
4937d742ea - Added Exchange integration.
- Added Sequencer.
- Prepared migration of LDAP integration to Sequencer.
- Added and improved RSpec support helpers.
2017-08-16 15:12:20 +02:00