Ben Visness
cad1c397c1
Fix paste issue in editor, tweak jam page
2021-09-23 16:13:12 -05:00
Asaf Gartner
f5708d1ea8
Disable submission to perfCollector.
2021-09-23 23:03:28 +03:00
Asaf Gartner
89e58c9a24
Convert the feed to use the new thread and post functions.
2021-09-23 23:02:45 +03:00
Ben Visness
9c7acd7dbb
Add a sort field to subforums
2021-09-23 01:18:45 -05:00
Ben Visness
4b13f99df8
Add thread title editing
2021-09-23 01:09:18 -05:00
Ben Visness
ec80952ad9
Automatically approve users for now
2021-09-22 23:57:14 -05: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
a38727ed69
Fix indentation, tweak newlines
2021-09-22 22:35:07 -05:00
Asaf Gartner
7063fd5604
Added basic usage tracking for posts.
2021-09-22 22:18:39 +03:00
Asaf Gartner
c224ad55b9
Added file dialog, image pasting, and progress UI
2021-09-22 13:59:03 +03:00
Asaf Gartner
dc56b1f5d0
First working version. No user limits or usage tracking.
2021-09-22 02:13:11 +03:00
Ben Visness
070ea5cc20
Redirect old blog URLs to new
2021-09-20 10:17:53 -05:00
Ben Visness
73e6af72e0
Update the jam page with forum links
2021-09-16 01:41:24 -05:00
Ben Visness
404d10c0e2
Add a meta makefile update command
2021-09-09 11:02:09 -05:00
Ben Visness
1b931ce92e
Add well-known stuff for Matrix
2021-09-09 11:00:10 -05:00
Ben Visness
fdbe56c12b
Update the 16x16 favicon
2021-09-09 00:24:22 -05:00
Ben Visness
7e4116359a
Improve appearance of option bars on mobile
2021-09-08 23:01:21 -05:00
Ben Visness
b2a35c469a
Update project last updated fields on new forum/blog posts
2021-09-08 22:44:46 -05:00
Ben Visness
0f9a57f62b
Put a maximum length on post content
2021-09-08 22:22:47 -05:00
Ben Visness
17bf11b173
Punctuation is important.
2021-09-08 22:00:28 -05:00
Ben Visness
2db5c38a3c
Add sizes to the Apple icon
2021-09-08 21:56:26 -05:00
Ben Visness
d5d3341c81
Improve OpenGraph / favicons
2021-09-08 21:51:43 -05:00
Ben Visness
fd7754a7b6
Add redirect for old wiki URLs
2021-09-08 19:43:24 -05:00
Ben Visness
36bb2ce2d5
Put timestamp in avatar filenames to avoid cache problems
2021-09-07 19:55:52 -05:00
Ben Visness
f1e2e99663
Don't treat replies to the OP as replies
2021-09-06 16:40:00 -05:00
Asaf Gartner
193bbca28c
Added correct time format for podcast.
2021-09-06 22:48:39 +03:00
Ben Visness
ff8fbcd632
Allow static assets at /static again
2021-09-06 10:14:18 -05:00
Ben Visness
b53770932d
No longer require a migration in seedfile
...
We don't need to do this any more, since our database backups now
include the migration table. The seedfile command also no longer
requires the user to type a password.
This also prevents the Discord history bot from running when it has no
credentials.
2021-09-05 19:43:49 -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
Ben Visness
59f5243839
Prefix things with "public." inside Postgres functions
...
Boy is this a stupid behavior of Postgres, and one that only really
manifests when restoring data from a backup.
2021-09-05 17:43:34 -05:00
Asaf Gartner
0f19cc612b
Send admin mail on deploy.
2021-09-05 23:35:56 +03:00
Asaf Gartner
e542ef27ec
Write to TLRI when users view blog posts.
2021-09-05 23:16:35 +03:00
Asaf Gartner
7e6b24c214
Remove unused editor.css and editor.js imports.
2021-09-05 23:04:37 +03:00
Asaf Gartner
b0930dd4f2
Removed project submission button from project index.
2021-09-05 22:57:10 +03:00
Asaf Gartner
c76ea45ca9
Replaced relogin rejection with a notice and proper redirect.
2021-09-05 22:50:15 +03:00
Asaf Gartner
e74b18967e
Added /atom/projects?all for inso
2021-09-05 22:43:34 +03:00
Asaf Gartner
9a2e3f45e7
Added working directory to hmn.service
2021-09-05 19:36:55 +03:00
Asaf Gartner
73d0b65371
Shorten security timer
2021-09-05 01:43:24 +03:00
Ben Visness
b70ae9a3c5
The last few stragglers of server setup
2021-09-04 16:57:16 -05:00
Ben Visness
a42973c3cb
More server setup stuff I dunno I'm sorry
2021-09-04 16:09:01 -05:00
Asaf Gartner
e19656e2ef
Cinera setup changes
2021-09-04 23:19:12 +03:00
Asaf Gartner
307a122518
Another attempt at crash mailing
2021-09-04 21:59:03 +03:00
Asaf Gartner
67ff97b27d
Try another method for crash mailing
2021-09-04 21:48:47 +03:00
Asaf Gartner
39efde5369
A possibly working admin email thing
2021-09-04 21:24:13 +03:00
Ben Visness
ed53d71b16
Add backup / restore scripts
2021-09-04 09:27:05 -05:00
Ben Visness
a288ae8124
Remove the sitemap from the footer
2021-09-01 21:54:51 -05:00
Ben Visness
6aa705d5cc
Random CSS I dunno
2021-09-01 21:41:39 -05:00
Asaf Gartner
409eba588e
Changed adminmailer to read the message from stdin
2021-09-02 00:08:08 +03:00
Asaf Gartner
77debffc1f
Added adminmailer program
2021-09-01 23:41:45 +03:00
Asaf Gartner
d78a2e8e82
Breadcrumbs
2021-09-01 21:25:09 +03:00