summaryrefslogtreecommitdiff
path: root/postgresqleu/settings.py
AgeCommit message (Expand)Author
2024-09-05Also make DejaVu fonts available from Django.Vik Fearing
2024-06-24Add a default value for GOCARDLESS_COUNTRYMagnus Hagander
2024-06-24Add payment provider for Gocardless bank account dataMagnus Hagander
2024-06-21Plaid no longer supports a development environment, change defaultMagnus Hagander
2024-05-14Disable USE_L10NMagnus Hagander
2024-05-03Fix typo.Dave Page
2023-11-27Allow configuring BANK_TRANSFER_METHOD_NAMEMagnus Hagander
2023-07-25BREAKING CHANGE: Allow the currency format to be configurable.Dave Page
2023-06-28Always add elections module to INSTALLED_APPSMagnus Hagander
2023-06-18Implement support for Plaid banktransactionsMagnus Hagander
2023-06-02Add support for digital signature providersMagnus Hagander
2023-01-10Switch to font-awesome v6Magnus Hagander
2023-01-10Make the location of JS and CSS assets configurableMagnus Hagander
2022-10-18Add core support for non-dejavu ttf fontsMagnus Hagander
2022-06-25Remove dependency on django_markwhat and showdownMagnus Hagander
2022-02-05Fix format of timestamps when extracted from DateTimeRangeMagnus Hagander
2021-12-19Set DEFAULT_AUTO_FIELD in preparation for Django 3.2Magnus Hagander
2021-10-13Make the location of TTF fonts configurableMagnus Hagander
2021-05-03Add a note about django toolbar breaking our timezone handlingMagnus Hagander
2021-04-22Add support for web based meetingsMagnus Hagander
2021-01-23Implement an inotify based command reloader for daemon commandsMagnus Hagander
2021-01-22Add support for easily enabling the django debug toolbarMagnus Hagander
2020-05-18Complete overhaul of social media integrationsMagnus Hagander
2020-04-14Enforce the timezone is reset between requestsMagnus Hagander
2020-04-12Enable full timezone managementMagnus Hagander
2020-04-04Remove dependency on django-selectableMagnus Hagander
2020-04-04Update middlewares for django 2.2 compatibilityMagnus Hagander
2020-04-01Move admin injection code into specific appMagnus Hagander
2020-02-20Set a global default DATE_FORMATMagnus Hagander
2019-12-29Fix typoMagnus Hagander
2019-11-26Remove a stray 4Magnus Hagander
2019-11-01Add the idea of monitoring endpoints, and minimalistic git monitorMagnus Hagander
2019-07-09Create setting for SCHEDULED_JOBS_EMAIL_SENDERMagnus Hagander
2019-07-09Create setting for INVOICE_NOTIFICATION_RECEIVERMagnus Hagander
2019-07-09Remove TREASURER_EMAIL references from code, leaving in templatesMagnus Hagander
2019-07-08Initial support for Stripe paymentsMagnus Hagander
2019-06-25Import basic OAuth authentication integration from pgwebMagnus Hagander
2019-03-29Ensure all permissions group exist during migrationMagnus Hagander
2019-03-27Add payment provider for TransferWiseMagnus Hagander
2019-01-28Create an internal jobs schedulerMagnus Hagander
2019-01-19Move membership configuration to the databaseMagnus Hagander
2019-01-19Re-factor payment methods and move configuration to the databaseMagnus Hagander
2019-01-10Manual import fixesMagnus Hagander
2019-01-10Generic changes for python3 from 2to3Magnus Hagander
2019-01-05Allow proper processing of Adyen notifications from test systemMagnus Hagander
2019-01-04Fix sibling importsMagnus Hagander
2019-01-04Switch to new style try/except handlingMagnus Hagander
2018-12-17Rename pgeuinvoice.py to baseinvoice.pyMagnus Hagander
2018-12-17Refactor and rename invoice PDF buildersMagnus Hagander
2018-12-14Fix comment warningsMagnus Hagander