summaryrefslogtreecommitdiff
path: root/db/migrate/20160310185910_add_external_flag_to_users.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable RuboCop for migrationsenable-rubocop-for-migrationsSean McGivern2016-06-091-0/+1
| | | | | | | Migrations shouldn't fail RuboCop checks - especially lint checks, such as the nested method check. To avoid changing code in existing migrations, add the magic comment to the top of each of them to skip that file.
* External UsersZeger-Jan van de Weg2016-03-131-0/+5
The user has the rights of a public user execpt it can never create a project, group, or team. Also it cant view internal projects.