445 Commits

Author SHA1 Message Date
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
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
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
Lacey Williams Henschel
63cdfc6b18 Merge pull request #118 from revsys/libraries-by-version-view
Libraries by version views
0.0.102
2023-02-14 10:29:03 -08:00
Lacey Williams Henschel
ce2727c5ba Reorder tests 2023-02-13 12:21:01 -08:00
Lacey Williams Henschel
811adaa38d 👕 Linter 2023-02-13 12:20:49 -08:00
Lacey Williams Henschel
45ee2c7a9b Add libraries by versions and categories, redirect libraries by category
- Adds /versions/{pk}/libraries-by-category/{slug}/
- Redirects /libraries-by-category/{slug}/ to ^
2023-02-13 12:17:46 -08:00
Lacey Williams Henschel
cb826490fc 🔧 Remove extra "libraries" from URL pattern 2023-02-13 12:05:37 -08:00
Lacey Williams Henschel
ea283f114a 🔧 Fixes for library-detail-by-version view 2023-02-13 12:02:35 -08:00
Lacey Williams Henschel
be8ee1f5fa Add URL for library detail by version 2023-02-13 11:56:41 -08:00
Lacey Williams Henschel
35f73bc8b2 👕 Linter 2023-02-13 11:51:06 -08:00
Lacey Williams Henschel
7e7db0b218 Add libraries-by-version list view
Note: This does NOT address the categories functionality. This commit adds the new URL, but if the user filters by category on that page, the page redirects to `/libraries-by-category/` and doesn't respect the version.
2023-02-13 11:50:23 -08:00
Lacey Williams Henschel
345de0c4c0 Merge pull request #117 from revsys/add-version-slug
Add `slug` to `Version` model and related refactoring
0.0.101
2023-02-13 10:27:27 -08:00
Lacey Williams Henschel
d32db6eb1d 🔧 Use slug in version detail URL and not PK 2023-02-13 09:53:25 -08:00
Lacey Williams Henschel
30ff9d3559 🏦 Add Version.slug 2023-02-13 09:32:35 -08:00
Lacey Williams Henschel
26d7156c7b Merge pull request #115 from revsys/versions-order
Order older versions by release date, descending
0.0.100
2023-02-13 09:22:30 -08:00
Lacey Williams Henschel
d1de45aacc 🔧 Refactors libs-by-cat to use most recent Boost version 2023-02-11 08:39:01 -08:00
Lacey Williams Henschel
da79803555 🔧 Library detail URL uses most recent active Boost version 2023-02-11 08:19:57 -08:00
Lacey Williams Henschel
6f4d66b32d 🔧 Have library list URL use most recent active Boost version 2023-02-11 06:53:46 -08:00
Lacey Williams Henschel
aa72511866 Method to get most recent active version 2023-02-11 06:44:12 -08:00
Lacey Williams Henschel
caba63a6c7 Revert "🔨 Order versions in descending order by release date"
This reverts commit ceeb9c1add.
2023-02-11 06:36:18 -08:00
Lacey Williams Henschel
d5f680b636 🔥 Unneeded code 2023-02-11 06:35:43 -08:00
Lacey Williams Henschel
b2401bb0d8 Test version list order 2023-02-11 06:33:47 -08:00
Lacey Williams Henschel
a7389a3d8f 🔨 Order versions in descending order by release date 2023-02-11 06:27:26 -08:00
Jeff Triplett
0f2e2b778c 🚜 Fixes name
I would consider renaming `env.template` to lead with a `.` so that other env tooling will work with it. `.env.example` is probably the more common naming pattern but that takes a docs update too.
2023-02-10 12:51:49 -06:00
Lacey Williams Henschel
4e768cf56d 👕 Linter 2023-02-10 08:31:58 -08:00