Mischa Spiegelmock
|
99c7966200
|
Make WS host configurable (#167)
* Make WS host configurable
* indent
* Type fixes
* Type lemmyConfig
* typo
* Move lemmy config to interfaces.ts
|
2021-02-12 12:54:35 -05:00 |
|
|
b24eba6fea
|
Comments and posts no longer live-sorted. Fixes #51
- Only changing the view or sort, or reloading the page will resort.
- New comments by default added to the top, and left unsorted.
|
2021-02-07 23:23:31 -05:00 |
|
|
ef19b9f6b8
|
Adding croatian.
|
2021-02-05 13:13:39 -05:00 |
|
|
aade5e3c7f
|
Updating docs locations.
|
2021-02-04 15:50:07 -05:00 |
|
Dessalines
|
192ec14441
|
Adding simple scroll position restore. Fixes #18 (#162)
* Adding simple scroll position restore. Fixes #18
* Removing isBrowser check from community.tsx.
|
2021-02-02 13:36:59 -05:00 |
|
|
b8c3c2bcd4
|
Using fully qualified actor_ids for name and community tributes. Fixes #93
|
2021-01-23 17:07:46 -05:00 |
|
|
2be380ef76
|
Adding tippy to new comments. Fixes #92
|
2021-01-23 16:40:24 -05:00 |
|
|
6a3329f9a2
|
Updating v2 API based on nutomics recommends.
|
2021-01-18 17:42:41 -05:00 |
|
|
a2b0f6ec04
|
Adding occitan.
|
2021-01-15 16:57:45 -05:00 |
|
|
bb4a18510c
|
Fixing docs location
|
2021-01-15 12:42:39 -05:00 |
|
|
524711e05e
|
Add proper docs url.
|
2021-01-06 16:06:42 -05:00 |
|
|
325285951c
|
A few fixes.
|
2020-12-25 22:28:05 -05:00 |
|
|
368d4199a5
|
Actually sending ws requests, some other fixes.
|
2020-12-24 17:05:57 -05:00 |
|
|
ea317af269
|
First pass at v2_api
|
2020-12-23 20:58:27 -05:00 |
|
Adam Clark
|
5143300598
|
Fix guide URL, fixes link breakages in moved docs. This should resolve Issue 108.
|
2020-12-15 11:16:33 -08:00 |
|
|
99796c99ca
|
Adding danish, not yet translated.
|
2020-12-09 10:15:53 -05:00 |
|
|
3278576927
|
Trying to fix site loading errors. #104
|
2020-12-05 20:26:01 -06:00 |
|
|
b1bff390c7
|
Adding the support / donate page to the navbar. Fixes #86
|
2020-12-01 09:27:27 -06:00 |
|
|
e86cd3eddb
|
Copy forward-headers from nginx to local node-fetch. Fixes #73
|
2020-11-12 15:56:46 -06:00 |
|
|
2a82bead57
|
Fixing empty post url. Fixes #70
|
2020-11-03 09:53:18 -06:00 |
|
Orvar Segerström
|
e03fe66a21
|
Don't flash default theme on page load
|
2020-10-26 08:12:41 +01:00 |
|
|
cb433f12b2
|
Removing landing and donations page, adding joinlemmy. Fixes #63
|
2020-10-24 10:48:27 -05:00 |
|
|
40e1aca891
|
Making front end work w/ pictrs v2. Fixes #57
|
2020-10-14 14:36:37 -05:00 |
|
|
7cb650dbd3
|
Fixing RSS for non-local communities. Fixes #53
|
2020-10-13 16:04:44 -05:00 |
|
|
b74eecc724
|
Make /c/local the default for not-logged-in users. Fixes #52
|
2020-10-04 21:11:48 -05:00 |
|
|
2258c2441b
|
Adding uppercase M, Y, for month, year.
|
2020-10-04 19:14:23 -05:00 |
|
|
107869a96b
|
Improving action / comment bar. Fixes #37
- Added abbreviations for relative fromNow times in english.
|
2020-09-25 16:16:41 -05:00 |
|
|
4ef7b10116
|
Adding a browser default theme option. Fixes #35
|
2020-09-24 17:03:03 -05:00 |
|
|
8c5cebbde9
|
Updating translations, repo url, fixing webmanifest.
|
2020-09-22 14:09:16 -05:00 |
|
|
d7c13794d5
|
Revert "Splitting out chinese region translations."
This reverts commit 33d54d31a0 .
|
2020-09-22 10:23:22 -05:00 |
|
|
33d54d31a0
|
Splitting out chinese region translations.
|
2020-09-15 13:48:59 -05:00 |
|
|
c10d2f4a76
|
Moving javascript disabled warning to top.
|
2020-09-14 10:26:24 -05:00 |
|
|
89d15c9d09
|
Adding opengraph tags. Fixes #5
|
2020-09-11 13:09:21 -05:00 |
|
|
8d6b75a45f
|
Adding themes, assets. Hate doing this but oh well. Fixes #2
|
2020-09-10 21:40:41 -05:00 |
|
|
e16ff7781a
|
Making a pass at adding a service worker.
|
2020-09-09 21:38:57 -05:00 |
|
|
e8e3612cdb
|
Logging in working, languages working.
|
2020-09-09 15:33:40 -05:00 |
|
|
bea7a37983
|
Modlog, admin-settings, search, and user done.
|
2020-09-08 21:40:36 -05:00 |
|
|
95b74ad74c
|
Add post, inbox, and user routes.
|
2020-09-08 19:48:17 -05:00 |
|
|
bfce461a14
|
Adding create private message.
|
2020-09-08 13:44:55 -05:00 |
|
|
8f44607956
|
Main page done.
|
2020-09-07 23:09:11 -05:00 |
|
|
a5aeba3ad0
|
Create community, Create post, and instances pages done.
|
2020-09-07 17:24:48 -05:00 |
|
|
cde3c266f2
|
Better resolver, communities mostly done.
|
2020-09-07 10:32:07 -05:00 |
|
|
241ef72290
|
Somewhat working webpack. Sponsors and communities pages done.
|
2020-09-06 22:41:46 -05:00 |
|
|
2eee936026
|
Partly functioning fuse-box, but moving te webpack now.
|
2020-09-06 11:15:25 -05:00 |
|