59da2976ab
Some more API cleanup.
...
- Extracted methods for is_mod_or_admin, and is_admin.
- Removed admins from GetPostResponse and GetCommunityResponse.
- Some cleanup.
2020-07-22 14:20:08 -04:00
2eac037408
Adding post delete, remove, lock, and sticky.
2020-07-20 23:46:36 -04:00
fd96dfdb5e
Added comment delete, remove, read.
2020-07-20 21:37:44 -04:00
9bc6698f58
Added community delete and remove.
2020-07-20 13:37:39 -04:00
derek
ef62f4698a
ui.components: fix ts types, move user pagination to user details
2020-07-14 01:13:43 -04:00
derek
5aa2a682ff
ui.components.community: fix duplicate requests
...
Deprecate componentWillReceiveProps for getDerivedStateFromProps
2020-07-13 20:14:01 -04:00
Dessalines
85c07e7154
Correctly hide next / prev in paginators. Fixes #914 ( #927 )
2020-07-09 20:03:33 -04:00
cd4e0ab3c2
HTML title bugs.
...
- Fixing HTML titles for some pages. Fixes #801
- Removing WebSocketService.Instance.site, fetching site on demand now.
2020-07-08 01:02:14 -04:00
Andy Coupe
587731583f
improve lighthouse best practices audit ( #863 )
...
* improve safety of cross origin links
* add additional safety for cross origin links
* remove duplicates
2020-06-30 09:40:57 -04:00
fcf1c65fc1
Front end federation names and links for users, posts, and communities.
2020-04-14 19:18:13 -04:00
1f0439badd
Adding showContext for comments to more places by default.
2020-03-20 22:24:27 -04:00
c999579c05
Better tippy loading. Fixes #577
2020-03-04 22:35:55 -05:00
8855b91d0c
Fixing select alignment.
2020-03-04 09:42:50 -05:00
44bbc45973
A first pass at adding icons, and tippy tooltips.
...
- Adding icons for post-listing, comment-node, and navbar.
- Adding html titles.
- Updating moment expand to use users locale.
2020-03-03 02:29:45 -05:00
4b0a55144f
Some front end fixes.
2020-02-15 20:29:57 -05:00
fd8814677e
Live post and comment resorting. Fixes #522
...
- Moving sorting to utils.
2020-02-09 11:44:24 -05:00
56cd103209
Fixing some technical debt. Fixes #524
2020-02-08 23:20:11 -05:00
ecd10482a6
Add new comments views to main and community pages. Fixes #480
2020-02-07 23:05:15 -05:00
716ce0f779
Adding if found to catch errors.
2020-02-05 14:24:35 -05:00
b0b50098a4
Websocket reconnect reload page data. Fixes #504
2020-02-04 11:19:05 -05:00
e4dfa5e52f
Combine duplicate front page posts. Fixes #284
2020-02-03 19:52:39 -05:00
caba049da1
Merge branch 'dev' into websocket_scopes
2020-02-02 14:37:19 -05:00
ac943f8951
Finishing up interpolation rework.
2020-02-02 13:50:44 -05:00
96a7e99e57
Removing PostLikeResponse in favor of PostResponse. Consolidating comment and post_sends.
2020-02-02 12:45:41 -05:00
8ec104cb76
Mostly done eliminating recurring fetches.
2020-01-31 22:34:08 -05:00
8036474dda
Starting to work on user message scope.
2020-01-31 20:02:20 -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
2e84441e66
Strictly typing websocket forms.
2020-01-27 21:04:30 -05:00
aa5a911edc
Fixing front end error messages. Fixes #462
2020-01-25 09:58:53 -05:00
ac1d5f2b86
Done merging http-api and private_message
2020-01-23 19:17:42 -05:00
3b4258096c
Adding a toaster to replace alerts. Fixes #457
2020-01-22 22:29:11 -05:00
f020e89a8c
Fixing new comments and posts voting issue. Fixes #422
2020-01-19 19:48:34 -05:00
ac7a4031a8
Hide next paginator.
...
- Fixes #441
- Hide post sort radio if no comments.
2020-01-19 16:47:54 -05:00
dcd60228ed
Strongly typing WebsocketJsonResponse. Forgot comment-form.tsx
2020-01-19 00:38:45 -05:00
a044718066
First pass at fixing UI to work with new websocketresponses.
2020-01-18 23:54:10 -05:00
9845fda05c
Fix new post fetching. Fixes #422
2020-01-15 17:28:59 -05:00
fab840a759
Add sort fields to rss.
...
- #348
2019-12-01 22:22:05 -08:00
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
bf601b0458
Fixing issue with missing community.
...
- Fixes #339
2019-11-22 16:18:10 -08:00
90ce1f1a3f
Adding default sort / filter into user settings.
...
- Fixes #295
2019-10-20 21:21:54 -07:00
a7dedaf273
Externalize into sort-select component.
...
- Fixes #311
2019-10-20 17:49:13 -07:00
4e55612833
Running prettier on code.
...
- #305 , #309
2019-10-18 17:20:27 -07:00
3d7831f86d
Fixing issue with community.tsx.
2019-10-18 15:05:50 -07:00
f4c3c5d1be
Auto fetch new posts for front page and communities.
...
- Fixes #286
2019-10-13 12:37:10 -07:00
baf205e113
Removing navbar toggler border.
2019-08-20 14:40:51 -07:00
297755e757
Adding cards for sidebars in UI.
2019-08-19 19:37:32 -07:00
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
ab9659c2e2
Fix page titles for custom site name
...
- Fixes #113
2019-06-02 18:35:46 -07:00
2f0a7c5584
Better columns
2019-05-06 09:26:21 -07:00