You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump @babel/runtime
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.25.7 to 7.27.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime)
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-version: 7.27.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump vite from 4.5.9 to 4.5.11
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.9 to 4.5.11.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.11/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.11/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-version: 4.5.11
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update translations: Greek, Pt-BR, Italian, German, Bulgarian
* Add Vietnamese and Polish to language list
* Add calendar locales (Vietnamese, Polish)
* Add sanity check to init command
ref #1551
* Improve error messages in pretalx init command
ref #1551
* Reduce cache duration on event color styles
* Translations update: Bulgarian and Vietnamese
Co-authored-by: Neter <[email protected]>
Co-authored-by: Hoi thao Khoa hoc <[email protected]>
Co-authored-by: Tobias Kunze <[email protected]>
* Update translations
* Rename fullcalendar locales
* Fix visible headers when there is no schedule
closes #1999
* Bump celery, markdown, Pillow
* Bump vite from 4.5.11 to 4.5.13 in /src/pretalx/frontend/schedule-editor (#2003)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix bug with events without active review phase
* Fix another review phase permission bug
* Resolve bs4 deprecation warnings (#2006)
* Update translations: Chinese, Italian, Bulgarian, Brazilian Portuguese
Co-authored-by: Allen Wang <[email protected]>
Co-authored-by: Weblate <[email protected]>
Co-authored-by: albanobattistella <[email protected]>
Co-authored-by: Vasil Kolew <[email protected]>
Co-authored-by: Renne Rocha <[email protected]>
* Rename tag.public to tag.is_public
* Log API exceptions
* Make action_confirm view default to object deletion
* Add model for API file uploads
* Disable browsable API
* Update Translations: Bulgarian
Co-authored-by: Neter <[email protected]>
Co-authored-by: antihackerbg <[email protected]>
* Simplify email sanity checks
* Document schedule printing
* Specify python >= 3.10 in pyproject.toml
closes #2015
* Document use of makemessages
closes #2016
* Use django’s built-in LANGUAGES_BIDI
closes #2018
* Fix missing plugin links for reviewer-only users
closes #2020
* Bump reportlab to v4.4.0
* Allow plugins to add authentication providers
* Update docs and next_url handling
ref #1931
* Mark OAuth as spelt correctly
* Fix breaking tests
* Mark speakers as 'arrived' in more places
Co-authored-by: Tobias Kunze <[email protected]>
* Bump vite from 4.5.13 to 4.5.14
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Make sure to urlencode next_urls
* Refactor speaker arrival button into include
ref #1942
* Fix not all submit buttons becoming disabled
closes #2008
* Show speaker questions in schedule editor
closes #2022
* Fix day scrolling in talk list
closes #2023
* Fix side scrolling on cfp page (again)
* Add missing documentation reference
* Label registration name field as "(display name)"
closes #1770
* Fix CSRF middleware (#1984)
* Document pretix/pretalx integration in FAQ
* Use UserApiToken, remove Token and Session auth
* Allow users to create and revoke API tokens
* Show and invalidate API tokens in team view
* Add endpoint permission checks for API tokens
* Match API version to tokens
* New writable API: tags
* Log actions by default in API views
* Prohibit write actions in legacy API
* Use API schema to generate API docs
* Implement CRUDView, use in tags
* Simplify API permission handling
* Start rules refactor
* Use CRUDView for tracks
* Fix token creation (setting endpoints)
* New writable API: tracks
* Add schedule exporters to schedule API
* Use CRUDView for rooms
* Fix documentation warnings
* New writable API: rooms
* Continue rules rewrite
* Finish API endpoint docs for new API
* Use CRUDView for submission types
* New writable API: speakers
* Use page number pagination in API (with fallback)
* New writable API: submission types
* Continue rules refactor
* Document new API
* Use CRUDView for mail templates
* New writable API: submissions
* Code cleanup
* New writable API: mail templates
* Refactor: Extract legacy API classes
* Delete expired API auth tokens
* Use CRUDView for access codes
* New writable API: talk slots
* Conclude permissions refactor
* New writable API: access codes
* Provide self.event in API views and serializers
helpful particularly because the documentation generation works with
fake requests that don't contain an actual event
* Improve changelog performance
* New writable API: file uploads
* New writable API: schedules
* Improve schedule page performance
* Use CRUDView for speaker information notes
* Code cleanup
* Include availabilities in speaker serializer
* New writable API: speaker information
* New writable API: reviews
* Handle remaining todos
* Use CRUDView for questions
* Add logging to frontend review actions
* Make sure API querysets are ordered
* New writable API: questions
* Remove /me API view
* Implement API token upgrades
* New writable API: question options
* Refactor events API endpoint
* Fix test specificity (JSON compression may vary)
* New writable API: answers
* Fix breaking tests
* Fix API checks
* Simplify API permission handling
* Prefetch event.current_schedule in middleware
* Fix bug when using union() with sqlite
* Use CRUDView for teams
* [wip] rework api token to use events
* Vendor redoc for API documentation
* New writable API: teams
* Improve API test coverage and code style
* Fix broken settings after rebase
* Get serializer based on API version requested
* Implement new UserApiToken model for API auth
* Make team invite token unique
* SpeakerRole model: Make through model explicit
* Add unique_together constraint to tags
* Migrate old to new tokens
* Update changelog
* Do not show empty nav entries on exceptions
* Use modern clipboard.writeText for copying
* Fix JS for form button loading indications
* Document the meaning of (env) in prompts
* Fix typo in submission formtools
* Be more consistent in queryset use
* Fix crash in event permissions
* Fix API serializer error on disabled fields
* Fix code style
* Document debug=True vs collectstatic/rebuild
ref #2019
* Better support of RTL languages in input fields
closes #1799
* Update translations
* Validate SMTP password
see cpython#73936
* [a11y] Add visible label to logout button
Could handle this via labels and stuff, but we have the space, and this
is clearer for everybody.
* Allow <del> in markdown for strikethroughs
* Make sure that users can change their language
This is needed when the user switched languages on one language, but now
is elsewhere and can't change back. In this case, the user preferences
should beat the cookie preferences.
* Use correct he as language code for Hebrew
ref #1799
* Don’t fail tests on github rate limits
* Small test coverage improvements
* Start using pytest.mark.usefixtures
* Fix test query counter
* Add some safety around UploadedFileFields
* Remove plugin language from schema
* Fix bug in finding reviewable submissions
* Make data delimiter field appear non-optional
ref #2039
* Improve form help text
* Simplify speaker export form options
closes #2039
* Fix resources not expanding in new API
closes #2040
* Fix documented expand parameter in schedule API
closes #2043
* Fix breaks missing in schedule API
closes #2044
* Fix API expanding both types of questions
closes #2042
* Fix review export bug
* Docs: Add missing `cd doc`
* Docs: Fix typos
* subission -> subMission
* associaLted -> associated
* Docs: Fix 'expand' URL reference
* Add and document system checks
* Fix admin docs by adding env indicators
* Simplify settings logging
* Don’t permit HTML entities in usernames
* Include full name in password similarity check
* Exclude deleted proposals from faved-ical export
closes #2048
* Fix breaking tests
* Send admin emails on celery task exceptions
* Fix test failures regarding log output
* Fix signal signature
* Improve translations
* Update translations
* Remove unused string
* Remove duplicate translated string
* Update translations: German, Brazilian Portuguese (#2049)
Co-authored-by: Tobias Kunze <[email protected]>
Co-authored-by: Renne Rocha <[email protected]>
* Fix breaking test
* Remove last HAS_CELERY references
* Fix code style
* Fix breaking test
* Update changelog
* Fix docs warnings
* Update translation percentages
* Fix docs (spellcheck, linkcheck)
* Update release notes
* Release v2025.1.0
* Bump version
* Fix erroneous redis check warning
supersedes and closes #2050
* Fix pretalx -m init bug
ref pretalx/pretalx-docker#86
* Use pathlib’s read_text where possible
* Fix typo in docs
* Fix bug in pretalx exception reporter
* Fix bug in celery exception reporter
* Fix speaker API in events without speaker avatar
* Realign migration script
* Ignore Zed editor settings folder
* Realign DB migration script
* Load speaker bio on session schedule modal
* Improve speaker box in session modal
* Fix dates wrapping in schedule session boxes
* Allow administrators to see organiser dashboards
* Fix code style
* Don’t send emails when restarting celery workers
* Add new pretalx.mail.request_pre_send signal
* Include new signal in send shortcuts
* Downgrade API logging to DEBUG
* Stop using deprecated pkg_resources
* Move shell_scoped to shell; auto-get event object
* Add useful imports to shell command
* Use response.text rather than content.decode()
* Document increased Postgres requirements
* Use new accept header utilities
* Update to Django 5.2
* Fix hacky pollution breaking "fake" state renderer models
* Fix schedule format preference
* Allow IPython in spellcheck list
* Realign DB migration script
* Indicate user search bar in admin user list
closes #2052
* Improve lightbox accessibility, add to all pages
* Show user avatars on admin user list
* Update translations: Bulgarian, Chinese
Co-authored-by: Vasil Kolew <[email protected]>
Co-authored-by: Yi Zhu <[email protected]>
* Fix users being able to clear their profile picture
… even though profile pictures are mandatory
* Fix duplicate preview in user avatar display
* Provide central gravatar CSP decorator
* Fix duplicate load of base.js
* Fix bug in retrieving non-jpeg gravatar images
* Don’t allow to load non-existing/generic gravatars
* Be more sparing about file saving db calls
* Remove ancient versionadded docs hints
* Realign DB migration script
* Realign DB migration script
* Retry if code generation fails for uniqueness
* Remove unused code
* Realign DB migration scripts
* Use <strong> rather than <b>
We mostly did this already, just had to update some translated strings
* Fix schedule exporter and include lightbox images
* Remove unused test file
* Fix breakage happening in conflict resolution
* Bring back the change of commit 5739bc2
* Fix broken files due to conflict resolution
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pretalx-translations <[email protected]>
Co-authored-by: Tobias Kunze <[email protected]>
Co-authored-by: Neter <[email protected]>
Co-authored-by: Hoi thao Khoa hoc <[email protected]>
Co-authored-by: Emmanuel Ferdman <[email protected]>
Co-authored-by: Allen Wang <[email protected]>
Co-authored-by: Weblate <[email protected]>
Co-authored-by: albanobattistella <[email protected]>
Co-authored-by: Vasil Kolew <[email protected]>
Co-authored-by: Renne Rocha <[email protected]>
Co-authored-by: antihackerbg <[email protected]>
Co-authored-by: Adam Skrzymowski <[email protected]>
Co-authored-by: Florian Mösch <[email protected]>
Co-authored-by: Niklas Mertsch <[email protected]>
Co-authored-by: Yi Zhu <[email protected]>
--font-family-code: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L", Monaco,"Courier New", Courier, monospace;
font-family:Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L", Monaco,"Courier New", Courier, monospace;
580
+
font-family:var(--font-family-code);
570
581
color:#E74C3C;
571
582
overflow-x: auto
572
583
}
@@ -637,7 +648,7 @@ div[class^='highlight'] pre {
637
648
white-space: pre;
638
649
margin:0;
639
650
padding:12px12px;
640
-
font-family:Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L", Monaco,"Courier New", Courier, monospace;
0 commit comments