An error occurred fetching the project authors.
- 21 Nov, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 29 Apr, 2017 1 commit
-
-
Robert Speicher authored
-
- 06 Feb, 2017 2 commits
-
-
Timothy Andrew authored
1. `add_column_with_default` needs a `down` block 2. Add specs for the auditor user to `spec/features/security`. This directory contains a series of feature specs to test the access various user roles have to various project/admin pages, which is the perfect place to test auditor user access. 3. Other minor changes (views, typos)
-
Timothy Andrew authored
An auditor user is intended to be user with read-only access to all projects and groups. Access to the admin area and any project settings pages are disallowed This commit lays the initial groundwork for this concept - adding an `auditor` column to the `users` table, as well as a few supplements.
-
- 20 Aug, 2016 1 commit
-
-
Rubén Dávila Santos authored
Call `set_discussion_id` again in DiffNote `before_validation` because the order is important See merge request !5913
-
- 20 Jun, 2016 1 commit
-
- 16 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- 10 Jun, 2016 1 commit
-
-
Paco Guzman authored
Using update_column to store the boolean flag to avoid any side effects with the current state of the project instance
-