.. |
active_storage
|
Improve handling of file links for local storage [SCI-4071]
|
2019-11-19 15:35:31 +01:00 |
api
|
Merge branch 'develop' into features/new-column-types
|
2020-01-07 16:03:33 +01:00 |
client_api
|
Partially fixed according to pull request review, added comments to code review
|
2018-08-31 12:11:51 +02:00 |
concerns
|
Fix images in reports, impove speed of report generation [SCI-3990][SCI-3993]
|
2019-10-17 13:30:14 +02:00 |
repository_columns
|
SCI-4300 sckip permission checking for list
|
2020-01-27 14:27:46 +01:00 |
users
|
Improve connected accounts unlinking [SCI-4142]
|
2019-12-12 14:57:27 +01:00 |
activities_controller.rb
|
Remove unused variables from activities controller [SCI-2778]
|
2018-11-14 13:17:38 +01:00 |
application_controller.rb
|
Implement read permissions checks for ActiveStorage controllers [SCI-3680]
|
2019-08-07 15:21:41 +02:00 |
assets_controller.rb
|
Fix service_url for local storage [SCI-4057]
|
2019-11-06 15:21:56 +01:00 |
at_who_controller.rb
|
Add ability to browse through shared inventories to smart annotations
|
2019-08-09 14:13:03 +02:00 |
canvas_controller.rb
|
Fix creation of new tasks on canvas [SCI-4171]
|
2019-12-19 15:48:25 +01:00 |
custom_fields_controller.rb
|
Overall refactoring of all canaid permissions and code related to their calls.
|
2018-02-16 10:54:06 +01:00 |
experiments_controller.rb
|
Fix sidebar update for inline editing [SCI-4000]
|
2020-01-06 16:07:23 +01:00 |
external_protocols_controller.rb
|
Fix page redirect and add success flash msg after protocols.io import action
|
2019-07-11 09:50:39 +02:00 |
global_activities_controller.rb
|
Add ordered scope
|
2020-01-30 13:47:14 +01:00 |
marvin_js_assets_controller.rb
|
Improve handling of file links for local storage [SCI-4071]
|
2019-11-19 15:35:31 +01:00 |
my_module_comments_controller.rb
|
Disable comment edit mode if comment is not editable [SCI-4149]
|
2020-01-08 12:32:59 +01:00 |
my_module_tags_controller.rb
|
Add strict order to module tags in modal
|
2019-11-25 10:15:06 +01:00 |
my_modules_controller.rb
|
Refactor repository cell clonning to support all data types [SCI-4204]
|
2020-01-14 16:55:10 +01:00 |
project_activities_controller.rb
|
Fixed Hound warnings.
|
2018-02-14 13:16:32 +01:00 |
project_comments_controller.rb
|
Disable comment edit mode if comment is not editable [SCI-4149]
|
2020-01-08 12:32:59 +01:00 |
projects_controller.rb
|
Fix sidebar update for inline editing [SCI-4000]
|
2020-01-06 16:07:23 +01:00 |
protocols_controller.rb
|
Fix markup
|
2019-11-21 12:19:47 +01:00 |
reports_controller.rb
|
Fix adding experimaent contents to report [SCI-4112]
|
2019-11-22 14:57:59 +01:00 |
repositories_controller.rb
|
Refactor manage repository columns, move it from page into modal
|
2020-01-14 11:13:19 +01:00 |
repository_columns_controller.rb
|
Refactor manage repository columns, move it from page into modal
|
2020-01-14 11:13:19 +01:00 |
repository_rows_controller.rb
|
Refactor repository cell clonning to support all data types [SCI-4204]
|
2020-01-14 16:55:10 +01:00 |
result_assets_controller.rb
|
Fix file result only name update [SCI-4321]
|
2020-02-07 15:21:50 +01:00 |
result_comments_controller.rb
|
Refactored comments over SciNote [SCI-3505] (#1808)
|
2019-06-04 14:40:21 +02:00 |
result_tables_controller.rb
|
SCI-3232 renaming the attribute name so it doesnt get 'constantized'
|
2019-03-26 11:39:54 +01:00 |
result_texts_controller.rb
|
Add activities for marvinJS [SCI-3630] (#1950)
|
2019-08-09 09:47:07 +02:00 |
results_controller.rb
|
SCI-3232 renaming the attribute name so it doesnt get 'constantized'
|
2019-03-26 11:39:54 +01:00 |
sample_groups_controller.rb
|
Overall refactoring of all canaid permissions and code related to their calls.
|
2018-02-16 10:54:06 +01:00 |
sample_my_modules_controller.rb
|
rename Organization to Team in controllers
|
2017-01-24 17:06:51 +01:00 |
sample_types_controller.rb
|
Overall refactoring of all canaid permissions and code related to their calls.
|
2018-02-16 10:54:06 +01:00 |
samples_controller.rb
|
Fix nil case [SCI-2145]
|
2018-03-09 16:41:23 +01:00 |
search_controller.rb
|
Fix global search for repositories and checklists update [SCI-4251]
|
2020-01-16 15:30:19 +01:00 |
step_comments_controller.rb
|
Refactored comments over SciNote [SCI-3505] (#1808)
|
2019-06-04 14:40:21 +02:00 |
steps_controller.rb
|
Fix file post process method
|
2019-12-03 10:17:47 +01:00 |
system_notifications_controller.rb
|
Changing status from unread to read system notification is not correct one [SCI-3077 and SCI-3075] (#1513)
|
2019-02-21 16:15:13 +01:00 |
tags_controller.rb
|
Upgrade Rails to 6.0 [SCI-3745]
|
2019-09-12 17:24:08 +02:00 |
team_repositories_controller.rb
|
Refactor inventory sharing logic [SCI-3803]
|
2019-08-29 17:21:49 +02:00 |
teams_controller.rb
|
Futher refactoring of old Paperclip methods [SCI-3539]
|
2019-07-09 10:28:15 +02:00 |
tiny_mce_assets_controller.rb
|
Restrict files to only images in RTE fields [SCI-4146]
|
2019-12-16 16:05:40 +01:00 |
user_my_modules_controller.rb
|
Task activities refactoring, without tests
|
2019-03-19 15:33:57 +01:00 |
user_notifications_controller.rb
|
Removed unneeded ERB tags, which caused error. Minor refactoring.
|
2016-10-17 11:57:47 +02:00 |
user_projects_controller.rb
|
Remove unassign_user_from_project notification and change code to use helper method for assignment notification generation
|
2019-07-01 13:44:27 +02:00 |
user_repositories_controller.rb
|
Show shared inventories in left navigation and fix read repository permission
|
2019-08-09 14:13:00 +02:00 |
user_samples_controller.rb
|
Add explicit ordering to samples_tables [SCI-2148][SCI-2149]
|
2018-03-13 13:16:34 +01:00 |
wopi_controller.rb
|
Remove CSRF check in WopiController
|
2019-09-19 15:55:29 +02:00 |
zip_exports_controller.rb
|
Fix repository row import/export
|
2019-09-23 13:33:02 +02:00 |