Commit Graph

3142 Commits (249fcc5066c30158eb3a3094a21ff5e021534cd2)
 

Author SHA1 Message Date
Felix Ableitner 249fcc5066 Split api crate into api_structs and api 4 years ago
Dessalines af2f84805a Fixing image locations. 4 years ago
Dessalines 8a10a9079f Merge remote-tracking branch 'yerba/federated-moderation' 4 years ago
Felix Ableitner c7524d924b Fix federation tests 4 years ago
Dessalines 3949b35360
Merge pull request #1517 from LemmyNet/add_saved_only_1
Adding saved_only to GetComments and GetPosts. Fixes #1513
4 years ago
Dessalines b4276341af Adding saved_only to GetComments and GetPosts. Fixes #1513 4 years ago
Felix Ableitner d6bd072ea1 Make federation compatible with Lemmy v0.9.9 4 years ago
Felix Ableitner a5a0d90349 Address review comments 4 years ago
Felix Ableitner e726d1e184 Merge branch 'grishka_fix_ld_context' 4 years ago
Felix Ableitner 459b95bc7e Make previous commit compile 4 years ago
Felix Ableitner 6b5354fb11 Merge branch 'fix_ld_context' of https://yerbamate.ml/grishka/lemmy into grishka_fix_ld_context 4 years ago
Nutomic 8b2b3eef73
Merge pull request #1509 from LemmyNet/fix_deploy_prod_script
Fixing docker deploy script. Fixes #1507
4 years ago
Grishka 115b986edc uh 4 years ago
Grishka c14a505456 Fix JSON-LD contexts 4 years ago
Dessalines 77f8dc9675 Fixing docker deploy script. Fixes #1507 4 years ago
Dessalines 4b92e35edc Reverting docker versions until deploy.sh fix. 4 years ago
Felix Ableitner 05b07b8cbb Fix conflicts in docker-compose.yml 4 years ago
Felix Ableitner 4f54108a9c Merge branch 'main' into federated-moderation 4 years ago
Dessalines f55ef1d7ef Version 0.10.0-rc.7 4 years ago
Nutomic 14bc9f0946
Merge pull request #1500 from LemmyNet/jwt_revocation_dess
Jwt revocation dess
4 years ago
Dessalines 493598c1ba A few suggestion fixes. 4 years ago
Nutomic 96efe302ce
Merge pull request #1499 from LemmyNet/strictly_type_db_ids
Strictly type db ids
4 years ago
Nutomic e25bcb35d7
Merge pull request #1428 from LemmyNet/split_user_table
Split user table
4 years ago
Dessalines 05b485b678 Merge branch 'Mart-Bogdan-1462-jwt-revocation-on-pwd-change' into jwt_revocation_dess 4 years ago
Dessalines 360d4ea8d1 Merge branch '1462-jwt-revocation-on-pwd-change' of https://github.com/Mart-Bogdan/lemmy into Mart-Bogdan-1462-jwt-revocation-on-pwd-change 4 years ago
Dessalines c06d612432 Merge branch 'split_user_table' into strictly_type_db_ids 4 years ago
Dessalines c88722983e Merge branch 'main' into split_user_table 4 years ago
Nutomic 33a326854a
Set CARGO_HOME for CI so deps arent redownloaded (#1497)
* Set CARGO_HOME for CI so deps arent redownloaded

* run find on x86

* fix path

* cleanup

* try again

* use mv
4 years ago
Dessalines 9930c7288a Merge branch 'split_user_table' into strictly_type_db_ids 4 years ago
Dessalines 8d9fab0389 Merge branch 'main' into split_user_table 4 years ago
Dessalines c3efb9f7cf Strictly typing DB id fields. Fixes #1498 4 years ago
Felix Ableitner 4f7dca7c2b Fix three federation test cases 4 years ago
Dessalines 5899b89ef2 Adding some comments to notifs. 4 years ago
Dessalines 99e5a4d1c3 Moving send email check inside function. 4 years ago
Felix Ableitner b3a5b4eb82 Refactor activitypub code 4 years ago
Felix Ableitner 71067a8cb5 For FromApub trait, use `is_mod_action: bool` instead 4 years ago
Felix Ableitner be00f63fb2 Allow remot moderators to do Remove/Post and Remove/Comment 4 years ago
dessalines db4fe8031c Merge pull request 'Insert announced activities into DB for fetching (fixes #1494)' (#187) from insert-local-announce into main
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/187
4 years ago
Dessalines 270ce539bf Removing some TODOS. 4 years ago
Dessalines b9f483bc27 Version 0.10.0-rc.5 4 years ago
Dessalines 8ee624a542 Some changes
- Changing claim name to local_user_id to facilitate logout.
- Changing AddAdmin back to using person_id
4 years ago
Felix Ableitner 621355b6ef Insert announced activities into DB for fetching (fixes #1494) 4 years ago
Nutomic 72b5e0cab5
Merge pull request #1491 from LemmyNet/upgrade_pictrs_3
Upgrading pictrs.
4 years ago
Bogdan Mart 74272ed754 more correct tests 4 years ago
Bogdan Mart 4426c3176d fix timestamp condition #1462 4 years ago
Bogdan Mart 7b0a09e84e Merge remote-tracking branch 'origin/main' into 1462-jwt-revocation-on-pwd-change
* origin/main:
  revert Compose file version from 3.3 to 2.2
  Adding more mem limits
  bump memory limit of iframely
  Remove extra category_id s . Fixes #1429
  Fixing wrong user_ and community icon and banner urls.
  Remove category from activitypub context
  Adding a password length check to other API actions. (#1474)
  Update test script
  Use URL type in most outstanding struct fields (#1468)
  Forbid usage of unwrap
  Upgrade Rust version
  Rewrite settings implementation. Fixes #1270 (#1433)
  Rename `lemmy_structs` to `lemmy_api_structs`

# Conflicts:
#	crates/db_schema/src/source/user.rs
4 years ago
Bogdan Mart ab947f1f08 User token revocation upon password change
Added DB column validator_time and chedking that is is less then token's "Issuead at time"
Wip on #1462
4 years ago
Dessalines 5998c83b2a Only sending private message if its a local user. 4 years ago
Dessalines 434fb53dd1 Trying to fix API tests. 4 years ago
Dessalines 75a95acf04 Change joinuser, sendusermessage to use local_user_id 4 years ago