Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | that's better | friendica | 2014-02-08 | 1 | -1/+1 |
| | |||||
* | revert last fix, it double tags | friendica | 2014-02-08 | 1 | -1/+1 |
| | |||||
* | allow somebody to type #^{{naked link}} | friendica | 2014-02-08 | 1 | -1/+1 |
| | | | | -- auto-linkify it and create a bookmark tag. | ||||
* | fix issue with double linkify in the git feed | friendica | 2014-02-07 | 1 | -1/+7 |
| | |||||
* | make all naked links bookmark-able | friendica | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | make links in comments bookmark-able | friendica | 2014-02-04 | 1 | -2/+2 |
| | |||||
* | some tagging fixes - including old bugs which were never reported | friendica | 2014-02-03 | 1 | -2/+2 |
| | |||||
* | transmit, receive, and parse bookmarks | friendica | 2014-02-03 | 1 | -5/+16 |
| | |||||
* | bring photo tagging back which hasn't worked since forking from Friendica - ↵ | friendica | 2014-01-19 | 1 | -4/+4 |
| | | | | this is untested and displaying photo tags will now be broken as we're now storing tags with the item attached to the photo and not in the photo. But the point is we've eliminated the OStatus/SWAP0 forced spam crap and can start fresh. | ||||
* | preserve mid on edits | friendica | 2014-01-10 | 1 | -2/+9 |
| | |||||
* | some minor cleanup on plinks for some very subtle permissions issues | friendica | 2014-01-09 | 1 | -1/+5 |
| | |||||
* | a few fixes to webpage editing | friendica | 2014-01-04 | 1 | -29/+5 |
| | |||||
* | Merge pull request #254 from cvogeley/master | cvogeley | 2014-01-03 | 1 | -1/+2 |
|\ | | | | | Webpage fixes for the moment without the fix for page not found after editing a webpage | ||||
| * | Correct wrong service class check for webpages | Christian Vogeley | 2013-12-31 | 1 | -1/+2 |
| | | |||||
* | | fix attachment rendering for preview | friendica | 2014-01-01 | 1 | -0/+1 |
| | | |||||
* | | group ACL control using tags (group must be "visible") | friendica | 2013-12-29 | 1 | -29/+59 |
| | | |||||
* | | handle exclusive tags and add to ACL | friendica | 2013-12-29 | 1 | -3/+5 |
| | | |||||
* | | basic support for exclusion tags - we just need to use the results to tweak ↵ | friendica | 2013-12-29 | 1 | -89/+66 |
| | | | | | | | | the ACL. | ||||
* | | add ability to set created date/time from the api | friendica | 2013-12-22 | 1 | -3/+4 |
|/ | |||||
* | issue #237 - when manually changing an uploaded photo URL in a post to an ↵ | friendica | 2013-12-10 | 1 | -1/+4 |
| | | | | invalid URL that happens to not throw an error, it affects the ability to parse the URL to see if it's a local image and correct permissions. The correct way to do this is to change the '-2' to '-1' if you want 640 instead of 320 and '-0' if you want the original size - which is not likely to win you many friends if it happens to be a 42 megapixel photo. We might have limits in place to prevent monster photos from destroying everybody's streams, but many services you export the post to will probably not. | ||||
* | allow editing posts on connectors that support edits | friendica | 2013-11-26 | 1 | -1/+3 |
| | |||||
* | sort out the preview icons | friendica | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | wp-to-red: now supports editing, titles, and native permalinks | friendica | 2013-11-25 | 1 | -0/+13 |
| | |||||
* | Add some message_id meta information for wordpress posts so we'll know where ↵ | friendica | 2013-11-24 | 1 | -0/+10 |
| | | | | to send comments |