scinote-web/app/controllers/api/v1
Luka Murn 1093ea11f4 Merge branch 'lm-api-fixes' of https://github.com/Ducz0r/scinote-web into Ducz0r-lm-api-fixes
Conflicts:
	app/serializers/api/v1/activity_serializer.rb
	app/serializers/api/v1/inventory_column_serializer.rb
	app/serializers/api/v1/project_serializer.rb
2018-10-15 15:20:26 +02:00
..
base_controller.rb Refactor JSON API mime type registration [SCI-2687] 2018-08-24 15:37:23 +02:00
connections_controller.rb Fix GET /connections, /connections/:id endpoints 2018-10-07 00:53:39 +02:00
experiments_controller.rb Completed the functionality for experiments and related endpoints 2018-09-07 11:58:02 +02:00
inventories_controller.rb Update GET /inventories, GET /inventories/:inventory_id endpoints 2018-10-06 12:39:44 +02:00
inventory_columns_controller.rb Update CREATE, PATCH, DELETE inventory_column endpoints 2018-10-06 17:11:59 +02:00
inventory_items_controller.rb Update GET /inventory_items, GET /inventory_items/:id endpoints 2018-10-06 18:37:40 +02:00
inventory_list_items_controller.rb Add endpoints for managing inventory list items [SCI-2741] 2018-10-03 13:54:52 +02:00
project_comments_controller.rb Fix project users, activities, comments, reports endpoints 2018-10-10 17:35:09 +02:00
projects_controller.rb Fix project users, activities, comments, reports endpoints 2018-10-10 17:35:09 +02:00
protocols_controller.rb Fix GET /tasks/:tid/protocols, GET /tasks/:tid/protocols/:id endpts 2018-10-07 11:29:56 +02:00
reports_controller.rb Fix project users, activities, comments, reports endpoints 2018-10-10 17:35:09 +02:00
results_controller.rb Fix READ index, READ show, POST create /tasks/:id/results endpoints 2018-10-07 12:58:17 +02:00
task_groups_controller.rb Minor variable rename in task_groups_controller.rb 2018-10-07 10:16:00 +02:00
task_inventory_items_controller.rb Hound is love, Hound is life 2018-10-07 13:28:29 +02:00
task_tags_controller.rb Fix GET /tasks/:task_id/tags, GET /tasks/:task_id/tags/:id endpts 2018-10-07 11:10:41 +02:00
task_users_controller.rb Fix GET /tasks/:task_id/users, GET /tasks/:task_id/users/1 endpts 2018-10-07 10:20:01 +02:00
tasks_controller.rb Hound is love, Hound is life 2018-10-07 13:28:29 +02:00
teams_controller.rb Update GET /teams, GET teams/:team_id endpoints slightly 2018-10-06 12:18:57 +02:00
user_identities_controller.rb Add CRUD for inventories and columns [SCI-2690][SCI-2691][SCI-2692][SCI-2693][SCI-2694][SCI-2695] 2018-08-24 16:41:26 +02:00
user_projects_controller.rb Fix project users, activities, comments, reports endpoints 2018-10-10 17:35:09 +02:00
users_controller.rb Add CRUD for inventories and columns [SCI-2690][SCI-2691][SCI-2692][SCI-2693][SCI-2694][SCI-2695] 2018-08-24 16:41:26 +02:00