Commit Graph

53 Commits

Author SHA1 Message Date
Natalia
7a687d0f63 Format news display date as requested in issue #435. 2023-06-26 08:20:47 -03:00
Natalia
96aabf4412 Send email notifications for news approcal and moderation (Part of #343)
This work includes the adding of helpers to send emails (new notifications
module).
2023-06-07 12:04:32 -03:00
Donovan
2564f459ce boost-homepage-redesign
close #413
2023-06-01 16:25:20 -07:00
Lacey Williams Henschel
f6f1b10a5d Command to convert based on file input 2023-06-01 11:35:34 -07:00
Natalia
2ec0b68ab8 Automatically approve unapproved news that do not require moderation. 2023-05-24 16:25:53 -03:00
Lacey Williams Henschel
84145c4668 Remove django-filters 2023-05-23 10:26:16 -07:00
Lacey Williams Henschel
f5d87f960c ⬆️ Add django-filters 2023-05-23 10:26:16 -07:00
Natalia
929b82155b News app: provide models and minimal list and detail views. 2023-05-12 17:43:32 -03:00
Lacey Williams Henschel
579d61fc82 :❄️ Make STATIC_CACHE_TIMEOUT a string 2023-05-10 11:49:19 -07:00
Lacey Williams Henschel
b88eb50755 Shorten static content cache timeout and serve from a setting 2023-05-04 15:58:21 -07:00
Lacey Williams Henschel
eb23b08e11 ❄️ Make separate redis db for static content 2023-05-03 14:11:17 -07:00
Lacey Williams Henschel
3368a74d8d Merge branch 'main' of github.com:CPPAlliance/boost.org into 153-caching 2023-05-03 13:55:50 -07:00
Lacey Williams Henschel
b20f071c57 ❄️ Add CSRF_TRUSTED_ORIGINS
We should do this with env variables, but I wanted to see if it worked first
2023-05-01 12:10:27 -07:00
Frank Wiles
b4defd6348 Remove assumption developer has git installed
We were running `git describe --tags` to get a local
version for display in the admin.  Catch exceptions thrown when
git does not exist and use a static string instead.
2023-04-30 12:55:47 -05:00
Frank Wiles
7cc358c153 Make CSRF cookie http only 2023-04-28 13:38:05 -05:00
Lacey Williams Henschel
662ebe46f6 Merge branch 'main' of github.com:CPPAlliance/boost.org into 153-caching 2023-04-25 13:26:16 -07:00
Lacey Williams Henschel
06de2bc220 Add mailing list app and basic model 2023-04-20 14:53:24 -07:00
Lacey Williams Henschel
b11b129619 Merge branch 'main' of github.com:CPPAlliance/boost.org into 153-caching 2023-04-19 10:47:34 -07:00
Lacey Williams Henschel
5c9607ccac ❄️ Add new STORAGES setting 2023-04-14 13:58:03 -07:00
Lacey Williams Henschel
e658968b4e ⬆️ Upgrade to Django 4.2 and related changes 2023-04-14 13:36:28 -07:00
Frank Wiles
d20033c011 Miss a change / typo
Helps to have the environment name match the setting name.
2023-04-06 06:24:29 -05:00
Frank Wiles
d3b417f8ab Adjust static content settings names
Realized we have a conflict in settings names between S3 hosted
static content and S3 hosted uploaded media content. Prefixing
static content with `STATIC_CONTENT_`
2023-04-06 06:09:09 -05:00
Frank Wiles
10fc6c42e5 Small static content fixes
- We don't need to be setting DEFAULT_FILE_STORAGE after static changes

- Need to be able to correctly pass binary files (images, etc) so need
  to avoid converting to UTF-8 after retrieving from S3

- Moved to simpler CBV
2023-04-06 06:00:01 -05:00
Lacey Williams Henschel
ed2e2494d3 Add caching logic to static content 2023-04-05 14:48:58 -07:00
Lacey Williams Henschel
c359f325cd ❄️ Change setting names for AWS 2023-04-04 09:23:04 -07:00
Lacey Williams Henschel
272061508e 🚧 Progress on s3 retrieval 2023-04-03 13:18:21 -07:00
Lacey Williams Henschel
c69440fd83 AWS settings 2023-04-03 12:30:04 -07:00
Greg Newman
afa09a49eb blackened 2023-03-01 10:20:44 -05:00
Greg Newman
891cc54afc 🐛 fixes forum permissions
Sets default forum permissions for authenticated users.  Staff was the only persona that was allowed to access the forums without this setting.
2023-03-01 10:00:42 -05:00
Frank Wiles
e5057f076e Fix env/setting mismatch 2023-02-27 10:49:48 -06:00
Frank Wiles
45b9b7fb79 Fix typo in settings 2023-02-27 09:39:43 -06:00
Frank Wiles
8fc5d76057 Setup django-storages for S3 compatible storage when deployed 2023-02-26 14:48:47 -06:00
Lacey Williams Henschel
8ad302ad21 ❄️ Add media settings 2023-02-15 14:44:20 -08:00
Lacey Williams Henschel
3428012a49 Retrieve markdown from Docker container, render as HTML 2023-01-19 15:37:49 -08:00
Lacey Williams Henschel
541029e6c5 ❄️ Add BASE_CONTENT 2023-01-19 10:33:56 -08:00
Lacey Williams Henschel
dd94fd5f33 ❄️ Add ENV_NAME to kube 2023-01-17 12:53:39 -08:00
Lacey Williams Henschel
be71771df0 👕 Linter 2023-01-17 12:41:30 -08:00
Lacey Williams Henschel
17c22db2a3 ⬆️ Add django-admin-env-notice 2023-01-17 12:39:15 -08:00
Frank Wiles
fec5bd1345 Assume https URLs 2023-01-16 15:07:52 -06:00
Lacey Williams Henschel
a063ebeb3d 👕 Linter 2023-01-12 09:59:01 -08:00
Lacey Williams Henschel
6032ab0839 ❄️ Add SSL settings for django-allauth 2023-01-12 09:51:10 -08:00
Lacey Williams Henschel
b53f4c0e1f ❄️ Add github token 2022-12-01 10:50:21 -08:00
Lacey Williams Henschel
3b0f013a2f Add ability to log in with Google 2022-11-29 12:56:11 -08:00
Lacey Williams Henschel
80743c8a70 👚 Add tests and lint 2022-11-29 12:18:59 -08:00
Lacey Williams Henschel
da8b9c349c ⬆️ Add django-allauth 2022-11-29 08:56:54 -08:00
Frank Wiles
cab536eb6a Library work
- Some initial model tests
- Added Issue and PR models for tracking
- Added ghapi dependency
2022-07-17 11:38:06 -05:00
Frank Wiles
84fd4e97e8 Move to stdout logging 2022-05-30 14:41:13 -05:00
Frank Wiles
6eefd97102 Update settings 2022-05-26 14:52:37 -05:00
GabbyPrecious
4bb4d30ec8 version app, test and black fixes 2021-11-21 12:54:59 +01:00
GabbyPrecious
cc396d2081 black changes and redis 2021-11-14 09:30:59 +01:00