Commit graph

29 commits

Author SHA1 Message Date
cf9f9137b0 pl-api:: Fix eslint config
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-10-02 22:45:49 +02:00
09c9d92e4c pl-api: Update deps
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-10-02 20:09:29 +02:00
8f09caeb35 new pl-api release
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-27 12:41:07 +02:00
bf065689cc
Merge pull request #104 from mkljczk/dependabot/npm_and_yarn/packages/pl-api/eslint-import-resolver-typescript-3.6.3
build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 in /packages/pl-api
2024-09-24 16:18:53 +02:00
0c69c608c7 Add workflow for pl-api build
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-23 11:45:56 +02:00
dependabot[bot]
3f5b8a3be4
build(deps-dev): bump eslint-import-resolver-typescript
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 3.6.1 to 3.6.3.
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.6.1...v3.6.3)

---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 03:12:57 +00:00
a3fe67a7c8
Merge pull request #97 from mkljczk/dependabot/npm_and_yarn/packages/pl-api/typescript-eslint/eslint-plugin-7.18.0
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.17.0 to 7.18.0 in /packages/pl-api
2024-09-22 16:32:12 +02:00
65d222d348
Merge pull request #98 from mkljczk/dependabot/npm_and_yarn/packages/pl-api/typescript-5.6.2
build(deps-dev): bump typescript from 5.5.4 to 5.6.2 in /packages/pl-api
2024-09-22 16:32:05 +02:00
a015d7264f
Merge pull request #99 from mkljczk/dependabot/npm_and_yarn/packages/pl-api/eslint-plugin-compat-6.0.1
build(deps-dev): bump eslint-plugin-compat from 4.2.0 to 6.0.1 in /packages/pl-api
2024-09-22 16:32:01 +02:00
dependabot[bot]
85d15232fa
build(deps-dev): bump vite-plugin-dts in /packages/pl-api
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) from 4.0.3 to 4.2.1.
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases)
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/qmhc/vite-plugin-dts/compare/v4.0.3...v4.2.1)

---
updated-dependencies:
- dependency-name: vite-plugin-dts
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-22 13:19:46 +00:00
dependabot[bot]
dd5434e16e
build(deps-dev): bump eslint-plugin-compat in /packages/pl-api
Bumps [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) from 4.2.0 to 6.0.1.
- [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases)
- [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amilajack/eslint-plugin-compat/compare/v4.2.0...v6.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-compat
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-22 13:19:38 +00:00
dependabot[bot]
32566ae819
build(deps-dev): bump typescript from 5.5.4 to 5.6.2 in /packages/pl-api
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-22 13:19:31 +00:00
dependabot[bot]
5a359ec5e1
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.17.0 to 7.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-22 13:19:21 +00:00
6c5b30e720 Fix "Mark Status as sensitive" menu item is not working
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-17 23:10:46 +02:00
0c7d57ce40 Move report modal state to useState
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-17 23:03:31 +02:00
bbd524f074 Support custom emojis on mitra
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-16 23:06:19 +02:00
acf31a11a3 fix account/header descriptions on pleroma
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-14 19:54:08 +02:00
6b6b9cc40a Support Mitra notification subtype
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-14 17:04:31 +02:00
fbf30f8786 fix for pleroma emoji reactions
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-13 14:37:16 +02:00
8794c293aa Support reactions on Mastodon forks, support api_versions, minor fixes
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-13 13:05:06 +02:00
0a7bdbb7d0 Do not display account suggestion dismiss button if not supported
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-12 23:03:09 +02:00
688f04600c pl-api: Fix suggestion schema
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-07 19:58:02 +02:00
d8a2a33306 pl-api: support /api/v1/akkoma/preferred_frontend
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-03 00:35:06 +02:00
c43178fc09 Display scrobbles
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-01 14:57:59 +02:00
f747264568 fix quote_id
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-08-29 23:06:12 +02:00
d91b55d9b1 cleanup
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-08-29 22:48:58 +02:00
eb231d562e Migrate everything to pl-api
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-08-28 21:07:16 +02:00
fc611ed442 pl-api: Update repo URL
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-08-28 13:46:17 +02:00
036fa32cd3 Add pl-api to workspace
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-08-28 13:43:23 +02:00