Ecosyste.ms: OpenCollective

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

github.com/idno/known

A social publishing platform.
https://github.com/idno/known

Merge pull request #1511 from cweiske/fastcgi-auth-1509

Make micropub authentication work on FastCGI servers

d6ea08f22d2cbc2f9c51d13213f6460b774f46ba authored about 8 years ago
Merge pull request #1566 from mapkyca/pluggable-sessions

Pluggable sessions

32f9e895492b1e3622c70cf8297dcd692b69b7ca authored about 8 years ago
Merge pull request #1572 from mapkyca/post_status_improved

Post status improved

6c58e61d69401f019483606d38e16c83df9e9979 authored about 8 years ago
Merge pull request #1564 from mapkyca/draft-enhancements

Limit ACL lookup to 'published' status posts.

fb98dffb4f442d87624a4d8302200f61f4e19bec authored about 8 years ago
Correcting insert call

2a7cc4e917724fae427138619d1777d2265438fe authored about 8 years ago
Adding publish_status to saveRecord()

afb0418af7baf0a1be1d49e8a690a187591148f0 authored about 8 years ago
Adding publish_status to saveRecord()

2420b387d0f566bfaa1b4ed5e9c6266099156c5a authored about 8 years ago
SQLite schema upgrade

2a919d3385d98f5b9a7b9f52256beb3b258156fc authored about 8 years ago
Making saveRecord() publish_status aware

264bc5e3eb2267b540517c091d009e0bc387fa08 authored about 8 years ago
Upgrading postgres schema

4a8592f4142174d584702c446103d4c80af74282 authored about 8 years ago
Upgrading mysql schema

de8e0b73829cd19c1bae4c0d3fcef18a2de1993c authored about 8 years ago
Handle schema upgrade line by line

d103ac3142763f83556ccbbb427ddc218aab571e authored about 8 years ago
Trigger schema upgrades

3ca079c81085e7b037280ec92f27d370bf35d3d2 authored about 8 years ago
Trigger schema upgrades

036ce345e3ed4e72f923c1c7ff30caf928647bae authored about 8 years ago
Correcting schema directory

1708aef97414b0813663fde0f0de230b2a0dab1c authored about 8 years ago
Merge pull request #1570 from mapkyca/unterminated-shell

Unterminated shell

983e2c32bb504d2ff186bdf65b2ce3f72aa40d71 authored about 8 years ago
Closes #1471: Encode entity titles to produce valid XML

88745d04f18c7eb6ad2b1848c8066ce9c313fc54 authored about 8 years ago
Handle deleted user

29f9c0eb3728e51f0f48631055235fbeadae9176 authored about 8 years ago
Merge pull request #1569 from mapkyca/handle-missing-upload

Provide a backup cache directory for HTML purifier

8ba3f3da3e7969bc379aa9f2550cd4134085563e authored about 8 years ago
Closes #1436: Provide a backup cache directory for HTML purifier when upload_dir is not specified.

7254b9d9804fedf243193858bca9e15e4f5be14a authored about 8 years ago
Merge pull request #1568 from mapkyca/unset-robot

Closes #1558: Unset $this->vars['body'] after wizard display.

3cc6ce482bce2de30019b01a33522fdad59a7693 authored about 8 years ago
Closes #1558: Unset $this->vars['body'] after wizard display.

Refs: benwerd/bonita#2

67667c9615ba83193ef1e8141609c52b71e96b27 authored about 8 years ago
Merge pull request #1560 from mapkyca/how-access

Introducing inACL() helper function

c8662ea10212127da4a8a38ced31c45f100b1126 authored over 8 years ago
Make handleSession() a little bit more useful. Should return true if the session was handled.

This allows sessions which require certain preconditions to fail gracefully back to files.

b7ca718ce53d3c9760fff11bbd77ee2731ee00fa authored over 8 years ago
We don't want to save session handler stuff in config

4f37e6bea2c58cb02b6281833dfcef1d9595f3e9 authored over 8 years ago
Closes #1565: making session storage plugable, with file fallback.

73bf2e9c255dc41a19235e67c5b398583210f559 authored over 8 years ago
Refs #1565: these classes implement the appropriate interface

acdf1f56d6776ed23255bdc5fee80519c2bd408c authored over 8 years ago
Refs #1565: dbs don't automatically handle sessions

7e0a151756f50f53c46c440fd3f280ca95ca3987 authored over 8 years ago
Refs #1565: define a pluggable session storage interface.

cfca84a693469faafce1057de2082c7e674aea38 authored over 8 years ago
Limit ACL lookup to 'published' status posts.

d45854c40444f2eaf3e8aced9e8074ddcafaeec9 authored over 8 years ago
Introducing inACL() helper function

409368ce735c8572a9404754380f57c81f655389 authored over 8 years ago
Merge pull request #1559 from mapkyca/post-status

