Asaf Gartner
cf46e16df5
Edit project
2021-12-04 16:55:45 +02:00
Asaf Gartner
950e84d53a
Personal project creation
2021-12-02 12:53:36 +02:00
Ben Visness
c8373aae81
Fix link issue with forum redirects
2021-11-10 09:34:48 -08:00
Ben Visness
ff2183087d
Preserve path when redirecting between official/personal projects
2021-11-09 20:51:28 -08:00
Ben Visness
dfbcfbeacc
Use new UrlContext for project URLs
...
Wow that was a lot to change
2021-11-09 20:11:39 -08:00
Ben Visness
ff901e4fb8
Add route grouping stuff for projects (needs thorough testing)
2021-11-09 11:14:38 -08:00
Ben Visness
986a42c1ac
Switch to centralized helpers for fetching threads/posts
...
This includes the ability to "shadowban" new users who have not yet been
approved. We do not have UI for approving these users.
Migrate deserving users to new Approved status
Add post fetching helpers as well
The logic in the thread/post stuff is definitely getting redundant, but
I'm not sure I'm yet ready to try to abstract any of it away.
The next thing to do is probably to update blogs and other places that
fetch threads/posts, and delete the old helpers.
Move forums and blogs fully to new helpers
Use the helpers on the landing page too
that was easy!
Fix up some spots I missed
Check user status and use helpers on the profile page
2021-09-22 23:48:31 -05:00
Ben Visness
6f7237f656
Log errors if ErrorResponse panics
...
We have to do this because otherwise the errors never actually end up in
the ResponseData.
2021-09-05 19:00:25 -05:00
Asaf Gartner
d78a2e8e82
Breadcrumbs
2021-09-01 21:25:09 +03:00
Ben Visness
5247afcfc6
Fix scheme issue with X-Forwarded-Proto
2021-08-30 18:39:24 -05:00
Ben Visness
e5055a1237
Fix some small bugs
2021-08-29 19:15:48 -05:00
Ben Visness
bc39b4c0b7
Clean up TODOs
2021-08-28 12:07:45 -05:00
Asaf Gartner
5fa0a3a7c2
Processed some TODOs
2021-08-28 16:32:27 +03:00
Asaf Gartner
e23f5fbcf6
Fixed ip handling
2021-08-28 15:53:06 +03:00
Asaf Gartner
cb5c3c403d
Internal server error page
2021-08-28 15:21:40 +03:00
Asaf Gartner
573fd8d2a2
Episode guide and trailing slashes in urls
2021-08-28 13:40:13 +03:00
Asaf Gartner
a32f71f862
Password reset and Notices
2021-08-17 08:18:51 +03:00
Asaf Gartner
660f65ba95
Registration flow and email
2021-08-08 23:05:52 +03:00
Asaf Gartner
b41a556fcd
Merge branch 'master' of gitssh.handmade.network:hmn/hmn
2021-07-23 06:22:57 +03:00
Asaf Gartner
a46fd988f5
Podcasts
2021-07-23 06:09:46 +03:00
Ben Visness
17e9e0b735
Add MustWriteTemplate func for the common case of panicking
2021-07-17 10:19:17 -05:00
Asaf Gartner
6c53688e06
Project page
2021-07-08 10:40:30 +03:00
Ben Visness
00b0383030
Start forum editing experience, including bbcode parser
2021-07-04 15:31:37 -05:00
Asaf Gartner
5d9b628144
Added atom feed and a few other modifications
2021-05-30 21:35:01 +03:00
Asaf Gartner
9c19484333
Added theme to context and added empty-avatar support
2021-05-25 16:12:20 +03:00
Asaf Gartner
06bbc2b9cc
Part 1 of URL robustification
2021-05-05 23:34:32 +03:00
Asaf Gartner
94bd05751e
Added our 404 page
2021-05-04 16:23:02 +03:00
Asaf Gartner
2d07f57c1a
Code review
2021-05-04 15:02:33 +03:00
Ben Visness
15e716c097
Get the main content of forum category index working
2021-05-03 17:45:17 -05:00
Ben Visness
314ae26e18
Fix feed pagination
...
And tweak perf log output
2021-04-28 22:34:22 -05:00
Ben Visness
ce582df610
Redo the request handling system again
2021-04-28 22:07:14 -05:00
Asaf Gartner
24c69b8157
Added performance monitoring
2021-04-26 09:56:49 +03:00
Ben Visness
d7c512f1c8
Make progress on the landing page
2021-04-22 18:02:50 -05:00
Ben Visness
6ed2bd0c02
Remove code references to members
2021-04-16 19:01:13 -05:00
Ben Visness
7a01ddae66
Further clean up the request handling after talking with Asaf
2021-04-06 00:06:19 -05:00
Ben Visness
98da461d92
Rework request handling
...
It's a lot simpler now, control flow is easier to work with in handlers,
and HMNHandler now natively implements http.Handler, simplifying our 404
setup by completely removing the need for MakeStdHandler.
2021-04-05 22:30:11 -05:00
Ben Visness
a6cdbac4c7
Get a 404 route working
2021-03-30 23:20:50 -05:00
Ben Visness
cdfe02726c
Get login working
2021-03-27 16:12:22 -05:00
Ben Visness
56cd737203
Add initial auth token / login stuff
2021-03-25 22:33:00 -05:00
Ben Visness
acca4fe232
Initial implementation of password-checking
2021-03-21 22:07:18 -05:00
Ben Visness
4fb161b3c6
Rework DB query stuff, use for projects
2021-03-21 15:38:37 -05:00
Ben Visness
c2aeaedea9
Move some stuff around
2021-03-17 21:29:31 -05:00