Commit Graph

21 Commits

Author SHA1 Message Date
Dessalines
6e4599411b
Adding inferno-helmet to fix page titles. Fixes #1028 (#1030) 2020-07-27 11:54:42 -04:00
Dessalines
d1342afe93
Remove extra jwt claims (for user settings) (#1025)
* Remove extra jwt claims (for user settings)

- The JWT token only contains the issuer, and your user id now.
- Now only a page refresh is necessary to pick up your settings on all
  clients, including theme, language, etc.
- GetSiteResponse now gives you your user and settings if logged in.
- Fixes #773

* Remove extra comment line, I tested nsfw

* Adding a todo to add a User_::readSafe()
2020-07-27 09:23:08 -04:00
Lorenz Schmidt
13771d56cd
Add default themes with media queries (#796)
* Indicate unstable API in README and mdbook

* Support user preference for light and dark theme

* Add default themes and load them in `setTheme`

* Fixes #758
2020-06-10 11:11:51 -04:00
Dessalines
774518e4fe Fixing unread indicator on link click. Fixes #527 2020-02-11 10:14:09 -05:00
Dessalines
09747ccb66 Removing todo line. 2020-01-31 22:44:02 -05:00
Dessalines
65adb0d15d Starting to work on websocket scopes. 2020-01-26 12:23:28 -05:00
Dessalines
82253f625b Upgrade package.json. 2020-01-06 11:22:51 -05:00
Dessalines
cd7d3e3fd7 Fix for non-logged-in user theme.
Fixes #338
2019-11-13 14:03:09 -08:00
Dessalines
408b0efd48 Dynamically loading CSS theme, removing all but darkly from index.html
- Fixes #333
2019-11-11 19:24:40 -08:00
Dessalines
4e55612833 Running prettier on code.
- #305 , #309
2019-10-18 17:20:27 -07:00
Dessalines
c0821fcaa5 Adding 8 different themes.
- Fixes #276
2019-10-15 12:21:27 -07:00
Dessalines
1e9cd32e1d Fixing logout after browser close. 2019-08-19 15:22:05 -07:00
Dessalines
ab9659c2e2 Fix page titles for custom site name
- Fixes #113
2019-06-02 18:35:46 -07:00
Dessalines
682413613e Mostly working, before merge 2019-04-20 11:17:00 -07:00
Dessalines
3f33cf8dcb Before big moderation merge 2019-04-16 16:04:23 -07:00
Dessalines
4bfb32c665 Styling, sidebar message. 2019-04-09 14:21:19 -07:00
Dessalines
e690d6c470 Adding post editing.
- Adding post editing. Fixes #23
- Making SQL versions of comment and post fetching. Fixes #21
- Starting to add forum categories. #17
2019-04-03 13:59:37 -07:00
Dessalines
1e12e03cc8 Adding comment editing
- Fixes #8
2019-03-28 21:56:23 -07:00
Dessalines
25dcb8f4f4 Adding a few endpoints.
- Adding CreatePost, CreateComment, CreateCommunity
2019-03-26 11:00:18 -07:00
Dessalines
e1cb805cfc Refactoring websocket code, adding create community
- Adding create community
2019-03-24 20:51:27 -07:00
Dessalines
e570c70701 Adding login and Register
- Login and Register  mostly working.
- Starting to work on creating communities.
2019-03-22 18:42:57 -07:00