sitewriter icon indicating copy to clipboard operation
sitewriter copied to clipboard

Bringing IndieWeb to the JAM (Micropub for static sites)

Results 52 sitewriter issues
Sort by recently updated
recently updated
newest added

Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.6.2. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.15.7 to 0.21.0. Changelog Sourced from httparty's changelog. 0.21.0 escape filename in the multipart/form-data Content-Disposition header Fix request marshaling Replace mime-types with mini_mime 0.20.0 Breaking changes Require...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...

dependencies

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...

dependencies

Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.7 to 2.2.0. Changelog Sourced from sinatra's changelog. 2.2.0 / 2022-02-15 Handle EOFError raised by Rack and return Bad Request 400 status. #1743 by tamazon Minor refactors...

dependencies

Bumps [puma](https://github.com/puma/puma) from 4.3.5 to 4.3.12. Release notes Sourced from puma's releases. 4.3.12 Security Close several HTTP Request Smuggling exploits (CVE-2022-24790) 4.3.11 Bugfix/Security Response body will always be closed. (GHSA-rmj8-8hhh-gv5h,...

dependencies

Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.5.0 to 3.5.1. Release notes Sourced from redcarpet's releases. Redcarpet v3.5.1 Fix a security vulnerability using :quote in combination with the :escape_html option. Reported by Johan Smits....

dependencies

As seen with Quill, any post might have a `location` property. This is not to be confused with the `venue` of a checkin post. Most clients seem to send a...

Using the Micro.blog macOS client, uploading a .png file results in a .mov file extension.

Behind #15, let’s add post queues with multiple stages: - draft: configured as default, or flagged via `post-status` - pending: ready but not yet sent to a destination - written:...