This website works better with JavaScript.
Explore
Help
Register
Sign In
me
/
glitchier-soc
Watch
1
Star
0
Fork
You've already forked glitchier-soc
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f071f72a3c
th-downstream
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f071f72a3c'
${ noResults }
glitchier-soc
/
spec
/
fabricators
/
user_role_fabricator.rb
8 lines
119 B
Raw
Normal View
History
Unescape
Escape
Enable Style/FrozenStringLiteralComment for specs (#23790)
2 years ago
# frozen_string_literal: true
Add customizable user roles (#18641) * Add customizable user roles * Various fixes and improvements * Add migration for old settings and fix tootctl role management
2 years ago
Fabricator
(
:user_role
)
do
Autofix Rubocop Style/StringLiterals (#23695)
2 years ago
name
'MyString'
color
''
Add `roles` attribute to Account entities in REST API (#23255)
2 years ago
permissions
0
end