Commit Graph

829 Commits

Author SHA1 Message Date
Oliver Falk
337ced827a Rework with black 2022-02-11 13:23:12 +01:00
Oliver Falk
502bc2cc03 Rework with black 2022-02-11 13:22:54 +01:00
Oliver Falk
d0f65d435a Rework with black 2022-02-11 13:22:31 +01:00
Oliver Falk
c54c57231b Rework with black 2022-02-11 13:22:10 +01:00
Oliver Falk
34291e5f87 Rework with black 2022-02-11 13:18:01 +01:00
Oliver Falk
a085e8b22f Rework with black 2022-02-11 13:17:22 +01:00
Oliver Falk
cbe0af27c0 Rework with black 2022-02-11 13:16:52 +01:00
Oliver Falk
c93d0eb86c Reformat with black and remove debug print statement 2022-02-11 13:15:39 +01:00
Oliver Falk
0c3686beef First preparations for Django >= 4.x
- Slight reformatting in some parts; Non-functional changes
- ugettext(_lazy) no longer available in Django > 4, changing to
  gettext(_lazy)
- Since django-openid-auth doesn't work with Django > 4 yet, we need to
  pin this project to Django < 4 until that issue is solved
2021-12-10 09:21:49 +01:00
Oliver Falk
0ccd3fa7c1 Add Daniel Aleksandersen to the security page 2021-11-26 16:50:55 +01:00
Oliver Falk
a1c1da81e1 A few more sites known to use default param 2021-11-24 08:35:19 +01:00
Oliver Falk
b93569a279 Enhance and fix tests to accomodate the changes related to CWE-601 2021-11-22 14:01:04 +01:00
Oliver Falk
ab56bf720a String search returns > 0 if found... 2021-11-22 13:57:43 +01:00
Oliver Falk
56f90412bf Enhance the list. It's possible some non-ssl sites still use gravatar without https and some sites use secure.gravatar.com 2021-11-22 13:57:12 +01:00
Oliver Falk
e260e6ff2f Increase version 2021-11-22 13:22:47 +01:00
Oliver Falk
ff9bfdefb5 Fix CWE-601 - Open URL redirection
- Only a few URLs are allowed now and this _will_ break some implementations
- Print information in the log about which URL was kicked
2021-11-22 13:17:20 +01:00
Oliver Falk
09a8c60ad0 Merge branch 'redesign' into 'devel'
Redesigned profile page

See merge request oliver/ivatar!193
2021-09-17 09:09:18 +00:00
Oliver Falk
547b570f5d Redesigned profile page 2021-09-17 09:09:18 +00:00
Oliver Falk
ee13fb545a Merge branch 'master' into devel 2021-09-16 10:59:09 +02:00
Oliver Falk
e2a24296c4 Merge branch 'devel' into 'master'
Fix fetching Gravatar fetching leading to false positives

See merge request oliver/ivatar!192
2021-09-16 08:58:44 +00:00
Oliver Falk
de6ba7b1c4 Fix fetching Gravatar fetching leading to false positives 2021-09-16 08:58:44 +00:00
Oliver Falk
71a24737b4 Do not use 404 in case no default is set - we need to redir to the default Gravatar 2021-09-16 10:50:29 +02:00
Oliver Falk
e260c7410b Merge in master 2021-09-16 10:42:37 +02:00
Oliver Falk
030ea6fd33 Additional logging of gravatar fetches and ensure we don't send d=None, if default hasn't been set; Reformat with black 2021-09-16 10:38:53 +02:00
Oliver Falk
c3422ccc78 We're aware there are some complext functions, it's a complex topic. 2021-09-16 10:37:40 +02:00
Oliver Falk
6aa870963d Merge branch 'devel' into 'master'
v1.5 massive (code) update

See merge request oliver/ivatar!191
2021-09-16 08:28:49 +00:00
Oliver Falk
355af2351d v1.5 massive (code) update 2021-09-16 08:28:49 +00:00
Oliver Falk
7ab63887a7 Merge branch 'master' into devel 2021-09-16 10:22:18 +02:00
Oliver Falk
26768aacb2 Update ignored files (for coverage report) 2021-09-16 10:00:02 +02:00
Oliver Falk
a3f7575726 v1.5 - massive code update 2021-09-16 09:23:38 +02:00
Oliver Falk
44f3c2bcba More testing of the export 2021-09-15 14:03:01 +02:00
Oliver Falk
b7d3c7655a Use SCHEMAROOT from config and reformat with black 2021-09-15 13:22:41 +02:00
Oliver Falk
f37fc4de09 Central place for the schema root 2021-09-15 13:14:56 +02:00
Oliver Falk
7b01e2eef2 Wire up the export functionality in the menu 2021-09-15 11:39:16 +02:00
Oliver Falk
f8a5fc55e0 Add export functionality and reformat with black 2021-09-15 11:35:52 +02:00
Oliver Falk
8ba3a55756 Test export page - without any functionality and reformat with black 2021-09-15 11:33:34 +02:00
Oliver Falk
d663bceead Need to ignore E402 - we check this with pylint 2021-09-15 11:31:41 +02:00
Oliver Falk
7c7de1e711 Some safety measures to avoid breaking old/new export and reformat with black 2021-09-15 11:29:44 +02:00
Oliver Falk
f288a97bad Fix trailing whitespace and reformat with black 2021-09-15 11:27:15 +02:00
Oliver Falk
3d3aa4f48e Ingore W503 2021-09-15 11:27:10 +02:00
Oliver Falk
328914698c Make sure we list the email instead of the dict and 2021-09-15 11:19:46 +02:00
Oliver Falk
5cec4cbdb1 Ignore this module, as it's hardly used and very difficult to test 2021-09-14 16:22:23 +02:00
Oliver Falk
9fdbf81f71 Clean up with black 2021-09-14 16:02:04 +02:00
Oliver Falk
1f04bf0f18 Clean up with black 2021-09-14 16:01:23 +02:00
Oliver Falk
205ba0c934 Clean up with black 2021-09-14 15:55:52 +02:00
Oliver Falk
7ca34aea1b Clean up with black 2021-09-14 15:54:37 +02:00
Oliver Falk
32ed22704c Add flake and pre commit config 2021-09-14 15:52:24 +02:00
Oliver Falk
38d2f0dd92 Clean up with black 2021-09-14 15:52:03 +02:00
Oliver Falk
52e5673834 Reuse username as email if it looks like a valid email address
* Automatically add it as UnconfirmedEmail and trigger confirmation mail
* Clean up views with black
2021-09-14 15:48:28 +02:00
Oliver Falk
12d69576af Merge branch 'devel' into 'master'
Fix padding, so gandi logo is fully visible

See merge request oliver/ivatar!190
2021-09-10 11:14:30 +00:00