Commit Graph

75 Commits

Author SHA1 Message Date
Dessalines 9e5cf8f272 First pass at adding oembeds / iframely. 2020-02-17 11:18:01 -05:00
Dessalines 6bddeecdb6 Fixing unread indicator on link click. Fixes #527 2020-02-11 10:14:09 -05:00
Dessalines 036d6260bb Adding instant voting / vote animations. Fixes #526 2020-02-09 15:04:41 -05:00
Dessalines 74aa161ff6 Change post sorting hot rank to use newest comment time. Fixes #517 2020-02-08 11:16:58 -05:00
Dessalines 049556f146 Add new comments views to main and community pages. Fixes #480 2020-02-07 23:05:15 -05:00
Dessalines 73a720e9c3 Websocket reconnect reload page data. Fixes #504 2020-02-04 11:19:05 -05:00
Dessalines 7037506566 Combine duplicate front page posts. Fixes #284 2020-02-03 19:52:39 -05:00
Dessalines f74d7b0368 Removing PostLikeResponse in favor of PostResponse. Consolidating comment and post_sends. 2020-02-02 12:45:41 -05:00
Dessalines b14f7bae3c Starting to work on user message scope. 2020-01-31 20:02:20 -05:00
Dessalines 7809b6ab0d Merge branch 'dev' into websocket_scopes 2020-01-30 21:15:58 -05:00
D Anzorge a1a11e0ce7 Add sorting by old (date, ascending) to comment frontend 2020-01-28 20:14:08 +01:00
Dessalines e7c90bee01 Strictly typing websocket forms. 2020-01-27 21:04:30 -05:00
Dessalines 3df34acdcf Starting to work on websocket scopes. 2020-01-26 12:23:28 -05:00
Dessalines 2998957617 Fixing front end error messages. Fixes #462 2020-01-25 09:58:53 -05:00
Dessalines f5b75f342b Done merging http-api and private_message 2020-01-23 19:17:42 -05:00
Dessalines 7d3adda0cd Adding private messaging, and matrix user ids.
- Fixes #244
2020-01-22 16:38:16 -05:00
Dessalines fc86b83e36 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 6312ff333b Adding comment and post vote loading indicators. Fixes #449 2020-01-20 10:11:50 -05:00
Dessalines c5eecd055e Strongly typing WebsocketJsonResponse. Forgot comment-form.tsx 2020-01-19 00:38:45 -05:00
Dessalines 0c5eb47135 First pass at fixing UI to work with new websocketresponses. 2020-01-18 23:54:10 -05:00
Dessalines e339f90737 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 b63aabfdc2 Adding change password and email address from user settings.
- Fixes #384
- Fixes #385
2020-01-01 15:46:14 -05:00
Dessalines c06d01f753 Adding user avatars / icons. Requires pictshare.
- Fixes #188
2019-12-29 15:39:48 -05:00
Dessalines aee6ee5a7c 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 f492033cbf Adding custom language setting.
- Fixes #319
2019-12-09 00:24:53 -08:00
Dessalines 7100d4d1ef Halfway done with email, not fully working yet. 2019-10-29 20:35:39 -07:00
Dessalines b3346d8cfb Adding default sort / filter into user settings.
- Fixes #295
2019-10-20 21:21:54 -07:00
Dessalines 2d5f13ae67 Adding username mentions / tagging from comments.
- Fixes #293
2019-10-19 17:46:29 -07:00
Dessalines 97e21f6fd9 Running prettier on code.
- #305 , #309
2019-10-18 17:20:27 -07:00
Dessalines 69d1301723 Make delete account require password.
- Fixes #301
2019-10-17 21:25:23 -07:00
Dessalines 3e16882f8c Adding permanently delete account comments and posts.
- Fixes #285
- Fixes #58
2019-10-15 15:09:01 -07:00
Dessalines 272ab3948c Adding 8 different themes.
- Fixes #276
2019-10-15 12:21:27 -07:00
Dessalines fb7f4c3292 Adding admin abilities on user pages.
- Fixes #280
2019-10-13 17:36:35 -07:00
Dessalines 909628bc34 Adding an online user count to main page.
- Fixes #274
2019-09-13 09:09:01 -07:00
Dessalines 21d55af62d Adding stickied posts.
- Fixes #245
2019-09-08 23:14:13 -07:00
Dessalines 1c4b22a7fb 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 1c59f06fc8 Showing community count on main sidebar
- Fixes #232
2019-08-28 21:28:06 -07:00
Dessalines 1e83aa8c72 Adding Community and Site transfer
- Fixes #139
2019-08-23 19:40:41 -07:00
Dessalines 6d42d114e4 Cross posting working. 2019-08-22 16:13:26 -07:00
Dessalines 9b558611b4 View where a URL has been cross-posted to in the past
- This shows when creating a post, or when viewing a post.
- Fixes #131
2019-08-21 22:17:15 -07:00
Dessalines 6a761165bb 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 b40d029945 Adding support for community and user searching.
- Fixes #130
2019-08-10 10:32:06 -07:00
Dessalines d3f7a6c1d4 Formatting fixes. 2019-07-13 14:14:59 -07:00
Dessalines db63212fe1 Removing need for spam_timer 2019-05-15 09:32:33 -07:00
Dessalines ee99deceb1 Adding proper deletes for Post, Community, and Comments.
- Fixes #132
- Fixes #108
2019-04-29 12:14:54 -07:00
Dessalines e97d3206d6 Adding mark all as read
- Fixes #107
2019-04-29 09:51:13 -07:00
Dessalines e3651e76bb Spam 2019-04-26 09:21:20 -07:00
Dessalines 018cbe1fee Fixing rust warning.
- Fixes #111
2019-04-26 07:34:04 -07:00
Dessalines 4b76cccce4 Adding /f/ and /u/ in links now.
- Fixes #102
2019-04-25 14:52:18 -07:00
Dessalines 73b9266580 Adding a search page
- Fixes # 70
2019-04-23 15:05:50 -07:00