forked from lk-arpg/lorekeeper
-
Notifications
You must be signed in to change notification settings - Fork 2
Feat: add online visibility settings #401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
AnimatedCritter
wants to merge
29
commits into
preimpression:extension/online-status
Choose a base branch
from
AnimatedCritter:expansion/online-status
base: extension/online-status
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feat: add online visibility settings #401
AnimatedCritter
wants to merge
29
commits into
preimpression:extension/online-status
from
AnimatedCritter:expansion/online-status
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PHP 8.1 upgrade
* hotfix: Fixing error with lowercase "auth" * hotfix: Adding "auth" fix to CommentPolicy
- Fixes missing minimum options for ota and xta - Also adds consistent stylization for ota and xta alongside pwyw
…ypes fix(comments): more robust handling for non user-user comments
- bump version
…heck fix(shops): validate quantity against purchase limit
…-arpg#974) * hotfix(security|requests): add middleware that parses post fields * fix: handle arrays * fix: add "$this->" prefix to function calls
lk-arpg#976) * hotfix(security|requests): add middleware that parses post fields * fix: handle arrays * fix: add "$this->" prefix to function calls * fix(requests): prevent numeric value from being parsed * chore(update): update version --------- Co-authored-by: Mercury <63693594+itinerare@users.noreply.github.com>
…arpg#1082) * hotfix: Fix visibility issues for gallery submissions * Update User.php * Requested changes re: scopes * Clearing up a lil bit more redundancy and keeping in line with previous commit * no visibility for you
…ssion/lorekeeper into extension/expansion/online-status
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello!
This pull request will add the option for users to toggle their online visibility settings via the user settings page. The visibility options are: hidden, anyone, only staff, or only logged-in users.
The extension tracker has also been updated to reflect this feature's addition, and the base Lorekeeper has been updated to match the current main branch.
Required commands:
php artisan migrate
,php artisan optimize
If there are any changes you'd like to be made, do let me know c: