summaryrefslogtreecommitdiff
path: root/postgresqleu/confreg/util.py
AgeCommit message (Expand)Author
2024-05-14Add ability to low-level queue emails in the futureMagnus Hagander
2023-11-01Implement pending registration transfers with invoicesMagnus Hagander
2023-10-27Add functions to send sponsor/conference emails without templatesMagnus Hagander
2023-09-20Re-send policy email instead of welcome email if policy not acceptedMagnus Hagander
2023-07-31Implement conference policy confirmationMagnus Hagander
2023-03-06Factor out send_attachment_email to separate functionMagnus Hagander
2023-02-14Add misisng importMagnus Hagander
2023-01-18Move render_conference_response to util.pyMagnus Hagander
2022-10-18Add core support for non-dejavu ttf fontsMagnus Hagander
2022-06-25Add more details in registration edit loggingMagnus Hagander
2022-04-02Remove an attendee from signups when canceledMagnus Hagander
2022-02-05Make it possible to turn on/off jinja for a conferenceMagnus Hagander
2021-12-27Centralize and fix calculation of VAT totals for registrationsMagnus Hagander
2021-10-13Make the location of TTF fonts configurableMagnus Hagander
2021-07-10Implement conference JWT tokensMagnus Hagander
2020-07-13Remove unused importsMagnus Hagander
2020-05-18Complete overhaul of social media integrationsMagnus Hagander
2020-05-06Centralize conference notification sendingMagnus Hagander
2020-04-12Enable full timezone managementMagnus Hagander
2020-03-31Create abstraction for getting "today"Magnus Hagander
2020-03-23Don't send removal notices to regs added by third partiesMagnus Hagander
2020-03-23Fix deletion of unpaid registrationsMagnus Hagander
2020-03-17Add basic registration activity logMagnus Hagander
2020-03-17Track canceled registrationsMagnus Hagander
2020-03-12Create wrapper function to get a conference from urlnameMagnus Hagander
2020-03-12Replace datetime.now() with timezone.now()Magnus Hagander
2020-01-08Style and minor fixes pointed out by newer version of pep8Magnus Hagander
2019-07-08Add button to registration dashbaord to re-send welcome emailMagnus Hagander
2019-05-04Add missing importMagnus Hagander
2019-05-04Centralize subject prefixing for conference emailsMagnus Hagander
2019-05-03Change outgoing emails from confreg and confsponsor to use templateMagnus Hagander
2019-05-03Move conference mail templates to jinjaMagnus Hagander
2019-01-10Manual pep8 fixesMagnus Hagander
2019-01-10Import related fixes from 2to3Magnus Hagander
2019-01-10Generic changes for python3 from 2to3Magnus Hagander
2019-01-04Use proper floor division operatorMagnus Hagander
2019-01-04Fix sibling importsMagnus Hagander
2018-12-28Configurable notifications for conferencesMagnus Hagander
2018-12-28pep8 fixes for previous commits....Magnus Hagander
2018-12-28Re-think how refunds are handledMagnus Hagander
2018-12-26Rename jinjabadge to jinjapdfMagnus Hagander
2018-12-26Create ticketing and check-in systemMagnus Hagander
2018-12-19Add support for emailing individual attendeesMagnus Hagander
2018-12-16Move root of backendviews/forms/lookups into utilMagnus Hagander
2018-12-15Move get_authenticated_conference to util.pyMagnus Hagander
2018-12-14Properly use "is" and "is not" for comparing with NoneMagnus Hagander
2018-12-14not x in y --> x not in yMagnus Hagander
2018-12-14Fix blankline related warningsMagnus Hagander
2018-12-14Fix spacing around parameter namesMagnus Hagander
2018-12-14Fix spacing around operatorsMagnus Hagander