This repository has been archived on 2022-08-26. You can view files and clone it, but cannot push or open issues/pull-requests.
gosocial/web/templates
Noah a663462e27 Forums: Basic Support WIP
Adds initial code for basically functional forums:

* Forums landing page shows hard-coded list of Categories along with any
  forums in the DB that use those categories.
* Admin: Create, Edit forums and view forums you own or have admin rights
  to modify.
* Landing page forums list shows the title/description and dynamic count of
  number of Topics and total number of Posts in each forum. TODO: distinct
  count of Users who posted in each forum.
* Board Index page shows list of Threads (posts) with a Replies count and
  Views count on each thread.
* Thread view is basically an array of Comments. Users can post, edit and
  delete (their own) comments. Deleting the first comment removes the
  entire Thread - the thread points to a first Comment to provide its body.
* Reply and Quote-Reply options working.
2022-08-23 22:55:19 -07:00
..
account Private Profiles & Misc Improvements 2022-08-21 17:29:39 -07:00
admin Photo Quotas & Postgres Fixes 2022-08-21 15:40:24 -07:00
email Contact Us, Feedback, and Reporting 2022-08-21 14:05:08 -07:00
errors Certification Photo Workflow 2022-08-13 15:39:31 -07:00
forum Forums: Basic Support WIP 2022-08-23 22:55:19 -07:00
friend Spit and Polish 2022-08-22 20:58:35 -07:00
inbox iPad Friendly Nav Bar + Mobile NavBar Notifications 2022-08-21 21:35:01 -07:00
photo Spit and Polish 2022-08-22 20:58:35 -07:00
about.html Static pages: About, FAQ, TOS, Privacy 2022-08-15 22:33:17 -07:00
base.html Forums: Basic Support WIP 2022-08-23 22:55:19 -07:00
contact.html Contact Us, Feedback, and Reporting 2022-08-21 14:05:08 -07:00
faq.html Spit and Polish 2022-08-22 20:58:35 -07:00
index.html Private Profiles & Misc Improvements 2022-08-21 17:29:39 -07:00
privacy.html Static pages: About, FAQ, TOS, Privacy 2022-08-15 22:33:17 -07:00
tos.html Bugfixes on change password 2022-08-21 18:19:30 -07:00