summaryrefslogtreecommitdiff
path: root/postgresqleu/confreg/models.py
AgeCommit message (Expand)Author
2025-07-07Show more information about pending registrationsMagnus Hagander
2025-05-23Sync dates for reg and sponsorship open form with listMagnus Hagander
2025-04-28Use proper timezone when rendering tentative schedule slotsMagnus Hagander
2025-01-23Add support for asking for pronouns during registrationMagnus Hagander
2024-12-03Make it possible to target only some providers with campaignsMagnus Hagander
2024-11-24Don't crash in backend social media post viewer if provider is removedMagnus Hagander
2024-11-24Don't list private announcents as an option when no channel configuredMagnus Hagander
2024-10-10Add "Olympic scoring" method.Vik Fearing
2024-08-21Mark some missing unsafe attributesMagnus Hagander
2024-08-05Calculate, store and use etags on speaker photosMagnus Hagander
2024-06-25Cache inactive messaging providers when viewing the queueMagnus Hagander
2024-06-25Move color_validator to shared fileMagnus Hagander
2024-06-11Stop referring to "new style jinja root"Magnus Hagander
2024-05-18Implement max submission count in call for papersMagnus Hagander
2024-05-14Add ability to schedule attendee emails for the futureMagnus Hagander
2024-05-09Fix attempt to deference many2many before pk existsMagnus Hagander
2024-05-08Switch from pytz to zoneinfo for timezone dataMagnus Hagander
2024-04-15Add support for token download of sponsor claimed benefitsMagnus Hagander
2024-04-15Add support for token-downloads of sponsor level metadataMagnus Hagander
2024-01-21Make regtype unique per conferenceMagnus Hagander
2024-01-19Implement automatic inclusion of hashtagsMagnus Hagander
2024-01-19Mark start and end date of a conference safe to use in templatesMagnus Hagander
2024-01-17Allow publishing of pending sessions as TBDMagnus Hagander
2024-01-17Consistently use "Speaker withdraws"Magnus Hagander
2024-01-17Allow talks to transition from "Submitted" to "Speaker withdraws"Magnus Hagander
2024-01-17Nicer view of sessions with no assigned timeMagnus Hagander
2024-01-04Give session start and end time fields verbose namesMagnus Hagander
2024-01-04Support storing video links on sessionsMagnus Hagander
2023-12-20Fix uniqueness for conference session feedbackMagnus Hagander
2023-11-27Fix missing parameter in call to display functionMagnus Hagander
2023-11-22Implement checkin field-scanningMagnus Hagander
2023-11-03Calculate tweet lengths with shortened urlsMagnus Hagander
2023-11-03Indicate "post is overlength" errors in tweet queueMagnus Hagander
2023-11-01Implement pending registration transfers with invoicesMagnus Hagander
2023-10-20Un-break creation of new registrationsMagnus Hagander
2023-10-20Implement basic feature for "favorite sessions"Magnus Hagander
2023-10-16Re-think error handling in social media postingMagnus Hagander
2023-10-16Teach social media posting to differentiate contents to providersMagnus Hagander
2023-10-16Pass a hash to use as cache to all backend list display overridesMagnus Hagander
2023-10-11Allow dynaprop field on registration to be blankMagnus Hagander
2023-08-30Show which fields are shared by badge scanning on registration formMagnus Hagander
2023-08-25Expose properties showing if a reg is admin, volunteer, talkvoterMagnus Hagander
2023-08-25Add property exposing if a user is a talkvoterMagnus Hagander
2023-08-24Explicitly include the conference date in the invoice titleMagnus Hagander
2023-08-21Prevent some duplicate queries in regform related to vat rate detailsMagnus Hagander
2023-08-21Add sortkey field to additional optionsMagnus Hagander
2023-08-02Implement dynamic properties on attendee registrationsMagnus Hagander
2023-07-31Implement conference policy confirmationMagnus Hagander
2023-07-25Fix regtype price listingMagnus Hagander
2023-07-25Fix codestyle issues.Dave Page