Add feature flags #125
Dismiss Review
Are you sure you want to dismiss this review?
Labels
Clear labels
bug
design
dev environment
docs
duplicate
enhancement
feature
good first issue
idea
invalid
kredits-1
kredits-2
kredits-3
on hold
ops
question
security
ui/ux
wontfix
integration
btcpay
integration
discourse
integration
ejabberd
integration
email
integration
ldap
integration
lndhub
integration
mastodon
integration
nostr
integration
remotestorage
Something is not working
Graphic/visual design
Config, builds, CI, deployment, etc.
Documentation
This issue or pull request already exists
Improving existing functionality
New functionality
Dive in, and start contributing
Something to consider
Not a bug
Small contribution
Medium contribution
Large contribution
Currently not actionable
Manual IT ops activities
Looking for an answer
release
major
release
minor
release
patch
All your base are belong to us
User interface, process design, etc.
This won't be fixed
No labels
kredits-1
Milestone
No items
No Milestone
remoteStorage Integration
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kosmos/akkounts#125
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Also prepares route, controller, and view for the upcoming RS dashboard.
Features are disabled by default when hidden behind flags. You can enable a feature in the console, by passing the actor (user), like so:
Or to enable it for all users:
Or, if you're logged into an admin account, you can open the Web UI at
/flipperand enable/disable features there. Note, if you want to add a user via the UI, use actor IDs like this:User;5(model;ID).closes #124
Tested locally with Docker Compose, added the env variable for the RS server and the feature flag for my user
👍