| Fri, 03 Mar 2023 17:37:44 -0500 |
John Rouillard |
Implement password hash testing using new roundup-admin perftest.
|
| Fri, 03 Mar 2023 14:31:29 -0500 |
John Rouillard |
Doc migrate reports final schema version.
|
| Fri, 03 Mar 2023 14:30:10 -0500 |
John Rouillard |
Report schema version as part of migrate command.
|
| Thu, 02 Mar 2023 17:01:39 -0500 |
John Rouillard |
Test self.db.db_version_updated in schema upgrade paths
|
| Wed, 01 Mar 2023 13:04:54 -0500 |
John Rouillard |
Fix for python2. m[0] -> m.group(0)
|
| Wed, 01 Mar 2023 12:56:36 -0500 |
John Rouillard |
Add missing space in message; add tests; update .po
|
| Wed, 01 Mar 2023 10:51:37 -0500 |
John Rouillard |
auto update 'password_pbkdf2_default_rounds' "
|
| Wed, 01 Mar 2023 10:43:54 -0500 |
John Rouillard |
Sort potest by number of translated messages.
|
| Tue, 28 Feb 2023 15:49:47 -0500 |
John Rouillard |
issue2551253 - Modify password PBKDF2 method to use SHA512
|
| Mon, 27 Feb 2023 12:17:11 -0500 |
John Rouillard |
disable gpg for 2.7 https://issues.roundup-tracker.org/issue2551267 no-github-ci
|
| Mon, 27 Feb 2023 11:46:28 -0500 |
John Rouillard |
see if setuptools is at version > 66 when gpgme would be compiled.
|
| Mon, 27 Feb 2023 09:06:48 -0500 |
John Rouillard |
python-gpg does not exist for python2 on ubuntu focal
|
| Mon, 27 Feb 2023 02:17:12 -0500 |
John Rouillard |
Change back to original directory; no-github-ci
|
| Mon, 27 Feb 2023 02:09:15 -0500 |
John Rouillard |
Try system packaged libgpgme-dev to allow pip install gpg; no-github-ci
|
| Mon, 27 Feb 2023 01:43:50 -0500 |
John Rouillard |
Try system packaged python*gpg; comnent out build; no-github-ci
|
| Mon, 27 Feb 2023 01:36:09 -0500 |
John Rouillard |
Prevent github actions from running if commit includes 'no-github-ci'
|
| Mon, 27 Feb 2023 01:29:02 -0500 |
John Rouillard |
fix version number.
|
| Mon, 27 Feb 2023 01:10:00 -0500 |
John Rouillard |
see if upgrade to 1.18 fixes gpgme build failure.
|
| Mon, 27 Feb 2023 00:52:16 -0500 |
John Rouillard |
use redis rather than redis-server
|
| Mon, 27 Feb 2023 00:38:22 -0500 |
John Rouillard |
pin setuptools in pip not apt geesh....
|
| Mon, 27 Feb 2023 00:30:37 -0500 |
John Rouillard |
pinning setuptools < 66 to try to get gpgme to build.
|
| Mon, 27 Feb 2023 00:04:36 -0500 |
John Rouillard |
Remove distro-info package to try to get travisci working again
|
| Sun, 26 Feb 2023 23:40:57 -0500 |
John Rouillard |
upgrade coveralls github action https://github.com/roundup-tracker/roundup/pull/5
|
| Sun, 26 Feb 2023 23:39:27 -0500 |
John Rouillard |
upgrade codeql-actions to 2.2.5. https://github.com/roundup-tracker/roundup/pull/6
|
| Sun, 26 Feb 2023 23:38:06 -0500 |
John Rouillard |
Make in file tests work again. Also allow manual testing without overriding PBKDF rounds
|
| Sun, 26 Feb 2023 16:17:37 -0500 |
John Rouillard |
Fix round check/settings in needs_migration
|
| Sun, 26 Feb 2023 15:38:49 -0500 |
John Rouillard |
Production PBKDF rounds back to 2M, test 1k; fix empty_form (python2)
|
| Sun, 26 Feb 2023 13:34:14 -0500 |
John Rouillard |
Add testing interactive mode to roundup_admin. remove redundant imports
|
| Sun, 26 Feb 2023 12:30:32 -0500 |
John Rouillard |
Fix missed roundup.token import.
|
| Sun, 26 Feb 2023 12:01:53 -0500 |
John Rouillard |
revert increase in PBKDF2 rounds to get baseline perf.
|
| Sun, 26 Feb 2023 12:01:09 -0500 |
John Rouillard |
Add comment. lookup on a username doesn't return retired users.
|
| Sun, 26 Feb 2023 12:00:35 -0500 |
John Rouillard |
unshadow stdlib token from roundup's token.
|
| Sun, 26 Feb 2023 11:06:04 -0500 |
John Rouillard |
Move imports to top of file out of test code path.
|
| Sun, 26 Feb 2023 10:42:15 -0500 |
John Rouillard |
chore: flake8 whitespace fixes
|
| Sun, 26 Feb 2023 10:40:25 -0500 |
John Rouillard |
chore: flake8 whitespace fixes
|
| Sun, 26 Feb 2023 10:36:36 -0500 |
John Rouillard |
chore: flake8 fix multiple imports on one line
|
| Sun, 26 Feb 2023 10:34:56 -0500 |
John Rouillard |
chore: flake8 formatting fixes
|
| Sun, 26 Feb 2023 10:34:07 -0500 |
John Rouillard |
chore: flake8 formatting fixes
|
| Sat, 25 Feb 2023 18:05:05 -0500 |
John Rouillard |
add duration reporting for python2 as well.
|
| Sat, 25 Feb 2023 17:14:18 -0500 |
John Rouillard |
Setting PBKDF2 rounds to 1000 for testing
|
| Sat, 25 Feb 2023 17:11:13 -0500 |
John Rouillard |
Add --durations=20 for detecting perf changes.
|
| Sat, 25 Feb 2023 17:07:38 -0500 |
John Rouillard |
Remove unneded import.
|
| Sat, 25 Feb 2023 14:50:34 -0500 |
John Rouillard |
Modify code to reduce runtime when testing
|
| Fri, 24 Feb 2023 23:47:28 -0500 |
John Rouillard |
issue2551251 - migrate pbkdf2 passwords ... test fixes and doc update
|
| Thu, 23 Feb 2023 19:34:39 -0500 |
John Rouillard |
issue2551251 - migrate pbkdf2 passwords if more rounds configured
|
| Fri, 24 Feb 2023 17:15:29 -0500 |
John Rouillard |
Fix test failure when run alone.
|
| Fri, 24 Feb 2023 00:37:37 -0500 |
John Rouillard |
tests are breaking with last commit. Restore a hopefully working tree while I figure out what's going on
|
| Thu, 23 Feb 2023 19:34:39 -0500 |
John Rouillard |
issue2551251 - migrate pbkdf2 passwords if more rounds configured
|
| Thu, 23 Feb 2023 19:17:42 -0500 |
John Rouillard |
issue2551252 - increase PBKFD2 default rounds to 2,000,000.
|
| Thu, 23 Feb 2023 17:20:41 -0500 |
John Rouillard |
Add 'Access-Control-Expose-Headers' to a couple of tests.
|
| Thu, 23 Feb 2023 16:20:32 -0500 |
John Rouillard |
- issue2551257: add 'X-Content-Type-Options: nosniff' header for file download
|
| Thu, 23 Feb 2023 16:02:51 -0500 |
John Rouillard |
Fix mix of tab and space indents.
|
| Thu, 23 Feb 2023 15:43:54 -0500 |
John Rouillard |
Handle KeyError if rate limit refills between update and status
|
| Thu, 23 Feb 2023 15:34:44 -0500 |
John Rouillard |
[issue2551263] expose headers to rest clients
|
| Thu, 23 Feb 2023 12:01:33 -0500 |
John Rouillard |
improve REST interface security
|
| Tue, 21 Feb 2023 23:06:15 -0500 |
John Rouillard |
fix test; string for json object has extra space under python2.
|
| Tue, 21 Feb 2023 22:35:58 -0500 |
John Rouillard |
Refactor rejecting requests; update tests, xfail test
|
| Tue, 21 Feb 2023 18:54:21 -0500 |
John Rouillard |
add dependabot config to scan for docker to report updates to alpine container.
|
| Tue, 21 Feb 2023 18:07:37 -0500 |
John Rouillard |
disable and fix errors in test_rest_login_rate_limit
|
| Tue, 21 Feb 2023 16:42:20 -0500 |
John Rouillard |
better rest Origin check; refactor CORS preflight code.
|