Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

IndieWeb

We are on a mission to help individuals own their online identity and data.
Collective - Host: opensource - https://opencollective.com/indieweb - Website: https://indieweb.org/ - Code: https://github.com/indieweb

change a few retrieve mf2 tests to use the full query source code path

github.com/indieweb/wordpress-micropub - bcf2da9a2dda82dc6c9c3a0d61d083c09405b1d1 authored over 8 years ago by Ryan Barrett <[email protected]>
add more tests for storing and retrieving mf2 post meta

github.com/indieweb/wordpress-micropub - 2c7166e68f7c88a61f2941da8a882e3210ec7420 authored over 8 years ago by Ryan Barrett <[email protected]>
add tests for create with JSON input

github.com/indieweb/wordpress-micropub - c18327b24031675b3ab4abc844d6706b9d66a93d authored over 8 years ago by Ryan Barrett <[email protected]>
finish implementing update and JSON input. #27

github.com/indieweb/wordpress-micropub - 23ba28407b09db705d095d33d0455316e39408ca authored over 8 years ago by Ryan Barrett <[email protected]>
start on JSON input support. #25

github.com/indieweb/wordpress-micropub - 4673aa9e3adc615239ad816bdcf00aa8fd63c4d4 authored over 8 years ago by Ryan Barrett <[email protected]>
Merge pull request #57 from gRegorLove/issue11

Fix extra divs I added in my merge

github.com/indieweb/indiewebify-me - d66efcf05a17bbf334f875a8af9fd5f7e2232921 authored over 8 years ago by gRegor Morrill <[email protected]>
Fix extra divs I added in my merge

Pro-tip: test HTML, don't just eyeball it. :]

github.com/indieweb/indiewebify-me - 8713d529102536b91815cfc99803bc09c1c6b50f authored over 8 years ago by Gregor Morrill <[email protected]>
Merge pull request #50 from gRegorLove/issue11

Adds next/home/previous navigation to the footer of individual steps.

github.com/indieweb/indiewebify-me - 7614df0bdf183bee7076844cc61d199142bb757f authored over 8 years ago by Aaron Parecki <[email protected]>
Merge branch 'master' into issue11

# Conflicts:
# templates/send-webmentions.html.php
# templates/validate-rel-me.html.php

github.com/indieweb/indiewebify-me - 6a1e14bf956b8ab6cf26638df1d02df42e44be1b authored over 8 years ago by Gregor Morrill <[email protected]>
Merge pull request #53 from Zodiac1978/master

HTML cleanup + documentation for closing DIVs

github.com/indieweb/indiewebify-me - 3af3437be0ab487f15624c4e56bc2a0f355a6070 authored over 8 years ago by gRegor Morrill <[email protected]>
optimize max idle instance number

github.com/indieweb/indiewebify-me - 52e3fe692f8e563449a98e48b26d199db5d4cde1 authored over 8 years ago by Aaron Parecki <[email protected]>
extract out token handling, minor update test refactoring

github.com/indieweb/wordpress-micropub - ef342a3caac67fe2071f0384dd06fdc47bab3213 authored over 8 years ago by Ryan Barrett <[email protected]>
implement undelete

github.com/indieweb/wordpress-micropub - 94a03b96e909705211c885a42e2987d341bddcb9 authored over 8 years ago by Ryan Barrett <[email protected]>
bug fixes and tests for events, likes, reposts, replies, rsvps

github.com/indieweb/wordpress-micropub - 3a0efce5fc21cc1fdbee3b32081d4a9a31e1e190 authored over 8 years ago by Ryan Barrett <[email protected]>
minor test refactoring for creates

github.com/indieweb/wordpress-micropub - 730a11e109b23b171c6949fcff0cb0a2f4925965 authored over 8 years ago by Ryan Barrett <[email protected]>
test that we're returning the HTTP Location header

github.com/indieweb/wordpress-micropub - 7db5819d6c27e54190213b5cc60e0a68d7fef51f authored over 8 years ago by Ryan Barrett <[email protected]>
handle video and audio uploads

github.com/indieweb/wordpress-micropub - 532643b6bf84a94950ec3a9224e5a9e0b5914d64 authored over 8 years ago by Ryan Barrett <[email protected]>
add test for photo upload

github.com/indieweb/wordpress-micropub - 5838a93d82d0aa1ae381ed621b98a37cf25ccd51 authored over 8 years ago by Ryan Barrett <[email protected]>
preserve published date when editing. fixes #16

github.com/indieweb/wordpress-micropub - 4ec6ec4a50ad9bad5c915f93f88d793328751544 authored over 8 years ago by Ryan Barrett <[email protected]>
implement querying for source content (ie posts)

