Commit graph

355 commits

Author SHA1 Message Date
Gabriel Augendre d4bf0ed1a2 Refactor selenium login 2022-11-19 09:45:30 +01:00
Gabriel Augendre 312abbbcdd Add vscode settings 2022-11-18 18:32:22 +01:00
Gabriel Augendre 4a88db929b Fix typing 2022-11-18 18:22:05 +01:00
Gabriel Augendre f8f546679c Fix observe character in group 500
Closes #25
2022-11-16 15:21:29 +01:00
Gabriel Augendre 0b1b2ceb00 Fix GM can't observe invited character 2022-11-16 12:47:56 +01:00
Gabriel Augendre 66afe8265b Fix edit characters in group after creation
Relates to #24
2022-11-16 12:43:14 +01:00
Gabriel Augendre 3506f0becc Add password change
Closes #21
2022-11-15 18:18:18 +01:00
Gabriel Augendre 45101d0127 Allow deleting character.
Closes #12
2022-11-15 18:06:55 +01:00
Gabriel Augendre 5456b02fd6 Update fixture
Closes #18
2022-11-15 17:51:59 +01:00
Gabriel Augendre c163d4b442 Add blockquote style 2022-11-15 17:20:06 +01:00
Gabriel Augendre 40d4743b83
Merge pull request #20 from Crocmagnon/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2022-11-15 08:04:14 +01:00
pre-commit-ci[bot] f1bbeb13e2
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](https://github.com/asottile/pyupgrade/compare/v3.2.0...v3.2.2)
- [github.com/adamchainz/django-upgrade: 1.11.0 → 1.12.0](https://github.com/adamchainz/django-upgrade/compare/1.11.0...1.12.0)
2022-11-15 00:57:40 +00:00
Gabriel Augendre 2db919a987 Reduce number of rows for notes edit 2022-11-14 22:26:28 +01:00
Gabriel Augendre 50c66458fc Validate notes access 2022-11-14 21:17:48 +01:00
Gabriel Augendre 00cdc6f19d Extract selenium login 2022-11-14 19:15:38 +01:00
Gabriel Augendre 4b036ece54 Ignore character json 2022-11-14 18:50:02 +01:00
Gabriel Augendre 703075b226 Add more tests 2022-11-14 18:49:37 +01:00
Gabriel Augendre 7fce858e54 Update fixture 2022-11-14 13:16:13 +01:00
Gabriel Augendre 5c38c60af2 Fix deps 2022-11-14 13:13:28 +01:00
dependabot[bot] d0c1ba322c
Merge pull request #17 from Crocmagnon/dependabot/pip/hypothesis-6.57.1 2022-11-14 12:07:48 +00:00
dependabot[bot] a32bf9c551
Bump hypothesis from 6.56.4 to 6.57.1
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.56.4 to 6.57.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.56.4...hypothesis-python-6.57.1)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 12:01:01 +00:00
Gabriel Augendre 19c5a19524
Merge pull request #16 from Crocmagnon/dependabot/pip/django-htmx-1.13.0
Bump django-htmx from 1.12.2 to 1.13.0
2022-11-14 12:56:23 +01:00
dependabot[bot] cb76e0881f
Bump django-htmx from 1.12.2 to 1.13.0
Bumps [django-htmx](https://github.com/adamchainz/django-htmx) from 1.12.2 to 1.13.0.
- [Release notes](https://github.com/adamchainz/django-htmx/releases)
- [Changelog](https://github.com/adamchainz/django-htmx/blob/main/HISTORY.rst)
- [Commits](https://github.com/adamchainz/django-htmx/compare/1.12.2...1.13.0)

---
updated-dependencies:
- dependency-name: django-htmx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 11:13:46 +00:00
Gabriel Augendre ddf1a1b6d3 Restrict access to character view 2022-11-11 08:59:18 +01:00
Gabriel Augendre c2de3c9731 Mark private characters on list 2022-11-10 22:59:39 +01:00
Gabriel Augendre ca394f19a3 Display path rank as badge 2022-11-10 22:53:02 +01:00
Gabriel Augendre ca32576054 Display capability points counter 2022-11-10 22:48:25 +01:00
Gabriel Augendre 0470cb869b Add margin between main content and footer 2022-11-10 22:09:20 +01:00
Gabriel Augendre 91670b36fa Fix img width in notes 2022-11-10 22:07:33 +01:00
Gabriel Augendre abff148dd6 Increase notes update height 2022-11-10 21:40:44 +01:00
Gabriel Augendre 1c7d59c20e Allow configuring trusted origins 2022-11-10 20:45:44 +01:00
Gabriel Augendre 14f0122639 Remove not implemented test 2022-11-10 19:30:41 +01:00
Gabriel Augendre 2ae48dadbd Add geckodriver to github actions 2022-11-10 19:28:28 +01:00
Gabriel Augendre abf2aeb459 Add selenium tests 2022-11-10 19:23:47 +01:00
Gabriel Augendre 5d3869403d Fix stop container 2022-11-10 18:27:45 +01:00
Gabriel Augendre f261ceadab Improve logging 2022-11-10 18:27:26 +01:00
Gabriel Augendre 1e91722794 Fix run command 2022-11-10 17:46:38 +01:00
Gabriel Augendre f652e8e37e Remove gunicorn pin 2022-11-10 17:43:36 +01:00
Gabriel Augendre cf6df4bf2f Switch from uwsgi to gunicorn 2022-11-10 17:42:20 +01:00
Gabriel Augendre c43c33f06f Fix character creation 2022-11-10 11:40:51 +01:00
Gabriel Augendre 6158002796 Fix sha check while deploying 2022-11-09 21:33:54 +01:00
Gabriel Augendre 0fc839a4e8 Add footer
Closes #9
2022-11-09 21:25:14 +01:00
Gabriel Augendre 6abf6bec8b Vary health and mana bar color according to percentage remaining 2022-11-09 21:01:36 +01:00
Gabriel Augendre 71ce3eefa0 Update cursor for states 2022-11-09 20:57:09 +01:00
Gabriel Augendre 7b4d379f43 Display whole paths at first rank 2022-11-09 20:49:57 +01:00
Gabriel Augendre 467c582a83 Add notice about capabilities in form view 2022-11-09 19:19:08 +01:00
Gabriel Augendre e8ea8d6505 Improve character form display 2022-11-09 19:16:44 +01:00
Gabriel Augendre e6d2568686 Cleanup activation views 2022-11-09 18:55:36 +01:00
Gabriel Augendre 71faf4dbe1 Add create and update character views 2022-11-09 18:53:42 +01:00
Gabriel Augendre ee2caf8a2f Add private profile 2022-11-09 18:22:38 +01:00