Commit Graph

4381 Commits (2dad29106ae094948ee4205963671af401202e49)
 

Author SHA1 Message Date
Dessalines 2dad29106a
Change RELEASES.md to link to join-lemmy.org news (#3997)
* Adding 0.18.5 Release notes.

* Linking to join-lemmy RELEASES dir instead.
8 months ago
Nutomic d45a2a6441
Increase timeout for image upload to 30s (fixes #3920) (#3998) 8 months ago
Nutomic 210c470ebd
Notify admin about registration application after email verification (fixes #3024) (#3995) 8 months ago
Nutomic 9bb99bec5e
Increase default database connections (fixes #3394) (#3994) 8 months ago
Dessalines 9275041f42 Version 0.19.0-rc.1 8 months ago
Nutomic 50589115e0
Fix federation of admin actions (fixes #3980) (#3988)
* Fix federation of admin actions (fixes #3980)

* clippy

---------

Co-authored-by: Dessalines <tyhou13@gmx.com>
8 months ago
SleeplessOne1917 9a9ece8fa4
Merge pull request #3982 from SleeplessOne1917/bearer-token
feat: Replace ad hoc auth header with internet standard bearer token auth header
8 months ago
SleeplessOne1917 1032cce065 Fix api test typo 8 months ago
SleeplessOne1917 bee6b7a1bb Update translations 8 months ago
SleeplessOne1917 13b20b0502 Address PR feedback 8 months ago
SleeplessOne1917 ed8dae99f1 Merge branch 'main' into bearer-token 8 months ago
SleeplessOne1917 e181f4f41d
Merge pull request #3965 from SleeplessOne1917/comment-fix
Display deleted or removed comments when they have children
8 months ago
SleeplessOne1917 6387ac07b3 Merge branch 'bearer-token' of https://github.com/SleeplessOne1917/lemmy into bearer-token 8 months ago
SleeplessOne1917 3a76a10931 chore: Run rust format 8 months ago
SleeplessOne1917 37655f0f18 chore: Run rust format 8 months ago
SleeplessOne1917 519e800b33 feat: Replace ad hoc auth header with internet standard bearer token
auth header
8 months ago
Dessalines b16661a17d
Merge branch 'main' into comment-fix 9 months ago
phiresky 24c98a726a
Merge pull request #3960 from LemmyNet/add_federation_worker_index
Fixing high CPU usage on federation worker recheck + fix federation tests. Fixes #3958
9 months ago
phiresky 9bcadadede fix after merge 9 months ago
phiresky fe40adfc39 fix after merge 9 months ago
phiresky 31f3677270 fix after merge 9 months ago
phiresky 5941dc2924 Merge remote-tracking branch 'origin/main' into add_federation_worker_index 9 months ago
phiresky 07ffdc3d53 Revert "Revert "re-remove lemmy logs""
This reverts commit 459d5a3726.
9 months ago
phiresky 2c283d90ca Revert "Revert "re-remove debug comments""
This reverts commit 6d519ef376.
9 months ago
phiresky dec25f9ee8 ensure overlap 9 months ago
phiresky 6d519ef376 Revert "re-remove debug comments"
This reverts commit ae37ca0137.
9 months ago
phiresky 459d5a3726 Revert "re-remove lemmy logs"
This reverts commit ac0c0c8856.
9 months ago
Nutomic f858d8cbce
Remove explicit auth params (#3946)
* Remove explicit auth params (ref #3725)

Only take auth via header or cookie. This requires a new version
of lemmy-js-client for api tests to pass.

* rework api_crud

* remove remaining auth params, move logic to session middleware

* fmt, fix test

* update js client

* remove auth param from api tests

* Pass auth as header

* add !

* url vars, setHeader

* cleanup

* fmt

* update

* Updating for new lemmy-js-client.

---------

Co-authored-by: Dessalines <tyhou13@gmx.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
9 months ago
phiresky 7e8b973128 empty 9 months ago
phiresky f16aa9228d community fix 9 months ago
phiresky 1b7ab96887 wait until ban post removed 9 months ago
SleeplessOne1917 bb552d7659
Merge branch 'main' into comment-fix 9 months ago
phiresky ac0c0c8856 re-remove lemmy logs 9 months ago
phiresky 2dbaf67b7c
Merge branch 'main' into add_federation_worker_index 9 months ago
phiresky ae37ca0137 re-remove debug comments 9 months ago
phiresky a808d3208a use max(id) instead of seq max value to prevent uncommitted transactions from causing skipped activities 9 months ago
Nutomic 22608ae983
Rework the way 2FA is enabled/disabled (fixes #3309) (#3959)
* Rework the way 2FA is enabled/disabled (fixes #3309)

* postgres format

* change algo to sha1 for better compat

* review comments

* review

* clippy

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
9 months ago
phiresky 3d649e1d3e remove synchronous federation flag 9 months ago
phiresky 1a0c866b51 logging temporary 9 months ago
Dessalines 77b2d236b9
Forgot to add ts export to pagination cursor. (#3971) 9 months ago
SleeplessOne1917 a866b3424d
Make local federated instances use comnpose file for build (#3968)
* Make local federated instances use comnpose file for build

* Remove commented out part of script
9 months ago
phiresky a61d564732 fix delete test 9 months ago
phiresky a59a94492d more debug log 9 months ago
phiresky 78a8a7b8b7 clippy 9 months ago
phiresky c792f46c59 more wait for 9 months ago
phiresky ae3b8f4f76 fix 9 months ago
phiresky 2e7d2d1956 wait for post api test function, better announce activity id 9 months ago
Nutomic 50f81cf157
User can block instances (fixes #2397) (#3869)
* User can block instances (fixes #2397)

* update comments

* review comments

* use route

* update

* add api test

* update tests

* fix

* fix test

* ci

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
9 months ago
Dessalines 89b7c981f5
Fixing GetPostsResponse serialization. (#3967) 9 months ago
SleeplessOne1917 a57b116431 Merge branch 'comment-fix' of https://github.com/SleeplessOne1917/lemmy into comment-fix 9 months ago