Commit Graph

245 Commits (main)

Author SHA1 Message Date
Dessalines f61c969f7a Adding yarn run ts-node to husky pre-commit. 4 years ago
Dessalines cc6c173828 Formatting translation file, changing deploy script to const. 4 years ago
David 8aac74a0a6 Added and completed CA translation 4 years ago
David ca1cce35a6 ES translation completed & some fixes 4 years ago
Dessalines a7f2b2927d Adding finnish to translation report. 4 years ago
Dessalines fc0495894d Adding finnish to moment, dropdown. 4 years ago
Dessalines ec042d1d61 Fixing repo mirrors section. 4 years ago
Dessalines 7a0b656634 Squashed commit of the following:
commit 7be3cff714
Author: Dessalines <happydooby@gmail.com>
Date:   Fri Jan 24 20:41:48 2020 -0500

    Some minor additions.

commit 4dfd96ce8c
Author: Richie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com>
Date:   Fri Jan 24 17:35:41 2020 -0800

    Add a list of repository mirrors to the README.md

commit 349751f143
Author: Richie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com>
Date:   Fri Jan 24 16:47:33 2020 -0800

    Fix a typo in README.md

commit bfc45aa9bc
Merge: 197bd67 9024809
Author: Richie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com>
Date:   Fri Jan 24 15:55:15 2020 -0800

    Merge pull request #1 from StaticallyTypedRice/StaticallyTypedRice-documentation

    Add more implemented features to README.md

commit 9024809a5c
Author: Richie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com>
Date:   Fri Jan 24 15:52:27 2020 -0800

    Add more implemented features to README.md
4 years ago
Dessalines 8b88a8e75b Squashed commit of the following:
commit f5b75f342b
Merge: bd1fc2b 69389f6
Author: Dessalines <happydooby@gmail.com>
Date:   Thu Jan 23 19:17:42 2020 -0500

    Done merging http-api and private_message

commit bd1fc2b80b
Author: Dessalines <happydooby@gmail.com>
Date:   Thu Jan 23 16:46:07 2020 -0500

    Remove danger from private-message.tsx

commit 69389f61c9
Author: Dessalines <happydooby@gmail.com>
Date:   Thu Jan 23 11:21:21 2020 -0500

    Fixing http curl POST docs.

commit 7fdcae4f07
Merge: dbe9ad0 752318f
Author: Dessalines <happydooby@gmail.com>
Date:   Thu Jan 23 11:01:06 2020 -0500

    Merge remote-tracking branch 'nutomic/http-api' into dessalines-http-api

commit 752318fdf3
Author: Felix <me@nutomic.com>
Date:   Thu Jan 23 15:22:17 2020 +0100

    api fixes

commit 9ccff18f23
Author: Dessalines <happydooby@gmail.com>
Date:   Wed Jan 22 22:29:11 2020 -0500

    Adding a toaster to replace alerts. Fixes #457

commit 5197407dd2
Merge: bacb9ac 58f673a
Author: Dessalines <happydooby@gmail.com>
Date:   Wed Jan 22 21:20:38 2020 -0500

    Merge branch 'private_messaging' into dev

commit 58f673ab78
Author: Dessalines <happydooby@gmail.com>
Date:   Wed Jan 22 21:09:17 2020 -0500

    Adding message to comment node actions.

commit bacb9ac59e
Merge: 10c6505 7d3adda
Author: Dessalines <happydooby@gmail.com>
Date:   Wed Jan 22 20:37:08 2020 -0500

    Merge branch 'private_messaging' into dev

commit 10c6505968
Author: Dessalines <happydooby@gmail.com>
Date:   Wed Jan 22 20:35:20 2020 -0500

    Adding correct hello_name to mail.

commit 7d3adda0cd
Author: Dessalines <happydooby@gmail.com>
Date:   Wed Jan 22 16:35:29 2020 -0500

    Adding private messaging, and matrix user ids.

    - Fixes #244

