Dessalines
44bbd01fb7
Merge branch 'main' into add_open_links_in_new_tab_1
2023-08-07 12:53:34 -04:00
Dessalines
ff62915ddf
Fix comment insertion from context views. Fixes #2030 ( #2031 )
2023-08-07 12:53:21 -04:00
4ba0d55a7a
Merge branch 'main' into add_open_links_in_new_tab_1
2023-08-07 12:52:47 -04:00
70528d6d71
Fix prettier.
2023-08-07 12:52:11 -04:00
SleeplessOne1917
61e0241d89
Fix password autocomplete ( #2033 )
2023-08-07 12:51:19 -04:00
maxime.io
76a656bc5b
Fix suggested title " " spaces ( #2037 )
...
* Fix imported title   spaces
* Update src/shared/components/post/post-form.tsx
Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
* Fix lint issue
---------
Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
2023-08-07 12:39:44 +00:00
3f985558e8
Merge remote-tracking branch 'origin/main' into add_open_links_in_new_tab_1
2023-08-04 17:00:45 -04:00
b5ef4db621
Fixing PR comments.
2023-08-04 16:48:35 -04:00
Pavlos Smith
d923cfa522
Lemmy 2515 controversial posts and comments ( #1727 )
...
* Added buttons to be able to sort posts and comments by controversy rank
* Added buttons to be able to sort posts and comments by controversy rank
* lost changes
* Hiding controversial sort if downvotes disabled (unfinished)
* Finished hiding sort option correctly
* Removed newline
* Removed hiding logic for now, this should be included in a future PR
* woodpecker re-run
* woodpecker re-run
* woodpecker re-run
* Update lemmy js-client version
---------
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
2023-08-04 16:32:07 -04:00
SleeplessOne1917
1a53a247ab
Update translation submodule ( #2023 )
...
* Update translation submodule
* Fix translation generation error
2023-08-04 16:24:13 -04:00
Milan Damen
afafb777b4
Mark post as read when clicking "Expand here" on the preview image on the post listing page ( #1600 ) ( #1978 )
...
* Mark post as read when clicking "Expand here" on the preview image on the post listing page (#1600 )
* Simplified check for mark post as read
* Implemented mark post as read as a property callback instead of directly using HttpService
---------
Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
2023-08-04 10:47:17 -04:00
SomeoneStoleMyNickname
2531d05191
Expanded the RegEx to check if the title contains new line caracters. Should fix issue #1962 ( #1965 )
...
* Expanded the RegEx to check if the title contains new line caracters.
Should fix the issue #1962 .
Also added Comments for clarity.
* ran yarn and changed according to recommendations
2023-08-04 10:44:03 -04:00
HKayn
8edf69559e
Fix document title of admin settings being overwritten by tagline and emoji forms ( #2003 )
...
* Fix document title of admin settings being overwritten
* Remove obsolete imports
2023-08-03 12:27:06 -04:00
Dessalines
9f2289d466
Upgrading deps, running prettier. ( #1987 )
2023-07-28 16:15:42 -04:00
SleeplessOne1917
dd42bc2a3d
ES-Lint tweak ( #2001 )
2023-07-28 16:07:16 -04:00
Hamzah Mansour
908b7c5bb1
Use proper modifier key in markdown text input on macOS ( #1995 )
...
* add os detect util, use meta key on macos
* pr feedback
2023-07-28 15:25:02 -04:00
Dessalines
88f89cb953
Fixing comment report showing dot. ( #1989 )
...
* Fixing comment report showing dot.
* Using list-unstyled instead of removing <ul and <li
2023-07-26 17:11:40 -04:00
Dessalines
2ccaaf1bcd
Make sure comment score color matches your vote. ( #1988 )
...
* Make sure comment score color matches your vote.
* Fixing lints.
2023-07-26 19:51:43 +00:00
creesch
925d9624d5
Allow limited set of markdown in title rendering ( #1977 )
2023-07-26 13:41:57 -04:00
a67c70a449
Allow selecting from all languages in person settings ( fixes #1971 ) ( #1985 )
2023-07-26 13:39:06 -04:00
SleeplessOne1917
655310d6e6
Merge branch 'main' into lemmy-282/add-open-in-new-tab-setting
2023-07-26 11:33:37 +00:00
djvs
d42aabb3ca
Separate final comment row + add classes ( #1982 )
...
Co-authored-by: djvs <djvs@users.noreply.github.com>
2023-07-25 14:07:17 -04:00
Ben Wyatt
6331323554
Allow sorting on /communities ( #1934 )
...
* Allow sorting on communities page
Just a few minor changes to communities.tsx that add a sort dropdown - same element as the sort dropdown in home.tsx
* Fix alignment of communities.tsx selector row
Simple CSS fix for correct alignment of a few elements
---------
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-07-17 11:22:01 -04:00
Dogeek
8435fde489
Merge branch 'main' of github.com:LemmyNet/lemmy-ui into lemmy-282/add-open-in-new-tab-setting
2023-07-16 05:38:49 +02:00
Daniele Basso
9c489680de
Fix base.output (see #1911 ) ( #1943 )
2023-07-14 16:52:05 -04:00
SleeplessOne1917
b7ec7ae311
Add show/hide button to password fields ( #1861 )
...
* Make working password inputs
* Make show/hide password button use icon
* Tweak look
* Handle delete account form separately from change settings form
* Adjust password strengthometer position
* Incorporate PR feedback
* Add translations
2023-07-14 13:33:24 -04:00
Dogeek
5fb22f671f
pull translations
2023-07-14 14:45:38 +02:00
Dogeek
bed2eb34cd
oopsie 2
2023-07-14 14:43:15 +02:00
Dogeek
c3c3ba8ec8
oopsie
2023-07-14 14:37:40 +02:00
Dogeek
72f46f04ca
Merge branch 'lemmy-282/add-open-in-new-tab-setting' of github.com:Dogeek/lemmy-ui into lemmy-282/add-open-in-new-tab-setting
2023-07-14 14:36:27 +02:00
Dogeek
025bbb56ba
merge main into lemmy-282
2023-07-14 14:34:11 +02:00
randfur
cd1a11c77a
Fix start_url and scope ( #1931 )
...
Remove unused import
2023-07-13 20:01:14 -04:00
Daniele Basso
dbeab6450b
Remove lodash.merge dependency ( #1911 )
...
Remove lodash.merge dependency from webpack.config.js file, replacing it with using spread sintax (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax )
2023-07-13 20:05:28 +00:00
Lionir
9e246beb03
Set person_id to myId in handleLeaveModTeam ( #1929 )
2023-07-12 22:26:21 -04:00
Lemmus.org
021677316d
Remove invalid default option from language list ( #1919 )
2023-07-12 10:04:16 -04:00
Sander Saarend
5d4edf555e
Fix CSP in dev mode ( #1918 )
2023-07-12 10:03:49 -04:00
rosenjcb
7a804ff333
Add Toast Messages for Bad Logins ( #1874 )
...
* Added toast prompts
* Using generic message instead.
---------
Co-authored-by: Jacob Rosenzweig <rosenjcb@Jacobs-MacBook-Pro.local>
Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
2023-07-12 10:01:47 -04:00
SleeplessOne1917
2911cd8cdb
Comment border tweak ( #1820 )
...
* Tweak border depth
* Tweak top level margins
2023-07-10 19:16:03 -04:00
Sander Saarend
546f0ad704
Add nonce-based CSP header ( #1907 )
...
* Remove websocket config
* Add nonce based CSP
2023-07-10 14:26:41 -04:00
cmp
462bdb10c9
Use the 'node' user instead of root when running. ( #1894 )
2023-07-10 10:50:25 -04:00
Klemen Košir
ed0fd264de
Add community name to featured post action in Modlog ( #1891 )
2023-07-10 10:48:27 -04:00
Matthew Miner
53c3cfeade
Use canonical URLs ( #1883 )
2023-07-10 10:46:36 -04:00
Lemmus.org
6350f68579
Add theme option for compact that respects browser default ( #1870 )
2023-07-10 10:33:58 -04:00
Lemmus.org
1bd705d7bc
Update post listing to prefer local image when available ( #1858 )
2023-07-10 10:22:12 -04:00
drumlinish
1774ecdf6c
Disallow /modlog since it is not relevant for bots ( #1850 )
2023-07-10 10:17:24 -04:00
51842d6410
v0.18.2-rc.1
2023-07-10 13:58:16 +02:00
Anon
e80bcf53ac
Fix XSS vuln ( #1897 )
2023-07-10 07:37:07 -04:00
SleeplessOne1917
3d58baea7c
User inferno prompt instead of handrolled one ( #1867 )
2023-07-07 19:33:03 -04:00
SleeplessOne1917
45333d8c10
Darkly tweak ( #1811 )
...
* Make outline buttons have better contrast in dark themes
* Change secondary color for darkly themes
* Put compact styles back to how they were before
* Forgot to build themes
2023-07-07 14:27:25 -04:00
c-andy-candies
214eae5be5
Reopen PR 1420 Feature add three six and nine months options frontend ( #1689 )
...
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-07-07 13:37:50 -04:00