sonata-chen
4117d04196
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)
2022-07-27 16:58:34 -04:00
Dessalines
c2c98ac638
Forgot to type a few Searches. Fixes #718 ( #722 )
2022-07-18 19:58:37 +00:00
Dessalines
08bee55056
New communities fetch limit is 50. ( #711 )
2022-07-13 14:27:43 +00:00
5dfb26cfd8
Clicking "subscribe pending" button performs unsubscribe ( fixes #705 ) ( #706 )
2022-07-11 14:07:47 -04:00
Dessalines
130748a0c3
Fix site setup and login. Fixes #699 ( #702 )
2022-06-27 16:50:47 -04:00
Dessalines
96583bee47
Adding purging of comments, posts, communities, and users. ( #459 )
...
* Starting on admin purge.
* Updating translations.
* Finishing up item purging.
2022-06-23 15:44:05 -04:00
Dessalines
75d52f1e4e
Removing save and read config hjson. Fixes #695 ( #696 )
2022-06-23 10:05:56 -04:00
Dessalines
46c610990a
Expose pending 2 ( #662 )
...
* Updating translations.
* Adding better subscribe type.
* Fix extra pending string.
2022-06-23 13:35:53 +00:00
Dessalines
d905c91e1b
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.
2022-06-21 17:42:29 -04:00
kac-
d41e19f3f1
Fix NPE during new site startup ( #677 )
2022-06-02 09:51:28 -04:00
Dessalines
3e7579b8bb
Fixing CSP for iOS devices. Fixes #669 ( #678 )
2022-06-01 16:43:54 +00:00
Dessalines
e467b22ae0
Commenting out csp headers, since it broke iOS devices. Fixes #669 ( #675 )
2022-05-30 22:30:42 +00:00
ianiiaannn
3c42aad2b1
Fix names for Chinese. ( #668 )
2022-05-28 15:17:55 -04:00
4730fe618b
Revert "Fix lint"
...
This reverts commit 29bdd3bafd
.
2022-05-26 18:36:34 -04:00
Dessalines
36297366fa
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>
2022-05-26 16:48:58 -04:00
Dessalines
fcb85efb19
Use LEMMY_UI_DEBUG for development mode. ( #644 )
2022-05-26 16:48:36 -04:00
Dessalines
c8869174e8
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
2022-05-25 03:33:11 +00:00
Dessalines
0fc7808f3a
Turn off html in markdown. Fixes #650 ( #657 )
2022-05-24 16:40:31 +00:00
29bdd3bafd
Fix lint
2022-05-24 12:36:02 -04:00
Dessalines
2d0da58793
Add posting restricted to mods ( #642 )
...
* Adding only mods can post. Fixes #641
* Fixing canPost check
2022-05-23 15:22:15 -04:00
Dessalines
d4ca2085ad
Add default post listing ( #645 )
...
* Fix local development.
* Updating translations.
* Adding default site post listing. Fixes #625
2022-05-23 15:19:14 -04:00
Dessalines
321339c6c5
Don't render markdown for summaries. Fixes #658 ( #659 )
2022-05-23 11:13:41 +00:00
b77689ebd1
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
2022-05-06 03:12:42 +00:00
Dessalines
2274f51e8d
Adding site sidebar for remote communities. Fixes #626 ( #640 )
2022-04-28 22:42:15 +02:00
Dessalines
130bfc9c8b
Properly debouncing tribute mentions. Fixes #633 ( #639 )
2022-04-27 22:57:55 +02:00
Dessalines
6b53ae7f62
Adding litely-red and darkly-red themes. ( #636 )
2022-04-27 19:10:58 +00:00
Dessalines
2d1111fa74
Fixing initial loading of admin page. Fixes #635 ( #638 )
2022-04-27 19:09:36 +00:00
Dessalines
f7dc1a52da
Fixing helmet theme bug. Fixes #628 ( #629 )
2022-04-15 21:22:57 +00:00
Dessalines
9c2f70e5e0
Adding site ban from profile page. Fixes #588 ( #627 )
2022-04-15 21:22:39 +00:00
Dessalines
47a0b8d4b9
Adding sidebar and subscribed collapse. Fixes #609 ( #622 )
2022-04-15 16:21:57 +00:00
Dessalines
35f1e06222
Adding a LEMMY_UI_DEBUG flag for eruda debugging ( #624 )
2022-04-13 15:33:00 +00:00
ensag-dev
d3775b0247
Adds OC ( #620 )
...
For the translations are back
2022-04-11 22:52:47 +00:00
Dessalines
7d8843902a
Revert "Set content security policy http header for all responses ( #608 )" ( #613 )
...
This reverts commit f1c5c60c76
.
2022-04-08 13:52:16 +00:00
06c3e547fb
Dont allow community urls like /c/{id} ( fixes #611 ) ( #612 )
...
* Dont allow community urls like /c/{id} (fixes #611 )
* Also remove usage of numeric ids for user profiles
* fix
* fix
2022-04-08 13:29:02 +00:00
f1c5c60c76
Set content security policy http header for all responses ( #608 )
2022-04-07 21:01:55 +00:00
057a9ff4f5
Fix loading indicator on search page ( fixes #443 ) ( #606 )
...
* Fix loading indicator on search page (fixes #443 )
* fix lints
* review fix
* remove .filter
2022-04-05 10:41:50 +00:00
Dessalines
6bd4ed4791
Remove auth token from error message. Fixes #600 ( #601 )
2022-03-24 20:34:04 +00:00
0619b162d6
Fix error during new site setup ( #596 )
...
* Fix error during new site setup
* remove logging
2022-03-14 20:11:21 +00:00
3fe9dc0d7b
Differentiate between mods and admins in mod log ( #597 )
2022-03-14 20:09:29 +00:00
8f38213780
Fix comment fedilink ( fixes #594 ) ( #595 )
2022-03-14 18:33:59 +00:00
ada4b03615
Rename theme files from *.min.css to *.css ( #590 )
2022-03-03 12:55:26 -05:00
Dessalines
aef6a66824
Fixing custom theme issue. ( #589 )
2022-03-02 21:15:04 +00:00
2ffe7e4c6f
Custom themes ( #584 )
...
* Add support for custom themes (fixes #560 )
* load theme list in site-form.tsx
2022-03-02 10:35:59 -05:00
c394ddcbad
address review comments
2022-03-01 14:47:52 +01:00
0ab1777046
Add option to set site default theme ( fixes #559 )
2022-02-25 14:41:10 +01:00
Dessalines
6684bbeaf6
Adding nofollow to links. Fixes #542 ( #543 )
...
* Adding nofollow to links. Fixes #542
* Running prettier.
2022-02-24 15:31:44 +00:00
2663e19fdc
Fix language names ( #580 )
...
* Fix language names
* Remove translations which are less than 70% completed, simplify localization code
* address review comment
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2022-02-18 19:34:11 +00:00
Dessalines
67593746e0
Move fedi link in post listing location. Fixes #569 ( #583 )
2022-02-17 18:28:43 +00:00
Dessalines
a406a87146
Don't redirect on server error. Fixes #570 ( #582 )
2022-02-17 18:08:13 +00:00
Dessalines
99f652422f
Smart select inner content after bold or italics. Fixes #497 ( #577 )
2022-02-14 19:43:07 +00:00