Commit Graph

4588 Commits (ci-faster-sql-fmt2)
 

Author SHA1 Message Date
Nutomic 13122f0435
Merge branch 'main' into ci-faster-sql-fmt2 5 months ago
ALEX11BR a5289dd4cf
Use `pretty_assertions` for assertions (#4347)
* Use `pretty_assertions` for assertions

* fixed ordering of `use`s

* ci

---------

Co-authored-by: Felix Ableitner <me@nutomic.com>
5 months ago
Dessalines 009a45dffb
Adding /post/like/list and /comment/like/list for admins. (#4332)
- Allows admins to view likes, sorted by downvotes first,
  for a given comment or post.
- Fixes #4088
5 months ago
phiresky 024ab7d530
Fix federate loop (#4330)
* make activity channel infallible

* clippy

* federate: make cancellabletask loop itself
5 months ago
Nutomic 53147596b4
Drop unique constraint for site.name (fixes #4329) (#4342)
* Drop unique constraint for site.name (fixes #4329)

* working down migration
5 months ago
Nutomic 4163e0465e
Dont ignore errors during login (fixes #4319) (#4321)
* Dont ignore errors during login (fixes #4319)

* fix test

* fmt
5 months ago
Nutomic abe8b18ea8
Also send reports to user's home instance (fixes #4286) (#4305) 5 months ago
Sander Saarend 35db0dc8e7
Reduce initial federation retry delay (#4346) 5 months ago
Dessalines 5f603985c0
Allow reports to be resolved, even if the community is deleted / removed. (#4345)
Fixes #4344
5 months ago
Nutomic c3a4aec0e3
Merge branch 'main' into ci-faster-sql-fmt2 5 months ago
Ikko Eltociear Ashimine 2f3a7abe6b
Update READMEs (#4325)
* Update README.ja.md

fix image path

* Update README.es.md

* Update README.ru.md

* Update README.zh.hans.md

* Update README.zh.hant.md

* prettier

---------

Co-authored-by: Felix Ableitner <me@nutomic.com>
6 months ago
Felix Ableitner 11f3842a5e cleanup 6 months ago
Nutomic d3c914675b
rerun ci 6 months ago
Felix Ableitner 5426c48b0d cleanup 6 months ago
Nutomic 2d4cde9f5a
Update .woodpecker.yml 6 months ago
Nutomic 51141974fa
Update .woodpecker.yml 6 months ago
Nutomic 887252a1c9
try again 6 months ago
Felix Ableitner b212d5107f cleanup 6 months ago
Nutomic ca784919e7
also increase restore timeout 6 months ago
Nutomic 078a4bf2b4
disable compression 6 months ago
Nutomic 3016619ba4
even higher just for testing 6 months ago
Nutomic 15707097b6
more timeout 6 months ago
Andrew Voynov f223eb94d5
Fixed `matrix_user_id` regex (#4312)
* fix(matrix_user_id): fixed regex

* test(matrix_user_id): added test with underscore
6 months ago
Nutomic ed36bfbc88
increase timeout 6 months ago
Felix Ableitner 603bc750ea ci 6 months ago
Nutomic 5f8b90fa42
exclude cargo home from prettier 6 months ago
Nutomic 2b959716f6
Merge branch 'main' into ci-faster-sql-fmt2 6 months ago
SleeplessOne1917 4ef00e068f
Prevent crates that shouldn't be published from being published (#4309)
* Prevent crates that shouldn't be published from being published

* Make dependent crates publishable

* Make dependent crates publishable

* fix toml formatting

* Removing publish=true

* Removing versioned deps.

---------

Co-authored-by: SleeplessOne1917 <insomnia-void@protonmail.com>
Co-authored-by: Dessalines <tyhou13@gmx.com>
6 months ago
Nutomic 2b9d89057d
Reenable crates.io releases (fixes #4291) (#4294)
* Reenable crates.io releases (fixes #4291)

* disable docker release for now

* fixes

* fix indent

* move to top

* install libssl

* -y

* apt update

* debian version

* install cargo, git

* use cargo install

* move to orig position
6 months ago
Felix Ableitner ab518cc919 ls, remove steps 6 months ago
Felix Ableitner 08b7e0f03d Version 0.19.1-rc.2 6 months ago
Dessalines 7f780376bc
Add end software patents bagde (#4296)
* Adding End software patents badge.

Context: https://github.com/LemmyNet/joinlemmy-site/issues/283

* Smaller badge.

* Smaller badge 2.

* Smaller badge 3.
6 months ago
Felix Ableitner 4189fcc582 mkdir 6 months ago
Nutomic a507a39336
Add missing test cleanup (#4289)
* Add missing test cleanup

* cleanup
6 months ago
Dessalines 2899ba0131
Fixing broken post_read logic. Fixes #4290 (#4297) 6 months ago
Dessalines 8583a85607 Version 0.19.1-rc.1 6 months ago
phiresky 6790b54d4d
make activity channel infallible (#4295) 6 months ago
dullbananas dcb89f52d6
Don't update comment_aggregates if updating path fails (#4281) 6 months ago
Dessalines bc32b408b5
Fixing private message reports. (#4279) 6 months ago
Dessalines aab3ca4eb0 Version 0.19.0 6 months ago
dullbananas a7ba5c9dd3
Sort by post id in post view (#4270)
* Sort by post id in post view

* Remove tie_breaker

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Co-authored-by: Nutomic <me@nutomic.com>
6 months ago
Nutomic 7a182c982b
Debug random test failure (#4275) 6 months ago
Felix Ableitner 263a77e53b trigger quick ci check 6 months ago
Felix Ableitner 077659c00b remove rebuild cache condition for testing 6 months ago
Felix Ableitner 4cae7c9803 test slow check condition 6 months ago
Felix Ableitner 2bdd76abd0 Minor CI improvements (second attempt) 6 months ago
Dessalines 719b76a6e7
Create comment in transaction. Fixes #3741 (#4265)
* Create comment in transaction. Fixes #3741

* Removing if let on comment create.
6 months ago
Dessalines 246e38a45b
Making login case-insensitive. Fixes #4272 (#4273)
* Making login case-insensitive. Fixes #4272

* Removing redundant lowercase.
6 months ago
Dessalines e4b97ad8a9
Revert "Minor CI improvements (#4266)" (#4271)
This reverts commit af4d008ce4.
6 months ago
Dessalines 70530a8ad2
Optimizing sql format check. (#4268)
* Optimizing sql format check.

* Fixing format testing.

* Fixing format testing 2.
6 months ago