Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/LemmyNet/lemmy

🐀 A link aggregator and forum for the fediverse
https://github.com/LemmyNet/lemmy

Use release docker image for nightly build (#2583)

Co-authored-by: Dessalines <[email protected]>

c3c4508a72807b9b5ab845138d31d4eaf982ad68 authored about 2 years ago
Implement federated user following (fixes #752) (#2577)

* Implement federated user following (fixes #752)

* rewrite send_activity_in_community and ad...

d20d2b9218235b46c6076554184052269c510ba3 authored about 2 years ago
Revert "Test drone (#2582)"

This reverts commit 87c7ee54906f8e281ab260dfe6d215f09282398c.

4ddca46228cdbdfccfdc59b3295519a6da2d74fa authored about 2 years ago
Test drone (#2582)

87c7ee54906f8e281ab260dfe6d215f09282398c authored about 2 years ago
Upgrade activitypub_federation to 0.3.4 (#2581)

bb1e3bc891f0bb97a7a8b4730f93d3bd939176ea authored about 2 years ago
Upgrade activitypub_federation crate to 0.3.3 (ref #2511) (#2578)

bc19d94e3cc316079bbf8ed336680d412c5e2f55 authored about 2 years ago
Remove federation settings, rely on sensible defaults instead (#2574)

This affects federation_strict_allowlist and federation_http_fetch_retry_limit

872c60a01358e1469926c1ffcb69f49f9666a392 authored about 2 years ago
Fix clippy lints. (#2572)

* Fix clippy lints.

* Fix fmt.

* Dont use cargo-workspaces for fix-clippy script.

65041a20bbcdf82ab5f53364460155c7991e5861 authored about 2 years ago
Add support for Taglines (#2548)

* Add support for Taglines

* recreate migration

* Update content column -> Text

* Optim...

c27d2a56873de58142e531915c3df002878d59e1 authored about 2 years ago
Various pedantic clippy fixes (#2568)

* Various pedantic clippy fixes

* more clippy pedantic fixes

* try to fix ci

* add fix ...

6f3bf4634b0e1cf529c4683d6ee971917e2bfa50 authored about 2 years ago
Sort vecs before assert to avoid random test failures (#2569)

* Sort language read queries to avoid random test failures

* change sort columns

a39cf314661dea65c1922209772fc38b5ed31a59 authored about 2 years ago
Display build status badge from drone.join-lemmy.org (#2564)

Co-authored-by: Dessalines <[email protected]>

23d0f3ed3c705b8e6ab8f08f3c462267562b674c authored about 2 years ago
Specify dependencies and metadata for entire workspace (#2565)

* Specify dependencies and metadata for entire workspace (fixes #2474)

* building api_common ...

df7809fbbb42c0505d7f9f4d644781652210b876 authored about 2 years ago
Use enum_delegate crate (#2554)

63c237d6dff970d369f0754ec8024d756221a19f authored about 2 years ago
Live reload settings (fixes #2508) (#2543)

* Live reload rate limit settings (fixes #2508)

* fix tests

24756af84b8cdce9cd21dd63713b5d44474ad1f8 authored about 2 years ago
Fix activity list test (#2562)

b16df593732517f071eed828023411f0912d4135 authored about 2 years ago
Remove unwrap

0b86ffbdbde2b5dc3c08d583200a78595e5ed68d authored about 2 years ago
When announcing incoming activities, keep extra fields (#2550)

a0fed24ceeb7961e9e16045cdca55f3f756edaae authored about 2 years ago
Mobilizon federation (#2544)

* Mobilizon federation

* Also accept document attachments from mobilizon

e3bb43542c23577613429e1634c72151bd179715 authored about 2 years ago
Update doku dependency for easier formatting of defaults.hjson (#2553)

83d2959b4b09a5613e450191f65a4a37c1c3c4d8 authored about 2 years ago
Translated README.md to Chinese (#2549)

* Add Mandarin locales

`README.zh.hans.md` for Simplified Chinese, `README.zh.hant.md` for Tr...

42674b7abd5fd509d89869fa5aedfdcdd5e5d29d authored about 2 years ago
Add diesel_async, get rid of blocking function (#2510)

* Moving settings to Database.

- Moves many settings into the database. Fixes #2285
- Adds a...

5d837780f5d149cb8d3b861c63a7dc4466a7cbf1 authored about 2 years ago
Use urlencoding for db url params (fixes #2532) (#2537)

ceae0f5993a51cca1122128aeaa16a4db35533af authored about 2 years ago
Dont serve apub json for removed objects (ref #2522) (#2538)

a0a84d91cec9d734d0b9c14e748177c00cba0990 authored about 2 years ago
Fix password length check (#2536)

50a2233b526426357c8e31509010f7fcb5ffbf3f authored about 2 years ago
Remove explicit panic from db connection code (fixes #2533) (#2535)

2207fed0f577fd68f0b70c53aef3aaa3ba656c89 authored about 2 years ago
Send error message when rate limit is reached (#2527)

* Send error message when rate limit is reached

* l18n key

93931958277714fd738a8dd8ab965c39b5016f63 authored about 2 years ago
Mark own private messages as read in api (fixes #2484) (#2531)

5e871ca7baf2f12f9136aa54814ccb9e92da8203 authored about 2 years ago
Mark objects as not deleted when received via apub (fixes #2507) (#2528)

b5cd732372fa8de089586dd2e8ad4d3c516323d4 authored about 2 years ago
Group imports dess (#2526)

* Group imports with rustfmt

* Running cargo fmt again.

Co-authored-by: Felix Ableitner <m...

cb753b045fe90294051cc7a09855418f917dcc34 authored about 2 years ago
Fix invalid config in docker/prod (fixes #2520) (#2524)

28eade6168fcceec13d6d29e985545b47f0b7ed6 authored about 2 years ago
Fix local site images. (#2519)

* Fix local site images.

* It should be set up.

ed9e91345a590374b568abefe8cdfedda03191cc authored about 2 years ago
Fix 2455: Check auth for pictrs when instance is private. (#2477)

* Fix 2455: Check auth for pictrs when instance is private.

* Update, no utils function, use ...

7aa6d6b3e1f5b102c69e8f3ce726e1e48778a852 authored about 2 years ago
Fix limit_languages to operate on correct instance (fixes #2496) (#2518)

* Fix limit_languages to operate on correct instance (fixes #2496)

* cargo fmt

6aa9bdebaecaeb3f17008c6137b421d2dbf05949 authored about 2 years ago
Image improvements (#2513)

* Image improvements

* remove rate limits

3b0be52e673a4ac851c8df688a29e1fe828fb7a4 authored about 2 years ago
Make verify apub url function async (#2514)

* Make verify apub url function async

* cleanup

* use dep from crates.io

* dont use unwrap

b0c318566342740c5c97dd4b4d341fc2902607e0 authored about 2 years ago
Moving settings to Database. (#2492)

* Moving settings to Database.

- Moves many settings into the database. Fixes #2285
- Adds a...

235cc8b22897bfb3e71ba3dbd725d36863fea8ba authored about 2 years ago
Enable lto, strip symbols via cargo.toml (#2512)

276a8c2bd3e4fd1323e66b808675cf14cf6f75c5 authored about 2 years ago
Fix docker dev build (#2509)

* Fixing docker dev build.

* Remove volume mount files.

* Fixing pictrs.

* Addressing P...

9ac13a08915f85a6df9ddbae5bf250ab9e2e2c1c authored over 2 years ago
Federate votes as private (#2501)

aaaea2006c6741c45c0d0a778ca42748ff4203f9 authored over 2 years ago
Dont try to send activities if federation is disabled (fixes #2499) (#2500)

74bc1198cecc2489728e45cb0390aede52623f2e authored over 2 years ago
Return empty vec when reading all languages (fixes #2495) (#2497)

0a60bcb8eec4d3b496b04a55d496feaf36f8a364 authored over 2 years ago
Update clippy to use Rust 1.64 (#2498)

04f0f3af0b20539ff3e1ad4c529677ce189eb7f6 authored over 2 years ago
Only allow authenticated users to fetch remote objects (#2493)

* Only allow authenticated users to fetch remote objects

* try to fix api tests

6c3e984ad16ac07049b74dcbb8b386c87ce2fde5 authored over 2 years ago
More real-world prod config, separate lemmy config (#2487)

cb559178bd4246413861fcccdd75afd7bea654a3 authored over 2 years ago
Fix check for federated mod actions (#2489)

ec5e63b5a9b83c9dfde7ac8fa129e50c14555f15 authored over 2 years ago
Make docker-compose more clear and explicit (#2469)

* Make docker-compose more clear, starting with dev

Explicit networks, not opining ports when...

d2608bb2793bc5d3b9439107e223c0b86b0e82c6 authored over 2 years ago
implement language tags for site/community in db and api (#2434)

* implement language tags for site/community in db and api

* add api checks for valid languag...

2ef0f8f5f8c60d8c7632779ca16bac69daab1266 authored over 2 years ago
Change description in readme (#2481)

* Change description in readme

* Replace Mastodon contact link with Lemmy support forum

* ...

7bb941e5461f68b810a18ea40cb7a405ded69cc9 authored over 2 years ago
Use compat mode when signing outgoing activities (fixes #1984) (#2473)

290acf6acca29132f2f11bd97ca92546abc2a88e authored over 2 years ago
Check to make sure comment isnt deleted / removed for unread count. (#2472)

- Fixes #2471

3f8c28b26f0bbed3bd67d0e8190567bdf0fd8665 authored over 2 years ago
Dont show deleted users or communities on profile page. (#2450)

* Dont show deleted users or communities on profile page.

- Fixes #2448

* Fix missing comm...

ee416543943a82e552177c9f4ca67d8b1fb15dc2 authored over 2 years ago
Adding email admins for new applications. Fixes #2271 (#2390)

* Adding email admins for new applications. Fixes #2271

* Fix error.

Co-authored-by: Nutom...

ae95f5928e68b8303834c784f955269e6930f28f authored over 2 years ago
Showing # of unread comments for posts. Fixes #2134 (#2393)

* Showing # of unread comments for posts. Fixes #2134

* Fix lint.

* Forgot to remove comme...

0aeb78b8f39f777cd5d1af292258897964e58f2a authored over 2 years ago
Convert emails to lowercase (fixes #2462) (#2463)

f2537ba7db39b338617e07f36c5cd6b11f59795e authored over 2 years ago
Remove unnecessary show_deleted_and_removed comments for a profile. (#2458)

3c5368d8b1df7dbb922547bfa723968e5eeab4eb authored over 2 years ago
Remove pointless language joins. (#2451)

* Remove pointless language joins.

* Fix test

2dca80d678004c209765daf848d3ee629504a1a0 authored over 2 years ago
Fix rate limit error messages. Fixes #2428 (#2449)

* Fix rate limit error messages. Fixes #2428

* Simplify

3adb29354176df727e644b74da15b75d4bb29df1 authored over 2 years ago
Fix missing local user from post queries. (#2447)

9ce15ed07124836b74d58b61f8d494a49c549f6d authored over 2 years ago
Diesel 2.0.0 upgrade (#2452)

* Initial commit to bump diesel to 2.0.0-rc.0 and see what happens

* Add chrono feature from ...

c9f140742925d6da20103124b49f2b58a35fc2b8 authored over 2 years ago
Allow filtering out of deleted and removed comments when getting person details (#2446)

undefined

4e6409f325bca5b2727b19c24d77ffa2b59109b1 authored over 2 years ago
Implement reports for private messages (#2433)

* Implement reports for private messages

* finish private message report view + test

* imp...

004efd5d94da0eee2a51f8c88a441c0c4afe3871 authored over 2 years ago
Check for slurs in account creation. (#2443)

09246a20fb4c1ba82fd2a34bd9b0b54e0eb6575f authored over 2 years ago
Merge branch 'main' of https://github.com/LemmyNet/lemmy

71aed94a000c951ddfdb464c82b36612495fe851 authored over 2 years ago
Add 0.16.7 release notes.

553654b8e89ec7d39ab5dcc6d8dcb1c28068844c authored over 2 years ago
The language id is crucial for front ends. (#2437)

a93095ed3fce64d25bef25f71faa9ad917453f49 authored over 2 years ago
Update docker version to 0.16.6. Fixes #2435 (#2438)

2f0560ca3f253d4e3f8364453235fd7db4d37b77 authored over 2 years ago
Adding job to drop phantom ccnew indexes. Fixes #2431 (#2432)

eacd4e44cdbe6dccfe2f23088e520ae2dfd6db54 authored over 2 years ago
Don't search for community descriptions, search for user display_name. (#2430)

- https://github.com/LemmyNet/lemmy-ui/issues/756

3f2a689edfddeb847753b44e7a42057de19ebbae authored over 2 years ago
Increase default search rate limit. (#2424)

265dc54627462bba62aad76bfb4cec3e002bdfba authored over 2 years ago
dont set default user languages in api code (already done in db)

3295784ebb9e067d968a275a882591e506e61b3c authored over 2 years ago
fix clippy

0a14b17747413b5deb19f8b890d3b0ffd956b23b authored over 2 years ago
dont test with all features

095591ef69c97d748e2bb35b0d11f596b3eedb0f authored over 2 years ago
api changes for comment language tagging

d058e2217a458abe5bdeb11be14b5f4723329d8a authored over 2 years ago
clippy fixes

5e8a37ac869ba4b347d5ca34eeb57addacec179b authored over 2 years ago
Add language tags for comments

3d0d8796ad8aa302a530593b48908c597c05e1d2 authored over 2 years ago
fix tests

f5b1ee6c34a8feb4911ceacf15aa0e513ad3aa1a authored over 2 years ago
add test for comment view languages

bc7450ae3ecdb575b9d75fbab9c0a4dd59698ad3 authored over 2 years ago
Pass LocalUser to PostQuery etc, instead of separate params (#2413)

a6dc6804aabbbd8966f802bb1a78a4dc20246955 authored over 2 years ago
Tag posts and comments with language (fixes #440) (#2269)

* Tag posts and comments with language (fixes #440)

* Untangle PostView tests

* Implement ...

e4a49b6eabcf34fb4adfa7ccd4024e5ddda93d54 authored over 2 years ago
Rejected federated pm from blocked users (fixes #2398) (#2408)

c89006c94a4ec5aab2bf387d7605d92a565f8184 authored over 2 years ago
Adding distinguish comment. Fixes #2002 (#2391)

* Adding distinguish comment. Fixes #2002

* Adding lemmy:distinguished

870abf84424f05f1f733b30ec6d6c9031f96edba authored over 2 years ago
Fix pictrs routing (#2407)

* SUGGESTED FIX TO PICTRS ROUTING 404 ERROR #2359

Removed slashes at "/image" routes.

* ca...

583ceb25063ce0d2fdd5f30708beb75e566d40a2 authored over 2 years ago
Add postgres auto-explain for dev testing. (#2399)

* Add postgres auto-explain for dev testing.

* add newline

* fix indent

Co-authored-by:...

f8781516487197b6c1128d55e2cbe24e62091da7 authored over 2 years ago
Add Modlog Filters (#2313)

* Fix crash running locally on windows.

* Add support for filtering mod logs

* Refactor cl...

21455d6b73a559e3cbaff894c68d2bf069f06c92 authored over 2 years ago
Accept Image objects in attachments (#2394)

08a797c986ba92736f12761b18980f557dd156d4 authored over 2 years ago
Tweaking postgres upgrade script (#2389)

* Tweaking postgres upgrade script

* Removing pointless comments.

2f9d8776acdf326fdb6c57c8dec9ee4f75386017 authored over 2 years ago
Use typed-builder crate for queries (#2379)

* Use typed-builder crate for PrivateMessageQuery

* derive builder for all queries

* remov...

8a4d9cc1ba81062b08dfca2e4b2594d1b053eca3 authored over 2 years ago
Use doku release version (ref #2343) (#2386)

7094a0c0a416cd701378c17e406c84a1403342a1 authored over 2 years ago
First pass at adding comment trees. (#2362)

* First pass at adding comment trees.

- Extracted comment replies into its own table.
- Adde...

9c3efe32e7b2ef7978b7957eac10691beb551dde authored over 2 years ago
Update apub examples to remove `to` field (ref #2380) (#2382)

becb8b4f66bdacca23b0b169e07d845afcb3d204 authored over 2 years ago
Handle Like, Undo/Like activities from Mastodon, add tests (fixes #2378) (#2380)

a85334c675e4f68b3ff01808d0cf96339cea5fa0 authored over 2 years ago
Fix a few form options for diesel. Fixes #2287 (#2376)

* Fix a few form options for diesel. Fixes #2287

* Adding TODO comment.

8bfeb4b627c1f96c88ea0e2d4b32488e1ce717fc authored over 2 years ago
Remove docker/pleroma/ folder (#2381)

42eac1560f2269901dfd65d369fa7691eec73add authored over 2 years ago
Remove listing type community. Fixes #2361 (#2377)

* Remove listing type community. Fixes #2361

* Have ListingType::All be the default

3b86e1539912075c9491af40177fdd91e47b4bf8 authored over 2 years ago
Dont allow login if account is banned or deleted (fixes #2372) (#2374)

b78826c2c80567192b4e2ce5f8714a094299be04 authored over 2 years ago
Send websocket message on accepted follow. Fixes #2369 (#2375)

c62671116c71a7eaf1aaf13067fa8f5ef9e2f784 authored over 2 years ago
Fix panics in search_by_apub_id() (fixes #2371) (#2373)

b9f1fc05185acadb3e04241e922d0ecf0b1ea8c5 authored over 2 years ago
Fix follow being stuck as pending after accept (#2366)

* Fix follow being stuck as pending after accept

* fix api test

eee8f467b5844062b41a78fdd6f2caaf4e9c90b1 authored over 2 years ago
Adding 0.16.6 release

767f1aa0def69e84d4e647ef1cf8221261a776eb authored over 2 years ago