portainer/api/http/handler/stacks
Ricardo Cardona Ramirez e1e263d8c8 feat(UAC): change default ownership to admininstrators (#2137)
* #960 feat(UAC): change ownership to admins for externally created ressources

* feat(UAC): change ownership to admins for externally created resources

Deprecated AdministratorsOnly js and go backend

* #960 feat(UAC): remove AdministratorsOnly property and minor GUI  fixes

Update swagger definition changing AdministratorsOnly to Public

* #960 feat(UAC): fix create resource with access control data

* #960 feat(UAC): authorization of non-admin users for restricted operations

On stacks, containers networks, services , tasks and volumes.

* #960 feat(UAC): database migration to version 14

 The administrator resources are deleted and Public resources are now managed by admins

* #960 feat(UAC):  small fixes from PR #2137

* #960 feat(UAC): improve the readability of the source code

* feat(UAC) fix displayed ownership for Swarm related  resources  (#960)
2018-08-19 07:57:28 +02:00
..
create_compose_stack.go feat(stack-creation): add the ability to specify git reference (#1948) (#2063) 2018-07-24 16:11:35 +02:00
create_swarm_stack.go feat(stack-creation): add the ability to specify git reference (#1948) (#2063) 2018-07-24 16:11:35 +02:00
git.go feat(stack-creation): add the ability to specify git reference (#1948) (#2063) 2018-07-24 16:11:35 +02:00
handler.go feat(stacks): add the ability to migrate stacks to another endpoint (#1976) 2018-06-19 17:28:40 +02:00
stack_create.go refactor(api): restructure bolt package (#1981) 2018-06-19 13:15:10 +02:00
stack_delete.go feat(UAC): change default ownership to admininstrators (#2137) 2018-08-19 07:57:28 +02:00
stack_file.go feat(UAC): change default ownership to admininstrators (#2137) 2018-08-19 07:57:28 +02:00
stack_inspect.go feat(UAC): change default ownership to admininstrators (#2137) 2018-08-19 07:57:28 +02:00
stack_list.go feat(stacks): support compose v2.0 stack (#1963) 2018-06-11 15:13:19 +02:00
stack_migrate.go feat(UAC): change default ownership to admininstrators (#2137) 2018-08-19 07:57:28 +02:00
stack_update.go feat(UAC): change default ownership to admininstrators (#2137) 2018-08-19 07:57:28 +02:00