Commit graph

50 commits

Author SHA1 Message Date
Dessalines d4bc70b61e Merge branch 'websocket_reconnect_reload' into dev 2020-02-04 12:21:49 -05:00
Dessalines 2286394f79 Some corrections to total user points. 2020-02-04 11:29:54 -05:00
Dessalines b0b50098a4 Websocket reconnect reload page data. Fixes #504 2020-02-04 11:19:05 -05:00
Richie Zhang bf9a45e2a1 Display a given user's total score. 2020-02-03 15:20:59 -08:00
Dessalines ac943f8951 Finishing up interpolation rework. 2020-02-02 13:50:44 -05:00
Richard 2f9a052f89 usability features
This are all the commits from another PR combined into a single commit.
2020-01-31 21:52:27 +01:00
Dessalines aa5a911edc Fixing front end error messages. Fixes #462 2020-01-25 09:58:53 -05:00
Dessalines ac1d5f2b86 Done merging http-api and private_message 2020-01-23 19:17:42 -05:00
Dessalines 3b4258096c Adding a toaster to replace alerts. Fixes #457 2020-01-22 22:29:11 -05:00
Dessalines 253bc3e0af Adding private messaging, and matrix user ids.
- Fixes #244
2020-01-22 16:38:16 -05:00
Dessalines a964b4ce21 Allow comment/post upvoting from other pages.
- Fixes #355
- Votes now coming back for posts and comments on search page.
2020-01-20 18:39:45 -05:00
Dessalines dcd60228ed Strongly typing WebsocketJsonResponse. Forgot comment-form.tsx 2020-01-19 00:38:45 -05:00
Dessalines a044718066 First pass at fixing UI to work with new websocketresponses. 2020-01-18 23:54:10 -05:00
Dessalines f7580f5337 Removing placeholder image for avatar upload.
- Fixes #419
2020-01-14 16:58:14 -05:00
Dessalines 5b42dc3393 Adding show_avatar user setting, and option to send notifications to inbox.
- Fixes #254
- Fixes #394
2020-01-02 16:55:54 -05:00
Dessalines f5a13717ea Adding change password and email address from user settings.
- Fixes #384
- Fixes #385
2020-01-01 15:46:14 -05:00
Dessalines a4428528e3 Adding user avatars / icons. Requires pictshare.
- Fixes #188
2019-12-29 15:39:48 -05:00
Dessalines d57b2d4865 Fixing non-existent user profile viewing.
- Fixes #381
2019-12-28 20:58:01 -05:00
Dessalines fca8e6a0a9 Adding some site oriented settings.
- Adding option to close registration. Fixes #350
- Adding option to disable showing NSFW buttons. Fixes #364
- Adding option to disable downvotes. Fixes #239
2019-12-11 12:21:47 -08:00
Dessalines f0808a1116 Adding custom language setting.
- Fixes #319
2019-12-09 00:24:53 -08:00
Dessalines 13f8608e05 Fix issue with user page reloading on resort.
- Fixes #361
2019-12-08 12:23:11 -08:00
Dessalines fab840a759 Add sort fields to rss.
- #348
2019-12-01 22:22:05 -08:00
Dessalines 52ea7a32db Some RSS work.
- Display rss buttons on front end for user, /c/all, and community
pages. Fixes #348.
- Some clean up and additions to RSS feeds.
2019-12-01 17:23:52 -08:00
Dessalines 587a9f7889 Fix navigating to your own user page from another (top right nav)
- Fixes #331
2019-11-22 16:32:18 -08:00
Dessalines 9f35b33dc7 Halfway done with email, not fully working yet. 2019-10-29 20:35:39 -07:00
Dessalines 90ce1f1a3f Adding default sort / filter into user settings.
- Fixes #295
2019-10-20 21:21:54 -07:00
Dessalines a7dedaf273 Externalize into sort-select component.
- Fixes #311
2019-10-20 17:49:13 -07:00
Dessalines 4e55612833 Running prettier on code.
- #305 , #309
2019-10-18 17:20:27 -07:00
Dessalines f7c9dc0b21 Make delete account require password.
- Fixes #301
2019-10-17 21:25:23 -07:00
Dessalines 903d73d665 Adding permanently delete account comments and posts.
- Fixes #285
- Fixes #58
2019-10-15 15:09:01 -07:00
Dessalines c0821fcaa5 Adding 8 different themes.
- Fixes #276
2019-10-15 12:21:27 -07:00
Dessalines 663a601e11 Adding admin abilities on user pages.
- Fixes #280
2019-10-13 17:36:35 -07:00
Dessalines 565fc0abdb Adding ability to do mod action on post creator
- Fixes #248
- Show banned on user comment and user overview. Fixes #264
2019-09-05 17:18:48 -07:00
Dessalines 297755e757 Adding cards for sidebars in UI. 2019-08-19 19:37:32 -07:00
Dessalines d7ab85ab70 Squashed commit of the following:
commit ecd6c5a2f4
Author: Dessalines <happydooby@gmail.com>
Date:   Tue Aug 13 19:49:38 2019 -0700

    Adding some docs