Post status

0923ac654ca6a1eab5615fdba960ab6595ae6def authored over 8 years ago
Statement of intent: Making posts publish_status aware.

dfb1b0a1a3e7e0da351e9a40a023466e9f2c8a99 authored over 8 years ago
Default entity status to 'published' if status isn't already set.

681044a457ef2e0a06a36c56dc42909055671928 authored over 8 years ago
Only trigger syndication when published status is set

a449e73ca1377a5f2593fc4a48c608db4df9e414 authored over 8 years ago
Introducing post status setting on Entity

fae2958523515e1d48cddf38641a9751eec4a713 authored over 8 years ago
Merge pull request #1553 from mapkyca/feed-notice-error

Fixing notice errors

87659fe5c73b03ae30496f7fe8a0ba254ad77a2e authored over 8 years ago
Merge pull request #1552 from mapkyca/acl-canread-admin

Adding admin bypass to canRead

34905b34b98f1f3cb02ae0ab9f5cbbf8095a9063 authored over 8 years ago
Merge branch 'master' into acl-canread-admin

b2a2ec5f81b5184f38324343ee41c208fcbe2f3c authored over 8 years ago
Merge branch 'master' into feed-notice-error

8d6348cbd7e7b1dcbda3211e5dceb87462d24653 authored over 8 years ago
Merge pull request #1555 from mapkyca/fixing-travis-build

Fix build errors introduced by a672895d388a1fcecc8f30565d57044e1a9b9e43.

f86f1c923f095a916a82fde73a1e3e3209f6c786 authored over 8 years ago
Fix build errors introduced by a672895d388a1fcecc8f30565d57044e1a9b9e43.

Specify and activate some default plugins, and allow tests to pass.

e4caf65df989477c83bc0f1a3e4b3d52298ef721 authored over 8 years ago
Adding admin bypass to canRead, bringing query and view behaviours into sync

54116c8a336cb34cee0654bd314b88601d13c55c authored over 8 years ago
Prevent Notice error when object is empty

2f4258528f995fcbd9dd35edeac0a08a61819390 authored over 8 years ago
Prevent Notice error if $vars['count'] is missing

