Commit Graph

3349 Commits (0a970ae1da984791958b01b01d35e64d6f6eb98a)
 

Author SHA1 Message Date
Felix Ableitner 0a970ae1da add separate playbook for updating lemmy config 3 years ago
Felix Ableitner 2775f7fadd cleanup ansible playbook 3 years ago
Felix Ableitner 0bda4c905a Simplify lemmy.hjson for ansible 3 years ago
Felix Ableitner 4ce233a63f Remove unmaintained lemmy_dev and uninstall playbooks 3 years ago
Felix Ableitner a87c0d6b88 Consistent variable formatting for easy replacement with sed 3 years ago
Felix Ableitner 5c1dd66380 Use env var for config location when saving (not default location) 3 years ago
Felix Ableitner 329a282aac Merge branch 'remove_settings_and_secret_singletons_squashed' 3 years ago
Dessalines 8708ad1b44 Moving settings and secrets to context. 3 years ago
Felix Ableitner cf214ff583 Move jwt secret from config to database (fixes #1728) 3 years ago
Nutomic 527eefbe92
Rewrite fetcher (#1792)
* Use new fetcher implementation for post/comment

* rewrite person fetch to use new fetcher

* rewrite community to use new fetcher

* rename new_fetcher to dereference_object_id

* make ObjectId a newtype

* handle deletion in new fetcher

* rewrite apub object search to be generic

* move upsert() method out of ApubObject trait

* simplify ObjectId::new (and fix clippy)
3 years ago
Nutomic 21346eb786
Merge pull request #1785 from LemmyNet/add_cardano_donation_link
Add cardano donation link
3 years ago
Nutomic 1e7f3a4b23
Merge pull request #1782 from LemmyNet/password_min_length
Set a 10 char minimum password length.
3 years ago
Dessalines 0fbc342fe3 Fix tests 3 years ago
Dessalines 05e91ab9a2 Add cardano donation link 3 years ago
Dessalines 721962589c Clean up. 3 years ago
Dessalines 1033995801 Set a 10 char minimum password length. 3 years ago
Nutomic e84e1193fc
Dont pass accept-encoding header to pictrs (ref #1734) (#1738)
* Allow image upload in docker/dev/ (replaces #1765)

* Dont pass accept-encoding header to pictrs (ref #1734)

* Fix clippy errors
3 years ago
Nutomic 007a43c012
Merge pull request #1775 from LemmyNet/add_pictrs_to_ansible
Add pictrs to ansible.
3 years ago
Dessalines f3af561404 Add pictrs to ansible. 3 years ago
Dessalines 2cb0b6756c Adding 0.12.2 release notes 3 years ago
Dessalines 81c21a5328 Upping ansible version 3 years ago
Nutomic 9a2dc53097
Merge pull request #1770 from LemmyNet/fix/arm_build
Fix/arm build
3 years ago
Dessalines e9891977ee Version 0.12.2-rc.1 3 years ago
Dessalines a9a65a0f4f Try fixing arm build 3 years ago
Dessalines 52e6dcc51c Upping ansible version 3 years ago
Dessalines 9376c67ade Adding v0.12.1 release notes. 3 years ago
Dessalines 0940fb5f00
Fixing some comment websocket issues. (#1768)
- Wasn't correctly getting comment parent user for mark as read. Fixes #1767
- Was using all recipients for simple comment return. Fixes #1766
3 years ago
Dessalines 8b2491ea23 Fix upgrade note. 3 years ago
Dessalines 0b236a2fc2 Adding v0.12.0 release notes. 3 years ago
Dessalines df997dff49 Version 0.12.0 3 years ago
Dessalines 83a035082a Upgrading to lemmy-js-client 0.12.0 3 years ago
Dessalines e19349343a Version 0.12.0-rc.2 3 years ago
Dessalines ed2744201b
Create SECURITY.md (#1758)
Adding a security.md file.
3 years ago
Dessalines c654aa3416
Use more generic docker deps. Fixes #1759 (#1762)
* Use more generic docker deps. Fixes #1759

* Don't use slim
3 years ago
Dessalines c28c1b4bb3
Trying to fix arm builds. (#1761)
* Trying to fix arm builds.

* Adding comment
3 years ago
Dessalines 46b223e3c5
Fixing docker-compose prod (#1741) 3 years ago
Nutomic 2822f5a126
Change public activities to field to array (#1739) 3 years ago
Dessalines 2c8003a9fa
Upgrading deps (#1735) 3 years ago
Dessalines 0a91a28b27
Reindex tables non-concurrently on startup. Fixes #1726 . #1723 (#1736) 3 years ago
Dessalines da5fdae006 Version 0.12.0-rc.1 3 years ago
Dessalines a685e33f20 Merge branch 'main' of https://github.com/lemmynet/lemmy 3 years ago
Dessalines af225a42d0
Fix prod deploy script and clippy (#1724)
* Updating lemmy-js-client.

* Fix prod deploy script and clippy

* Try using buster.

* Using more generic and updated images.

* again.

* again.

* Try alternate env

* again.

* again.

* Version 0.11.4-rc.24

* again.

* Better old_tag

* Version 0.11.4-rc.27

* Updating cargo.lock

* Trying to run a cargo check to update the lock

* Version 0.11.4-rc.28
3 years ago
Dessalines 815b271084 Updating lemmy-js-client. 3 years ago
Dessalines 73449c09a7
Fix image uploads. Fixes #1725 (#1734)
* Fix image uploads. Fixes #1725

* Adding comment on awc dep.
3 years ago
Nutomic e413350be3
Merge pull request #1666 from LemmyNet/resolve-endpoint
Move resolving of activitypub objects to separate api endpoint
3 years ago
Dessalines c23e7cc20d
Fixing ResolveObject API and unit tests (#1713) 3 years ago
Dessalines 1ee0c0c291
Adding more site setup vars. Fixes #678 (#1718) 3 years ago
Nutomic 3b37ea6c8b
Dont append ? to url when cleaning it (#1716) 3 years ago
Felix Ableitner 251e0d3b82 Move resolving of activitypub objects to separate api endpoint (fixes #1584) 3 years ago
Nutomic f6f169b4eb
Rewrite remaining activities (#1712)
* Limit type/method visibility in apub code

* Simplify db_queries traits by removing generics

* Simplify delete activity implementation

* Rewrite delete activities

* Implement helper functions for websocket message sending

* When receiving delete reason as empty string, change to none

* Rewrite remaining activities

* Simplify inbox

* Remove struct ActivityCommonFields, derive ActivityFields trait instead

* Community should announce received activities to followers
3 years ago