.. |
activity_stream
|
70847f2b41
Improved fetching activity stream, online notifications and recent viewed items. Improved REST API with full and expaned attributes.
|
7 years ago |
application_model
|
050fdca64b
Fixed issue of unnecessary "Unable to get asset for 'article':..." logging.
|
7 years ago |
channel
|
43c38dcd97
Follow up to #1963 - changed default behaviour back to only disable ssl if ssl param is explicit false to keep backward compatibility of old channel settings.
|
6 years ago |
chat
|
cf16264940
Implemented issue #1951 - Allow pagination in search result with more then 100 results.
|
7 years ago |
concerns
|
fbeccbc85c
Updated to latest rubocop version.
|
7 years ago |
cti
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
history
|
c71b0d36d4
Updated copyright.
|
8 years ago |
job
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
karma
|
fbeccbc85c
Updated to latest rubocop version.
|
7 years ago |
object_manager
|
fbeccbc85c
Updated to latest rubocop version.
|
7 years ago |
observer
|
28b789c47b
improves twitter outgoing direct message, fixes #1931
|
7 years ago |
online_notification
|
70847f2b41
Improved fetching activity stream, online notifications and recent viewed items. Improved REST API with full and expaned attributes.
|
7 years ago |
organization
|
74dd1b21ec
Fixed issue #1966: Paginated search results on Organizations can never be empty for queries that have at least one result (on an earlier page).
|
7 years ago |
overview
|
7599e8e17a
Fixed issue #1681 - Unable to re-order overviews in admin interface with over 100 overviews.
|
7 years ago |
recent_view
|
70847f2b41
Improved fetching activity stream, online notifications and recent viewed items. Improved REST API with full and expaned attributes.
|
7 years ago |
report
|
76637f55a2
Init version.
|
9 years ago |
role
|
4537a281a3
Performance improvement to generate faster assets (just lookup groups once).
|
7 years ago |
sla
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
store
|
bf6192113a
Improved overall performance by using logger.debug { ... } instead of logger.debug(...). This decreases the LDAP import dry runtime by ~33%.
|
7 years ago |
ticket
|
cf16264940
Implemented issue #1951 - Allow pagination in search result with more then 100 results.
|
7 years ago |
transaction
|
0afa283a20
Slack::Notifier::post (slack-notifier-2.3.1) returns an array of UserAgent::Result (#1878)
|
7 years ago |
trigger
|
b952880d5d
Fixed issue #1666 - Unable to open trigger in admin interface.
|
7 years ago |
user
|
cf16264940
Implemented issue #1951 - Allow pagination in search result with more then 100 results.
|
7 years ago |
activity_stream.rb
|
fbeccbc85c
Updated to latest rubocop version.
|
7 years ago |
application_model.rb
|
b10ee11c86
Strip null byte - postgresql will complain about it.
|
7 years ago |
authorization.rb
|
c5e794d37b
Implemented issue #1954 - Allow to automatically linking of existing user by initial login via third party authentication provider.
|
7 years ago |
avatar.rb
|
fbeccbc85c
Updated to latest rubocop version.
|
7 years ago |
calendar.rb
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
channel.rb
|
fbeccbc85c
Updated to latest rubocop version.
|
7 years ago |
chat.rb
|
6f08071c3d
Fix typo to fix chat (#1791)
|
7 years ago |
email_address.rb
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
external_credential.rb
|
d7995bc6d3
Updated dependencies and applied new rubocop rules.
|
9 years ago |
external_sync.rb
|
21421f0695
Follow up: Revoked commit 50215b0b8eab37e4c95698762811ba54ba3d92ae which fixes issue 1663 - remote_id-s case sensitivity and storage format should be decided per remote_id / remote.
|
7 years ago |
group.rb
|
fa454abf3a
Reworked file structure of concerns.
|
7 years ago |
history.rb
|
fbeccbc85c
Updated to latest rubocop version.
|
7 years ago |
http_log.rb
|
c71b0d36d4
Updated copyright.
|
8 years ago |
import_job.rb
|
3fd1c2de7a
Added monitoring check for stuck ImportJob backends.
|
7 years ago |
job.rb
|
bf6192113a
Improved overall performance by using logger.debug { ... } instead of logger.debug(...). This decreases the LDAP import dry runtime by ~33%.
|
7 years ago |
karma.rb
|
c71b0d36d4
Updated copyright.
|
8 years ago |
link.rb
|
fbeccbc85c
Updated to latest rubocop version.
|
7 years ago |
locale.rb
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
macro.rb
|
e4de5bb988
Make more models (re-)seedable.
|
7 years ago |
notification.rb
|
c71b0d36d4
Updated copyright.
|
8 years ago |
object_lookup.rb
|
cb919312b0
Introduced foreign keys to ensure consistent data state.
|
7 years ago |
object_manager.rb
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
online_notification.rb
|
fbeccbc85c
Updated to latest rubocop version.
|
7 years ago |
organization.rb
|
fbeccbc85c
Updated to latest rubocop version.
|
7 years ago |
overview.rb
|
fbeccbc85c
Updated to latest rubocop version.
|
7 years ago |
package.rb
|
bf6192113a
Improved overall performance by using logger.debug { ... } instead of logger.debug(...). This decreases the LDAP import dry runtime by ~33%.
|
7 years ago |
permission.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 years ago |
postmaster_filter.rb
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
recent_view.rb
|
fbeccbc85c
Updated to latest rubocop version.
|
7 years ago |
report.rb
|
d33c80bbaa
Fixes and improves reporting in #1809 by not showing merge but still use user's input
|
7 years ago |
role.rb
|
d52634701d
Fixed issue #1794 - Admin users can be disabled by Agents.
|
7 years ago |
role_group.rb
|
350c3ead51
Added enhanced Group access functionality.
|
7 years ago |
scheduler.rb
|
a04edeb7ff
Add wait before retrying failed jobs (Fix #1950)
|
7 years ago |
setting.rb
|
fbeccbc85c
Updated to latest rubocop version.
|
7 years ago |
signature.rb
|
4b6496c545
Do html cleanup directly on content fields too (not only on finished article).
|
7 years ago |
sla.rb
|
fa454abf3a
Reworked file structure of concerns.
|
7 years ago |
stats_store.rb
|
c71b0d36d4
Updated copyright.
|
8 years ago |
store.rb
|
fbeccbc85c
Updated to latest rubocop version.
|
7 years ago |
tag.rb
|
fbeccbc85c
Updated to latest rubocop version.
|
7 years ago |
taskbar.rb
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
template.rb
|
fa454abf3a
Reworked file structure of concerns.
|
7 years ago |
text_module.rb
|
6a0f5d4c25
Initial generic csv based import of text modules, users, organizations and tickets for model and controller.
|
7 years ago |
ticket.rb
|
fbeccbc85c
Updated to latest rubocop version.
|
7 years ago |
token.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 years ago |
transaction.rb
|
8f049225b1
Prevent ActiveRecord::StatementInvalid: PG::InFailedSqlTransaction: ERROR: current transaction is aborted, commands ignored until end of transaction block issues (isolate Ticket.selector statements in own sub transaction).
|
7 years ago |
translation.rb
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
trigger.rb
|
b952880d5d
Fixed issue #1666 - Unable to open trigger in admin interface.
|
7 years ago |
type_lookup.rb
|
cb919312b0
Introduced foreign keys to ensure consistent data state.
|
7 years ago |
user.rb
|
c5e794d37b
Implemented issue #1954 - Allow to automatically linking of existing user by initial login via third party authentication provider.
|
7 years ago |
user_device.rb
|
fc43615554
Fixes #1974 - If fingerprint is an integer background job for verifying will fail.
|
6 years ago |
user_group.rb
|
350c3ead51
Added enhanced Group access functionality.
|
7 years ago |