Alexander Meindl
8db76df85f
use persisend and new_record in vaildate_relation
2023-11-30 19:01:36 +01:00
Alexander Meindl
5603d2f29d
Try to fix problems with removed request_store gem
2023-11-21 17:52:18 +01:00
Alexander Meindl
ea46c2bf03
Ruby 3 is required. Add redmine 5.1 to tests
2023-11-05 06:21:43 +01:00
Alexander Meindl
9fc93f4dbf
fix rubocop offences
2023-09-10 12:14:42 +02:00
Alexander Meindl
b10c47f3fa
fix filter last_comments - only notes should be used, no issue changes
2023-08-01 14:05:42 +02:00
Alexander Meindl
df8dd2110e
Allow link to default dashboard in dashboard breadcrumb and fix pie chart overlay
2023-08-01 13:02:23 +02:00
Alexander Meindl
031298f230
use boolean return values in predicate methods - fixed
2023-06-23 16:13:42 +02:00
Alexander Meindl
cded86b8da
use boolean return values in predicate methods
2023-06-23 16:02:28 +02:00
Alexander Meindl
f0a2b23980
fix rubocop offenses and provide NO_RESULT_CONDITION
2023-06-23 12:45:08 +02:00
Alexander Meindl
d7f4ed09d2
updated to D3 7.8.5 and rubocop offenses fixed
2023-06-04 09:26:19 +02:00
Alexander Meindl
cdaa31c03a
support array with env for AdditionalsConf
2023-04-23 18:47:36 +02:00
Alexander Meindl
7cf66b50c3
Allow overwrite fixed settings
2023-03-27 20:07:54 +02:00
Alexander Meindl
4a850ea2e8
user can lock a dashboard to prevent changing a dashboard or deleting a dashboard by mistake
2023-03-05 19:09:16 +01:00
Alexander Meindl
1da1b1719c
Fix rubocop offenses
2023-02-09 10:11:22 +01:00
Alexander Meindl
7c17cf5e0d
move ids_from_string to query instance
2023-01-21 10:42:53 +01:00
Alexander Meindl
801e292020
ids_from_string abstracttion
2023-01-21 10:35:52 +01:00
Alexander Meindl
087890b573
Improve issue amount detection
2023-01-04 17:29:10 +01:00
Alexander Meindl
3f049da0a0
show caching information for async dashboard block
2023-01-04 17:11:45 +01:00
Alexander Meindl
c3bd3cdc0a
another initialize_last_notes_filter fix and cleanup
2022-12-07 18:09:14 +01:00
Alexander Meindl
3e93113ae9
fix all and none filter for initialize_last_notes_filter
2022-12-07 17:27:08 +01:00
Alexander Meindl
5f713c6449
provide initialize_last_notes_filter
2022-12-07 15:25:45 +01:00
Alexander Meindl
357b3d19be
allow icon_field for fontawesome select helper
2022-11-14 13:38:44 +01:00
Alexander Meindl
b8b1628746
#150 try to fix invalid byte sequence bug for windows system info
2022-10-27 09:55:40 +02:00
Alexander Meindl
14690903d1
validate max length of dashboard name
2022-09-20 21:47:34 +02:00
Alexander Meindl
e51b812158
add notes_count and provide translation strings
2022-08-23 18:45:21 +02:00
Alexander Meindl
db8f09d79a
Fix import for latest redmine changes
2022-07-24 15:01:56 +02:00
Alexander Meindl
852f1f04af
rubocop update
2022-06-27 09:08:53 +02:00
Alexander Meindl
ae0fe6bfbf
project is not always required for entities
2022-06-17 19:44:14 +02:00
Alexander Meindl
c57abd2a0b
use table_name for dashboard role
2022-06-17 13:26:18 +02:00
Alexander Meindl
aeba93eb14
provide notes filter
2022-06-13 07:42:26 +02:00
Alexander Meindl
fba4415dde
add strip_split and to_list to core_ext
2022-06-08 20:01:59 +02:00
Alexander Meindl
1afd461542
add canned_responses for plugin check
2022-06-01 17:31:21 +02:00
Alexander Meindl
55312e4fa5
Cleanups and provide more mailer functionality
2022-05-30 19:15:10 +02:00
Alexander Meindl
5c362483ea
refactor dashboard model permissions
2022-05-20 23:26:42 +02:00
Alexander Meindl
e5267e17f6
Fix scope of select2 in projects. Optimize hide role feature: do not call additional queries, if not required. Hide role supports assignee for issues and watchers
2022-04-21 12:11:19 +02:00
Alexander Meindl
3388c6d072
Ruby 2.7 updates
2022-04-20 20:50:44 +02:00
Alexander Meindl
81e7b69ac7
allow multiple permission for dashboard blocks
2022-04-19 12:51:37 +02:00
Alexander Meindl
6b07bd50cd
D3 7.4.1 update, drop windows detection and use redmine method, cleanup translations
2022-04-03 14:35:06 +02:00
Alexander Meindl
9879e0fcfb
provide sql_aggr_condition for plugin usage
2022-04-02 15:50:50 +02:00
Alexander Meindl
25827be2cf
Redmine 5 only work and fix icon-expanded class
2022-03-30 18:05:59 +02:00
Alexander Meindl
a8a2565ba9
Cleanup LiveSearch integration
2022-03-14 18:42:32 +01:00
Alexander Meindl
aa611dd975
restore cache for query_count and disable rubocop false positive warning
2022-03-13 09:02:30 +01:00
Alexander Meindl
049a5a8b43
allow min 1 for max_live_search_results and add limit to objects_scope if search_string is defined
2022-03-13 08:38:59 +01:00
Alexander Meindl
9d628dc357
always use select2 with initialize_methods
2022-02-26 17:39:59 +01:00
Alexander Meindl
e53e10c115
rename filter type watcher to user_with_me
2022-02-01 20:31:33 +01:00
Alexander Meindl
f24e36fbc7
Allow me for watcher
2022-01-30 16:01:06 +01:00
Alexander Meindl
224dc02361
Working on grouped_users for auto_completes
2022-01-30 14:21:43 +01:00
Alexander Meindl
2ed2716944
fix some n+1 problems, use bulk for migration and refactored Gemfile for testing
2022-01-13 18:03:29 +01:00
Alexander Meindl
520eb8241c
Fix bool vars for system infos
2022-01-08 19:33:24 +01:00
Alexander Meindl
79b4586ed4
use redmine configuration for configuration variables to show on info
2022-01-08 19:14:58 +01:00