iceshrimp-legacy/packages/backend/src/server/api
Johann150 7db09103e7
chore: synchronize visibility checks (#8687)
* reuse single meId parameter

* unify code style

Use template string to avoid having to use escaped quote marks.

* fix: follower only notes are visible to mentioned users

This synchronizes the visibility rules with the Notes.isVisibleForMe
method from packages/backend/src/models/repositories/note.ts

* add comment
2022-06-11 16:14:44 +09:00
..
common chore: synchronize visibility checks (#8687) 2022-06-11 16:14:44 +09:00
endpoints enhance: improve documentation for /users/ endpoints (#8790) 2022-06-10 14:25:20 +09:00
openapi fix(docs): correct information for drive upload (#8736) 2022-05-27 22:03:25 +09:00
private Fix IP address rate limit (#8758) 2022-05-31 17:44:22 +09:00
service refactor: fix type 2022-04-17 17:30:27 +09:00
stream refactor: fix type 2022-04-17 20:44:21 +09:00
2fa.ts bump jsrsasign 2022-04-23 12:48:26 +09:00
api-handler.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
authenticate.ts refactor: migrate to typeorm 3.0 (#8443) 2022-03-26 15:34:00 +09:00
call.ts Fix IP address rate limit (#8758) 2022-05-31 17:44:22 +09:00
define.ts perf(server): refactor and performance improvements 2022-03-25 16:27:41 +09:00
endpoints.ts enhance: replace signin CAPTCHA with rate limit (#8740) 2022-05-28 12:06:47 +09:00
error.ts fix lint 2021-12-09 23:58:30 +09:00
index.ts refactor: migrate to typeorm 3.0 (#8443) 2022-03-26 15:34:00 +09:00
limiter.ts enhance: replace signin CAPTCHA with rate limit (#8740) 2022-05-28 12:06:47 +09:00
logger.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
streaming.ts refactoe 2022-04-16 17:19:30 +09:00