Commit Graph

55 Commits (9415bec55702a3a0b1db24ffe56baa9fa3157419)

Author SHA1 Message Date
Dessalines cf911c023d
Add listing type to list communities (#1380)
* Adding listing type to ListCommunities. Fixes #1379

* Upgrading lemmy-js-client.
3 years ago
Dessalines ee03cf8ae9
Explicit error http status codes (#1362)
* Trying to type specific errors.

* Using @asonix 's downcast method.
3 years ago
Dessalines 1de8a4606a A few API v2 changes based on nutomic's suggestions.
- Changed `edit_id` s to their type (comment_id)
- Moved websocket actions to their own file in structs and api.
- Got rid of UserViewDangerous, added UserSafeSettings.
  - GetSite now returns UserSafeSettings for `my_user`.
- Got rid of `admin` field in `Register`.
3 years ago
Dessalines 1e0c32f7a3 Merge branch 'main' into move_views_to_diesel 4 years ago
Dessalines 61c6f33103 Trying to fix save user settings. 4 years ago
dependabot[bot] 632d8f384a
Bump node-notifier from 8.0.0 to 8.0.1 in /api_tests (#1332)
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Dessalines 929f1d02b5 Fixing integration tests. 4 years ago
Dessalines d767dd998e Merge branch 'drone-io-dess' into move_views_to_diesel_drone 4 years ago
Dessalines 5af8257e19 Changing unit tests to api v2. 4 years ago
Dessalines 9d0709dfe8 Trying again. 4 years ago
Dessalines 2e5297e337 Trying again. 4 years ago
Dessalines 5c266302c5 Adding unfollows. 4 years ago
Dessalines caaf6b178b Trying again. 4 years ago
Dessalines 583808d5e7 Trying again. 4 years ago
Dessalines 5768a4eda7 Trying again. 4 years ago
Dessalines 4997d4b0b5 Trying again. 4 years ago
Dessalines 179709cc09 Fixing drone tests. 4 years ago
Felix Ableitner e492cce206 Allow running docker-less federation tests locally 4 years ago
Felix Ableitner d5955b60c0 silence lemmy output in federation logs 4 years ago
Felix Ableitner f33577b317 send activities sync for tests 4 years ago
Dessalines ccd26bfcd7 Trying to fix post test again. 4 years ago
Dessalines f6ba6d5590 Trying to fix post test again. 4 years ago
Dessalines dfe17662df Trying to fix post test again. 4 years ago
Dessalines 28c217eb66 Trying to fix post test again. 4 years ago
Dessalines d594005d49 Trying to fix post test again. 4 years ago
Dessalines 4410d2e44d Trying to fix post test again. 4 years ago
Dessalines 5dff60adc5 Trying to fix post test again. 4 years ago
Dessalines 9e5824df85 Trying to fix post test. 4 years ago
Felix Ableitner 543be801ab disable debug log 4 years ago
Felix Ableitner ab6b28ee60 use dash 4 years ago
Felix Ableitner 0c89e9c2d6 use hosts file 4 years ago
Felix Ableitner 30a1a69850 setup db 4 years ago
Felix Ableitner 9c7f2cb0c3 fix bin path 4 years ago
Felix Ableitner b61bfcefa7 find the binary 4 years ago
Felix Ableitner 7c12b1026c faster release build 4 years ago
Felix Ableitner 5b376de5f5 need to use release bin 4 years ago
Felix Ableitner df2ec0aa38 try running federation tests in same alpine version 4 years ago
Felix Ableitner 4fd6b5f5e1 fix script location 4 years ago
Felix Ableitner 405e7eff27 try to fix federation test 4 years ago
Felix Ableitner 7af4a60ec4 change dir to read config 4 years ago
Felix Ableitner 7b2c59bd98 use bash, install psql 4 years ago
Felix Ableitner 580e397525 dont use alpine for federation test 4 years ago
Felix Ableitner 7717deda0e more debug 4 years ago
Felix Ableitner cdcbef088d more debugging 4 years ago
Felix Ableitner 94d6ceb4df install bash and curl 4 years ago
Felix Ableitner 200913f631 try with sh 4 years ago
Felix Ableitner f76f742ba7 implement federation test in bash 4 years ago
Dessalines ff8acfb8de Adding some more integration tests for locked posts and bans. 4 years ago
nutomic b7d2dac9bf Fix federation of community removal/deletion, added docs (#125)
Adding a federation test for community deletes / removes.

Add missing docs for community deletion/removal (fixes #1250)

Fix federation of community deletion/removal (fixes #1253)

Co-authored-by: Dessalines <tyhou13@gmx.com>
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/125
4 years ago
Dessalines c348e788e4 Adding optional community_name field to search. Fixes #1057 4 years ago