b61159143f0b65dd78bd451c266254ebcfbd8685 authored over 8 years ago
Add video upload support to the micropub endpoint (#1531)

Requires a video plugin to be installed, e.g.
https://github.com/cweiske/withknownVideo

Rela...

b870f05b5ad99816f659eab730444bb7937bea93 authored over 8 years ago
Allow Convoy to be disabled

c7af3bbbcacbe0ae08a4de53f0a64a5b17ac0007 authored over 8 years ago
Fix the persistent plugin problem

a672895d388a1fcecc8f30565d57044e1a9b9e43 authored over 8 years ago
Merge pull request #1549 from mapkyca/acl-private

Testing private ACLS, introducing getByAccessGroup

3ae9b4abf5265e3c1a65ef0400a1fcbe194c5fbb authored over 8 years ago
Merge pull request #1550 from mapkyca/random-file-ids

Increase entropy on generated file ids

2f68bbd9447652de5120373e59440daa451edb0a authored over 8 years ago
Lets get one, but make it a recent one.. that way we avoid pulling an ActivityStreamPost by accident.

d50a8cae6441002d9ae1546ba6d3c35635548ab9 authored over 8 years ago
Adding bracket

0ae5cdd0c2b78f072959ad4aaef930bf0e7c0e53 authored over 8 years ago
Fixing regex call

02c7e40ea5710d54f1e9183768be07f06366b71b authored over 8 years ago
Correcting the regex

c2cd830962c028d4efd92549e49481f7a8f4b6e9 authored over 8 years ago
Make very sure mongo db manager

9a409fc7267d3c661cff9a2677410783bc36328a authored over 8 years ago
Fixing syntax

bfc53034c4cbf8680e3982f95e3f384594f60049 authored over 8 years ago
Implementing delete

97274d04484e7cf7556f3bd00239ef6f442d7e1a authored over 8 years ago
Hopefully fixing travis

24eb04c0bcdba53d72541c20a35fec80347df670 authored over 8 years ago
Fixing travis logic

49b4ad8416f959fafa2a53c67073c14c6ea72257 authored over 8 years ago
First thought was correct.

b4db86c034f5bbea9e8d0a57b8b46e349e7088ed authored over 8 years ago
Debug

e03e0ef6b62946e6df5f91c2cd45f0566d20e1e0 authored over 8 years ago
Functioning mongo filesystem, supports display of old saves + new saves

87b7e8c19a13204d24d0f613d37a44fa87fe93f7 authored over 8 years ago
Save/edit + processing ID

cf8168a29e621c19b28afdd17f471dc8b82207b3 authored over 8 years ago
Save record support

dabcaf83e820e10289c2c93642cc37deb1c17a52 authored over 8 years ago
Maybe that was correct to begin with... hmm...

680331fa103d4a09b6de19c03a5b054f1f41b570 authored over 8 years ago
Increase entropy on generated file ids

2db301b5ba088f898112c20499907a0d1bf9e68f authored over 8 years ago
Theoretically functioning file storage.

28c2c3534323e8cdd46ba0bb46c21f9eb7aac812 authored over 8 years ago
Make description match what is actually expected.

f1c686918c200455715c71b309a9c1042aa70e38 authored over 8 years ago
Completed file interface.

8c4846629bd9e39c62fe31450af92e864bf2e419 authored over 8 years ago
Setting bucket

0a0e090c1325296db0df9e21f2afce56df2670e1 authored over 8 years ago
Setting bucket

0cbcbe016dfd34bb51e903a33613123cbe74267e authored over 8 years ago
Implementing MongoDBFileSystem findOne

17a5700ebcf099c0ef7ed4719f7e38dbefdfee84 authored over 8 years ago
Stubs, normalising Mongo files with system

3fb113e87bfa5cdc3641f7b175697f265b9670e5 authored over 8 years ago
We're using the new MongoDB library, enable in travis.

eb243d0024d5a55dbc53a4359b28c9f92430d0a9 authored over 8 years ago
Mongo was the only known PHP 7 blocker

cbb0db295faf47f7021489e66be81b9facc109ee authored over 8 years ago
Changing module requirements

d38bcf6f5f0178efa21864648a28c9b39c8e75e9 authored over 8 years ago
Changing module requirements

4820b2cbf9d80bfa81d98943f6358a76e2e086dc authored over 8 years ago
Migrating data retrieval to MongoDB

6d9d70a6365d084ccc1f11d4a67c2d4d84bc980b authored over 8 years ago
Adding MongoDB PHP Wrapper library.

2681fefe26b72a66f19e2ea1c6e19296d88f05e8 authored over 8 years ago
Testing getByAccessGroup()

349bbfde84c0ec2636bbdcb8c088766244bec017 authored over 8 years ago
Introducing getByAccessGroup()

1f1b94fef941b3b8adabc1188814775895d26b25 authored over 8 years ago
Tidying up object

a91e7d6c738d5677f1170614660bb89442fe5a1b authored over 8 years ago
Test owner only private access.

78d64220395090a3edf3ea66e0457e98ee9280e9 authored over 8 years ago
Merge pull request #1544 from mapkyca/admin-acl-tests

Admin acl tests

bf15c0d7c4940f04cd74de6476fb1cb803cb05d3 authored over 8 years ago
PHP 5.4 compatibility

59a6340196acfaf770ced453cdd679543b2ce94a authored over 8 years ago
Bypass ACLs for admin users on mongo object, bringing Mongo in line with #1543

897a78d60f79c570e5c5e5d5031a3c4e382b8ee8 authored over 8 years ago
Debug

fad0b24481400de46bc18268bc3cd12b35a13856 authored over 8 years ago
Prevent weird namespacing issue

d8e18d88b81c7bebbea14d368ebba40305e09b59 authored over 8 years ago
Merge branch 'master' into admin-acl-tests

a1ee9c82f4728adf148192224df627288dc3230a authored over 8 years ago
Merge pull request #1546 from mapkyca/admin-canread

Make entity canEdit/canRead ACL aware

4fe9d7227f3282a1154a8df96215e971ffa66559 authored over 8 years ago
Allow images to be centered aligned

Editor requires <img style=“display:block; margin-left: auto;
margin-right: auto”> to center ali...

122b24403215ddc03291b847a6a81052f707373f authored over 8 years ago
Check access groups on canEdit()

a42cd47a6a0156af92497d50324bac537b586805 authored over 8 years ago
Check against admin ACL on object when calling canRead()

9a9be11c7bc03750cd4ce7bb6685c0e031f84ce5 authored over 8 years ago
Removing static, adding debug

c8324269cb4e45b8579b8fbab5e761e631fb3c45 authored over 8 years ago
Removing static

997ba0335948a2b7462fac4cdeb4ca4e7e6175ad authored over 8 years ago
Bind to self

5ac7c11092fed7a08c424430d1edeadca3dc3b0f authored over 8 years ago
Lets actually save the new object (!!)

dd1017696e25af7317383ce30d5418e8d15e07fe authored over 8 years ago
Ensure that userb isn't clobbered on startup

6c66d79009a4d2789ddecf95abe9fa4c92e3ee73 authored over 8 years ago
Attempting different logic, adding debug

5852c293ec59224c8220754c9af6a0c374fd9061 authored over 8 years ago
Remove unnecessary variable

64da3fc0dfd6e188fc6979baf37e0073ee856d1d authored over 8 years ago