Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding a bug report app | Charles | 2014-09-05 | 2 | -0/+4 |
| | |||||
* | illegal string offset warnings | friendica | 2014-09-05 | 1 | -1/+1 |
| | |||||
* | more work on the event edit form | friendica | 2014-09-05 | 2 | -4/+18 |
| | |||||
* | doc updates | friendica | 2014-09-05 | 77 | -1045/+1331 |
| | |||||
* | improved logging if you're using php54 or later | friendica | 2014-09-04 | 1 | -2/+8 |
| | |||||
* | issue #451 - clear gid and cid from network tab if discover is selected | friendica | 2014-09-04 | 1 | -7/+7 |
| | |||||
* | put a date and time picker on events | friendica | 2014-09-04 | 2 | -6/+116 |
| | |||||
* | bb2diaspora_itembody - empty body, that explains a lot | friendica | 2014-09-04 | 1 | -0/+2 |
| | |||||
* | this improves the photos even more | friendica | 2014-09-04 | 1 | -3/+3 |
| | |||||
* | fix the client side of poco | friendica | 2014-09-04 | 1 | -11/+20 |
| | |||||
* | fix poco network | friendica | 2014-09-04 | 1 | -1/+4 |
| | |||||
* | import_author_rss not succeeding, missing url | friendica | 2014-09-04 | 1 | -4/+5 |
| | |||||
* | unset item_nocomment when starting a new delivery chain | friendica | 2014-09-04 | 1 | -1/+8 |
| | |||||
* | oops forgot about the privacy exclusion | friendica | 2014-09-04 | 1 | -4/+5 |
| | |||||
* | constrain photos to a fixed block regardless of aspect ratio | friendica | 2014-09-04 | 1 | -1/+23 |
| | |||||
* | allow feeds to be sourced | friendica | 2014-09-04 | 1 | -1/+1 |
| | |||||
* | realm detection logic reversed | friendica | 2014-09-04 | 1 | -1/+1 |
| | |||||
* | allow stuff with Diaspora authors to federate in zot conversations even if ↵ | friendica | 2014-09-04 | 4 | -2/+25 |
| | | | | the local site has diaspora disabled. This way it won't look like folks are talking to themselves. | ||||
* | update docs as D* members should now be able to participate in redmatrix ↵ | friendica | 2014-09-03 | 1 | -2/+2 |
| | | | | forums. They will need to plus-tag the forum. There may still be minor issues, but nothing fundamentally at odds with this working. | ||||
* | remove feed items from ACL selector - there's nothing we can do with them ↵ | friendica | 2014-09-03 | 1 | -0/+5 |
| | | | | and if we were to try we'd have to binary pack all the hashes | ||||
* | sort out some of the bb2d madness | friendica | 2014-09-03 | 2 | -70/+27 |
| | |||||
* | this is turning into a wretched mess. It's going to get worse before it gets ↵ | friendica | 2014-09-03 | 2 | -200/+99 |
| | | | | better, but I'm trying to do this incrementally so I don't break the whole shebang for a few days. It will get better once all the bbcode translation is done in a single place (cross fingers), and we can just sign the post once when we submit it and be done with it. If Diaspora ever implements editing of existing posts we'll have to go back and do the whole wretched mess over again. | ||||
* | implement service class for feed polling frequenecy, fixed a service class ↵ | friendica | 2014-09-03 | 9 | -96/+92 |
| | | | | bug, moved service class stuff from plugin to account.php where it belongs and load that by default instead of on demand | ||||
* | fix group membership management for non-red connections | friendica | 2014-09-03 | 1 | -4/+4 |
| | |||||
* | store diaspora meta info in the item table. It has to go there or it will ↵ | friendica | 2014-09-03 | 7 | -58/+67 |
| | | | | kill us with complex joins. We can phase out the sign table once this all checks out. | ||||
* | outbound feed issue | friendica | 2014-09-03 | 4 | -5/+6 |
| | |||||
* | fix diaspora_handle_from_contact() | friendica | 2014-09-02 | 1 | -2/+2 |
| | |||||
* | if we don't have a stored diaspora author signature which has been passed ↵ | friendica | 2014-09-02 | 1 | -0/+1 |
| | | | | the baton since the post's creation, fill in the field with their redmatrix signature. It's pointless, but there's so much pointless stuff in here that I doubt it matters. From what I can ascertain - nobody is going to look at it anyway. | ||||
* | try to proceed with a diaspora relayable even if we don't have the original ↵ | friendica | 2014-09-02 | 1 | -7/+9 |
| | | | | author's signature. | ||||
* | provide a config option to prevent wall uploads (photos and files) from ↵ | friendica | 2014-09-02 | 2 | -30/+9 |
| | | | | being set to the same ACL as the containing post, and instead are uploaded with public visibility (no ACL). This is to prevent folks on other networks from seeing prohibited signs for things uploaded into a private conversation. It is primarily useful when posting to collections that have mixed folks from red and other networks and an otherwise public (typical) profile. Consequently, these uploads will match your chosen default visibility for photos and storage and not that of the containing conversation item (and is only useful if the default visibility is public). This choice must be explained adequately because it represents a complex series of tradeoffs and side effects. It will reduce complaints from other networks about blocked content, but essentially forces you to use another method (dav or the photos page) if you wish to upload protected files/media. | ||||
* | feed removal issue | friendica | 2014-09-02 | 2 | -6/+8 |
| | |||||
* | use feed title for channel name before checking author, make feed items ↵ | friendica | 2014-09-02 | 4 | -10/+41 |
| | | | | shareable (they're private to the channel so they won't be shown in searches), try and handle Diaspora mentions a bit more elegantly. (Bug: we don't convert mentions to Diaspora's format on outbound at all!) | ||||
* | updated compatibility notes | friendica | 2014-09-02 | 2 | -4/+8 |
| | |||||
* | minor nits | friendica | 2014-09-01 | 1 | -4/+8 |
| | |||||
* | fix phantom attachments in feeds | friendica | 2014-09-01 | 2 | -2/+2 |
| | |||||
* | pull in some posts when first connecting to feeds | friendica | 2014-09-01 | 1 | -2/+1 |
| | |||||
* | logic inverted | friendica | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | issue #578 - this won't fix old items but should work going forward. The ↵ | friendica | 2014-09-01 | 2 | -2/+2 |
| | | | | extra time slop shouldn't be needed and will in fact result in possibly undesired redundancy. | ||||
* | Merge pull request #576 from beardy-unixer/master | RedMatrix | 2014-09-02 | 5 | -15/+54 |
|\ | | | | | Allow directories to stop being directories without killing anyone. | ||||
| * | Don't forget the ifs. Now we just need to write some blurb, find some | Thomas Willingham | 2014-09-02 | 1 | -4/+4 |
| | | | | | | | | | | images, add a link, and decide what to do with non-earned badges...basically all of it. | ||||
| * | Move achievements on, but just a tad. | Thomas Willingham | 2014-09-02 | 2 | -10/+22 |
| | | |||||
| * | If you have a new channel (or a new hub searching for an old channel) | Thomas Willingham | 2014-09-02 | 1 | -5/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | which uses an xchan_url other than channel or profile, chanview will fail to find $a->poi and fail as there is no way to import the xchan. Instead of giving up and presenting an error, we'll send you to the requested URL anyway. If we send you with a Zid, there's a good chance you'll authenticate because xchans are like glitter - once you've got one, they get everywhere, and there's a good chance you'll know *somebody* at the hub. . | ||||
| * | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2014-09-02 | 17 | -1411/+1673 |
| |\ | |/ |/| | |||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-09-01 | 2 | -1337/+1389 |
|\ \ | |||||
| * \ | Merge pull request #577 from tuscanhobbit/master | Paolo T | 2014-09-01 | 2 | -1337/+1389 |
| |\ \ | | | | | | | | | Italian strings updated | ||||
| | * | | Italian strings updated | Paolo Tacconi | 2014-09-01 | 2 | -3/+3 |
| | | | | |||||
| | * | | Italian strings updated | Paolo Tacconi | 2014-09-01 | 2 | -1335/+1387 |
| | | | | |||||
* | | | | use feed icon as default avatar for rss connections | friendica | 2014-09-01 | 3 | -3/+6 |
|/ / / | |||||
* | | | make fuckin twitter plugin work by selling my soul to the devil for a fuckin ↵ | friendica | 2014-09-01 | 1 | -1/+1 |
| | | | | | | | | | | | | api key. Are y'all fuckin happy? | ||||
* | | | honour the feed_contacts setting | friendica | 2014-09-01 | 2 | -1/+6 |
| | | |