Asaf Gartner
660f65ba95
Registration flow and email
2021-08-08 23:05:52 +03:00
Ben Visness
1f4dd335c5
Add all the rest of the blog post operations
...
Still need to add UI for the blog index, and fix some aesthetic issues:
- Wide posts can break the editor UI
- Blog comments don't show the fancy reply UI
- The post hash stuff on blog threads doesn't jump you to the correct
post
Probably other stuff, I dunno.
2021-07-30 18:08:42 -05:00
Ben Visness
93318c378a
FirstID and LastID are not nullable
2021-07-30 15:01:40 -05:00
Ben Visness
b0f75675c8
Implement blog posts
2021-07-30 14:59:48 -05:00
Ben Visness
958aeb45e4
Add back the ability to mark everything on the site as unread
2021-07-29 23:48:30 -05:00
Ben Visness
8ecb4a7173
Rework the category/thread data model
...
Threads can stand alone now. Threads can be attached to resources
directly without requiring a category. In addition, a lot of wiki stuff
and library discussion stuff was deleted because we're not gonna port
it.
2021-07-29 22:49:24 -05: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
e9ba9b3dde
Add permission check on post editing
2021-07-21 21:16:10 -05:00
Ben Visness
c1785d79a4
Get forum post creation working
2021-07-04 17:48:08 -05:00
Ben Visness
de0b7a08fb
Clean up lots of old post fields
2021-07-04 16:24:48 -05:00
Ben Visness
86e228d845
WIP broken schema changes for forum editing
2021-07-04 15:32:07 -05:00
Ben Visness
00b0383030
Start forum editing experience, including bbcode parser
2021-07-04 15:31:37 -05:00
Asaf Gartner
a4671c5fb5
Profile page and timeline items
2021-06-22 12:50:40 +03:00
Asaf Gartner
b6c611004c
Project index
2021-06-07 02:48:43 +03:00
Asaf Gartner
63f1bf40cc
Added projects atom feed and media file urls
2021-06-01 02:23:04 +03:00
Asaf Gartner
a6d931334a
Added ORDER BY to category tree to ensure db order of children
2021-05-12 02:11:46 +03:00
Asaf Gartner
02938bbf2c
URL rework!
2021-05-12 01:53:23 +03:00
Ben Visness
c8231750aa
Make some project fields not null
2021-05-05 23:04:58 -05:00
Asaf Gartner
06bbc2b9cc
Part 1 of URL robustification
2021-05-05 23:34:32 +03:00
Ben Visness
285fd3eaf0
Start work on forum category indexes
2021-04-28 23:52:27 -05:00
Ben Visness
5d697e5fff
Implement post links in feed / landing page
2021-04-27 22:30:02 -05:00
Ben Visness
649f353b8c
Improve post query performance
2021-04-26 20:49:46 -05:00
Ben Visness
1d9ad49db4
Comment out broken category code for now
2021-04-26 08:55:54 -05:00
Ben Visness
b13dd4bdb5
Get to a real stupid stopping point
...
inarray!!
2021-04-25 21:13:26 -05:00
Ben Visness
e7ff342842
Get the feed largely complete
2021-04-25 14:33:48 -05:00
Ben Visness
a04b00c0a7
Get post content migrated and loading
2021-04-22 23:07:44 -05: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
cbe4b71869
Some kind of arbitrary checkpoint
...
I am in the middle of:
- porting the landing page
- making some db changes to help with that
- deleting the member and memberextended tables
Mainly the last one. Doing so requires us to update all the other tables
that currently point at member and memberextended so that the foreign
keys will point directly to users. The big thing that we still have yet
to do is links, and actually copying data from the member and
memberextended tables to users.
2021-04-14 20:17:05 -05:00
Ben Visness
8929a5d749
Start porting landing page; rework db layer a bit
2021-03-30 22:55:19 -05:00
Ben Visness
cdfe02726c
Get login working
2021-03-27 16:12:22 -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