- Use ALTER TABLE .. MODIFY
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
Apr 21 2021
Apr 21 2021
Apr 19 2021
Apr 19 2021
- Fix tests
- Small color improvements
Apr 16 2021
Apr 16 2021
- Manu localization
- FAQ localization
- Hide the lang selector if there's only a single language available
Apr 15 2021
Apr 15 2021
- Upgrade to laravel-mix v6 (webpack v5) and other js dependencies
- Don't preload English
- Localization engine for theme files
- Rebase
- Improve language selector
machniak retitled D2476: Use build year in the copyright footer from Use build year and configured company name in the copyright footer
- Don't use app.company.name in copyright footer
Apr 14 2021
Apr 14 2021
The main cause for the issue is the chat element that uses width: 30%, which causes the screen to be split not evenly (sometimes with 0.5px difference). offsetWidth is always rounded up to full pixels. So, when you divide that (0.5px bigger than in reality) width by the number of columns the sum of widthts of the participant boxes will be bigger than the real width of the container.
Apr 13 2021
Apr 13 2021
Apr 12 2021
Apr 12 2021
Apr 9 2021
Apr 9 2021
Apr 8 2021
Apr 8 2021
Browser tests need to be updated.
Apr 7 2021
Apr 7 2021
Apr 6 2021
Apr 6 2021
- Add reverse migration, document more SignupCode properties
I was expecting a single whitelist. We don't really need two, do we?
Apr 2 2021
Apr 2 2021
Mar 31 2021
Mar 31 2021
Mar 26 2021
Mar 26 2021
Mar 25 2021
Mar 25 2021
- Replace pack() with hex2bin()
- SignupCode refactor
Mar 24 2021
Mar 24 2021
machniak committed rK84c22530a67d: scalpel:discount:merge -> discount:merge (authored by vanmeeuwen).
machniak committed rK27c01203e01c: More complete commands, show-case dangerous delete command in scalpel (authored by vanmeeuwen).
machniak committed rKbead23e3acef: Add a domain that is for the other tenant (authored by vanmeeuwen).
machniak committed rKa9e9b6ace234: domain:add -> domain:create, update observer to handle restore() (authored by vanmeeuwen).
machniak committed rK931e340f02f4: Hide the scalpel commands from the list of artisan commands (authored by vanmeeuwen).
machniak committed rKcb118ee92055: scalpel:discount:merge -> discount:merge (authored by vanmeeuwen).
machniak committed rKb26dd227f31d: More complete commands, show-case dangerous delete command in scalpel (authored by vanmeeuwen).
Mar 23 2021
Mar 23 2021
- Localization engine for theme files
- Upgrade to laravel-mix v6 (webpack v5) and other js dependencies
- Don't preload English
When executing some tests for Stripe:
Looks good to me. Two things:
- Some tests would be nice.
- In bin/quickstart.php we should probably run the command if the api key is set somewhere. And/or maybe we should check-in some already fetched data into the repository. It will be needed for tests.