website/pkg/models
Noah 500456c05e Recent Forum Posts
* Add a "Newest" tab to the Forums landing page to order ALL forum posts
  (comments) by most recent, paginated.
* Add a "Views" cooldown in Redis: viewing the same post multiple times
  within 1 hour doesn't ++ the view count with every page load, per user
  per thread ID.
* Update the paginators to handle unlimited numbers of pages: shows max
  7 page buttons with your current page towards the middle.
* General ability to jump to the "last page" of anything: use a negative
  page size like ?page=-1 and it acts like the last page.
2022-08-30 22:13:57 -07:00
..
deletion Comment Thread Subscriptions 2022-08-27 11:42:48 -07:00
blocklist.go Block Lists 2022-08-14 17:45:55 -07:00
certification.go Admin Actions 2022-08-14 16:27:57 -07:00
comment.go Fix edited at bug 2022-08-28 20:56:26 -07:00
feedback.go Rename the module 2022-08-25 21:21:46 -07:00
forum_recent.go Recent Forum Posts 2022-08-30 22:13:57 -07:00
forum_stats.go Recent Forum Posts 2022-08-30 22:13:57 -07:00
forum.go Recent Forum Posts 2022-08-30 22:13:57 -07:00
friend.go Spit and Polish 2022-08-22 20:58:35 -07:00
like.go Likes on Comments, and other minor improvements 2022-08-29 20:00:15 -07:00
message.go Block Lists 2022-08-14 17:45:55 -07:00
models.go Comment Thread Subscriptions 2022-08-27 11:42:48 -07:00
notification.go Comment Thread Subscriptions 2022-08-27 11:42:48 -07:00
pagination.go Recent Forum Posts 2022-08-30 22:13:57 -07:00
photo.go Rename the module 2022-08-25 21:21:46 -07:00
profile.go User Photo Gallery & Management 2022-08-12 23:11:36 -07:00
subscription.go Comment Thread Subscriptions 2022-08-27 11:42:48 -07:00
thread.go Recent Forum Posts 2022-08-30 22:13:57 -07:00
user.go Likes on Comments, and other minor improvements 2022-08-29 20:00:15 -07:00