Skip to content

Conversation

liwoyadan
Copy link

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.

  • Winner count default to 1 just as to avoid the error of attempting to create a raffle and forgetting to declare how many winners there are
  • Reroll button fixed
  • Tables converted to Bootstrap rows
  • Alert that says raffle will give rewards upon entry now properly hidden when no rewards are present
  • Made a separate link for admin ticket index for raffles to prevent confusion
  • Various divs fixed & raffle index blades updated with new groupBy'd raffle query
  • Raffle groups that are hidden will no longer display to regular users & will also ensure all raffles within it are also hidden
  • Allowing raffles within a raffle group to be individually rolled just in case there's a need for it
  • Also updated some files to reflect same use statement and class name styles as what's on v3 now

itinerare and others added 30 commits December 7, 2023 12:51
- 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
- resolves error with old orderByRaw method
fix(characters): update design update feature ordering
itinerare and others added 30 commits May 12, 2025 10:40
* fix(ranks): parsed rank description upon initial setup

* refactor: fix PHP styling

---------

Co-authored-by: liwoyadan <[email protected]>
* fix: add captcha block to register_with_driver.blade.php

* refactor: fix blade formatting

---------

Co-authored-by: perappu <[email protected]>
* 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
- And also making user view index nicer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.