Commit Graph

21 Commits (5c6258390c46159c16f49295314c6519215fc6ae)

Author SHA1 Message Date
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 3a6982e7b2 Adding rate_limiter and api_structs. 4 years ago
Dessalines e3140235de Use romacs cargo-build-deps tool. 4 years ago
Dessalines dc1bc741b4 Fixing docker caching. 4 years ago
Dessalines 49bd28e2d4
Adding visual captchas for register and login. (#1027)
* Adding visual captchas for register and login.

* Adding audio wav file for Captcha using espeak.

* Lots of captcha fixes.

- Removed login captchas.
- Added settings to disable captchas, and change difficulty.
- Captchas can only be checked / used once, front end gives a new one on
  failure.
- Added front end button for regenerating captcha.
- Added a disabled / pause button audio playing.

* Some more fixes.
4 years ago
Dessalines 22a33929e2
Adding docker workspace caching. Fixes #940 (#958) 4 years ago
nutomic 80aef61aed Split code into cargo workspaces (#67)
More fixes

- fixed docker builds
- fixed mentions regex test
- fixed DATABASE_URL stuff
- change schema path in diesel.toml

Address review comments

- add jsonb column back into activity table
- remove authors field from cargo.toml
- adjust LEMMY_DATABASE_URL env var usage
- rename all occurences of LEMMY_DATABASE_URL to DATABASE_URL

Decouple utils and db

Split code into cargo workspaces

Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/67
4 years ago
Dessalines bda657b638 Some reorg of Dockerfiles. 4 years ago
Dessalines 7cb7c1f0f9 Adding lld to docker builds. #810 4 years ago
Felix Ableitner 5a6f39dae4 Various build optimizations 4 years ago
Dessalines dc14719b08 Updating rust, rust deps, yarn deps. Fixes #605 4 years ago
Dessalines bc804521e8 Upping rust-musl to 1.40.0 4 years ago
Felix Ableitner 62ba018b19 Include docs in docker image 4 years ago
Felix Ableitner b7c24a372b Fix review comments 4 years ago
Felix Ableitner 1f7546789a update documentation, docker and ansible files 4 years ago
Felix Ableitner 942f6a05af basic, working rss feeds 5 years ago
Felix Ableitner de313fc977 Implement RSS feeds (fixes #118) 5 years ago
Dessalines 68e4b61808 Password reset mostly working. 5 years ago
Dessalines 35dfe31a39 Externalizing rate limits. Upgrading to Rust 1.38
- Fixes #290
5 years ago
Dessalines de8c2198af Removing latest from dockerfile. 5 years ago
Dessalines b3e363828c Reorganizing docker compose files.
- Fixes #197
5 years ago