|
20fec100b5
|
Cross posting working.
|
2019-08-22 16:13:26 -07:00 |
|
|
b7e73a5559
|
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 |
|
|
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 |
|
|
d0d429a627
|
Adding support for community and user searching.
- Fixes #130
|
2019-08-10 10:32:06 -07:00 |
|
|
026af39053
|
Formatting fixes.
|
2019-07-13 14:14:59 -07:00 |
|
|
8820eac129
|
Removing need for spam_timer
|
2019-05-15 09:32:33 -07:00 |
|
|
f57004d7fa
|
Adding proper deletes for Post, Community, and Comments.
- Fixes #132
- Fixes #108
|
2019-04-29 12:14:54 -07:00 |
|
|
85ed895c5f
|
Adding mark all as read
- Fixes #107
|
2019-04-29 09:51:13 -07:00 |
|
|
4625aa3060
|
Spam
|
2019-04-26 09:21:20 -07:00 |
|
|
be943f7b72
|
Fixing rust warning.
- Fixes #111
|
2019-04-26 07:34:04 -07:00 |
|
|
e4532aa1cb
|
Adding /f/ and /u/ in links now.
- Fixes #102
|
2019-04-25 14:52:18 -07:00 |
|
|
7cba618587
|
Adding a search page
- Fixes # 70
|
2019-04-23 15:05:50 -07:00 |
|
|
2a92a5611c
|
Add site editing.
- Fixes #96
|
2019-04-21 14:38:57 -07:00 |
|
|
016920aeb7
|
Community moderation fixes.
- Don't show banned communities on main post list. Fixes #95
- Add back in community moderation and editing. Fixes #92
|
2019-04-21 13:52:55 -07:00 |
|
|
682413613e
|
Mostly working, before merge
|
2019-04-20 11:17:00 -07:00 |
|
|
e14e6e53cd
|
More moderation fixed
|
2019-04-20 00:24:59 -07:00 |
|
|
9afadfb9c4
|
Saving replies, the actual fixes will be in the merge to dev.
|
2019-04-19 21:06:25 -07:00 |
|
|
69bc53e33c
|
Adding post and user details paging.
- Fixes #52
- Fixes #34
|
2019-04-17 11:30:13 -07:00 |
|
|
3f33cf8dcb
|
Before big moderation merge
|
2019-04-16 16:04:23 -07:00 |
|
|
e94885eb97
|
Commiting before I lose everything. I'll do this properly in a merge
|
2019-04-15 16:12:06 -07:00 |
|
|
3ff85b1fdb
|
Adding trending communities.
- Fixes #29
- Communities fetching now has sort and limit.
|
2019-04-09 23:19:12 -07:00 |
|
|
49bf16e7d4
|
Adding user details / overview page.
- Fixes #19
|
2019-04-07 22:19:02 -07:00 |
|
|
38fa7969f9
|
Adding a front page / fetching subscribed forums.
- Adding subscribed to post view. Fixes #25
|
2019-04-05 12:14:54 -07:00 |
|
|
2c66d86e26
|
Adding subscribe to communities.
- Adding subscribe. Fixes #12. Fixes #27.
|
2019-04-04 23:26:38 -07:00 |
|
|
ed688f9292
|
Community editing
- Community editing mostly working. Fixes #26
|
2019-04-04 15:29:14 -07:00 |
|
|
f3cbe9e6ce
|
Getting community moderators
- Getting back mods with a fetch. Fixes #28
|
2019-04-04 13:53:32 -07:00 |
|
|
d07a1b4563
|
Adding forum / community page
- Adding the page. Fixes #17.
- Adding number of comments for community.
- Add sorting to that table.
|
2019-04-04 13:00:19 -07:00 |
|
|
927cb6d356
|
Adding a sidebar, title, and forum categories
- Adding a Sidebar component
- Starting on forum categories. #17
- Adding a Sidebar and title to community. Fixes #16
|
2019-04-03 16:01:20 -07:00 |
|
|
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 |
|
|
c786464381
|
Adding forum / community pages
- Adding main forum page. Fixes #11
- Adding view version for posts. #21
- Got rid of fedi user ids. Fixes #22
- Post sorting working. Fixes #24
|
2019-04-02 23:49:32 -07:00 |
|
|
480b627ff5
|
Adding comment sorting
- Fixes #15
|
2019-03-29 23:08:02 -07:00 |
|
|
1e12e03cc8
|
Adding comment editing
- Fixes #8
|
2019-03-28 21:56:23 -07:00 |
|
|
49c61fc318
|
Adding comment voting
- Extracting out some components.
- Fixing an issue with window refreshing websockets.
|
2019-03-28 12:32:08 -07:00 |
|
|
25dcb8f4f4
|
Adding a few endpoints.
- Adding CreatePost, CreateComment, CreateCommunity
|
2019-03-26 11:00:18 -07:00 |
|
|
e1cb805cfc
|
Refactoring websocket code, adding create community
- Adding create community
|
2019-03-24 20:51:27 -07:00 |
|
|
e570c70701
|
Adding login and Register
- Login and Register mostly working.
- Starting to work on creating communities.
|
2019-03-22 18:42:57 -07:00 |
|
|
816aa0b15f
|
Adding initial UI and Websocket server.
|
2019-03-20 18:22:31 -07:00 |
|