| Sat, 16 Mar 2024 21:08:16 -0400 |
John Rouillard |
chore(refactor): multiple changes/cleanups
|
| Sat, 16 Mar 2024 20:03:16 -0400 |
John Rouillard |
chore(refactor): use 'with open'; if ternarys; unnested if statements
|
| Sat, 16 Mar 2024 19:41:36 -0400 |
John Rouillard |
chore(ruff): sort imports
|
| Thu, 14 Mar 2024 19:04:19 -0400 |
John Rouillard |
feat: add support for rotating jwt keys
|
| Wed, 17 Jan 2024 17:07:23 +0100 |
Ralf Schlatterbeck |
Add configurable logging for REST
|
| Wed, 27 Dec 2023 22:52:14 -0500 |
John Rouillard |
feat: issue2550852 - support using a specified PostgreSQL db schema
|
| Tue, 07 Nov 2023 12:11:37 -0500 |
John Rouillard |
feat(db): support using postgresql service connection file
|
| Tue, 10 Oct 2023 20:33:22 -0400 |
John Rouillard |
clarify doc on dispatcher_email config setting.
|
| Sun, 23 Jul 2023 23:19:03 -0400 |
John Rouillard |
flake8: add extra blank lines
|
| Wed, 19 Jul 2023 20:37:45 -0400 |
John Rouillard |
fix(api): - issue2551063 - Rest/Xmlrpc interfaces needs failed login protection.
|
| Mon, 05 Jun 2023 12:11:49 -0400 |
John Rouillard |
Add xhtml deprecation notice.
|
| Wed, 17 May 2023 13:34:36 -0400 |
John Rouillard |
Incomplete work to generate config doc from config.ini
|
| Wed, 12 Apr 2023 11:20:14 -0400 |
John Rouillard |
fix initialization of option_validator
|
| Mon, 06 Mar 2023 22:30:41 -0500 |
John Rouillard |
fix typo
|
| 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 12:01:53 -0500 |
John Rouillard |
revert increase in PBKDF2 rounds to get baseline perf.
|
| Thu, 23 Feb 2023 19:17:42 -0500 |
John Rouillard |
issue2551252 - increase PBKFD2 default rounds to 2,000,000.
|
| Thu, 23 Feb 2023 12:01:33 -0500 |
John Rouillard |
improve REST interface security
|
| Wed, 15 Feb 2023 12:03:35 -0500 |
John Rouillard |
clarify help text for * in allowed_api-origins
|
| Wed, 30 Nov 2022 02:22:21 -0500 |
John Rouillard |
Improve documention on access to templates and static_files.
|
| Tue, 13 Sep 2022 16:35:32 -0400 |
John Rouillard |
flake8 fixes.
|
| Mon, 05 Sep 2022 16:25:20 -0400 |
John Rouillard |
postgresql native-fts; more indexer tests
|
| Thu, 04 Aug 2022 14:41:58 -0400 |
John Rouillard |
Summary: Support selecion session/otk data store. Add redis as data store.
|
| Mon, 27 Jun 2022 00:33:31 -0400 |
John Rouillard |
document jinja2 as valid setting for template_engine in config.ini
|
| Sun, 29 May 2022 22:37:36 -0400 |
John Rouillard |
Add allowed_api_origins to upgrading doc
|
| Mon, 23 May 2022 17:31:50 -0400 |
John Rouillard |
Switch off using blank passwords for login
|
| Tue, 17 May 2022 18:05:45 -0400 |
John Rouillard |
issue2551205 bugfix missing _value2str
|
| Tue, 17 May 2022 17:18:51 -0400 |
John Rouillard |
issue2551205: Add support for specifying valid origins for api: xmlrpc/rest
|
| Tue, 03 May 2022 14:51:59 +0200 |
Ralf Schlatterbeck |
Add i18n object to roundupdb.Database
|
| Thu, 27 Jan 2022 19:48:48 -0500 |
John Rouillard |
Allow Roundup to use PostgreSQL database native full text search
|
| Sun, 23 Jan 2022 18:57:45 -0500 |
John Rouillard |
Summary: Add test cases for sqlite fts
|
| Thu, 06 Jan 2022 21:22:26 -0500 |
John Rouillard |
Validate SecretOption and support validate method
|
| Mon, 03 Jan 2022 22:18:57 -0500 |
John Rouillard |
issue2551182 - ... allow loading values from external file. flake8 cleanups
|
| Mon, 13 Dec 2021 23:50:27 -0500 |
John Rouillard |
Remove unused variable assignment.
|
| Mon, 13 Dec 2021 12:48:57 -0500 |
John Rouillard |
Handle configparser.InterpolationSyntaxError
|
| Mon, 18 Oct 2021 20:12:09 -0400 |
John Rouillard |
Enable HTTP/1.1 support for roundup-server
|
| Sat, 24 Jul 2021 16:31:36 -0400 |
John Rouillard |
issue2551147 - Enable compression of http responses in roundup.
|
| Mon, 14 Jun 2021 19:33:27 -0400 |
John Rouillard |
issue2550837 - New option for web auth (also http header passing)
|
| Tue, 30 Mar 2021 18:03:37 -0400 |
John Rouillard |
Use OptionValueError for indexer_language error, add configuration tests
|
| Tue, 30 Mar 2021 02:24:22 -0400 |
John Rouillard |
Validate indexer values
|
| Mon, 29 Mar 2021 22:47:54 -0400 |
John Rouillard |
issue2551123 - validate indexer_language in configuration.py
|
| Mon, 29 Mar 2021 20:43:22 -0400 |
John Rouillard |
Description update. Description was a question not a statement.
|
| Mon, 29 Mar 2021 00:23:33 -0400 |
John Rouillard |
Remove left over python style config remnant, doc update.
|
| Sun, 28 Mar 2021 23:34:43 -0400 |
John Rouillard |
Add indexer_language to change stemmer for xapian FTS indexer
|
| Wed, 10 Mar 2021 10:35:22 -0500 |
John Rouillard |
Fixes to mysql 2.0 conversion doc issue2551115 Werner Hunger
|
| Thu, 04 Mar 2021 12:55:21 +0100 |
Ralf Schlatterbeck |
Use server-side cursor for postgres in some cases
|
| Sun, 20 Dec 2020 15:43:07 -0500 |
John Rouillard |
Remove old code import imp, old style trackers db/backend_name
|
| Sun, 25 Oct 2020 16:12:15 -0400 |
John Rouillard |
issue2551094 - markdown mismatch - new config for embedded newine
|
| Mon, 29 Jun 2020 15:48:04 +0200 |
Ralf Schlatterbeck |
New config-option 'cookie_takes_precedence'
|
| Fri, 01 May 2020 17:13:15 +0200 |
Ralf Schlatterbeck |
Make the charset configurable for mysql
|
| Fri, 03 Apr 2020 18:20:17 -0400 |
John Rouillard |
fix broken import
|
| Fri, 03 Apr 2020 16:18:59 -0400 |
John Rouillard |
issue2551083 Replace BaseException and Exception with RoundupException
|
| Mon, 13 Jan 2020 09:36:40 +0100 |
Ralf Schlatterbeck |
Add config option 'http_auth_convert_realm_to_lowercase'
|
| Sat, 28 Dec 2019 13:01:14 -0500 |
John Rouillard |
flake8 formatting fixes; use isinstance rather than type equality.
|
| Sat, 09 Nov 2019 16:33:42 -0500 |
John Rouillard |
- issue2550920 - Optionally detect duplicate username at registration.
|
| Sat, 09 Nov 2019 00:31:59 -0500 |
John Rouillard |
issue2550919 - Anti-bot signup using 4 second delay
|
| Thu, 24 Oct 2019 20:43:21 -0400 |
John Rouillard |
Fix doc typo.
|
| Mon, 21 Oct 2019 20:53:08 -0400 |
John Rouillard |
Make gunicorn --access-logfile work with custom logging config
|
| Fri, 27 Sep 2019 20:38:31 -0400 |
John Rouillard |
Add rudimentery experiment JSON Web Token (jwt) support
|
| Wed, 12 Jun 2019 20:34:47 -0400 |
John Rouillard |
Try to fix:
|