commit dbe9ad0998
Author: Dessalines <happydooby@gmail.com>
Date:   Mon Jan 20 18:49:54 2020 -0500

    Fixing last.

commit 20c9c54806
Author: Dessalines <happydooby@gmail.com>
Date:   Sun Jan 19 13:31:37 2020 -0500

    Updating API docs.

commit dc84ccaac9
Merge: 6c61dd2 3edd75e
Author: Dessalines <happydooby@gmail.com>
Date:   Sun Jan 19 10:06:25 2020 -0500

    Merge branch 'master' into dessalines-http-api

commit 6c61dd266b
Merge: c5eecd0 e518954
Author: Dessalines <happydooby@gmail.com>
Date:   Sun Jan 19 09:09:00 2020 -0500

    Merge remote-tracking branch 'nutomic/websocket-generics' into dessalines-http-api

commit e518954bca
Author: Felix <me@nutomic.com>
Date:   Sun Jan 19 14:25:50 2020 +0100

    Use generics to reduce code duplication in websocket

commit c5eecd055e
Author: Dessalines <happydooby@gmail.com>
Date:   Sun Jan 19 00:38:45 2020 -0500

    Strongly typing WebsocketJsonResponse. Forgot comment-form.tsx

commit 0c5eb47135
Author: Dessalines <happydooby@gmail.com>
Date:   Sat Jan 18 23:54:10 2020 -0500

    First pass at fixing UI to work with new websocketresponses.

commit baf77bb6be
Author: Felix <me@nutomic.com>
Date:   Sat Jan 18 17:25:45 2020 +0100

    simplify json serialization code

commit 047ec97e18
Author: Felix <me@nutomic.com>
Date:   Sat Jan 18 14:22:25 2020 +0100

    rewrite api endpoint urls

commit 2fb4900b0c
Author: Felix <me@nutomic.com>
Date:   Thu Jan 16 17:04:37 2020 +0100

    fix typo

commit cba8081579
Author: Felix <me@nutomic.com>
Date:   Thu Jan 16 16:47:38 2020 +0100

    fix formatting

commit d7285d8c25
Author: Felix <me@nutomic.com>
Date:   Thu Jan 16 16:09:01 2020 +0100

    small fix

commit 415040a1e9
Author: Felix <me@nutomic.com>
Date:   Thu Jan 16 15:39:08 2020 +0100

    working!

commit 7a97c981a0
Author: Felix <me@nutomic.com>
Date:   Wed Jan 15 16:48:21 2020 +0100

    try to simplify code with higher order functions

