Commit graph

116 commits

Author SHA1 Message Date
Dessalines
432acf4bf7 Fix image expanding and truncation issue. 2020-01-15 22:33:23 -05:00
Dessalines
02344635db Temp remove showing post editing on front page, due to glitches. 2020-01-15 16:13:46 -05:00
Dessalines
4c97e03e82 Fixing text overflow / wrapping for titles and markdown. Fixes #414 2020-01-14 18:46:25 -05:00
Dessalines
03bbfc55a7 Adding disable vote buttons when not logged in. #416 2020-01-14 10:38:45 -05:00
Dessalines
f31c781693 Add fast comment and post voting. (Doesn't wait for server return)
- Fixes #416
2020-01-13 22:57:32 -05:00
Dessalines
a670096d53 Adding pictshare image thumbnailer.
- Fixes #377
2020-01-03 14:13:22 -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
a4428528e3 Adding user avatars / icons. Requires pictshare.
- Fixes #188
2019-12-29 15:39:48 -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
2cf117b3c5 Hiding thumbnails for nsfw posts and nsfw community posts.
- Fixes #337
2019-11-22 16:26:16 -08:00
Dessalines
4e55612833 Running prettier on code.
- #305 , #309
2019-10-18 17:20:27 -07:00
Dessalines
344ba4dfae Use pre tags for view source to preserve newlines.
- Fixes #299
2019-10-16 16:09:52 -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
c38f8c9c00 Stopping autoplay, widening videos to show controls.
- Fixes #250
- Fixes #288
- Fixes #291
2019-10-12 15:15:18 -07:00
Dessalines
c8131d304b Fix issue with not being able to lock / sticky your own posts. 2019-09-09 12:58:04 -07:00
Dessalines
3f6b2be2cc Adding stickied posts.
- Fixes #245
2019-09-08 23:14:13 -07:00
Dessalines
4c33b8d75e Adding view source button for posts and comments.
- Fixes #271
2019-09-08 11:00:08 -07:00
Dessalines
c39ae06bd4 Allow Image uploads through docker pictshare.
- Fixes #210
2019-09-07 20:42:01 -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
ba55f1cefb Adding preview, image upload, and formatting help to comment and post
forms.

- Fixes #253
2019-08-31 21:10:48 -07:00
Dessalines
68dbac1fc7 Better margins. 2019-08-28 21:57:38 -07:00
Dessalines
465f5080c0 Adding some UI suggestions.
- Adding divider lines in between post listings.
- Increasing button sizes.
- Fixes #222
2019-08-28 18:43:51 -07:00
Dessalines
2f52d0a14f Fixing post listing rows. 2019-08-23 23:58:26 -07:00
Dessalines
d5b9ba724d Add missing by and to translations. 2019-08-23 15:55:48 -07:00
Dessalines
20fec100b5 Cross posting working. 2019-08-22 16:13:26 -07:00
Dessalines
954c89edaf cross-posting almost done. 2019-08-22 11:46:54 -07:00
Dessalines
1fe8ecaf7a Try changing votes to buttons. 2019-08-19 15:32:32 -07:00
Dessalines
70354d6e10 Upping title size again. 2019-08-19 14:13:15 -07:00
Dessalines
30e3c76022 more styles. 2019-08-17 22:00:11 -07:00
Dessalines
3a1177dfd0 Fixing style. 2019-08-17 21:47:25 -07:00
Dessalines
037e2f0229 Adding better title wrap. 2019-08-17 21:41:55 -07:00
Dessalines
e97feea785 Better offsets 2019-08-17 19:31:32 -07:00
Dessalines
0fc1551dbc Offsetting image. 2019-08-17 19:17:12 -07:00
Dessalines
3d84a08aaa Trying some extra spacing. 2019-08-17 18:59:59 -07:00
Dessalines
f38f9c2e16 Needs to go below image expander 2019-08-17 13:18:25 -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
7a6c596a24 Maybe #183 2019-07-22 20:15:00 -07:00
Dessalines
869d7a4552 Softer white background. 2019-05-05 15:47:35 -07:00
Dessalines
f034308070 Better image click 2019-05-05 14:50:17 -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
89bb346e63 Switching back to going directly to link if it has a url. 2019-04-25 15:00:05 -07:00
Dessalines
e4532aa1cb Adding /f/ and /u/ in links now.
- Fixes #102
2019-04-25 14:52:18 -07:00
Dessalines
8da8846024 Removed some redundant code. 2019-04-24 20:57:07 -07:00
Dessalines
f02c2ffac8 vote styling issue 2019-04-24 18:03:21 -07:00
Dessalines
5e0653ac31 Image thumbnail click now expands here. 2019-04-24 10:42:57 -07:00
Dessalines
b70fa60418 Adding image thumbnails. 2019-04-24 10:26:15 -07:00
Dessalines
a5664c75ba Adding a simple image expander instead of iframes.
- Fixes #91
2019-04-24 09:28:20 -07:00
Dessalines
93ea888568 Better vote arrows 2019-04-24 08:26:49 -07:00
Dessalines
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
Dessalines
be08352cfd Links from posts open in new tab.
- Fixes #88
2019-04-20 12:04:17 -07:00
Dessalines
e14e6e53cd More moderation fixed 2019-04-20 00:24:59 -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
57e274c87a Adding better comment highlighting.
Fixes #66
2019-04-16 20:23:52 -07:00
Dessalines
3f33cf8dcb Before big moderation merge 2019-04-16 16:04:23 -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
Dessalines
38fa7969f9 Adding a front page / fetching subscribed forums.
- Adding subscribed to post view. Fixes #25
2019-04-05 12:14:54 -07:00
Dessalines
6a3bea1f50 Adding some UI cancel buttons. 2019-04-04 19:08:21 -07:00
Dessalines
6310d9389d Adding Iframe expand
- Adding Iframe Expand. Fixes #32
- Fix issue with table sorting. Fixes #33
- Changing all to h4s. Fixes #30
2019-04-04 17:01:10 -07:00
Dessalines
ed688f9292 Community editing
- Community editing mostly working. Fixes #26
2019-04-04 15:29:14 -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
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