Thomas Steen Rasmussen
d5d12008de
rename fontawesome css to include version number, so we avoid caching issues when upgrading
2020-02-22 17:40:53 +01:00
Thomas Steen Rasmussen
27f3470f92
fix noscript schedule template, while here add a prefetch_related in the view to reduce number of sql lookups from 116 to 8 for bootstrap data
2020-02-22 17:19:17 +01:00
Thomas Steen Rasmussen
76fcfd7855
lets call this frab exporter 1.0
2020-02-22 16:24:37 +01:00
Thomas Steen Rasmussen
eb18fc2ec5
fix eventinstance uuid migration with this abomination https://docs.djangoproject.com/en/dev/howto/writing-migrations/#migrations-that-add-unique-fields
2020-02-22 16:21:51 +01:00
Víðir Valberg Guðmundsson
b235cb9683
Merge pull request #460 from bornhack/fix_ircbot
...
Try to fix the IRC bot
2020-02-22 16:02:09 +01:00
Thomas Steen Rasmussen
4df66e9638
add missing wishlist migration
2020-02-22 15:48:37 +01:00
Thomas Steen Rasmussen
24d2c0d041
add note about the license we decided to use for recordings
2020-02-22 15:47:58 +01:00
Thomas Steen Rasmussen
b6eaaa5f18
Frab xml export ( #459 )
...
* first stab at a frab xml generator
* delete unused xsd file
* remove camp title from location name
* add uuid field to eventinstance and use it in the frab xml
2020-02-22 15:09:12 +01:00
Thomas Steen Rasmussen
33383e6559
Event feedback ( #451 )
...
* Event feedback functionality and related commits:
* blackness and isort and flake8 - this branch does not have pre-commit so I forgot :/
* finish backoffice management of eventfeedback
* add username to eventfeedback detail panel when viewed in backoffice
* Add feedback url to elm schedule. Fix access when user is anonymous. Remove print statement.
* one prefetch_related call to rule them all
Co-authored-by: Víðir Valberg Guðmundsson <valberg@orn.li>
2020-02-22 14:50:09 +01:00
Víðir Valberg Guðmundsson
9d1fbf5176
Merge pull request #456 from bornhack/dependabot/pip/src/requirements/pre-commit-2.1.0
...
Bump pre-commit from 2.0.1 to 2.1.0 in /src/requirements
2020-02-22 13:46:15 +01:00
Víðir Valberg Guðmundsson
6d330c1b7f
Merge pull request #457 from bornhack/dependabot/pip/src/requirements/channels-redis-2.4.2
...
Bump channels-redis from 2.4.1 to 2.4.2 in /src/requirements
2020-02-22 13:45:44 +01:00
Víðir Valberg Guðmundsson
087c6c1883
Merge pull request #453 from bornhack/dependabot/pip/src/requirements/django-reversion-3.0.7
...
Bump django-reversion from 3.0.5 to 3.0.7 in /src/requirements
2020-02-22 13:45:21 +01:00
dependabot-preview[bot]
76dc557e5b
Bump channels-redis from 2.4.1 to 2.4.2 in /src/requirements
...
Bumps [channels-redis](https://github.com/django/channels_redis ) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/django/channels_redis/releases )
- [Changelog](https://github.com/django/channels_redis/blob/master/CHANGELOG.txt )
- [Commits](https://github.com/django/channels_redis/compare/2.4.1...2.4.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-20 05:26:53 +00:00
dependabot-preview[bot]
c474a2559b
Bump django-reversion from 3.0.5 to 3.0.7 in /src/requirements
...
Bumps [django-reversion](https://github.com/etianen/django-reversion ) from 3.0.5 to 3.0.7.
- [Release notes](https://github.com/etianen/django-reversion/releases )
- [Changelog](https://github.com/etianen/django-reversion/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/etianen/django-reversion/compare/v3.0.5...v3.0.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-19 21:02:18 +00:00
Víðir Valberg Guðmundsson
4614c4fe8d
Merge pull request #454 from bornhack/dependabot/pip/src/requirements/graphene-django-2.8.2
...
Bump graphene-django from 2.8.1 to 2.8.2 in /src/requirements
2020-02-19 22:01:03 +01:00
dependabot-preview[bot]
09a48d0106
Bump pre-commit from 2.0.1 to 2.1.0 in /src/requirements
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.0.1...v2.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-19 05:27:23 +00:00
dependabot-preview[bot]
7ccafd2a0f
Bump graphene-django from 2.8.1 to 2.8.2 in /src/requirements
...
Bumps [graphene-django](https://github.com/graphql-python/graphene-django ) from 2.8.1 to 2.8.2.
- [Release notes](https://github.com/graphql-python/graphene-django/releases )
- [Commits](https://github.com/graphql-python/graphene-django/compare/v2.8.1...v2.8.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-18 05:26:11 +00:00
Vidir Valberg Gudmundsson
abf3603bc9
Maybe this fixes the IRC bot?
2020-02-17 21:29:42 +01:00
Thomas Steen Rasmussen
4b396cd7d7
remove stray debug print
2020-02-14 11:41:49 +01:00
Thomas Steen Rasmussen
95b41bdd44
Add first version of a wishlist app - create wishes in the admin for now. Fix a few unrelated things while here: update our date and time formats to be more internationally unambigous, and always show timezone. Also fix an old bug which meant that bornhack.dk/program redirect never worked. ( #445 )
2020-02-13 22:07:28 +01:00
Thomas Steen Rasmussen
575324f3cc
pin django-allauth version so we force it to upgrade even if it is a dependecy of django-allauth-2fa
2020-02-12 18:12:05 +01:00
Thomas Steen Rasmussen
9d61e554c0
partially revert e652a8156c
and readd time.sleep(1) delay between operations, irc3 flood settings do not appear to prevent the bot from flooding itself off :(
2020-02-12 17:45:55 +01:00
Thomas Steen Rasmussen
00af109e2f
add flake8 and isort to pre-commit config, make flake8 and isort happy ( #441 )
...
* add flake8 to pre-commit config, and fixup many things to make flake8 happy
* add isort and sort all imports, add to pre-commit and requirements
2020-02-12 13:10:41 +01:00
Víðir Valberg Guðmundsson
8441620376
Merge pull request #437 from bornhack/dependabot/pip/src/requirements/django-debug-toolbar-2.2
...
Bump django-debug-toolbar from 2.1 to 2.2 in /src/requirements
2020-02-11 06:56:31 +01:00
Víðir Valberg Guðmundsson
270327fb2e
Merge pull request #444 from bornhack/dependabot/pip/src/requirements/django-extensions-2.2.8
...
Bump django-extensions from 2.2.6 to 2.2.8 in /src/requirements
2020-02-11 06:56:01 +01:00
dependabot-preview[bot]
9a48368c3a
Bump django-extensions from 2.2.6 to 2.2.8 in /src/requirements
...
Bumps [django-extensions](https://github.com/django-extensions/django-extensions ) from 2.2.6 to 2.2.8.
- [Release notes](https://github.com/django-extensions/django-extensions/releases )
- [Changelog](https://github.com/django-extensions/django-extensions/blob/master/CHANGELOG.md )
- [Commits](https://github.com/django-extensions/django-extensions/compare/2.2.6...2.2.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-11 05:27:18 +00:00
Víðir Valberg Guðmundsson
e8cdae9be6
Merge pull request #443 from bornhack/dependabot/pip/src/requirements/graphene-django-2.8.1
...
Bump graphene-django from 2.8.0 to 2.8.1 in /src/requirements
2020-02-10 09:14:01 +01:00
dependabot-preview[bot]
0399ffbe20
Bump graphene-django from 2.8.0 to 2.8.1 in /src/requirements
...
Bumps [graphene-django](https://github.com/graphql-python/graphene-django ) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/graphql-python/graphene-django/releases )
- [Commits](https://github.com/graphql-python/graphene-django/compare/v2.8.0...v2.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-10 05:34:06 +00:00
Thomas Steen Rasmussen
8b049da938
forgot to add pre-commit to requirements
2020-02-07 18:53:33 +01:00
dependabot-preview[bot]
701ffc71ad
Bump django-debug-toolbar from 2.1 to 2.2 in /src/requirements
...
Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar ) from 2.1 to 2.2.
- [Release notes](https://github.com/jazzband/django-debug-toolbar/releases )
- [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/master/docs/changes.rst )
- [Commits](https://github.com/jazzband/django-debug-toolbar/compare/2.1...2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-07 17:53:22 +00:00
Thomas Steen Rasmussen
3d790c33cb
add pre-commit config for auto black
2020-02-07 18:51:50 +01:00
Thomas Steen Rasmussen
377a77143c
black everything, working on #355
2020-02-07 18:46:34 +01:00
Víðir Valberg Guðmundsson
20f380dfd6
Planked code form betterforms. (Aka django 3.0 upgrade) ( #436 )
...
* Bump django from 2.2.8 to 3.0.2 in /src/requirements
Bumps [django](https://github.com/django/django ) from 2.2.8 to 3.0.2.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/2.2.8...3.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Planked code form betterforms.
* Remove betterform from requirements.
* Try with master of django-allauth-2fa.
* Use static templatetag library, staticfiles is gone.
* Use newly released django-allauth-2fa 0.8 instead of git url.
* Django 3.0.3 is out.
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-02-07 18:21:34 +01:00
Víðir Valberg Guðmundsson
baf43f0e22
Upgrade to django 2.2.9
2020-02-01 05:24:20 +01:00
Víðir Valberg Guðmundsson
3bf3cf03af
Merge pull request #434 from bornhack/dependabot/pip/src/requirements/ipython-7.12.0
...
Bump ipython from 7.10.2 to 7.12.0 in /src/requirements
2020-02-01 05:21:51 +01:00
Víðir Valberg Guðmundsson
42752b38af
Merge pull request #428 from bornhack/dependabot/pip/src/requirements/django-extensions-2.2.6
...
Bump django-extensions from 2.2.5 to 2.2.6 in /src/requirements
2020-02-01 05:21:29 +01:00
Víðir Valberg Guðmundsson
c20cfdb863
Merge pull request #432 from bornhack/dependabot/pip/src/requirements/wheel-0.34.2
...
Bump wheel from 0.33.6 to 0.34.2 in /src/requirements
2020-02-01 05:20:57 +01:00
Vidir Valberg Gudmundsson
c9f302e170
django.contrib.staticfiles.templatetags.staticfiles.static is gone in django 3
2020-02-01 05:09:35 +01:00
dependabot-preview[bot]
261cba6689
Bump ipython from 7.10.2 to 7.12.0 in /src/requirements
...
Bumps [ipython](https://github.com/ipython/ipython ) from 7.10.2 to 7.12.0.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/7.10.2...7.12.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-01 04:02:55 +00:00
dependabot-preview[bot]
eec93dcb6d
Bump django-extensions from 2.2.5 to 2.2.6 in /src/requirements
...
Bumps [django-extensions](https://github.com/django-extensions/django-extensions ) from 2.2.5 to 2.2.6.
- [Release notes](https://github.com/django-extensions/django-extensions/releases )
- [Changelog](https://github.com/django-extensions/django-extensions/blob/master/CHANGELOG.md )
- [Commits](https://github.com/django-extensions/django-extensions/compare/2.2.5...2.2.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-01 04:02:18 +00:00
Víðir Valberg Guðmundsson
3f3f6ae909
Merge pull request #429 from bornhack/dependabot/pip/src/requirements/irc3-1.1.5
...
Bump irc3 from 1.1.4 to 1.1.5 in /src/requirements
2020-02-01 05:01:44 +01:00
Víðir Valberg Guðmundsson
75005c97a8
Merge pull request #426 from bornhack/dependabot/pip/src/requirements/django-cors-headers-3.2.1
...
Bump django-cors-headers from 3.2.0 to 3.2.1 in /src/requirements
2020-02-01 05:01:08 +01:00
Vidir Valberg Gudmundsson
ab2f7bc831
Python 2 is sooo last decade.
2020-02-01 04:58:56 +01:00
Víðir Valberg Guðmundsson
09e1a1fd36
Merge pull request #421 from bornhack/dependabot/pip/src/requirements/graphene-django-2.8.0
...
Bump graphene-django from 2.4.0 to 2.8.0 in /src/requirements
2020-02-01 04:52:44 +01:00
dependabot-preview[bot]
271f5e3ed9
Bump django-cors-headers from 3.2.0 to 3.2.1 in /src/requirements
...
Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers ) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/adamchainz/django-cors-headers/releases )
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/master/HISTORY.rst )
- [Commits](https://github.com/adamchainz/django-cors-headers/compare/3.2.0...3.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-01 03:48:29 +00:00
dependabot-preview[bot]
7b8e64be72
Bump graphene-django from 2.4.0 to 2.8.0 in /src/requirements
...
Bumps [graphene-django](https://github.com/graphql-python/graphene-django ) from 2.4.0 to 2.8.0.
- [Release notes](https://github.com/graphql-python/graphene-django/releases )
- [Commits](https://github.com/graphql-python/graphene-django/compare/v2.4.0...v2.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-01 03:48:28 +00:00
Víðir Valberg Guðmundsson
52d57136e3
Merge pull request #430 from bornhack/dependabot/pip/src/requirements/django-wkhtmltopdf-3.3.0
...
Bump django-wkhtmltopdf from 3.2.0 to 3.3.0 in /src/requirements
2020-02-01 04:47:17 +01:00
Víðir Valberg Guðmundsson
718ed7dcda
Merge pull request #433 from bornhack/2020logo
...
New logos for 2020 and 2021, new favicon package
2020-02-01 04:26:53 +01:00
Thomas Flummer
7e6dc6a675
New logos for 2020 and 2021, new favicon package
...
includes smaller tweaks to size of small logo in top menu to make it consistant
2020-02-01 00:42:19 +01:00
Thomas Steen Rasmussen
087db0ea81
add new logo to website
2020-01-31 18:55:21 +01:00