commit c41082f98f
Author: Felix <me@nutomic.com>
Date:   Wed Jan 15 16:37:25 2020 +0100

    Implement HTTP API using generics (fixes #380)
4 years ago
Andre Vallestero 50056699ac Fixed infernojs url 4 years ago
Dessalines 5579f4b482 Automatically update translation report. Fixes #439 4 years ago
Dessalines 12e0694d1b Update donation section. 4 years ago
Dessalines 8604c1d257 Fixing error when email already exists. Fixes #427 4 years ago
Dessalines c37ee2ae1b Changing changelog to releases.md 4 years ago
Dessalines bc257d36ed Add more info to contributing. Fixes #429 4 years ago
Dessalines 8a392fff9e Updating translation report. 4 years ago
Dessalines fea6f76f4d Updating translation report. 4 years ago
Dessalines 1de4899c6a Updating translation report. 4 years ago
Dessalines 0f8965fac9 Adding some fixes to new docs system. 4 years ago
Dessalines 3d4412a704 Merge branch 'mdbook' of https://yerbamate.dev/Nutomic/lemmy into Nutomic-mdbook 4 years ago
Dessalines f5a13717ea Adding change password and email address from user settings.
- Fixes #384
- Fixes #385
4 years ago
Felix Ableitner 77847ab3e6 Move translations to readme, put install instructions in both places 4 years ago
Felix Ableitner d80e8fc075 Use mdbook for documentation (fixes #375) 4 years ago
Dessalines 9d1383906a Correcting mastodon follow link. 4 years ago
Dessalines a4428528e3 Adding user avatars / icons. Requires pictshare.
- Fixes #188
4 years ago
Dessalines 786be3fa66 Config fixes.
- Adding front_end_dir to settings.
- Adding unit test for PasswordResetRequest encryption.
- Readme points to lemmy.hjson
- Fixing docker prod, dev, and ansible builds.
- Removing redundant env files, as all config is now in a single file.
- Some formatting fixes.
4 years ago
Felix Ableitner a3065ed39f Fix overriding config vars with underscore from environment 4 years ago
Felix Ableitner 1f7546789a update documentation, docker and ansible files 4 years ago
felix dd787dfcf6 add remaining german translations (#365) 4 years ago
Dessalines f0808a1116 Adding custom language setting.
- Fixes #319
4 years ago
Dessalines b4ef762087 Adding RSS feeds to readme. 5 years ago
Dessalines bcf994efe9 Adding archive button for valid post urls.
- Fixes #342
5 years ago
Dessalines e8ce11cc2f Adding new images to readme. Updating translation report.
- Fixes #322
5 years ago
Dessalines 6dca5b6f1e Adding raspberry pi line to readme. 5 years ago
Dessalines 198b5f10dd Remove icons for toc. 5 years ago
Dessalines f1ffb67d5c Updating readme. 5 years ago
Dessalines 7cab5d7b96 Updating readme. 5 years ago
Dessalines 3ad35e4328 Updating readme. 5 years ago
Dessalines 23c60dff4e Reformatting from translation report. 5 years ago
Matteo Guglielmetti 49e9631460 Fixes typo 5 years ago
Matteo Guglielmetti ddf05d7b36 Adds last translations, updates README with percentages 5 years ago
Dessalines 088f47c611 Merge branch 'dev' 5 years ago
Andrew Banchich 934b3945f8 Update grammar / punctuation 5 years ago
Dessalines 3a4505aaab Update translation report. 5 years ago
Dessalines d561e2995b Translation report instructions. 5 years ago
Quentin 5b47fa249f ui: Add missing french translations (#308) 5 years ago
Kirill ebffae59c0 Update README.md. Corrected Motörhead spelling. (#307)
This is impörtant!
5 years ago
Dessalines 8a2fb128a9 Update translation report. 5 years ago
Dessalines b65f5528bd Update translation report. 5 years ago
zacanger ab139995bd feat(ops): k8s 5 years ago
Dessalines 44cea637ad Adding to readme. 5 years ago
Dessalines ea613d2fcf Updating translation report. 5 years ago
Dessalines 88f7c1e4cc Fixing readme. 5 years ago
Dessalines b1f9950cda Updating es.ts and translation report. 5 years ago
Dessalines b5f3100406 Updating translation report 5 years ago
Dessalines 170f1a38fe Updating translation report. 5 years ago
Dessalines b6ed1b81d0 Adding docker update instructions.
- Fixes #270
5 years ago
Dessalines 1954d2b67f Updating translation report, adding some new lines in api docs. 5 years ago
Maxime Launois 1aea8647d4 Update translation info 5 years ago
Dessalines 05fa6837c4 Adding become to ansible from command line instead. 5 years ago
Dessalines ba55f1cefb Adding preview, image upload, and formatting help to comment and post
forms.

- Fixes #253
5 years ago
Dessalines 5aceb15965 Updating translation report. 5 years ago
Dessalines e196ccd47f Some additions for Dutch. 5 years ago
Dessalines a753a2f5ba Adding extra spanish translations. 5 years ago
Dessalines 977a996920 Updating icon. 5 years ago
Dessalines 38edb60be9 Adding Esperanto.
- Fixes #240
5 years ago
Dessalines ccb58f6ff2 Nicening translation report. 5 years ago
Dessalines 0a44ca81b1 Adding a translation report tool.
- Fixes #231
5 years ago
Dessalines 3561ef93a0 Adding Community and Site transfer
- Fixes #139
5 years ago
Dessalines 512cde82ef Some README updates. 5 years ago
Dessalines bdb1c72153 Updating docker-compose to version 3
- Removing health checks.
- #227
5 years ago
Dessalines 431210025d Some fixes for the docker build.
- Messed with readme.
- They needed to be `.env`, not `env`.
- Leaving the nginx file there, but extracting it out of the main setup. Ppl might use apache, or none at all.
- Docker 3.3 doesn't work with the DB health check unfortunately, so I changed that back to 2.4.
- Changed the env in the docker folder so it doesn't need to be edited, someone could just pull this and start it up if they just wanna test it.
5 years ago
Dessalines 06a9417671 Merge branch 'ansible' of https://github.com/Nutomic/lemmy into Nutomic-ansible 5 years ago
Dessalines cc40916bf5 Adding Monero sponsor link
- Fixes #224
5 years ago
Felix Ableitner 5e44ac207b copy template files into docker/prod folder 5 years ago
Dessalines 5aaf0601f8 Adding german to readme. 5 years ago
Dessalines 7c99f97ddf Adding russian to readme. 5 years ago
Dessalines 01738fb554 Adding more settings for german. 5 years ago
Dessalines 13a3ae85c2 Fixing up readme 2. 5 years ago
Dessalines a2df7015cb Fixing up readme. 5 years ago
Dessalines 8d36cba9f9 Adding new icon by Andy Cuccaro.
- Fixes #203
5 years ago
Dessalines 7a7f98260a Updating readme with gitlab and github links.
- Fixes #41
5 years ago
Dessalines b3e363828c Reorganizing docker compose files.
- Fixes #197
5 years ago
Dessalines ebfdd385ef Merge branch 'dev' 5 years ago
Dessalines 09f3ad3613 Adding Swedish to supported languages. 5 years ago
Dessalines f8cfc28a07 Merge branch 'master' into dev 5 years ago
Dessalines 09e931eefa Changing setup from root dirs. 5 years ago
Dessalines b42d76de87 Changing to githubs raw url. 5 years ago
Felix Ableitner 45443c0b74 asd 5 years ago
Felix Ableitner 44a44c9873 Simplify install instructions 5 years ago
Dessalines d7ab85ab70 Squashed commit of the following:
commit ecd6c5a2f4
Author: Dessalines <happydooby@gmail.com>
Date:   Tue Aug 13 19:49:38 2019 -0700

    Adding some docs

commit 3babd09aff
Author: Dessalines <happydooby@gmail.com>
Date:   Tue Aug 13 19:28:46 2019 -0700

    Adding save user settings

commit 6e8da9cc9e
Merge: 3246d5d c148eef
Author: Dessalines <happydooby@gmail.com>
Date:   Tue Aug 13 17:26:25 2019 -0700

    Merge branch 'dev' into nsfw

commit b3d4a5c4ce
Author: Dessalines <happydooby@gmail.com>
Date:   Sun Aug 11 20:55:09 2019 -0700

    nsfw mostly done, except for settings page.
5 years ago
Dessalines 6fe3f6c3eb Adding more languages to readme. 5 years ago
Dessalines d0d429a627 Adding support for community and user searching.
- Fixes #130
5 years ago
Dessalines 8a7f182059 Adding translations instructions to README. 5 years ago
Dessalines c6dacb485c Remove Kubernetes build, not supported. 5 years ago
Dessalines a6ff94df38 Merge branch 'dev' of https://github.com/dessalines/lemmy into dev 5 years ago
Dessalines 32d1bb3e96 Switching to BrowserRouter.
- Fixes #178.
- #176
5 years ago
fearghasmr ad1355a635 postgres link should link to postgres not sqlite 5 years ago
Dessalines eb24deb804 Add min docker-compose version
- Fixes #166
5 years ago
Dessalines 4772fee9f0 Updating broken bitcoin link. 5 years ago
Dessalines e12e5aef49 Adding mastodon follow to readme. 5 years ago
Dessalines 5e1fcd318a Adding API docs for app developers.
- Fixes #99.
5 years ago
Dessalines 74fb8ebcc8 Adding some badges. 5 years ago
Dessalines 515fc86fd0 Adding a docker image.
- Instructions added to readme for how to use the simpler small image
too. Fixes #101.
5 years ago
Dessalines 9d34efe27f Fixes to readme. 5 years ago
Felix Pojtinger e5639a8148 chore: Remove newlines from headings in README 5 years ago
Felix Pojtinger 45dd106c13 Merge branch 'master' into master 5 years ago
Dessalines 2e487214ff Reworking some UI. Adding proper trending communities with hot rank.
- Breaking out subscribed and all into radios. Fixes #142
5 years ago
Felix Pojtinger 76e3833f49 chore: Formatting 5 years ago
Felix Pojtinger 075df62be1 build: Minimize build time with multi-stage build, add Ingress and production versions 5 years ago
Felix Pojtinger 574393f485 build: Improve server compile time with cache 5 years ago
Felix Pojtinger 8fbef6a541 build: Fix hot reloading of UI, improve docs 5 years ago
Felix Pojtinger c0ab071f78 build: Add basic sync features and better architecture 5 years ago
Dessalines 66cbd050a1 Documentation 5 years ago
Dessalines 366e495582 Spam 5 years ago
Dessalines a5664c75ba Adding a simple image expander instead of iframes.
- Fixes #91
5 years ago
Dessalines ee60e25bc4 Some readme fixes. 5 years ago
Dessalines c7e407e9c0 Side by side pics 5 years ago
Dessalines ba5fb4dd90 Adding patreon.
- Fixes #44
5 years ago
Dessalines 93957c781e Fixing ranking algorithm. 5 years ago
Dessalines 5c921edee1 Auto reloading 5 years ago
Dessalines c503f0c342 Updating readme for docker install 5 years ago
Dessalines ed6595bec7 Version update 5 years ago
Dessalines 3f33cf8dcb Before big moderation merge 5 years ago
Dessalines 49bf16e7d4 Adding user details / overview page.
- Fixes #19
5 years ago
Dessalines a615164394 Changing port, adding icon.
- Fixes #46
- Fixes #37
5 years ago
Dessalines c075ec2c79 Adding Favicon. 5 years ago
Dessalines b8c259f9e7 Adding expanding navbar, some docs 5 years ago
Dessalines b6190d08d9 Adding to readme. 5 years ago
Dessalines 4da2ef63fb Documentation 5 years ago
Dessalines 151d5aba02 Travis 5 years ago
Dessalines e826f631d8 Adding docker.
- Adding docker support. Fixes #6
- Completing the name change to lemmy. Fixes #36
- Running DB migrations from code. Fixes #38
5 years ago
Dessalines e690d6c470 Adding post editing.
- Adding post editing. Fixes #23
- Making SQL versions of comment and post fetching. Fixes #21
- Starting to add forum categories. #17
5 years ago
Dessalines 44625aeb27 Adding markdown to content fields
- Fixes #7
5 years ago
Dessalines 480b627ff5 Adding comment sorting
- Fixes #15
5 years ago
Dessalines 2bb2b84737 New comments tree mostly working.
- Fixed some bugs w/ the websocket service
5 years ago
Dessalines e570c70701 Adding login and Register
- Login and Register  mostly working.
- Starting to work on creating communities.
5 years ago
Dessalines 816aa0b15f Adding initial UI and Websocket server. 5 years ago
Dessalines 064d7f84b2 Adding posts and comments. 5 years ago
Dessalines a62a7cb6a2 Adding User and Community types. 5 years ago
Dessalines 92ea945619 Starting to work on Rust Diesel Schema. #5 5 years ago
Dessalines 1c6b22c6dd Initial outline of activitypub API 5 years ago
Dessalines cc499e2f58 Some additions 5 years ago
Dessalines 21f9625a24 adding matrix chatroom 5 years ago
Dessalines dfbcb228c0 Adding README. 5 years ago