497 Commits

Author SHA1 Message Date
Lacey Williams Henschel
7cea4cfb6c Merge pull request #148 from CPPAlliance/141-admin
 Add new fields to the admin
0.0.122
2023-03-10 09:56:44 -08:00
Lacey Williams Henschel
23515331a3 Add new fields to the admin 2023-03-10 09:44:48 -08:00
Lacey Williams Henschel
e680074fa2 Merge pull request #147 from CPPAlliance/141-stub-user
Add fields and method to User model to create stub users
0.0.121
2023-03-09 12:32:40 -08:00
Lacey Williams Henschel
f8d2910c1d 👕 Linter 2023-03-09 12:23:12 -08:00
Lacey Williams Henschel
37d6dbbb76 Add method to create stub user 2023-03-09 12:17:18 -08:00
Lacey Williams Henschel
4dbf303874 Merge branch 'main' of github.com:CPPAlliance/boost.org into 141-stub-user 2023-03-09 12:03:56 -08:00
Lacey Williams Henschel
f34a4a269d Merge pull request #146 from CPPAlliance/143-helper-functions
Functions to help with loading authors and maintainers for libraries from GitHub
0.0.120
2023-03-09 12:03:39 -08:00
Lacey Williams Henschel
3f2cceb764 🏦 Add claimed and valid_email 2023-03-09 12:00:32 -08:00
Lacey Williams Henschel
3b7baa7154 Helper command to return contributor data in dict 2023-03-08 14:33:41 -08:00
Lacey Williams Henschel
d32f3db121 Function to extract and reformat email address 2023-03-08 14:16:25 -08:00
Lacey Williams Henschel
f25e3aacf8 Function to generate fake email 2023-03-08 14:12:12 -08:00
Lacey Williams Henschel
96f0264867 Add helper function to extract contributor names 2023-03-08 14:06:42 -08:00
Lacey Williams Henschel
6d1aa75b53 Merge pull request #140 from CPPAlliance/fix-image-url-template
🐛 Check for image before accessing image.url
0.0.119
2023-03-08 13:49:23 -08:00
Lacey Williams Henschel
18e0cbd192 Merge pull request #139 from CPPAlliance/admin-library-ordering
 Add ordering to admin
0.0.118
2023-03-08 13:30:50 -08:00
Lacey Williams Henschel
a691fe70ab 🐛 Check for image before accessing image.url 2023-03-08 13:30:35 -08:00
Lacey Williams Henschel
67ceff967b Add ordering to admin 2023-03-08 13:19:24 -08:00
Greg Newman
bedb5422a8 Merge pull request #133 from revsys/88-library-search
88 library search
0.0.117
2023-03-03 12:05:48 -05:00
Greg Newman
35233a2914 Merge branch 'main' into 88-library-search 2023-03-03 12:03:25 -05:00
Lacey Williams Henschel
0e9551764d Merge pull request #132 from revsys/121-refresh-gh-photo
#121 Allow user to import their GH profile photo
0.0.116
2023-03-02 10:05:46 -08:00
Lacey Williams Henschel
8c4b10a50a 🔧 Call task on a delay 2023-03-02 10:03:53 -08:00
Lacey Williams Henschel
14f01f5444 🔈 Use structlog 2023-03-02 09:59:46 -08:00
Lacey Williams Henschel
5c7e39370c Allow user to update photo to their GH photo 2023-03-02 09:59:34 -08:00
Lacey Williams Henschel
1b0c8fa66a Merge branch 'main' of github.com:revsys/boost.org into 121-refresh-gh-photo 2023-03-02 09:24:43 -08:00
Lacey Williams Henschel
85c2dfa650 Add task to update github photo 2023-03-02 09:19:25 -08:00
Lacey Williams Henschel
597253addb 🔧 👕 Light refactor 2023-03-02 09:12:34 -08:00
Greg Newman
0ee95beb32 Merge pull request #131 from revsys/36-google-search
Styles and forum fixes
0.0.115
2023-03-01 10:23:35 -05:00
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
38e2a6aba7 test for library api search
* Adds a simple test for the api search view

Issue: #88
2023-02-24 10:38:16 -05:00
Greg Newman
0bbc906721 🎨 style search results
Issue: #88
2023-02-24 10:04:44 -05:00
Greg Newman
0d18e76692 🔨 refine search
* Distinct results
* Adds hover states to results
* Rustywind linted

Issue: #88
2023-02-24 09:59:12 -05: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