commit 3babd09aff
Author: Dessalines <happydooby@gmail.com>
Date:   Tue Aug 13 19:28:46 2019 -0700

    Adding save user settings

commit 6e8da9cc9e
Merge: 3246d5d c148eef
Author: Dessalines <happydooby@gmail.com>
Date:   Tue Aug 13 17:26:25 2019 -0700

    Merge branch 'dev' into nsfw

commit b3d4a5c4ce
Author: Dessalines <happydooby@gmail.com>
Date:   Sun Aug 11 20:55:09 2019 -0700

    nsfw mostly done, except for settings page.
2019-08-13 19:52:43 -07:00
Dessalines 536c3f4915 Adding support for internationalization / i18n (#189)
* Still not working

* Starting to work on internationalization

* Main done.

* i18n translations first pass.

* Localization testing mostly done.

* Second front end pass.

* Added a few more translations.

* Adding back end translations.
2019-08-09 17:14:43 -07:00
Dessalines ab9659c2e2 Fix page titles for custom site name
- Fixes #113
2019-06-02 18:35:46 -07:00
Dessalines 9903e3d508 Fix scrolling issue on refetch. 2019-05-02 15:16:38 -07:00
Dessalines 2e487214ff Reworking some UI. Adding proper trending communities with hot rank.
- Breaking out subscribed and all into radios. Fixes #142
2019-05-01 22:26:31 -07:00
Dessalines f57004d7fa Adding proper deletes for Post, Community, and Comments.
- Fixes #132
- Fixes #108
2019-04-29 12:14:54 -07:00
Dessalines 50dfcefc95 Changing from forum to community
- Fixes #121
2019-04-28 19:05:11 -07:00
Dessalines 0443538c79 Adding paging to user details 2019-04-28 17:41:24 -07:00
Dessalines e4532aa1cb Adding /f/ and /u/ in links now.
- Fixes #102
2019-04-25 14:52:18 -07:00
Dessalines bd3302317e Comment actions from inbox and user pages working.
- Fixes #93
2019-04-22 11:32:50 -07:00
Dessalines 466f988f47 Adding document titles.
- Fixes #100
2019-04-22 09:24:13 -07:00
Dessalines 9afadfb9c4 Saving replies, the actual fixes will be in the merge to dev. 2019-04-19 21:06:25 -07:00
Dessalines 69bc53e33c Adding post and user details paging.
- Fixes #52
- Fixes #34
2019-04-17 11:30:13 -07:00
Dessalines e94885eb97 Commiting before I lose everything. I'll do this properly in a merge 2019-04-15 16:12:06 -07:00
Dessalines 0469b5f0c7 Adding user dropdown.
- Fixes #54.
- Fixed some styling.
2019-04-08 17:04:03 -07:00
Dessalines 49bf16e7d4 Adding user details / overview page.
- Fixes #19
2019-04-07 22:19:02 -07:00