Commit Graph

387 Commits

Author SHA1 Message Date
995a4f6cb2 [DOCS] Change callout type 2023-03-26 18:38:19 +01:00
d24756ca38 [DOCS] Attempt fix callout type name 2023-03-26 18:36:25 +01:00
f69b7aa1f0 [DOCS] Proof-reading 2023-03-26 18:33:47 +01:00
74b6b3b27d [DEPLOY] Include Caddyfile for Docker deployment 2023-03-25 15:36:16 +00:00
e51c2dc76b [DOCS] Minor improvements to deployment docs 2023-03-25 15:22:52 +00:00
b0fcda5901 [DOCS] Use compressed archives for deployment 2023-03-25 15:02:11 +00:00
253846f877 [DOCS] Small wording change 2023-03-25 14:44:31 +00:00
4b61b26661 [FIX] Ensure Docker only ignores root docs folder 2023-03-25 14:39:34 +00:00
66567e5a55 [FIX] Place signup button in correct template 2023-03-25 14:34:55 +00:00
b8059175c6 [FIX] Variable name to show signup button 2023-03-25 14:11:29 +00:00
a85a07ea82 [FEAT] Add signup button if signups are allowed 2023-03-25 14:07:33 +00:00
21088a1412 [FEAT] Limit Map and Network views to admins 2023-03-25 13:54:55 +00:00
e37d5fcb61 [DOCS] Add bulk of general use documentation 2023-03-25 13:45:31 +00:00
f6bfcceb6c [DOCS] Rename files for section ordering 2023-03-24 19:58:05 +00:00
79bb6cc415 [DOCS] Add basic Docker Desktop deployment info 2023-03-24 19:57:48 +00:00
99161b269e [DOCS] Rename sections for ordering 2023-03-24 19:54:14 +00:00
365c3f04c9 [DOCS] Add configuration documentation 2023-03-24 19:50:18 +00:00
65023cf4f9 [DEPLOY] Stop exposing unnecessary server port 2023-03-12 18:26:18 +00:00
85bb6ae5ba Set fixed version numbers for Python requirements 2023-03-12 17:14:11 +00:00
6eeb74fdd7 [DOCS] Small updates 2023-03-12 15:54:43 +00:00
f015929a0c Residual changes from Person-User relationship changes 2023-03-12 15:40:09 +00:00
c05ef1ed10 [DEPLOY] Update template env file to require Google Maps API key 2023-03-12 15:39:38 +00:00
f8593776c0 [FEAT] Allow admins to manage relationships for all Persons
All Persons now have associated Users, meaning Users can be hijacked by admins to manage the relationships for the associated Person.
2023-03-12 15:39:03 +00:00
284132f4cc [FIX] Formatting of data during display 2023-03-12 15:37:43 +00:00
858933c6bb [FEAT] Update database migrations to be more generic and applicable 2023-03-12 15:37:20 +00:00
0a3c85bb42 [STYLE] Padding above footer 2023-03-12 15:35:42 +00:00
266bdfe628 [FIX] Django compatibility 2023-03-12 15:35:20 +00:00
d19554de24 [DEPLOY] Add deployment resources 2023-03-12 13:00:40 +00:00
4e4503e097 [FIX] Offline PWA functionality and style offline page 2023-03-12 12:57:19 +00:00
d65ccc807f [DOCS] Update for new database 2023-02-24 19:46:37 +00:00
b94c459e56 [DOCS] [FIX] Incorrect URLs 2023-02-24 19:46:19 +00:00
b6a6be99da [DEPLOY] Update deployment files for new database 2023-02-24 19:45:56 +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
3beeeab4ae [FIX] Remove redundant data passing 2023-02-12 15:03:11 +00:00
ccea25133c [DOCS] Add "choosing how to deploy" section
Also tidy up formatting and remove old comments
2023-02-10 16:00:21 +00:00
ced86f308b [FIX] Remove spaces from default email address 2023-02-10 15:57:21 +00:00
6d1e5effda Update Vagrant docs link 2023-02-10 15:33:41 +00:00
809894a04c [DOCS] Clearer deployment instructions v2.0.0-alpha1 2023-02-10 15:24:27 +00:00
9967c081c9 [DEPLOY] Use Docker images from Docker Hub 2023-02-10 13:59:38 +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
e3ea56ce32 [FEAT] Include username in welcome email 2023-02-02 14:59:30 +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
de11df1999 [FIX] Creating relationships with missing Person objects
When User had no associated Person object, or chosen person_pk did not correlate to an existing Person object, error 500 was thrown
2023-02-01 23:14:25 +00:00