Commit Graph

218 Commits (23d0f3ed3c705b8e6ab8f08f3c462267562b674c)

Author SHA1 Message Date
Nutomic 23d0f3ed3c
Display build status badge from drone.join-lemmy.org (#2564)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2 years ago
ᡥᠠᡳᡤᡳᠶᠠ ᡥᠠᠯᠠ·ᠨᡝᡴᠣ 猫 42674b7abd
Translated README.md to Chinese (#2549)
* Add Mandarin locales

`README.zh.hans.md` for Simplified Chinese, `README.zh.hant.md` for Traditional Chinese

* Fix relative links to README
2 years ago
Nutomic 7bb941e546
Change description in readme (#2481)
* Change description in readme

* Replace Mastodon contact link with Lemmy support forum

* update text

* remove part about unstable api
2 years ago
Nutomic 23819d44f3
Add link to Matrix chat in readme (#2303) 2 years ago
Dessalines 5a245659c8 Add jerboa link to readme. Fixes #2137 2 years ago
Marcin Wojnarowski 4a541a25ab
Change lemmur repo links (#1977) 2 years ago
Dessalines 05e91ab9a2 Add cardano donation link 3 years ago
Dessalines 6af75492a9
Swap out iframely (#1706)
* Replace Iframely. Fixes #1681

* Add post_link_tags to nginx

* Adding post_link_tags route

* Cleaning up post_link_tags

* Changing PostLink to SiteMetadata, adding it to the API.

* Fixing issue when local has no openssl certs.

* Fixing an issue with pictrs errors

* Revert "Fixing issue when local has no openssl certs."

This reverts commit dbf7d1b1ee03846e5ef7b7156e618424f1150e1d.

* Add ca-certs to dockerfile for volume mount.

* Cleaning up fetch_pictrs request

* Changing to fetch_site_data
3 years ago
Marcin Wojnarowski fb66b77d67
Update lemmy_api_client status 3 years ago
Dessalines 12d50e42b4
Change join.lemmy.ml to join-lemmy.org (#1628) 3 years ago
Nutomic 198f3073f9
Readme russian (#1568)
* README.ru.md

Russian language is done.

* Some fixes for previous commit

Co-authored-by: Andrei Guliaikin <guland2000@users.noreply.github.com>
3 years ago
mickie fac024b90c
Translated README.md to Spanish (#1525)
* Add menu bar for language selection

* Create README.es.md

* Update README.es.md

* fix minor issues

* Update README.md

* Update and rename README.es.md to readmes/README.es.md

* Update features section.

* Update README.md

* Update README.es.md
3 years ago
Dessalines af2f84805a Fixing image locations. 3 years ago
Arjen P. de Vries a5e2463097
Update README.md
Federation is probably more complete than suggested here.

In response to:
https://github.com/LemmyNet/lemmy/issues/647#issuecomment-787068478
3 years ago
Dessalines a7540b4947 Fixing build / drone badge. 3 years ago
Dessalines 5f112aad44 Fixing image links. #1355 3 years ago
Dessalines d5d99fa3b9
Moving docs to join.lemmy.ml . Fixes #1396 (#1410)
* Moving docs to join.lemmy.ml . Fixes #1396

* Removing submodule fetch from drone.
3 years ago
Dessalines 86d8c9b18e Adding awesome-humane-tech to readme. #1394 3 years ago
Nutomic 9609bd99bb
Add readme link to translation instructions for documentation (#1392)
* Add readme link to translation instructions for documentation

* Fix contributing link in readme
3 years ago
Anton Kuzmin 5102cdddc1
rename lemmer to remmel (#1391) 3 years ago
Dessalines 363ceea5c7 Fixing some readme links. Fixes #1382 3 years ago
Dessalines c014bef84d Updating docs locations. 3 years ago
Dessalines cb9c354c28 Updating to add lemmer. 3 years ago
Anton Kuzmin b1fb90ff6d add lemmer 3 years ago
Dessalines edf0fd4381 Merge branch 'move_views_to_diesel' into remove_travis_and_federation_docker 3 years ago
Felix Ableitner a4f6ca0c9c Code of conduct moved to documentation 3 years ago
Dessalines 7db754e94c Revert "Revert "Removing docker/federation and docker/travis folders.""
This reverts commit e483b6b51f.
3 years ago
Dessalines e483b6b51f Revert "Removing docker/federation and docker/travis folders."
This reverts commit 689f5c1306.
3 years ago
Dessalines 689f5c1306 Removing docker/federation and docker/travis folders. 3 years ago
Dessalines 01a14e3b3c
Change references of dev.lemmy.ml to lemmy.ml (#1281)
* Change references of dev.lemmy.ml to lemmy.ml

* Remove the dev.lemmy.ml refs in RELEASES.md
4 years ago
Felix Ableitner 45dced3fcb Change domain of yerbamate.dev to yerbamate.ml 4 years ago
Dessalines 4f0059198e Updating readme to ref join.lemmy.ml 4 years ago
Dessalines 5e0562e80e Fix matrix room link. 4 years ago
YOSHIOKA Takuma 8bfd678d49
Fix outdated links in README 4 years ago
Dessalines 9b69c446e2 Remove kubernetes. #842 4 years ago
Dessalines 4d0365bca3 Replace gitlab with codeberg. Fixes #1171 4 years ago
Dessalines 389e929c8e Fixing readme. 4 years ago
Dessalines 5c6258390c
Isomorphic docker (#1124)
* Adding a way to GetComments for a community given its name only.

* Adding getcomments to api docs.

* A first pass at locally working isomorphic integration.

* Testing out cargo-husky.

* Testing a fail hook.

* Revert "Testing a fail hook."

This reverts commit 0941cf1736.

* Moving server to top level, now that UI is gone.

* Running cargo fmt using old way.

* Adding nginx, fixing up docker-compose files, fixing docs.

* Trying to re-add API tests.

* Fixing prod dockerfile.

* Redoing nightly fmt

* Trying to fix private message api test.

* Adding CommunityJoin, PostJoin instead of joins from GetComments, etc.

- Fixes #1122

* Fixing fmt.

* Fixing up docs.

* Removing translations.

* Adding apps / clients to readme.

* Fixing main image.

* Using new lemmy-isomorphic-ui with better javascript disabled.

* Try to fix image uploads in federation test

* Revert "Try to fix image uploads in federation test"

This reverts commit a2ddf2a90b.

* Fix post url federation

* Adding some more tests, some still broken.

* Don't need gitattributes anymore.

* Update local federation test setup

* Fixing tests.

* Fixing travis build.

* Fixing travis build, again.

* Changing lemmy-isomorphic-ui to lemmy-ui

* Error in travis build again.

Co-authored-by: Felix Ableitner <me@nutomic.com>
4 years ago
Dessalines 2080534744
Switch front end to use lemmy-js-client. Fixes #1090 (#1097)
* Switch front end to use lemmy-js-client. Fixes #1090

* Adding an HTTP client. Cleaning up Websocket client.
4 years ago
Dessalines c335069310
Add Apps / Clients section to readme. (#1019)
* Add Apps / Clients section to readme.

* Separating apps and libraries.
4 years ago
Dessalines 2f5e191b2d Changing references from master to main. #820 4 years ago
ed neville a804926c35 Minor correction of nouns in README.md
'Reddit' and 'Lemmy' are used as nouns so they should be title-cased.

Signed-off-by: ed neville <ed@s5h.net>
4 years ago
Felix Ableitner 0f1a8ec928 Merge branch 'master' into federation 4 years ago
Lorenz Schmidt a3a55dd195
Indicate unstable API in README and mdbook (#781) 4 years ago
Dessalines 38cdfdf7e0 Changing federated community and user links and searching.
- Search: !community@instance, @user@instance
- Representation: community@instance, user@instance
4 years ago
niniack 09d4bf1d7a swap imgur links for github links 4 years ago
Dessalines d448bc6f9a Adding code mirror section to readme. 4 years ago
Dessalines aa5db37bda Add open collective (#637)
* Add Emoji Picker for comments and post body.

- Fixes #634

* Make sure typing dropdown uses twemojis.

* Adding opencollective links. Fixes #636
4 years ago
Dessalines ed264aba3c Updating code url references to https://github.com/LemmyNet/lemmy 4 years ago
Felix Ableitner d71145bc6e remove utm parameter 4 years ago