zammad/lib
2017-08-14 10:44:48 +02:00
..
assets Init version. 2012-04-10 15:31:21 +02:00
auth Initial version of LDAP user sync support. 2017-04-19 12:09:54 +02:00
calendar_subscriptions Updated copyright. 2016-10-19 05:11:36 +02:00
core_ext Removed ruby 2.4.1 warming "warning: regular expression has redundant nested repeat operator '*'". 2017-08-14 10:44:48 +02:00
email_helper Improved bot detection - issue #1207. Added ticket limits per hour and day. 2017-06-28 19:13:52 +02:00
enrichment/clearbit - Refactored clearbit enrichment backend to use dedicated objects for syncing and extracted mapping logic to ExternalSync. 2017-03-09 11:32:05 +01:00
external_credential Merged pull request #630 - add sync setting 'track_retweets' to twitter channel - Big thanks to @schurig. 2017-01-20 09:31:45 +01:00
http Updated dependencies and applied new rubocop rules. 2016-01-15 18:23:35 +01:00
import Fixed issue #1200 - OTRS import fails for attributes containing null bytes strings on PostgreSQL. 2017-06-29 13:38:13 +02:00
ldap Fixed issue #1179 - OpenLDAP group member lookup fails. 2017-06-27 11:23:23 +02:00
notification_factory Upgrade to ruby 2.4.1. 2017-08-13 17:18:54 +02:00
report Fixed bug: Reports raise error if (history) attribute or type couldn't be found. 2017-06-07 14:20:45 +02:00
service Updated copyright. 2016-10-19 05:11:36 +02:00
sessions Improved tests (do not break on before/after callbacks). 2017-06-17 00:53:20 +02:00
sso Updated copyright. 2016-10-19 05:11:36 +02:00
stats Strip null byte - postgresql will complain about it. 2017-07-19 07:29:52 +02:00
tasks Added elasticsearch 2.4 support. 2016-09-09 23:10:27 +02:00
twitter/streaming Updated dependencies and applied new rubocop rules. 2016-01-15 18:23:35 +01:00
app_version.rb Cleanup, fixed typos and improved error handling. 2016-12-13 14:58:13 +01:00
application_handle_info.rb Introduced config.interface_handle to find out via which interface the source code got executed. 2016-08-20 21:29:22 +02:00
application_lib.rb Upgrade to new rubocop. 2016-03-01 15:26:46 +01:00
auth.rb Initial version of LDAP user sync support. 2017-04-19 12:09:54 +02:00
auto_wizard.rb Reset pk’s for postgresql after any importing of data with id’s. 2016-11-25 15:54:13 +01:00
background_job_search_index.rb Refactoring: Splitted ApplicationModel into multiple concerns. Notice: Includes object some method name changes. 2017-01-31 18:13:45 +01:00
cache.rb In certain cases, caches are deleted by other thread at same time, just log it. 2016-06-15 10:53:01 +02:00
calendar_subscriptions.rb Updated copyright. 2016-10-19 05:11:36 +02:00
db_helper.rb Reset pk’s for postgresql after any importing of data with id’s. 2016-11-25 15:54:13 +01:00
email_helper.rb Initial version of LDAP user sync support. 2017-04-19 12:09:54 +02:00
encode.rb Added ruby 2.3 support (RuntimeError: can't modify frozen String). 2016-07-18 01:24:53 +02:00
event_buffer.rb Moved to new event buffer api. 2016-04-14 01:50:22 +02:00
exceptions.rb Improved error handling for json requests. 2016-06-30 10:24:03 +02:00
facebook.rb Moved default and follow up state/priority from source code into model. Related to issue #689 - OTRS import breaks a lot of assumptions in Zammad. 2017-02-12 18:21:03 +01:00
fill_db.rb Applied rubocop. 2016-06-30 22:04:48 +02:00
html_sanitizer.rb Implemented issue #930 - view support for html tables. 2017-04-28 12:16:15 +02:00
ldap.rb Fixed issue #1155 - Group and User filter detection for freeIPA LDAP fails. 2017-06-01 12:48:00 +02:00
models.rb Refactoring: Splitted ApplicationModel into multiple concerns. Notice: Includes object some method name changes. 2017-01-31 18:13:45 +01:00
notification_factory.rb Added slack integration. 2016-04-15 23:56:10 +02:00
password_hash.rb Fixed bug: Legacy hashed passwords (like sha2) will get rehashed when set. 2017-05-08 17:08:09 +02:00
push_messages.rb Implemented issue #352 - Show other active agents in ticket detail view (collision prevention). 2017-01-04 15:40:19 +01:00
search_index_backend.rb Improved bot detection - issue #1207. Added ticket limits per hour and day. 2017-06-28 19:13:52 +02:00
session_helper.rb Applied rubocop. 2016-06-30 22:04:48 +02:00
sessions.rb Notify agent if mail delivery failed. Enhancement to issue #1198. 2017-07-26 20:46:31 +02:00
signature_detection.rb Applied rubocop. 2016-06-30 22:04:48 +02:00
sso.rb Updated copyright. 2016-10-19 05:11:36 +02:00
static_assets.rb Send inline images with cid (load images via http/https in src). 2016-05-10 15:06:51 +02:00
stats.rb Fixed issue #645 - Dashboard widget "Waiting time today" is not counting. 2017-04-18 10:06:22 +02:00
telegram.rb Moved to webmock for telegram integration tests. 2017-03-01 16:10:15 +01:00
tweet_base.rb Replace nil objects by nil to prevent index issue with elasticsearch. 2017-07-25 11:26:33 +02:00
tweet_rest.rb Prepared tweet class for twitter streaming. 2016-01-08 15:31:47 +01:00
tweet_stream.rb Improved streaming handling (fetch parent tweets via REST). Improved auto reconnect to stream if channel config has changed. Improved max import for streaming (already reached max import on initial config - took 15 min. to import first tweet). Changed fallback REST tweet search from 30 to 20 minutes. 2017-06-01 08:23:53 +02:00
user_agent.rb Fixed issue #1292 - Don't use proxy on localhost addresses. 2017-07-27 12:05:54 +02:00
user_info.rb Added method to perform a yielded action with an ensured UserInfo.current_user_id and added new and missing tests. 2017-04-27 10:53:32 +02:00
version.rb Fixed issue #264, provide version number within Zammad. 2017-01-26 10:02:06 +00:00