Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This is long overdue - use a symblic constant NULL_DATE instead of the ↵ | friendica | 2014-09-08 | 1 | -2/+2 |
| | | | | easily mis-typed sequence '0000-00-00 00:00:00' | ||||
* | provide a config option to prevent wall uploads (photos and files) from ↵ | friendica | 2014-09-02 | 1 | -0/+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. | ||||
* | various diaspora issues | friendica | 2014-08-29 | 1 | -0/+6 |
| | |||||
* | switch everything over to crypto_encapsulate() | friendica | 2014-08-23 | 1 | -2/+2 |
| | |||||
* | profile edit - missing visibility and drop link on non-default profiles, ↵ | friendica | 2014-08-21 | 1 | -1/+0 |
| | | | | re-arrange order of replacing red#matrix smilie so it works correctly, accept a post with body content of '0' which was interpreted by x() as nothing (was treated as integer). | ||||
* | escape tags when using markdown. Strange things happen if you put HTML ↵ | friendica | 2014-08-14 | 1 | -2/+2 |
| | | | | entities in the text. | ||||
* | make mention tagging by webbie do the right thing. | friendica | 2014-08-10 | 1 | -1/+1 |
| | |||||
* | a couple of "not quite public" fixes | friendica | 2014-08-08 | 1 | -12/+10 |
| | |||||
* | public scope delivery issues | friendica | 2014-08-06 | 1 | -2/+2 |
| | |||||
* | basic 'notpublic' bits working | friendica | 2014-08-06 | 1 | -2/+12 |
| | |||||
* | issues #542 #543 - mentions not linked on editing a post if they contained a ↵ | friendica | 2014-07-24 | 1 | -0/+9 |
| | | | | forum indicator. | ||||
* | turn that into a feature | friendica | 2014-07-02 | 1 | -2/+1 |
| | |||||
* | optionally allow zrl usage from specific markdown sources | friendica | 2014-07-01 | 1 | -1/+1 |
| | |||||
* | easter egg | friendica | 2014-07-01 | 1 | -1/+8 |
| | |||||
* | rule of snakes #1, kill the snake. | friendica | 2014-06-28 | 1 | -4/+8 |
| | | | | | | tinymce is gone. if you want a visual editor, figure out what you want and make it happen. If you don't want a visual editor, do nothing. This is in the community's hands. I don't need a visual editor. | ||||
* | notification being sent for comments from blocked connections on same site. | friendica | 2014-06-26 | 1 | -1/+5 |
| | |||||
* | fix space around brackets changing. | friendica | 2014-06-19 | 1 | -3/+5 |
| | |||||
* | issues with editing webpage permissions | friendica | 2014-06-15 | 1 | -2/+8 |
| | |||||
* | ensure item_private tracks acl fields on edit | friendica | 2014-06-15 | 1 | -1/+10 |
| | |||||
* | webpage permissions weirdness | friendica | 2014-06-14 | 1 | -9/+14 |
| | |||||
* | fix author delete (non-owner) | friendica | 2014-05-14 | 1 | -3/+3 |
| | |||||
* | zrlify (turn into zmg) any relevant img tags in a post. | friendica | 2014-05-13 | 1 | -0/+5 |
| | |||||
* | core fixes to allow statusnet connector to work | friendica | 2014-05-06 | 1 | -4/+4 |
| | |||||
* | issue #432 permission changes lost editing webpage (and other non-post items) | friendica | 2014-05-04 | 1 | -4/+11 |
| | |||||
* | tag anyone | friendica | 2014-04-15 | 1 | -4/+17 |
| | |||||
* | let normal hashtags be quoted strings also | friendica | 2014-04-12 | 1 | -1/+9 |
| | |||||
* | major cleanup of handle_tag() | friendica | 2014-04-12 | 1 | -10/+48 |
| | |||||
* | handle new tag declarations | friendica | 2014-04-12 | 1 | -1/+1 |
| | |||||
* | add forum mode to tag handling | friendica | 2014-04-12 | 1 | -2/+9 |
| | |||||
* | mod/item - get rid of some failed experiments, duplicated code and unused code. | friendica | 2014-04-06 | 1 | -89/+10 |
| | |||||
* | this makes rpost to another channel work somewhat - but there are issues, ↵ | friendica | 2014-04-05 | 1 | -1/+8 |
| | | | | since the ACL will belong to the wrong channel. Leaving disabled for now. I don't know that we can solve all the issues without a different design so this may end up in a plugin for those who are willing to put up with the shortcomings. | ||||
* | provide the ability for rpost to post as another of your channels. This does ↵ | friendica | 2014-04-05 | 1 | -17/+24 |
| | | | | not yet work, so the functionality has not been enabled. | ||||
* | doc updates, plus back-end work for rpost to let you post to a different ↵ | friendica | 2014-04-04 | 1 | -6/+20 |
| | | | | channel than your current logged-in channel. Need the same for rbmark back-end. Then we "just" need a selector widget on the editor forms. | ||||
* | save notes every ten seconds while focused, then save them once more on focusout | friendica | 2014-04-01 | 1 | -3/+2 |
| | |||||
* | another complication to deletion | friendica | 2014-03-28 | 1 | -3/+10 |
| | |||||
* | fix delete missing permission check | friendica | 2014-03-28 | 1 | -2/+7 |
| | |||||
* | a few more delete fixes | friendica | 2014-03-27 | 1 | -3/+12 |
| | |||||
* | try and sort out the item delete mess | friendica | 2014-03-27 | 1 | -2/+12 |
| | |||||
* | this will probably fix the uploaded photo permission issue, if not it should ↵ | friendica | 2014-03-27 | 1 | -2/+2 |
| | | | | be close | ||||
* | Red API: /api/red/item/new ; which is like /api/statuses/update except it ↵ | friendica | 2014-03-04 | 1 | -1/+1 |
| | | | | uses Red semantics and returns success/failure indication. | ||||
* | title missing in private mention posts | friendica | 2014-02-20 | 1 | -1/+1 |
| | |||||
* | some more snakebite and fix up include/account - forgot about that inline ↵ | friendica | 2014-02-18 | 1 | -0/+10 |
| | | | | array stuff | ||||
* | Merge pull request #314 from zzottel/master | friendica | 2014-02-17 | 1 | -0/+6 |
|\ | | | | | Make @!-tags safer | ||||
| * | make sure the user can't inadvertently send a post with @!-tags to an | zottel | 2014-02-14 | 1 | -0/+6 |
| | | | | | | | | | | unintended audience because he had browsed the Matrix by collection or by contact | ||||
* | | strip hard-wired zids from posted links as they will have the wrong identity ↵ | friendica | 2014-02-16 | 1 | -7/+1 |
| | | | | | | | | when somebody tries to view the link | ||||
* | | rev update and a minor fix (missing param) to force_refresh | friendica | 2014-02-14 | 1 | -1/+1 |
|/ | |||||
* | fixes to thing profile assignments | friendica | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | better bookmark escaping | friendica | 2014-02-10 | 1 | -3/+8 |
| | |||||
* | don't add bookmark tags to naked links inside code blocks | friendica | 2014-02-10 | 1 | -0/+5 |
| | |||||
* | fix wall photos | friendica | 2014-02-09 | 1 | -1/+1 |
| |