Commit Graph

84 Commits

Author SHA1 Message Date
4e4503e097 [FIX] Offline PWA functionality and style offline page 2023-03-12 12:57:19 +00:00
83765c99ad [FEAT] Styling improvements 2023-02-24 19:45:02 +00:00
11a6f8d8f1 [FEAT] Add 404 page 2023-02-24 19:44:33 +00:00
bcb2b1bc20 [FEAT] Transition to PostgreSQL database in another Docker container 2023-02-24 19:44:17 +00:00
843bdebabf [FEAT] Add Bootstrap theming through admin dashboard 2023-02-24 19:43:34 +00:00
86e18c399d [FEAT] Enable django-allauth for enhanced user management & federation 2023-02-24 19:42:07 +00:00
05ca7433f1 [FEAT] Add Django command to selectively load fixtures
Only loads data if object isn't a BootstrapTheme that already exists
2023-02-24 19:35:34 +00:00
ced86f308b [FIX] Remove spaces from default email address 2023-02-10 15:57:21 +00:00
555aae5d1c [FEAT] Isolate settings from image build and allow PWA customisation
Settings can now be changed without rebuilding the image
PWA settings can now be changed
2023-02-10 13:32:13 +00:00
905613d8e9 Update password reset completed message
Remind users to complete their profiles
2023-02-10 11:22:57 +00:00
d66e0ea21a [FEAT] Re-enable basic PWA support without customisation options 2023-02-01 23:29:43 +00:00
50f5363b69 [FIX] Move site URL settings out of constance to allow access for CORS
CORS options require access to these settings, so they must be set before deployment
2023-02-01 23:17:24 +00:00
35d8d9423a [FIX] Home page header overlay box too wide on small screens 2023-02-01 22:18:08 +00:00
e15de01cfa [FEAT] Enable PWA functionality 2023-01-20 17:46:21 +00:00
8782b879a1 [FEAT] Add BRECcIA attribution to footer 2023-01-20 16:47:48 +00:00
d5eef1a296 [FIX] Date picker date format 2023-01-20 16:47:16 +00:00
dcf08830f4 Revert "[FEAT] Attempt to include password reset link in welcome email"
This reverts commit 361ab675d3.
2023-01-19 23:59:36 +00:00
361ab675d3 [FEAT] Attempt to include password reset link in welcome email 2023-01-19 23:49:04 +00:00
19698270e5 [FEAT] Password resets 2023-01-19 23:28:55 +00:00
f0f03c1175 [FEAT] Allow changing header image scaling on home page 2023-01-19 23:28:36 +00:00
bb7568885d Rename tool to network mapper 2023-01-11 13:42:45 +00:00
31a2367514 [STYLYE] Background image on home page 2023-01-11 13:41:43 +00:00
b0e51bcfd6 Change default project lead 2023-01-10 20:44:16 +00:00
a8f119a1df Change default project names 2023-01-08 18:13:17 +00:00
2ad21765c0 Change admin site headings 2023-01-08 18:13:11 +00:00
df0d9aa902 Move placeholder images to correct folder 2023-01-07 19:37:15 +00:00
011a01d176 [FIX] attempting to make media folder hosting work 2023-01-07 19:31:49 +00:00
330ec1afe1 [REFACTOR] Move existing images to new media folder location 2023-01-07 19:09:55 +00:00
2096534085 [FIX] move media out of static folder 2023-01-07 18:58:27 +00:00
8608a350f3 [FIX] typo 2023-01-07 18:44:37 +00:00
4e82d363bc [REFACTOR] Use constance variables in email template and add login URL 2023-01-07 18:44:30 +00:00
0355392675 [FEAT] Move a lot of content/settings to Constance
They can now be changed in the Django admin interface
2023-01-05 23:43:31 +00:00
7e2491be76 [FEAT] Update dependencies
Upgrade versions of most packages and make other required changes to ensure compatibility. Update database models and migrations to match new requirements set by Django
2023-01-05 17:49:27 +00:00
James Graham
3ea4ea88a7 refactor: reorganise network page
Backend form handling slightly simplified - date is own form now
2021-05-20 15:28:59 +01:00
James Graham
f37d7c77c4 fix: update exports for static answerset fields
Resolves #99
2021-05-17 18:26:52 +01:00
James Graham
c57392e83c feat: add configurable help text for relationships
Displayed at the top of relationship forms
2021-05-10 13:21:37 +01:00
James Graham
adc9021002 fix: Force new user workflow through right forms
Resolves #112
Resolves #68
2021-04-25 17:13:59 +01:00
James Graham
1de4f741b8 feat: add configurable help text to list pages
Resolves #103
2021-03-18 17:26:59 +00:00
James Graham
989c8141b3 feat: display organisations on map
Add buttons to toggle organisations and people

Resolves #87
2021-03-09 14:55:31 +00:00
James Graham
6d5188af72 feat: add project started date to person questions
Resolves #60
2021-03-01 19:26:59 +00:00
James Graham
0c92554561 fix: set page title 2021-02-08 15:40:43 +00:00
James Graham
9164ea8a05 feat: use django-hijack to switch user accounts
Resolves #74
2021-02-08 14:40:37 +00:00
James Graham
25a28755c6 feat: use proper datepicker widgets
Resolves #58
2021-02-01 16:50:12 +00:00
James Graham
4d4d7ab70b feat: show basic profiles to non-admins
Resolves #61
2021-01-29 14:35:15 +00:00
James Graham
6dc4bd770f feat: add consent form for data processing 2021-01-20 11:53:08 +00:00
James Graham
9db870bcb0 feat: add views for Organisation model
Location picker on update view
2021-01-15 14:58:05 +00:00
James Graham
e54c717ada refactor: allow custom repo to extend constance 2020-12-18 15:21:07 +00:00
James Graham
b2cd5f4940 feature: add map of all people 2020-12-16 14:54:46 +00:00
James Graham
c2961b911f feat: add initial map code from activity mapper 2020-12-15 13:21:17 +00:00
James Graham
a94db2713e fix: Only allow users to create rels as source
There is now no field for users to define the source of a relationship
The source is always the person in the URL
And only that user or staff can access the form
2020-08-14 17:38:22 +01:00