Commit Graph

26 Commits (aa79c5131f0c09ef30ff180d51f63ef05a2fd082)

Author SHA1 Message Date
Nutomic aa79c5131f
Implement federated bans (fixes #1298) (#1553)
* Implement federated bans (fixes #1298)

* mod actions should always be federated to affected user, in addition to followers

* Make Undo/Block work for remote mods

* clippy fix

* fix federation test

* vscodium doesnt auto-save changes...
3 years ago
Felix Ableitner 4f54108a9c Merge branch 'main' into federated-moderation 3 years ago
Felix Ableitner 4f7dca7c2b Fix three federation test cases 3 years ago
Dessalines 434fb53dd1 Trying to fix API tests. 3 years ago
Dessalines d767dd998e Merge branch 'drone-io-dess' into move_views_to_diesel_drone 3 years ago
Dessalines 5af8257e19 Changing unit tests to api v2. 3 years ago
Dessalines 9d0709dfe8 Trying again. 4 years ago
Dessalines 2e5297e337 Trying again. 4 years ago
Dessalines 5c266302c5 Adding unfollows. 4 years ago
Dessalines caaf6b178b Trying again. 4 years ago
Dessalines 583808d5e7 Trying again. 4 years ago
Dessalines 5768a4eda7 Trying again. 4 years ago
Dessalines 4997d4b0b5 Trying again. 4 years ago
Dessalines 179709cc09 Fixing drone tests. 4 years ago
Dessalines ccd26bfcd7 Trying to fix post test again. 4 years ago
Dessalines f6ba6d5590 Trying to fix post test again. 4 years ago
Dessalines dfe17662df Trying to fix post test again. 4 years ago
Dessalines 28c217eb66 Trying to fix post test again. 4 years ago
Dessalines d594005d49 Trying to fix post test again. 4 years ago
Dessalines 4410d2e44d Trying to fix post test again. 4 years ago
Dessalines 5dff60adc5 Trying to fix post test again. 4 years ago
Dessalines 9e5824df85 Trying to fix post test. 4 years ago
Dessalines ff8acfb8de Adding some more integration tests for locked posts and bans. 4 years ago
Dessalines 6c8a5723f8 Trying to add some long delays. 4 years ago
Felix Ableitner cdb02c992c Add tests for avatars, banners and more 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