Martin Edenhofer af9fcf4565 Added support for elasticsearch 6 and 7. Fixes #1688. 5 years ago
..
assets 2a5d4954ab Init version. 13 years ago
auth 9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 6 years ago
calendar_subscriptions e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 6 years ago
can_be_published 97d14a93b3 Initial knowledge base support. 5 years ago
core_ext b6f277c97b Follow up - 6839f040e0720576188d2bc33e93670c12334add - Fixed bug: Failed jobs get executed more times than configured. 5 years ago
email_helper 87c3163e46 Merge branch 'develop' into private-te-refactoring-constantize 6 years ago
enrichment e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 6 years ago
external_credential e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 6 years ago
import 27b9bbd401 Updated rubocop to latest version (0.62.0) and applied required changes. 6 years ago
knowledge_base 97d14a93b3 Initial knowledge base support. 5 years ago
ldap e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 6 years ago
migration_job 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
mixin fcd0708e9a Fixed bug: Auto reloading in development Rails env is broken. 6 years ago
notification_factory f28cd627f8 Refactoring: Migrate notification_factory_template_test.rb to RSpec 6 years ago
report af9fcf4565 Added support for elasticsearch 6 and 7. Fixes #1688. 5 years ago
sequencer 922309b2b5 Improved after_callbacks and skip_callback behaviour on bulk changes (e. g. CSV import). 6 years ago
service e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 6 years ago
sessions c16c86e99e Skip overview in list if overview was deleted in the meantime (race condition). 5 years ago
sso c71b0d36d4 Updated copyright. 8 years ago
stats e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 6 years ago
tasks af9fcf4565 Added support for elasticsearch 6 and 7. Fixes #1688. 5 years ago
twitter 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
app_version.rb e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 6 years ago
application_handle_info.rb 545339fe8e Replace :application_handle spec helper with ApplicationHandleInfo.use method 6 years ago
application_lib.rb b2c065812f Refactoring: Migrated Kernel.const_get to Rails .constantize. 6 years ago
auth.rb b2c065812f Refactoring: Migrated Kernel.const_get to Rails .constantize. 6 years ago
auto_wizard.rb b2c065812f Refactoring: Migrated Kernel.const_get to Rails .constantize. 6 years ago
bulk_import_info.rb 13b3b841d5 Fixed issue #2329 - Unable to import (update) users with email addresses als lookup index written in upper letters. 6 years ago
cache.rb 0e6a6ff1fd Remove outdated edge case handling from Cache class 6 years ago
calendar_subscriptions.rb b2c065812f Refactoring: Migrated Kernel.const_get to Rails .constantize. 6 years ago
db_helper.rb 9489dff71d Reset pk’s for postgresql after any importing of data with id’s. 8 years ago
email_helper.rb e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 6 years ago
event_buffer.rb 9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 6 years ago
exceptions.rb 9fe709f9b7 Improved error handling for json requests. 8 years ago
facebook.rb e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 6 years ago
fill_db.rb e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 6 years ago
html_sanitizer.rb 7df5c18182 Fixed #2437 - square brackets are deleted in links 6 years ago
idoit.rb 4044394139 Fixed issue #2412 - i-doit version >= 1.12 integration requests fail with 'Can’t fetch objects from...' due to missing payload attribute 'id'. 6 years ago
ldap.rb 9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 6 years ago
models.rb d5bf8a533c Fixed regression: Newly created ObjectManager::Attribute::Validation breaks Spring because of already/auto loaded constants. 6 years ago
notification_factory.rb 902300e840 Refactor NotificationFactory and support custom templates (replaces #2081) 6 years ago
password_hash.rb 27b9bbd401 Updated rubocop to latest version (0.62.0) and applied required changes. 6 years ago
push_messages.rb 9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 6 years ago
search_index_backend.rb af9fcf4565 Added support for elasticsearch 6 and 7. Fixes #1688. 5 years ago
search_knowledge_base_backend.rb 97d14a93b3 Initial knowledge base support. 5 years ago
sequencer.rb 9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 6 years ago
session_helper.rb ffd7ae99b1 Fixes issue #2530 - Not used SQL index with PostgreSQL in certain cases on very large setups. 6 years ago
sessions.rb e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 6 years ago
signature_detection.rb 00934ef4f4 Refactoring: Clean up SignatureDetection class 6 years ago
sso.rb b2c065812f Refactoring: Migrated Kernel.const_get to Rails .constantize. 6 years ago
static_assets.rb e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 6 years ago
stats.rb 39bdbf22db Refactoring: Migrated static dashboard widgets to extendable backend structure. 6 years ago
telegram.rb e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 6 years ago
twitter_sync.rb e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 6 years ago
upload_cache.rb c7f8045569 Refactoring: Created generic UploadCache class, controller and routes to handle attachment upload. 6 years ago
user_agent.rb e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 6 years ago
user_info.rb 9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 6 years ago
version.rb 79d4284365 Fix rubocop violations 6 years ago
websocket_server.rb 76dfdbaf83 Merge branch 'develop' into private-te_rubocop_update 6 years ago