Commit Graph

468 Commits

Author SHA1 Message Date
Greg Newman
afa09a49eb blackened 2023-03-01 10:20:44 -05:00
Greg Newman
9cf9a08491 🎨 style messages
Styles messages and removes them from forum base template so they are global.

Issue: #83
2023-03-01 10:15:55 -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
Greg Newman
f7192ff685 🎨 add github style permalink 2023-03-01 09:57:01 -05:00
Greg Newman
322fa7b1aa adds google search
Issue: #36
2023-03-01 09:34:08 -05:00
Frank Wiles
e5057f076e Fix env/setting mismatch 0.0.114 2023-02-27 10:49:48 -06:00
Frank Wiles
faad67f47b Merge pull request #129 from revsys/setup-django-storages
Setup django-storages for S3 compatible storage when deployed
0.0.113
2023-02-27 10:02:36 -06:00
Frank Wiles
0e51087e82 Use default file storage in CI 2023-02-27 10:00:31 -06:00
Frank Wiles
b41769aa16 Fixing local vs CI issue 2023-02-27 09:56:00 -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
Greg Newman
315d11f439 Merge pull request #128 from revsys/127-profile-link
 profile link and photo form style
0.0.112
2023-02-23 15:39:44 -05:00
Greg Newman
f6b0820cee 🎨 build styles 2023-02-23 15:37:31 -05:00
Greg Newman
83eaec0614 Merge branch 'main' into 127-profile-link
# Conflicts:
#	static/css/styles.css
2023-02-23 15:37:15 -05:00
Lacey Williams Henschel
89395a4794 Merge pull request #125 from revsys/fix-versions-display
🔧 Only show 'current version' if it's actually the current version
0.0.111
2023-02-23 12:34:32 -08:00
Greg Newman
f60ed2a685 profile link and photo form style
* adds link to top menu when authenticated to link to profile
* styles the upload profile photo form

Issue: #127
2023-02-23 15:32:47 -05:00
Greg Newman
77cd85cfa3 🎨 style version
Conditionally style the version badge so that current is green and past is orange.
2023-02-23 15:13:27 -05:00
Lacey Williams Henschel
1cf25da012 Merge pull request #120 from revsys/100-breadcrumbs
🐛 Hide "Categorized" in breadcrumb if no category
0.0.110
2023-02-23 09:23:33 -08:00
Lacey Williams Henschel
357fe8fc02 Merge pull request #126 from revsys/121-upload-new-photo
 User can upload a new profile photo
0.0.109
2023-02-23 09:22:47 -08:00
Lacey Williams Henschel
7791706ee5 User can upload their own profile photo 2023-02-22 12:58:18 -08:00
Lacey Williams Henschel
2dbe106b62 ⬆️ Add Pillow 2023-02-20 12:11:02 -08:00
Lacey Williams Henschel
c3fc679cf7 Merge pull request #124 from revsys/121-socialaccount-signal
Add signal to get GitHub profile photo when new user account is created
0.0.108
2023-02-17 15:09:36 -08:00
Lacey Williams Henschel
80720a21b7 👕 Linter 2023-02-17 15:05:52 -08:00
Lacey Williams Henschel
cb33d7a4fa 📝 Add comment to point to signals 2023-02-17 13:14:50 -08:00
Lacey Williams Henschel
c674b2d4a8 🔧 Only show 'current version' if it's actually the current version 2023-02-17 13:10:58 -08:00
Lacey Williams Henschel
c7549b6188 Merge branch 'main' of github.com:revsys/boost.org into 121-socialaccount-signal 2023-02-17 09:42:51 -08:00
Greg Newman
6c74657434 Merge pull request #123 from revsys/images-css-fixes
Images css fixes
0.0.107
2023-02-17 10:49:47 -05:00
Greg Newman
8eed4681b9 🎨 sets a default icon if no profile image 2023-02-17 10:47:53 -05:00
Greg Newman
020c0fc8b3 🎨 adds images to library detail 2023-02-17 10:32:05 -05:00
Greg Newman
8b1c5d4eb0 🎨 adds images to library list 2023-02-17 10:29:37 -05:00
Greg Newman
ac2472f8ce 🎨 size image and css fixes
* Sizes the profile image to match designs on the profile page.
* Fixes regression of gray text
2023-02-17 10:19:12 -05:00
Frank Wiles
ff1b06db8b Merge pull request #122 from revsys/121-profile-photos
Underlying code for profile photos
0.0.106
2023-02-17 07:58:54 -06:00
Lacey Williams Henschel
f2a0da771e Add signal for saving profile data upon a new GH login
I did skip the tests -- my first tries with `patch` didn't work and I wanted to have this working for the demo, at least locally.
2023-02-16 15:22:06 -08:00
Lacey Williams Henschel
2a957910e9 Add method to save profile image from GitHub 2023-02-16 12:51:46 -08:00
Lacey Williams Henschel
0070a37e6c 🚧 Add function to get user from GH API 2023-02-16 09:54:40 -08:00
Lacey Williams Henschel
59a72c9a9a 👕 Linter 2023-02-15 14:44:28 -08:00
Lacey Williams Henschel
8ad302ad21 ❄️ Add media settings 2023-02-15 14:44:20 -08:00
Lacey Williams Henschel
0e452aaa5a 🏦 Add user profile image 2023-02-15 14:12:48 -08:00
Lacey Williams Henschel
133b7c718d Merge pull request #113 from revsys/fix-env-template-name
🚜 Fixes name
0.0.105
2023-02-15 10:05:43 -08:00
Lacey Williams Henschel
4e648f3ec4 🐛 Hide "Categorized" in breadcrumb if no category 2023-02-15 10:02:51 -08:00
Lacey Williams Henschel
3998728c21 Merge pull request #119 from revsys/library-version-views
Library version views
0.0.104
2023-02-15 09:55:34 -08:00
Lacey Williams Henschel
0ee20dbe11 🔧 The last one I promise. 2023-02-15 09:46:15 -08:00
Lacey Williams Henschel
025e030f33 🔧 I can't stop refactoring 2023-02-15 09:43:58 -08:00
Lacey Williams Henschel
a9ddbeb452 🔧 Minor refactor for simplification 2023-02-15 09:38:43 -08:00
Lacey Williams Henschel
b3bc2b1c5e 🔨 Comment back in the version_name, small refactor 2023-02-15 09:35:16 -08:00
Lacey Williams Henschel
79cd10d5ff 🔧 Refactoring and misc cleanup 2023-02-14 14:56:20 -08:00
Lacey Williams Henschel
02fdad96f6 Merge branch 'main' of github.com:revsys/boost.org into library-version-views 2023-02-14 14:10:00 -08:00
Lacey Williams Henschel
cc5b1bf92d Merge pull request #116 from revsys/refactor-library-urls
Refactor library urls to use the most recent Boost version
0.0.103
2023-02-14 10:45:32 -08:00
Lacey Williams Henschel
8c251bdab6 Fix merge 2023-02-14 10:44:04 -08:00
Lacey Williams Henschel
0eba85382c Merge branch 'main' of github.com:revsys/boost.org into refactor-library-urls 2023-02-14 10:40:25 -08:00