log roundup/configuration.py @ 8443:39a6825d10ca

age author description
Mon, 01 Sep 2025 21:54:48 -0400 John Rouillard feat: allow admin to set logging format from config.ini
Tue, 26 Aug 2025 23:06:40 -0400 John Rouillard refactor: also error on missing file or invalid extension
Tue, 26 Aug 2025 22:24:00 -0400 John Rouillard feat: change comment in dictConfig json file to // from #
Tue, 19 Aug 2025 22:32:46 -0400 John Rouillard feat: add support for using dictConfig to configure logging.
Sun, 11 May 2025 17:59:32 -0400 John Rouillard issue2551398 - Browser number input
Wed, 19 Feb 2025 12:38:06 +0100 Ralf Schlatterbeck Make native date and number elements configurable
Mon, 30 Dec 2024 02:57:46 -0500 John Rouillard issue2551253. default hash is PBKDF2-SHA512.
Wed, 23 Oct 2024 17:46:05 +0200 Ralf Schlatterbeck Make permission filter functions configurable permission-performance
Tue, 25 Jun 2024 12:10:14 -0400 John Rouillard doc: in description, replace field with header for csrf_* settings
Tue, 25 Jun 2024 12:06:06 -0400 John Rouillard fix: remove duplicate config option.
Tue, 14 May 2024 20:50:25 -0400 John Rouillard issue2551323 - Remove XHTML support
Mon, 29 Apr 2024 04:17:10 -0400 John Rouillard doc: use generated config.ini in reference.txt
Sun, 28 Apr 2024 09:55:15 -0400 John Rouillard test - normalize path for MultiFilePathOptions
Sat, 06 Apr 2024 22:47:25 -0400 John Rouillard issue2551115/issue2551282 - utf8mb4 support in roundup
Sat, 30 Mar 2024 21:48:17 -0400 John Rouillard chore(lint): change class props from mutable lists to tuples
Sat, 30 Mar 2024 21:40:02 -0400 John Rouillard chore(lint): whitespace fixes, double space between class stanzas
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

Roundup Issue Tracker: http://roundup-tracker.org/