- Feb 19, 2022
-
-
Fredrik Jonsson authored
Hide admin button for users without admin access
-
- Feb 18, 2022
-
-
Daniel Schultz authored
There are several types of user with access to the review dashboard, but only administrators are allowed to view the administrator pane. This updates the admin dashboard to only render the admin button for users with admin permission. It also adds an ID to the button so that test can reliably check for the presence of the button. Issue #2724
-
Fredrik Jonsson authored
Bump url-parse from 1.5.3 to 1.5.7
-
- Feb 17, 2022
-
-
dependabot[bot] authored
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7 ) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Fredrik Jonsson authored
Environs env.url() returns a URL object so replace with env.str()
-
Fredrik Jonsson authored
-
- Feb 16, 2022
-
-
Fredrik Jonsson authored
Use environs package to parse .env variables.
-
Fredrik Jonsson authored
Add collectstatic step to CI.
-
Fredrik Jonsson authored
Bump follow-redirects from 1.14.7 to 1.14.8
-
Fredrik Jonsson authored
-
- Feb 15, 2022
-
-
Daniel Schultz authored
The `AdminFactory` had a bug: `is_admin` is not a field, but `is_superuser` is. No tests were using the factory so this went unnoticed, but I'm about to want to use it.
-
- Feb 12, 2022
-
-
Fredrik Jonsson authored
chore: gitignore .mo files
-
dependabot[bot] authored
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 ) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Feb 11, 2022
-
-
Chris Zubak-Skees authored
Closes #2720
-
Fredrik Jonsson authored
Add .editorconfig
-
Daniel Schultz authored
Editorconfig is a standard that helps editors know what whitespace rules to follow for a given project. For more information, see: https://editorconfig.org/ These rules were determined based on feedback from project maintainers. There are some files that use different numbers of spaces, but these files were imposed on the project externally. We use 4 everywhere we touch. Issue #2716
-
Fredrik Jonsson authored
Ensure errors are on top
-
- Feb 10, 2022
-
-
Daniel Schultz authored
In certain cases validation errors could be hidden by components that were rendered "on top" (e.g. in the case of required rich text fields). Providing a z-index signals that they belong on top. Issue #2718
-
Fredrik Jonsson authored
-
Fredrik Jonsson authored
-
sandeepsajan0 authored
-
sandeepsajan0 authored
-
sandeepsajan0 authored
-
Fredrik Jonsson authored
Add Finance flow fixes and notifications
-
Fredrik Jonsson authored
Upgrade jest to latest version
-
Fredrik Jonsson authored
-
vimal1083 authored
-
Fredrik Jonsson authored
Parse locale for currency lookup with dash separator
-
Fredrik Jonsson authored
Correctly validate Slack field as optional
-
Shrikrishna Singh authored
-
- Feb 09, 2022
-
-
Chris Zubak-Skees authored
Closes #2714
-
Chris Zubak-Skees authored
-
Chris Zubak-Skees authored
-
Shrikrishna Singh authored
-
Shrikrishna Singh authored
-
Shrikrishna Singh authored
-
Shrikrishna Singh authored
-
Shrikrishna Singh authored
-
Shrikrishna Singh authored
-
- Feb 08, 2022
-
-
Fredrik Jonsson authored
Add Finance 1 and Finance 2 Flow
-