Alan
Alan
This changes the OAuth 1 HMAC signature generation to support query strings in the path that include special characters, and fixes query strings that use a PHP-style array syntax for...
This adds an OAuth 1 service class for the Magento 2 REST API. It is partially based on Magento's own reference implementation in their documentation. This is somewhat dependent on...
The notifications should use the user's language setting, followed by the global language setting to select translations for notification email components.
MySQL 5.7 and higher set this SQL mode by default: `ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION` We should update our queries to support these defaults. In particular, some queries don't use `GROUP BY` correctly under...
Clicking a task assigned to a deactivated user on the task board leaves the "Assigned To" field set to it's last state, generally the last card that was clicked. It...
The backlog should store which sprints are expanded in local storage and restore that same state when the page is loaded. If it loads with no visible sprints expanded, the...
Administrators should be able to specify more advanced password requirements like required character sets, in addition to the minimum length setting that exists now. This is useful for meeting various...
Searches for files should display that file's thumbnail and some basic information about it in the results.
This allows us to save backlog sort orders on an individual level, which helps prevent conflicts from multiple users updating the backlog at the same time. This could be implemented...