Commit graph

31 commits

Author SHA1 Message Date
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
38f261e7c1 Adding archive button for valid post urls.
- Fixes #342
2019-11-21 18:14:59 -08:00
Dessalines
b89d6305ba Password reset mostly working. 2019-11-01 23:41:57 -07:00
Dessalines
7100d4d1ef Halfway done with email, not fully working yet. 2019-10-29 20:35:39 -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
Autom
20639e881c Consistant spaces before strings 2019-10-17 03:08:24 +02: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
909628bc34 Adding an online user count to main page.
- Fixes #274
2019-09-13 09:09:01 -07:00
Dessalines
0b75d46453 Add Creator flair for post creator / OPs comments
- Fixes #275
2019-09-13 08:37:12 -07:00
Dessalines
21d55af62d Adding stickied posts.
- Fixes #245
2019-09-08 23:14:13 -07:00
Dessalines
a8da6d37c2 Adding view source button for posts and comments.
- Fixes #271
2019-09-08 11:00:08 -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
c568a83adf Adding preview, image upload, and formatting help to comment and post
forms.

- Fixes #253
2019-08-31 21:10:48 -07:00
Dessalines
1c59f06fc8 Showing community count on main sidebar
- Fixes #232
2019-08-28 21:28:06 -07:00
Dessalines
de3bce3c0f Adding are you sure dialogs for transferring community and site.
- Fixes #241
2019-08-28 19:22:50 -07:00
Dessalines
aba55b2b03 Refactoring chat sidebar. #237 2019-08-25 10:42:10 -07:00
Dessalines
1e83aa8c72 Adding Community and Site transfer
- Fixes #139
2019-08-23 19:40:41 -07:00
Dessalines
addfc72080 Add missing by and to translations. 2019-08-23 15:55:48 -07:00
Dessalines
9b8d8d3246 cross-posting almost done. 2019-08-22 11:46:54 -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
5dc8da1cae Adding Monero sponsor link
- Fixes #224
2019-08-20 14:47:19 -07:00
Dessalines
c4a9fc45da Merge branch 'master' into dev 2019-08-15 14:22:19 -07:00
Dessalines
134a21158e Squashed commit of the following:
commit 3008b45a89
Author: Dessalines <happydooby@gmail.com>
Date:   Thu Aug 15 14:11:02 2019 -0700

    Adding moment translation, and to i18next.ts file.

commit 620be4ecd8
Author: Autom <40275136+AutomCoding@users.noreply.github.com>
Date:   Thu Aug 15 19:08:57 2019 +0200

    Minor tweaks

    Line 74: Change grammatical gender to neutrum for undefined target.
    Line 126: Possibly a more accurate translation.

commit e053040c58
Author: Autom <40275136+AutomCoding@users.noreply.github.com>
Date:   Thu Aug 15 18:55:32 2019 +0200

    Translate remaining Swedish

commit b126b59e15
Author: Autom <40275136+AutomCoding@users.noreply.github.com>
Date:   Thu Aug 15 18:38:20 2019 +0200

    Typo (missing apostrophe in contraction)

commit 50a0c6b590
Author: Autom <40275136+AutomCoding@users.noreply.github.com>
Date:   Thu Aug 15 18:36:22 2019 +0200

    Create sv.ts

    First half translated
2019-08-15 14:11:22 -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
2d2995ba3f Forgot to add subscribed. 2019-08-09 17:41:24 -07:00
Dessalines
0e00e77c14 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