forked from lk-arpg/lorekeeper
-
Notifications
You must be signed in to change notification settings - Fork 5
feat(raffle options): v3 update & some fixes #272
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
liwoyadan
wants to merge
961
commits into
ScuffedNewt:extension/raffle-options
Choose a base branch
from
liwoyadan:extension/raffle-options-v3
base: extension/raffle-options
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(raffle options): v3 update & some fixes #272
liwoyadan
wants to merge
961
commits into
ScuffedNewt:extension/raffle-options
from
liwoyadan:extension/raffle-options-v3
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
- add webp to allowed upload formats - use imagick for large (2k px+ images) - add configurable/optional size cap
* fix issue lk-arpg#728 * fix lk-arpg#96 * fix lk-arpg#113 * Update birthday selector on register * fix lk-arpg#225 * fix lk-arpg#226 * fix lk-arpg#346 * fix lk-arpg#558 * fix lk-arpg#460 * fix lk-arpg#459 * fix lk-arpg#91 * Apply fixes from lk-arpg#91 to prompt submissions * refactor: fix blade formatting * remove character item retention due to return input wackiness * refactor: fix PHP styling * array_unique on slugs for gallery * add missing set active on user sidebars * add comment history and bugfix for likes * refactor: fix blade formatting * tweak function docs and sales comments checks * refactor: fix blade formatting * Capitalise 'carbon' in UserService * refactor: fix PHP styling --------- Co-authored-by: Ne-wt <[email protected]>
Bumps [vue](https://github.com/vuejs/core) from 3.3.9 to 3.3.11. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.3.9...v3.3.11) --- updated-dependencies: - dependency-name: vue dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.6 to 1.6.7. - [Release notes](https://github.com/mockery/mockery/releases) - [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md) - [Commits](mockery/mockery@1.6.6...1.6.7) --- updated-dependencies: - dependency-name: mockery/mockery dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [intervention/image](https://github.com/Intervention/image) from 2.7.2 to 3.0.1. - [Commits](Intervention/image@2.7.2...3.0.1) --- updated-dependencies: - dependency-name: intervention/image dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…evelop/vue-3.3.11 chore(deps-dev): bump vue from 3.3.9 to 3.3.11
…op/mockery/mockery-1.6.7 chore(deps-dev): bump mockery/mockery from 1.6.6 to 1.6.7
…op/intervention/image-3.0.1 chore(deps): bump intervention/image from 2.7.2 to 3.0.1
Conflicts: resources/views/galleries/create_edit_submission.blade.php
…processing feature/improved image processing
* - Switch from laravel/ui to laravel/fortify for authentication - Implement two-factor authentication * Fix user model reference * Adjust email verification resend url * Partially override fortify routes to disable the default two-factor enable/disable routes * feat(auth): reimplement invitation consumption * fix: remove laravel/ui routes * refactor: fix PHP styling * feat(users): update fortify implementation - make recaptcha toggleable in config - implement laravel honeypot on fortify routes - fix resend verification email route * refactor: fix blade formatting * fix(users): fix login form display - remove redundant controller functions * fix(users): put back confirm 2FA function * refactor: fix PHP styling * chore(deps-dev): update JS dependencies * refactor: fix blade formatting * fix(users): add notice to 2FA settings re alias login * refactor: fix blade formatting * refactor(users): move register validator to UserService --------- Co-authored-by: itinerare <[email protected]>
Conflicts: resources/views/user/_sidebar.blade.php
Misc bugfixes/tweaks
- resolves error with old orderByRaw method
feature/laravel 10
fix(characters): update design update feature ordering
- backported from lk-arpg#1252
* fix(ranks): parsed rank description upon initial setup * refactor: fix PHP styling --------- Co-authored-by: liwoyadan <[email protected]>
…bmission character notif (lk-arpg#1281)
* fix: add captcha block to register_with_driver.blade.php * refactor: fix blade formatting --------- Co-authored-by: perappu <[email protected]>
…lk-arpg#1318) - add some minor eager loading
* fix(user profiles): Rank info help does not appear if description empty * I did not think this through * ..Not sure if big improvement? * And we flip back
…on/raffle-options-v3
- And also making user view index nicer
…o extension/raffle-options-v3
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.
Updating the extension to what's current on the v3 branch on the main repo as well as a few bugfixes, fixing divs/removing extra closing divs, hiding raffles contained within hidden raffle groups, etc.