Plans.months
Wallet lock
Skip the payment method selection if there is only one option
Signup: Select the first domain if APP_DOMAIN is not on the list of public domains
Signup: Fallback to 'user' icon for unknown plans
Improve and test User::unrestrict(true)
Signup: Prefer monthly plans on left, yearly on right
Give themes more control over the menu
Allow themes to overwrite UI localization
Small improvement in loading theme localization
Improve menu localization mechanism
Support theme's fonts dir, fix fatal error in localization
Details
Details
- Reviewers
mollekopf - Group Reviewers
Restricted Project - Commits
- rK396fcdf64940: Signup 'mandate' mode and other improvements
./phpunit
Diff Detail
Diff Detail
- Repository
- rK kolab
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/app/Http/Controllers/API/SignupController.php | ||
---|---|---|
251 | Shouldn't empty($request->code) && empty($request->invitation) be validation, and not silently send you into a different codepath? | |
src/app/User.php | ||
564 | includeWalletUsers or so would be better | |
src/database/migrations/2023_02_17_100000_vat_rates_table.php | ||
81 | Doesn't belong in the same commit (but is indeed required). |