KitaitiMakoto
KitaitiMakoto pushed to main at Plume/Plume 2021-02-06 19:19:37 +00:00
ac48744aca Merge pull request 'Fix #872 Include (request-target) and Host header to HTTP Signature' (#884) from httpsig into main
1b9aeae53c Add test for signagure()
540b9af873 Add changelog about (request-target)
d08d2c6958 Care the case of invalid header value
348259a14b Care about error case
Compare 7 commits »
KitaitiMakoto deleted branch ci-jobs from Plume/Plume 2021-02-06 19:18:58 +00:00
KitaitiMakoto merged pull request Plume/Plume#893 2021-02-06 19:18:49 +00:00
Raise jobs on CI
KitaitiMakoto merged pull request Plume/Plume#893 2021-02-06 19:18:22 +00:00
Raise jobs on CI
KitaitiMakoto pushed to main at Plume/Plume 2021-02-06 19:18:22 +00:00
f2d2ecb247 Merge pull request 'Raise jobs on CI' (#893) from ci-jobs into main
1d46bf8d50 Reduce start jobs on CI
4353f2a92d raise jobs on CI
Compare 3 commits »
KitaitiMakoto pushed to ci-jobs at Plume/Plume 2021-02-06 18:28:24 +00:00
1d46bf8d50 Reduce start jobs on CI
KitaitiMakoto created pull request Plume/Plume#893 2021-02-06 18:16:53 +00:00
Raise jobs on CI
KitaitiMakoto pushed to ci-jobs at Plume/Plume 2021-02-06 18:14:20 +00:00
4353f2a92d raise jobs on CI
KitaitiMakoto commented on issue Plume/Plume#891 2021-02-06 17:15:03 +00:00
Problem with menu tooltip positioning with current master branch

Good catch! It isn't related to #887. I will fix it until next release.

KitaitiMakoto opened issue Plume/Plume#892 2021-02-06 17:08:36 +00:00
Some new posts doesn't reach to remote instances
KitaitiMakoto pushed to httpsig at Plume/Plume 2021-02-06 16:13:26 +00:00
1b9aeae53c Add test for signagure()
540b9af873 Add changelog about (request-target)
Compare 2 commits »
KitaitiMakoto commented on issue Plume/Plume#5 2021-02-05 05:20:24 +00:00
REST API

I didn't mean you should develop API. I just wished. Don't worry.

I'm glad to hear you prefer Plume!

KitaitiMakoto commented on issue Plume/Plume#871 2021-02-04 13:21:45 +00:00
static build releases?

Are you interested to modify your Docker image to be static with an (improved) entrypoint script?

Yes, I think it's nice if Docker image size is reduced. Once you think your Dockerfile and starter script is enough well, can you make a pull request? Then I will review in detail again (this does not mean I don't see scripts here. But now I'm seeing them roughly).

KitaitiMakoto commented on issue Plume/Plume#5 2021-02-04 13:01:06 +00:00
REST API

Because it loads all the posts of the instance without a time or user filter?

Yes, that's the reason.

So some more filters and default limits would be nice?

I think so.

For user activity, you can retrieve Atom feed although it might not be useful for modern development. Its URI is /@/{username}/atom.xml.

I think about a way to use plume as backend server for some blogs, loaded by api (limit, pagination) to show inside of a custom html / js frontend.

That's nice idea! I wish someone had time to implement APIs...

KitaitiMakoto pushed to httpsig at Plume/Plume 2021-02-04 08:10:15 +00:00
d08d2c6958 Care the case of invalid header value
3968c88dd9 Care the case of invalid header value
Compare 2 commits »
KitaitiMakoto pushed to httpsig at Plume/Plume 2021-02-04 07:19:11 +00:00
3968c88dd9 Care the case of invalid header value
348259a14b Care about error case
Compare 2 commits »
KitaitiMakoto commented on issue Plume/Plume#5 2021-02-01 12:19:30 +00:00
REST API

Searching title need to be full title (path) hit?

Yes, it does.

I read implmentation. According to it, all of title, subtitle and content need to match exactly...

Anyway you can retrieve all contents from GET /posts without any params. (But don't do that againt any instances excluding yours because it occur high loads.)

API doc for GET /posts is wrong. I filed an issue to documentation repo: plume/documentation#122.

KitaitiMakoto opened issue plume/documentation#122 2021-02-01 12:12:26 +00:00
Fix API doc
KitaitiMakoto commented on issue Plume/Plume#812 2021-02-01 10:35:26 +00:00
Impossible to follow

#890 might be related.