Commit Graph

130 Commits (b3163f99f44f513f18aae69bbd5148e5cc04442a)

Author SHA1 Message Date
Dessalines cd19a72c41 Version 0.9.0-rc.4 4 years ago
Dessalines eafdf3033f Version v0.9.0-rc.2 4 years ago
Dessalines a1e5d0fd00 Version v0.9.0-rc.1 4 years ago
Felix Ableitner fec77d583f Include fix for mdbook xss vulnerability 4 years ago
Nutomic 50e7275c3b
Move docs into submodule (fixes #1342) (#1343) 4 years ago
Nutomic c947539301
Add docs for creating custom lemmy frontend (#1319) 4 years ago
Dessalines eed7eac10b Version v0.8.10 4 years ago
Dessalines b587e147b0 Version v0.8.9 4 years ago
Dessalines 2e9164584b Version v0.8.8 4 years ago
Dessalines d26a7ad337
Trying out cargo chef and a travis docker image cache. (#1238)
* Trying out cargo chef and a travis docker image cache.

* trying to change internal target.

* Use latest cargo-chef with --target

* Remove caching for now.

* Adding back in chowns

* Adding back in cache.

* Remove travis caching.

* Switching dev dockerfile to match prod, using cargo-chef and alpine.

* Make travis happy

* Trying a chown rust.

* Caching cargo-chef first.

* Moving the chowns

* Removing many copy commands.

* Go back to rust 1.47.0 due to config-rs breaking.

* Adding the old volume mount version.

* Adding some script comments.

Co-authored-by: Luca Palmieri <lpalmieri@truelayer.com>
4 years ago
Dessalines bffc82f752 Version v0.8.7 4 years ago
Dessalines e2693a4192 Version v0.8.6 4 years ago
Dessalines b8dc3c11c1 Version v0.8.5 4 years ago
Dessalines 0dcff2e647 Version v0.8.4 4 years ago
Dessalines 64ac4e382a Version v0.8.3 4 years ago
Dessalines 7e13970a4f Version v0.8.2 4 years ago
Dessalines 5e2a5c0266
Upgrading pictrs to v0.2.5 (#1249) 4 years ago
Dessalines 77b17c6737 Fixing cache dev dockerfile 4 years ago
Felix Ableitner 91d073c2e8 Use docker cache for docker/dev/ 4 years ago
Dessalines 134d66924e Version v0.8.1 4 years ago
Iron Oxidizer ac79496036 Removed docker root prefix, add pictrs dir 4 years ago
Dessalines dd99e77881
Upgrade pictrs to v0.2.4-r0 (#1212) 4 years ago
Felix Ableitner e190ecbefb Make lemmy-ui restart: always 4 years ago
Dessalines cead2a6303 Version v0.8.0 4 years ago
asonix 4010a944a4 Bump pict-rs version 4 years ago
asonix 863a662ec6 Stable release 4 years ago
asonix 08588c873a pict-rs v2 4 years ago
Dessalines 97fc51b0cd Version v0.7.64 4 years ago
Dessalines 875b0e6f01 Version v0.7.63 4 years ago
Dessalines 03b1821586 Version v0.7.62 4 years ago
nutomic 442369a041 Move websocket code into workspace (#107)
Adjust dockerfiles, fix cargo.toml and remove unused deps

Merge branch 'main' into move-websocket-to-workspace

Move api code into workspace

Move apub to separate workspace

Move websocket code into separate workspace

Some code cleanup

Remove websocket dependency on API

Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/107
4 years ago
Dessalines 2bee3ac33b Fix nginx docs, fix test deploy. 4 years ago
Felix Ableitner 98c086abb9 Move websocket structs into lemmy_structs (ref #1115) 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 3a6982e7b2 Adding rate_limiter and api_structs. 4 years ago
Dessalines 8015f560d6 Adding in a more reliable docker dev build. (The other wouldn't use buildkit). 4 years ago
Dessalines e3140235de Use romacs cargo-build-deps tool. 4 years ago
Dessalines dc1bc741b4 Fixing docker caching. 4 years ago
Dessalines 34e539cdc0 Updating dev docker-compose. 4 years ago
nutomic c34fffc2c4 Proxy pictrs requests through Lemmy (fixes #371) (#77)
fix check_only value for image rate limit

Fix image rate limit

Add rate limit for image uploads

Proxy pictrs requests through Lemmy (fixes #371)

Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/77
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 284f00249a
Going back from jolt to dogbin iframely. jolt one had problems. (#900) 4 years ago
Dessalines cd007febef Merge branch 'master' into federation 4 years ago
Riley a074564458
Federation async (#848)
* Asyncify more

* I guess these changed

* Clean PR a bit

* Convert more away from failure error

* config changes for testing federation

* It was DNS

So actix-web's client relies on TRust DNS Resolver to figure out
where to send data, but TRust DNS Resolver seems to not play nice
with docker, which expressed itself as not resolving the name to
an IP address _the first time_ when making a request. The fix was
literally to make the request again (which I limited to 3 times
total, and not exceeding the request timeout in total)

* Only retry for connecterror

Since TRust DNS Resolver was causing ConnectError::Timeout,
this change limits the retry to only this error, returning
immediately for any other error

* Use http sig norm 0.4.0-alpha for actix-web 3.0 support

* Blocking function, retry http requests

* cargo +nightly fmt

* Only create one pictrs dir

* Don't yarn build

* cargo +nightly fmt
4 years ago
Dessalines c0b11d4fa3
Replacing dogbin/iframely docker image with jolt one. (#869)
* Replacing dogbin/iframely docker image with jolt one.

* Replacing dogbin/iframely docker image with jolt one.
4 years ago
Dessalines 0112d0d955 Fixing test deploy, adding a rate limiter to ansible nginx config. 4 years ago
Dessalines dc94e58cbf Merge branch 'master' into federation_merge_from_master_2 4 years ago
Dessalines 983a45e178 Merge branch 'master' into iav-arm-musl-dessalines 4 years ago