]> Untitled Git - lemmy-ui.git/log
lemmy-ui.git
17 months agoFixing PWA install. Fixes #822 (#893)
Dessalines [Tue, 17 Jan 2023 19:38:21 +0000 (14:38 -0500)]
Fixing PWA install. Fixes #822 (#893)

18 months agov0.17.0-rc.1
Dessalines [Fri, 6 Jan 2023 13:34:19 +0000 (08:34 -0500)]
v0.17.0-rc.1

18 months agoRemoving monads. Fixes #884 (#886)
Dessalines [Wed, 4 Jan 2023 16:56:24 +0000 (11:56 -0500)]
Removing monads. Fixes #884 (#886)

* Removing monads. Fixes #884

* Fixing post fetching.

* Dont show not_logged_in error for navbar.

* Adding the lemmy-js-client RC.

* Fixing registration application mode

18 months agoSanitize article html. Fixes #882 (#883)
Dessalines [Thu, 29 Dec 2022 17:35:43 +0000 (12:35 -0500)]
Sanitize article html. Fixes #882 (#883)

18 months agoAdd `id` to `App` component (#880)
Zachary Dunn [Thu, 22 Dec 2022 21:54:52 +0000 (16:54 -0500)]
Add `id` to `App` component (#880)

Fixes #204. There's already a style block for `#app` so this just sets the id so those styles are applied.

18 months agoAdding Community Language fixes. #783 (#868)
Dessalines [Mon, 19 Dec 2022 15:57:29 +0000 (10:57 -0500)]
Adding Community Language fixes. #783 (#868)

* Partially done with language tagging. #783

* A few more updates.

19 months agoAdd FeaturedPost Support (#873)
Anon [Wed, 14 Dec 2022 15:03:18 +0000 (09:03 -0600)]
Add FeaturedPost Support (#873)

19 months agoFix csp header for svgs in firefox. Fixes #869 (#870)
Dessalines [Tue, 22 Nov 2022 21:39:55 +0000 (16:39 -0500)]
Fix csp header for svgs in firefox. Fixes #869 (#870)

19 months agoRemove federation strict_allowlist and retry_count. (#867)
Dessalines [Mon, 21 Nov 2022 17:40:48 +0000 (12:40 -0500)]
Remove federation strict_allowlist and retry_count. (#867)

19 months agoAdd Taglines support (#854)
Anon [Sun, 20 Nov 2022 16:08:44 +0000 (10:08 -0600)]
Add Taglines support (#854)

* Add Taglines support

* Fix issue with deletion not rendering properly.

* Address PR comments

* Missed alllanguages

* Cleanup tagline match

* Update js client

* Move taglines to siteres

* Only show taglines editor after site setup

* Update js client

19 months agoFix wrong comment link. Fixes #714 (#865)
Dessalines [Sat, 19 Nov 2022 04:39:32 +0000 (23:39 -0500)]
Fix wrong comment link. Fixes #714 (#865)

19 months agoDont render images in tippy. Fixes #776 (#864)
Dessalines [Sat, 19 Nov 2022 02:02:38 +0000 (21:02 -0500)]
Dont render images in tippy. Fixes #776 (#864)

19 months agoMove symbols to its own cacheable file. Fixes #809 (#862)
Dessalines [Fri, 18 Nov 2022 18:28:05 +0000 (13:28 -0500)]
Move symbols to its own cacheable file. Fixes #809 (#862)

19 months agoHide post report images. Fixes #824 (#861)
Dessalines [Fri, 18 Nov 2022 02:11:30 +0000 (21:11 -0500)]
Hide post report images. Fixes #824 (#861)

19 months agoAdd inline markdown rendering for post titles. Fixes #827 (#860)
Dessalines [Fri, 18 Nov 2022 02:01:52 +0000 (21:01 -0500)]
Add inline markdown rendering for post titles. Fixes #827 (#860)

19 months agoShow deleted on profile page. Fixes #834 (#859)
Dessalines [Fri, 18 Nov 2022 01:58:43 +0000 (20:58 -0500)]
Show deleted on profile page. Fixes #834 (#859)

19 months agoMake sure user is logged in for site creation. Fixes #838 (#858)
Dessalines [Fri, 18 Nov 2022 00:20:25 +0000 (19:20 -0500)]
Make sure user is logged in for site creation. Fixes #838 (#858)

19 months agoFix missing report shield. Fixes #842 (#855)
Dessalines [Thu, 17 Nov 2022 23:59:49 +0000 (18:59 -0500)]
Fix missing report shield. Fixes #842 (#855)

20 months agoIncrease markdown field char limit to 50k. Fixes #849 (#850)
Dessalines [Sat, 12 Nov 2022 17:06:41 +0000 (12:06 -0500)]
Increase markdown field char limit to 50k. Fixes #849 (#850)

20 months agoAdding new site setup fields. (#840)
Dessalines [Wed, 9 Nov 2022 19:53:07 +0000 (14:53 -0500)]
Adding new site setup fields. (#840)

20 months agoFix workaround for broken logout (#836)
sam365724 [Wed, 2 Nov 2022 18:32:30 +0000 (19:32 +0100)]
Fix workaround for broken logout (#836)

Use hostname without port for setting empty cookie, avoids error in browser:
Cookie “jwt” has been rejected for invalid domain.

20 months agoStrip html from og descriptions. Fixes #830 (#831)
Dessalines [Fri, 21 Oct 2022 20:14:53 +0000 (16:14 -0400)]
Strip html from og descriptions. Fixes #830 (#831)

20 months agoCleanup docker builds (#829)
Dessalines [Fri, 21 Oct 2022 19:28:18 +0000 (15:28 -0400)]
Cleanup docker builds (#829)

* Making docker builds smaller. Fixes #828

* Running sortpack

20 months agoFix admin default listing type. Fixes #797 (#818)
Dessalines [Fri, 21 Oct 2022 19:27:59 +0000 (15:27 -0400)]
Fix admin default listing type. Fixes #797 (#818)

20 months agoMerge branch 'browser_popup'
Dessalines [Fri, 21 Oct 2022 18:14:42 +0000 (14:14 -0400)]
Merge branch 'browser_popup'

20 months agoFixing up popup code.
Dessalines [Fri, 21 Oct 2022 18:14:28 +0000 (14:14 -0400)]
Fixing up popup code.

20 months agoSearch button and input style fixes (#825)
Rens Groothuijsen [Fri, 21 Oct 2022 03:56:57 +0000 (05:56 +0200)]
Search button and input style fixes (#825)

* Align search button style with other navbar buttons, disable search box when hidden, adjust search box size

* Align search button margin with other navigation bar buttons

21 months agoSupport new video embed api format (fixes #709) (#817)
Nutomic [Tue, 4 Oct 2022 20:35:20 +0000 (20:35 +0000)]
Support new video embed api format (fixes #709) (#817)

21 months agoChange for container divs to container-lg (#813)
umamawme [Mon, 3 Oct 2022 18:16:36 +0000 (21:16 +0300)]
Change for container divs to container-lg (#813)

* Change for container divs to container-lg

* Apply container-lg to footer.tsx

21 months agoRemove newline, save space for toast message.
sam365724 [Sat, 1 Oct 2022 20:05:17 +0000 (22:05 +0200)]
Remove newline, save space for toast message.

21 months agoMerge branch 'LemmyNet:main' into multiple-images-upload
sam365724 [Fri, 30 Sep 2022 20:36:55 +0000 (22:36 +0200)]
Merge branch 'LemmyNet:main' into multiple-images-upload

21 months agomerge
sam365724 [Fri, 30 Sep 2022 20:35:58 +0000 (22:35 +0200)]
merge

21 months agoAvoid browser warning about leaving page, handle delete image fail and add user filen...
sam365724 [Fri, 30 Sep 2022 20:26:32 +0000 (22:26 +0200)]
Avoid browser warning about leaving page, handle delete image fail and add user filenames to messages.

21 months agoAvoid browser warning about leaving page, handle delete image fail.
sam365724 [Fri, 30 Sep 2022 20:26:32 +0000 (22:26 +0200)]
Avoid browser warning about leaving page, handle delete image fail.

21 months agoUpdating translations.
Dessalines [Thu, 29 Sep 2022 02:39:25 +0000 (22:39 -0400)]
Updating translations.

21 months agoAdding private message reporting. Fixes #782 (#806)
Dessalines [Wed, 28 Sep 2022 12:50:47 +0000 (08:50 -0400)]
Adding private message reporting. Fixes #782 (#806)

21 months agoAdding the email_admins for new application config. (#742)
Dessalines [Tue, 27 Sep 2022 19:45:42 +0000 (15:45 -0400)]
Adding the email_admins for new application config. (#742)

21 months agoAdding new unread comments. (#749)
Dessalines [Tue, 27 Sep 2022 19:42:24 +0000 (15:42 -0400)]
Adding new unread comments. (#749)

21 months agoFix broken profile page, and missing sidebars. (#795)
Dessalines [Fri, 23 Sep 2022 04:41:04 +0000 (00:41 -0400)]
Fix broken profile page, and missing sidebars. (#795)

21 months agoUpdating translations.
Dessalines [Fri, 23 Sep 2022 02:18:39 +0000 (22:18 -0400)]
Updating translations.

21 months agoAdding a loading indicator for post community searching. Fixes #692 (#794)
Dessalines [Thu, 22 Sep 2022 18:13:22 +0000 (14:13 -0400)]
Adding a loading indicator for post community searching. Fixes #692 (#794)

21 months agoFix missing initial load of discussion languages. (#793)
Dessalines [Thu, 22 Sep 2022 17:15:59 +0000 (13:15 -0400)]
Fix missing initial load of discussion languages. (#793)

21 months agoFix posts pushed from blocked users/comms. Fixes #697 (#792)
Dessalines [Thu, 22 Sep 2022 17:13:59 +0000 (13:13 -0400)]
Fix posts pushed from blocked users/comms. Fixes #697 (#792)

21 months agoAdding post and comment language tagging. Fixes #771 (#781)
Dessalines [Thu, 22 Sep 2022 15:24:46 +0000 (11:24 -0400)]
Adding post and comment language tagging. Fixes #771 (#781)

21 months agoHide create community (#787)
Dessalines [Thu, 22 Sep 2022 15:14:58 +0000 (11:14 -0400)]
Hide create community (#787)

* Adding post and comment language tagging. Fixes #771

* Hiding create community button. Fixes #754

21 months agoUpgrade inferno v8.0.0 try2 (#790)
Dessalines [Thu, 22 Sep 2022 15:03:35 +0000 (11:03 -0400)]
Upgrade inferno v8.0.0 try2 (#790)

* Upgrade non-breaking deps.

* Upgrade to Inferno v8. Fixes #731

* Upgrading inferno-i18next-dess

21 months agoMerge branch 'fix/notif_new_fetch_bug' of https://github.com/ernestwisniewski/lemmy...
Dessalines [Wed, 21 Sep 2022 14:16:54 +0000 (10:16 -0400)]
Merge branch 'fix/notif_new_fetch_bug' of https://github.com/ernestwisniewski/lemmy-ui into notif_bug

21 months agoIncrease fetch limit for user and community searches. Fixes #756 (#773)
Dessalines [Wed, 21 Sep 2022 14:06:24 +0000 (10:06 -0400)]
Increase fetch limit for user and community searches. Fixes #756 (#773)

21 months agoFix private instance setting. Fixes #769 (#786)
Dessalines [Wed, 21 Sep 2022 14:05:54 +0000 (10:05 -0400)]
Fix private instance setting. Fixes #769 (#786)

21 months agoHide extra comment and post functionality from search page. Fixes #752 (#788)
Dessalines [Wed, 21 Sep 2022 14:05:19 +0000 (10:05 -0400)]
Hide extra comment and post functionality from search page. Fixes #752 (#788)

21 months agoShow create post even if not subscribed. Fixes #768 (#789)
Dessalines [Wed, 21 Sep 2022 14:04:57 +0000 (10:04 -0400)]
Show create post even if not subscribed. Fixes #768 (#789)

21 months agoCantarell for darkly/darkly-red. Fixes #779 (#784)
Sergio Varela [Wed, 21 Sep 2022 02:43:33 +0000 (04:43 +0200)]
Cantarell for darkly/darkly-red. Fixes #779 (#784)

* Adds Cantarell

See: Use Cantarell instead of Liberation Sans for GNOME users on darkly/darkly-red themes. #779 (https://github.com/LemmyNet/lemmy-ui/issues/779)

* Adds Cantarell

See: Use Cantarell instead of Liberation Sans for GNOME users on darkly/darkly-red themes. #779 (https://github.com/LemmyNet/lemmy-ui/issues/779)

22 months agoMerge branch 'modlog-filters-dess'
Dessalines [Wed, 17 Aug 2022 23:34:16 +0000 (19:34 -0400)]
Merge branch 'modlog-filters-dess'

22 months agoUpgrading deps
Dessalines [Wed, 17 Aug 2022 23:34:06 +0000 (19:34 -0400)]
Upgrading deps

22 months agoUpdating translations.
Dessalines [Wed, 17 Aug 2022 23:32:39 +0000 (19:32 -0400)]
Updating translations.

22 months agoUpdating translations.
Dessalines [Wed, 17 Aug 2022 23:28:40 +0000 (19:28 -0400)]
Updating translations.

22 months agoAdding mod / admin distinguish. (#744)
Dessalines [Wed, 17 Aug 2022 23:26:50 +0000 (19:26 -0400)]
Adding mod / admin distinguish. (#744)

22 months agoDisable CSP when in debug mode. (#743)
Dessalines [Tue, 16 Aug 2022 20:39:09 +0000 (16:39 -0400)]
Disable CSP when in debug mode. (#743)

22 months agoReduce search minLength to 1. Fixes #750 (#751)
Dessalines [Tue, 16 Aug 2022 10:22:48 +0000 (06:22 -0400)]
Reduce search minLength to 1. Fixes #750 (#751)

23 months agoUse match
Anon [Mon, 8 Aug 2022 21:41:07 +0000 (16:41 -0500)]
Use match

23 months agoAdd support for filtering mod logs
Anon [Sat, 4 Jun 2022 16:47:10 +0000 (11:47 -0500)]
Add support for filtering mod logs

23 months agoDocumenting and changing a few env vars. Fixes #661 (#739)
Dessalines [Thu, 4 Aug 2022 18:21:20 +0000 (14:21 -0400)]
Documenting and changing a few env vars. Fixes #661 (#739)

23 months agoFixing post_view glitch. Fixes #740 (#741)
Dessalines [Thu, 4 Aug 2022 14:28:58 +0000 (10:28 -0400)]
Fixing post_view glitch. Fixes #740 (#741)

23 months agoChange CSP rule for connect-src (websocket) to wildcard (fixes #730) (#737)
Nutomic [Wed, 3 Aug 2022 21:33:17 +0000 (23:33 +0200)]
Change CSP rule for connect-src (websocket) to wildcard (fixes #730) (#737)

23 months agoComment Tree paging (#726)
Dessalines [Sat, 30 Jul 2022 13:28:08 +0000 (09:28 -0400)]
Comment Tree paging (#726)

* Updating translations.

* Forgot to add comment-sort-select

* Upgrading deps

23 months agoUpgrading deps (#732)
Dessalines [Sat, 30 Jul 2022 03:44:10 +0000 (23:44 -0400)]
Upgrading deps (#732)

23 months agoAdding block from community sidebar. Fixes #690 (#716)
Dessalines [Sat, 30 Jul 2022 03:38:37 +0000 (23:38 -0400)]
Adding block from community sidebar. Fixes #690 (#716)

* Adding block from community sidebar. Fixes #690

* Fixing lint

23 months agoFix suggested post title html. Fixes #691 (#717)
Dessalines [Sat, 30 Jul 2022 03:38:10 +0000 (23:38 -0400)]
Fix suggested post title html. Fixes #691 (#717)

23 months agoFix missing deny button. Fixes #723 (#728)
Dessalines [Sat, 30 Jul 2022 03:37:48 +0000 (23:37 -0400)]
Fix missing deny button. Fixes #723 (#728)

23 months agoFix community filtering. (#729)
Dessalines [Sat, 30 Jul 2022 03:37:20 +0000 (23:37 -0400)]
Fix community filtering. (#729)

23 months agouse zh-TW for language code, instead of zh_Hant. (#725)
sonata-chen [Wed, 27 Jul 2022 20:58:34 +0000 (04:58 +0800)]
use zh-TW for language code, instead of zh_Hant. (#725)

Browser never returns zh_Hant. Chinese language code is usually categorized according to geographical region. (zh-CN, zh-HK, zh-TW)

23 months agoFix Notification browser fetch
Ernest [Sun, 24 Jul 2022 12:08:23 +0000 (14:08 +0200)]
Fix Notification browser fetch

23 months agoForgot to type a few Searches. Fixes #718 (#722)
Dessalines [Mon, 18 Jul 2022 19:58:37 +0000 (15:58 -0400)]
Forgot to type a few Searches. Fixes #718 (#722)

2 years agoFixing linkify GC crash. (#715)
Dessalines [Thu, 14 Jul 2022 17:52:14 +0000 (13:52 -0400)]
Fixing linkify GC crash. (#715)

2 years agoNew communities fetch limit is 50. (#711)
Dessalines [Wed, 13 Jul 2022 14:27:43 +0000 (10:27 -0400)]
New communities fetch limit is 50. (#711)

2 years agoClicking "subscribe pending" button performs unsubscribe (fixes #705) (#706)
Nutomic [Mon, 11 Jul 2022 18:07:47 +0000 (18:07 +0000)]
Clicking "subscribe pending" button performs unsubscribe (fixes #705) (#706)

2 years agoFix site setup and login. Fixes #699 (#702)
Dessalines [Mon, 27 Jun 2022 20:50:47 +0000 (16:50 -0400)]
Fix site setup and login. Fixes #699 (#702)

2 years agoUpdating translations.
Dessalines [Thu, 23 Jun 2022 20:08:36 +0000 (16:08 -0400)]
Updating translations.

2 years agoAdding purging of comments, posts, communities, and users. (#459)
Dessalines [Thu, 23 Jun 2022 19:44:05 +0000 (15:44 -0400)]
Adding purging of comments, posts, communities, and users. (#459)

* Starting on admin purge.

* Updating translations.

* Finishing up item purging.

2 years agoRemoving save and read config hjson. Fixes #695 (#696)
Dessalines [Thu, 23 Jun 2022 14:05:56 +0000 (10:05 -0400)]
Removing save and read config hjson. Fixes #695 (#696)

2 years agoExpose pending 2 (#662)
Dessalines [Thu, 23 Jun 2022 13:35:53 +0000 (09:35 -0400)]
Expose pending 2 (#662)

* Updating translations.

* Adding better subscribe type.

* Fix extra pending string.

2 years agoAdding option types 2 (#689)
Dessalines [Tue, 21 Jun 2022 21:42:29 +0000 (17:42 -0400)]
Adding option types 2 (#689)

* Not working, because of wrong API types.

* Adding Rust-style Result and Option types.

- Fixes #646

* Updating to use new lemmy-js-client with Options.

2 years agoFix NPE during new site startup (#677)
kac- [Thu, 2 Jun 2022 13:51:28 +0000 (15:51 +0200)]
Fix NPE during new site startup (#677)

2 years agoFixing CSP for iOS devices. Fixes #669 (#678)
Dessalines [Wed, 1 Jun 2022 16:43:54 +0000 (12:43 -0400)]
Fixing CSP for iOS devices. Fixes #669 (#678)

2 years agov0.16.5
Dessalines [Mon, 30 May 2022 22:31:52 +0000 (18:31 -0400)]
v0.16.5

2 years agoCommenting out csp headers, since it broke iOS devices. Fixes #669 (#675)
Dessalines [Mon, 30 May 2022 22:30:42 +0000 (18:30 -0400)]
Commenting out csp headers, since it broke iOS devices. Fixes #669 (#675)

2 years agoFix names for Chinese. (#668)
ianiiaannn [Sat, 28 May 2022 19:17:55 +0000 (03:17 +0800)]
Fix names for Chinese. (#668)

2 years agoUsing correct lemmy-js-client version.
Dessalines [Thu, 26 May 2022 22:38:09 +0000 (18:38 -0400)]
Using correct lemmy-js-client version.

2 years agoRevert "Fix lint"
Dessalines [Thu, 26 May 2022 22:36:34 +0000 (18:36 -0400)]
Revert "Fix lint"

This reverts commit 29bdd3bafdaac7e7b8574869450462819249641e.

2 years agoLegal info dess (#666)
Dessalines [Thu, 26 May 2022 20:48:58 +0000 (16:48 -0400)]
Legal info dess (#666)

* Add legal information (fixes #652)

* add legal_info field to SiteForm, add missing file

* Moving legal to SiteForm.

Co-authored-by: Felix Ableitner <me@nutomic.com>
2 years agoUse LEMMY_UI_DEBUG for development mode. (#644)
Dessalines [Thu, 26 May 2022 20:48:36 +0000 (16:48 -0400)]
Use LEMMY_UI_DEBUG for development mode. (#644)

2 years agov0.16.4-rc.10
Dessalines [Thu, 26 May 2022 19:00:49 +0000 (15:00 -0400)]
v0.16.4-rc.10

2 years agoAdd nightly dev drone cron build. (#664)
Dessalines [Wed, 25 May 2022 21:00:07 +0000 (17:00 -0400)]
Add nightly dev drone cron build. (#664)

2 years agoAdd LEMMY_UI_CUSTOM_SCRIPT env var. Fixes #655 (#656)
Dessalines [Wed, 25 May 2022 03:33:11 +0000 (23:33 -0400)]
Add LEMMY_UI_CUSTOM_SCRIPT env var. Fixes #655 (#656)

* Add LEMMY_UI_CUSTOM_SCRIPT env var. Fixes #655

* Change name to LEMMY_UI_CUSTOM_HTML

* Change name to LEMMY_UI_CUSTOM_HTML_HEADER

2 years agoTurn off html in markdown. Fixes #650 (#657)
Dessalines [Tue, 24 May 2022 16:40:31 +0000 (12:40 -0400)]
Turn off html in markdown. Fixes #650 (#657)

2 years agoFix lint
Dessalines [Tue, 24 May 2022 16:36:02 +0000 (12:36 -0400)]
Fix lint

2 years agoAdd posting restricted to mods (#642)
Dessalines [Mon, 23 May 2022 19:22:15 +0000 (15:22 -0400)]
Add posting restricted to mods (#642)

* Adding only mods can post. Fixes #641

* Fixing canPost check

2 years agoAdd default post listing (#645)
Dessalines [Mon, 23 May 2022 19:19:14 +0000 (15:19 -0400)]
Add default post listing (#645)

* Fix local development.

* Updating translations.

* Adding default site post listing. Fixes #625

2 years agoDon't render markdown for summaries. Fixes #658 (#659)
Dessalines [Mon, 23 May 2022 11:13:41 +0000 (07:13 -0400)]
Don't render markdown for summaries. Fixes #658 (#659)

2 years agoSet content security policy http header for all responses (#621)
Nutomic [Fri, 6 May 2022 03:12:42 +0000 (03:12 +0000)]
Set content security policy http header for all responses (#621)

* Set content security policy http header for all responses

* add unsafe-eval

* fix websocket debug