Adeodato Simó

Results 7 issues of Adeodato Simó

In a nutshell, I can successfully `touch /root/foo.txt` in the container in the following two scenarios, when it shouldn’t be allowed: - `docker run --read-only` - `docker run --user nobody:nogroup`...

For those of us in love with Go date formatting, it’d be awesome to use the same page to go in the reverse direction: Go → strftime().

If `followers_url` is found in `to`, the post may still be _unlisted_ if `"https://www.w3.org/ns/activitystreams#Public"` appears in `cc`. Hence this should be checked earlier.

- 0299f2e2352773c53155ae815cd0a525d6408fe3 Add functional tests for search_vector triggers - e4d688665c7d54912b73752a270c4d4ead2a63b0 Remove index for `author.search_vector`, which is never used - 44ef928c3ceb8ce9b4426113551baa53563630f7 Alter object row IDs to force test failure in original...

It is possible to embed CSS inside the `` element using the [data: URI scheme](https://en.wikipedia.org/wiki/Data_URI_scheme#Format). Like this: ``` html ``` This worked in 0.2.0, but doesn’t work in 0.2.1 with...

bug
regression

It would be great if text versions of the licenses were served as `text/plain`. Currently, the Content-Type header for this format is set to `application/octet-stream`in the response.