[obs-commits] [openSUSE/open-build-service] 53bfc2: [api] allow to specify a user subaccount
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 53bfc21e21610f7eb9296a8d33a55db0875cc546 https://github.com/openSUSE/open-build-service/commit/53bfc21e21610f7eb9296a... Author: Adrian Schröter <adrian@suse.de> Date: 2016-09-06 (Tue, 06 Sep 2016) Changed paths: M ReleaseNotes-2.8 M docs/api/api/user.rng M src/api/app/controllers/person_controller.rb M src/api/app/models/user.rb M src/api/app/views/models/_user.xml.builder A src/api/db/migrate/20160819105300_subaccount.rb M src/api/db/structure.sql M src/api/test/functional/person_controller_test.rb M src/api/test/unit/user_test.rb Log Message: ----------- [api] allow to specify a user subaccount * A user account can point to another user account. * The subaccount is in state "subaccount". Permission checking follows to the other account to determine if is an active user. Needed for accounts which are just used for automation. Disabling the master account will also disable the alias accounts. Commit: 351db844b50e5a6890da86d05b42f4ab9c3bfd4a https://github.com/openSUSE/open-build-service/commit/351db844b50e5a6890da86... Author: Adrian Schröter <adrian@suse.de> Date: 2016-09-06 (Tue, 06 Sep 2016) Changed paths: M ReleaseNotes-2.8 M docs/api/api/user.rng M src/api/app/controllers/person_controller.rb M src/api/app/models/user.rb M src/api/app/views/models/_user.xml.builder A src/api/db/migrate/20160819105300_subaccount.rb M src/api/db/structure.sql M src/api/test/functional/person_controller_test.rb M src/api/test/unit/user_test.rb Log Message: ----------- Merge pull request #2057 from adrianschroeter/person_alias [api] allow to specify a user alias Compare: https://github.com/openSUSE/open-build-service/compare/1a6c4bdb73e5...351db8...
participants (1)
-
Adrian Schröter