also refactor JSON response handling (which fixes #36) and tests a bit.

github.com/indieweb/wordpress-micropub - b546014c809fd017a5692729ad51f704e57917ca authored over 8 years ago by Ryan Barrett <[email protected]>
fix start/end timestamps

github.com/indieweb/this-week - 98f52fc3263442f0eb41521087883d19e1f02a6f authored over 8 years ago by Aaron Parecki <[email protected]>
snap start and end dates to friday at 2pm

github.com/indieweb/this-week - db68f469739f1fdc5714fb84f0d20439201521c1 authored over 8 years ago by Aaron Parecki <[email protected]>
support gif and jpg images, dont download images more than 5mb

github.com/indieweb/this-week - 22dd2a860215b3c770003e0c3a6c10a6eda1099f authored over 8 years ago by Aaron Parecki <[email protected]>
support multi-photo posts to twitter. if the newsletter has a gif, use the latest gif only

github.com/indieweb/this-week - 7a4fc82b65dc477f492631577e2e469a3a2f404b authored over 8 years ago by Aaron Parecki <[email protected]>
minor noop test refactoring

github.com/indieweb/wordpress-micropub - 42eb56a93b9e0e65d3db453efaf0ddd8b7e3ee50 authored over 8 years ago by Ryan Barrett <[email protected]>
check HTTP method, default h to entry, require content

fixes #41, also for #17

github.com/indieweb/wordpress-micropub - 116f95016c9c3ded294851b4ff5876912663d42e authored over 8 years ago by Ryan Barrett <[email protected]>
convert more error responses to JSON. (hopefully all!)

github.com/indieweb/wordpress-micropub - f64e672fba7411804411e4def9bf80d20d387970 authored over 8 years ago by Ryan Barrett <[email protected]>
minor test refactoring to make post properties more reusable

github.com/indieweb/wordpress-micropub - 92946e21c14f994a61ceafb82fd191d7cb67420e authored over 8 years ago by Ryan Barrett <[email protected]>
add support for q=config

github.com/indieweb/wordpress-micropub - df0a475fff800a87e706800a33292c3f40fd1669 authored over 8 years ago by Ryan Barrett <[email protected]>
switch query (q=...) responses to JSON. for #25

github.com/indieweb/wordpress-micropub - 7e81b4a18a72e9ac7036495e40fc24d8bb34c906 authored over 8 years ago by Ryan Barrett <[email protected]>
readme: a couple small tweaks to the dev setup instructions

github.com/indieweb/wordpress-micropub - fdac79708edef4bec777fee952bba3b12056a677 authored over 8 years ago by Ryan Barrett <[email protected]>
test that creating a like doesn't require name or content

shows that #41 is fixed. this may have been fixed recently, after that issue was created.

github.com/indieweb/wordpress-micropub - ec2dca3a3bc4b85ea4168180bc26a0742f53398e authored over 8 years ago by Ryan Barrett <[email protected]>
Merge pull request #43 from pfefferle/master

a lot of changes

github.com/indieweb/wordpress-indieweb - a596f085094fb9d9a5b062d960778eba1e7da413 authored over 8 years ago by David Shanske <[email protected]>
use plugins_url instead of plugin_dir_url

github.com/indieweb/wordpress-indieweb - d3ed056ec0ffd2cc606a9910aec2ae3a4957741b authored over 8 years ago by Matthias Pfefferle <[email protected]>
ignore tests and tgm plugin

github.com/indieweb/wordpress-indieweb - 326033a6135575320d9e0cc28caf778d930f75e7 authored over 8 years ago by Matthias Pfefferle <[email protected]>
fix coding style

github.com/indieweb/wordpress-indieweb - 6f0631c1fd15755f26c78bc9e4759e30355ad6ba authored over 8 years ago by Matthias Pfefferle <[email protected]>
added missing config file

github.com/indieweb/wordpress-indieweb - 8f430822fc4785e9ac6fa6bb19f41fb6edfdbaa3 authored over 8 years ago by Matthias Pfefferle <[email protected]>
updated pot file

github.com/indieweb/wordpress-indieweb - 4e6fb7d72734b7a3a4a7ca3a6fdba1374da2b6ec authored over 8 years ago by Matthias Pfefferle <[email protected]>
indents!!!

github.com/indieweb/wordpress-indieweb - 516ffc379fc3f9d443ba107856612c80b5258134 authored over 8 years ago by Matthias Pfefferle <[email protected]>
bootstrap testing env

github.com/indieweb/wordpress-indieweb - 72b077d1dd37361a443afe9a7e629cf0ca57788a authored over 8 years ago by Matthias Pfefferle <[email protected]>
some config changes

github.com/indieweb/wordpress-indieweb - 625d9efdd9350d18f80d431e1ca004b152617376 authored over 8 years ago by Matthias Pfefferle <[email protected]>
moved files

please use the static folder for all static files

github.com/indieweb/wordpress-indieweb - ab40ca33aad92fc481b1618564fd27d533d00614 authored over 8 years ago by Matthias Pfefferle <[email protected]>
removed escaping

it does not make any sense to escape html for stings that includes html!

github.com/indieweb/wordpress-indieweb - 64789f365c701423aa9495fff13c808235850958 authored over 8 years ago by Matthias Pfefferle <[email protected]>
update error notes

github.com/indieweb/verify-me - b21790db633aca51caaf1f4ed0ee8d977ef85e99 authored over 8 years ago by Kevin Marks <[email protected]>
Merge pull request #56 from gRegorLove/update-dependencies

Update dependencies

github.com/indieweb/indiewebify-me - 7b6870791fe09356f7daa0be09dd13bb6946d699 authored over 8 years ago by gRegor Morrill <[email protected]>
Update dependencies

Updated primarily to get latest indieweb/rel-me fixes. Also updates abandoned guzzle/guzzle lib ...

github.com/indieweb/indiewebify-me - f8fe711cb18e575fc432df79909be67ade92c029 authored over 8 years ago by Gregor Morrill <[email protected]>
added travis settings

github.com/indieweb/wordpress-indieweb - ce2777453c52ea62524caa237ddb0cee2330b830 authored over 8 years ago by Matthias Pfefferle <[email protected]>
Code linting and Firefox packaging. (#2)

* Normalise whitespace/brackets with JSLint.

* Repackage for Firefox.

Th new XPI has a new...

github.com/indieweb/verify-me - 1f8eb7fe43c9647208ae5defd091fefcfdba06f0 authored over 8 years ago by Martijn van der Ven <[email protected]>
update binaries

github.com/indieweb/verify-me - f89c333361b8de2c6bd0c3a204f431ef0feebb11 authored over 8 years ago by Kevin Marks <[email protected]>
use https; strip fragments

github.com/indieweb/verify-me - 4ec2729524f17a671821a26cc9c8ea7414ca7e2d authored over 8 years ago by Kevin Marks <[email protected]>
Merge pull request #44 from cweiske/master

support content[html] property, use late static binding

github.com/indieweb/wordpress-micropub - 08a0862f7e0797c94f63a7af0c863b5aa6d50312 authored over 8 years ago by Ryan Barrett <[email protected]>
circle: install subversion manually since ubuntu 14.04 doesn't have it by default

github.com/indieweb/wordpress-micropub - e8731ccc2117f5315562b3a4b95eaaf197cf02ae authored over 8 years ago by Ryan Barrett <[email protected]>
put the mobile web incantation in

so it doesn't look teeny tiny on mobile browsers at first

github.com/indieweb/blank-gh-site - ba3b5b2af693028bd1130d55eb06d4373910dd42 authored over 8 years ago by Kevin Marks <[email protected]>
Use old array syntax

github.com/indieweb/wordpress-micropub - 1084e2d9ab670070e3becd755f4bdcd3d21442c2 authored over 8 years ago by Christian Weiske <[email protected]>
Sanitize non-html content

github.com/indieweb/wordpress-micropub - e3cb023e4254de1803e5ecf4cdc1c3ba18e7ea71 authored over 8 years ago by Christian Weiske <[email protected]>
Add support for "content[html]" property

github.com/indieweb/wordpress-micropub - 6a68ddf2c6e7dba8b61c03c73d7f43e8fbdc883f authored over 8 years ago by Christian Weiske <[email protected]>
Start documenting changelog for Version 3.0.6 so it can be released.

github.com/indieweb/wordpress-indieweb - 5667b420fde68ba36e9f07cbd8aa5f112fcec715 authored over 8 years ago by David Shanske <[email protected]>
Use late static binding wherever possible

github.com/indieweb/wordpress-micropub - e7cd0c0173121e3457af11e8d2f303bfcaa6283b authored over 8 years ago by Christian Weiske <[email protected]>
Merge pull request #1 from Zegnat/master

Add a Firefox version.

github.com/indieweb/verify-me - cb6a004feb06825c10442eb2fd511fcfa5ac8c56 authored over 8 years ago by Kevin Marks <[email protected]>
A Firefox version.

Update to be Firefox compatible and add a signed XPI.

github.com/indieweb/verify-me - acd48e6dba3cd8142fcbf11ffd0dc67a410ce9d1 authored over 8 years ago by Martijn van der Ven <[email protected]>
Merge pull request #43 from cweiske/master

show insert/update error messages

github.com/indieweb/wordpress-micropub - be367143b8a42ea38e78d7ca1d3adf1084e86e92 authored over 8 years ago by Ryan Barrett <[email protected]>
show insert/update error messages

github.com/indieweb/wordpress-micropub - 55d80a80535d4de1807f829888a952cda86b707c authored over 8 years ago by Christian Weiske <[email protected]>
Fix Error in Single Author Processing

github.com/indieweb/wordpress-indieweb - ee82fc79dd70fff48fe07442f13615e8575da1ca authored over 8 years ago by David Shanske <[email protected]>
Add Data Sanitation.

github.com/indieweb/wordpress-indieweb - fd384d3d07dd7d8f2a2525b9e01d31aeb352dc98 authored over 8 years ago by David Shanske <[email protected]>
ignore pem

don’t check in keys

github.com/indieweb/verify-me - af81c843a7a740bcdc2789cd31c21e1a3e1c6e9f authored over 8 years ago by Kevin Marks <[email protected]>
update to call new endpoint

github.com/indieweb/verify-me - 1dbefc21e8cb281ddb4e3e91deacf44901419b11 authored over 8 years ago by Kevin Marks <[email protected]>
Merge pull request #55 from indieweb/kevinmarks-forgiving

trying autodeploy

github.com/indieweb/indiewebify-me - 5a6fe90d74778852fba79c7d01f216a2b209879a authored over 8 years ago by Kevin Marks <[email protected]>
clone rel-me-links and make it ignore https redirects

Changing this completely really needs more than a true/false return - we should have warning st...

github.com/indieweb/indiewebify-me - ba6ed898410c2d24ca72b01dd12943ad978e1418 authored over 8 years ago by Kevin Marks <[email protected]>
delete unnecessary use of status_header filter to record HTTP response status code

github.com/indieweb/wordpress-micropub - 7df6e0c598a7a75d6d07b04119f00ece65bde554 authored over 8 years ago by Ryan Barrett <[email protected]>
Merge pull request #42 from cweiske/master

Fix error checking and exit method message parameter

github.com/indieweb/wordpress-micropub - 3c9fddd89016a986f37c2b99f9775b43025399c6 authored over 8 years ago by Ryan Barrett <[email protected]>
use consts to deactivate hcard and rel-me functionality

github.com/indieweb/wordpress-indieweb - fd13c3e8c16b5e2ef912dd87a8ff8760a1041d99 authored over 8 years ago by Matthias Pfefferle <[email protected]>
fixed indents

github.com/indieweb/wordpress-indieweb - 5d1efeb76a8333adbe51c626d54e47a67b676905 authored over 8 years ago by Matthias Pfefferle <[email protected]>
Fix error checking and exit method message parameter

Resolves: #40

github.com/indieweb/wordpress-micropub - a62983aa35a8496ac8c5e2579b4ac4d0e30b6e96 authored over 8 years ago by Christian Weiske <[email protected]>
Data Validation for Settings File

github.com/indieweb/wordpress-indieweb - 5ab824a4adb22f9f8e1fe923710ec5540cb275a9 authored over 8 years ago by David Shanske <[email protected]>
Fix Strict Comparisons

github.com/indieweb/wordpress-indieweb - e4b000e0926dda54327f7cca9d67fc312510e2fd authored over 8 years ago by David Shanske <[email protected]>
switch from wp_die to manual output and exit() call. fixes #40

thanks again for reporting, @cweiske!

github.com/indieweb/wordpress-micropub - 0104fb8c8e3b98381a98cb2da915cdaa3f8a6b30 authored over 8 years ago by Ryan Barrett <[email protected]>
add note on indiewebify.me

github.com/indieweb/verify-me - fe016990bf930e280dfca921c48338f5aca95488 authored over 8 years ago by Kevin Marks <[email protected]>
Initial version

github.com/indieweb/verify-me - 1d000ee62ea4587e1f4e755160ed1b59260c1bc4 authored over 8 years ago by Kevin Marks <[email protected]>
Initial commit

github.com/indieweb/verify-me - c691dda4852019dc15ce4bf6526c406aca0d2831 authored over 8 years ago by Kevin Marks <[email protected]>
fix \n in localhost auth warning

github.com/indieweb/wordpress-micropub - de2854687a08f224110b40fea848729551ea9ee8 authored over 8 years ago by Ryan Barrett <[email protected]>
make the url show up in the h-card

github.com/indieweb/blank-gh-site - a8828f1174d6f07d358e565e7a93f2160aeed7e7 authored over 8 years ago by Kevin Marks <[email protected]>
Merge pull request #3 from gRegorLove/case-insensitive

Adds failing test and fix for case-sensitive domain comparison.

github.com/indieweb/rel-me - 6a6c9de41f5b18ef99243340a365949f2c47df0e authored over 8 years ago by Aaron Parecki <[email protected]>
Adds failing test and fix for case-sensitive domain comparison.

github.com/indieweb/rel-me - 65fe69b1f26ef5a47a7cd282446e915fe975b630 authored over 8 years ago by Gregor Morrill <[email protected]>
Merge pull request #38 from cweiske/master

Compare authorization header case-insensitive

github.com/indieweb/wordpress-micropub - 4d5ebca22d27dba708bf1fe826bce762e7176a82 authored over 8 years ago by Ryan Barrett <[email protected]>
Compare authorization header case-insensitive

github.com/indieweb/wordpress-micropub - 8aca05a86878bb020d6d99b5eeba825b0a96e239 authored over 8 years ago by Christian Weiske <[email protected]>
Merge pull request #37 from cweiske/master

Use configured token endpoint instead of tokens.indieauth.com

github.com/indieweb/wordpress-micropub - 47156aeb4f30363b7e99f762b3f399566ba10ab5 authored over 8 years ago by Ryan Barrett <[email protected]>
Use configured token endpoint instead of tokens.indieauth.com

github.com/indieweb/wordpress-micropub - 2340e1c7a3d23d72591f1defc8c58c36d7458e7c authored over 8 years ago by Christian Weiske <[email protected]>
Merge pull request #33 from cweiske/master

fix readme

github.com/indieweb/wordpress-micropub - 33ce0df1a9297f2a3736de1ebb449697307ec09e authored over 8 years ago by Ryan Barrett <[email protected]>
fix readme

github.com/indieweb/wordpress-micropub - 00642f5ea04753434d565ca5af318a626e9a1bca authored over 8 years ago by Christian Weiske <[email protected]>
Added comment for closing DIV

github.com/indieweb/indiewebify-me - 93fab8f60d93e7185ccfd8c66c589fa5186d49ce authored over 8 years ago by Torsten Landsiedel <[email protected]>
Added comment for closing DIV

github.com/indieweb/indiewebify-me - de6d999eabec4ff063d22b214630de8756b11410 authored over 8 years ago by Torsten Landsiedel <[email protected]>
Added comments for closing DIVs

github.com/indieweb/indiewebify-me - 1681db188986ac9b0cc8ff136cb5c70d5d032f06 authored over 8 years ago by Torsten Landsiedel <[email protected]>
Unclosed DIV from header template

github.com/indieweb/indiewebify-me - 63a85f0e531c3c79b2cb692d6110e58c6d3fbd83 authored over 8 years ago by Torsten Landsiedel <[email protected]>
Missing space between attributes

github.com/indieweb/indiewebify-me - f700f6ccbc977d841327762d203b63e5a2e898b8 authored over 8 years ago by Torsten Landsiedel <[email protected]>
Missing space between attributes

github.com/indieweb/indiewebify-me - 3bc61445da539fc60dd1ef6abad9a1a7470a808c authored over 8 years ago by Torsten Landsiedel <[email protected]>
rename _ not - for consistency

github.com/indieweb/link-rel-parser-php - 3d6414cf295fd89297fa4e1850e4510ca097f2d3 authored over 8 years ago by Tantek Çelik <[email protected]>
open source this from falconpost.php

open sourcing get_rel_webmention and first_linknode_href functions because they are potentially ...

github.com/indieweb/link-rel-parser-php - 80523bbfd3a20a47f337256a3227110a1ca380c9 authored over 8 years ago by Tantek Çelik <[email protected]>
Merge pull request #26 from cweiske/fixmod

Fix Last-Modified header date

github.com/indieweb/chat.indieweb.org - 1748cab09f6475603d63f8a0aa02c8c88376e06f authored over 8 years ago by Aaron Parecki <[email protected]>
Fix Last-Modified header date

Resolves: #23

github.com/indieweb/chat.indieweb.org - 09efd6622c65f41994fa9741b7f1fc1ef988c23e authored over 8 years ago by Christian Weiske <[email protected]>
Fix accidental overwrite of the readme

github.com/indieweb/wordpress-indieweb - ba061d75a1468722846d56fa22d364ca1faaa953 authored over 8 years ago by David Shanske <[email protected]>