aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
Commit message (Collapse)AuthorAgeFilesLines
* fix author delete (non-owner)friendica2014-05-141-3/+3
|
* zrlify (turn into zmg) any relevant img tags in a post.friendica2014-05-131-0/+5
|
* core fixes to allow statusnet connector to workfriendica2014-05-061-4/+4
|
* issue #432 permission changes lost editing webpage (and other non-post items)friendica2014-05-041-4/+11
|
* tag anyonefriendica2014-04-151-4/+17
|
* let normal hashtags be quoted strings alsofriendica2014-04-121-1/+9
|
* major cleanup of handle_tag()friendica2014-04-121-10/+48
|
* handle new tag declarationsfriendica2014-04-121-1/+1
|
* add forum mode to tag handlingfriendica2014-04-121-2/+9
|
* mod/item - get rid of some failed experiments, duplicated code and unused code.friendica2014-04-061-89/+10
|
* this makes rpost to another channel work somewhat - but there are issues, ↵friendica2014-04-051-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 ↵friendica2014-04-051-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 ↵friendica2014-04-041-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 focusoutfriendica2014-04-011-3/+2
|
* another complication to deletionfriendica2014-03-281-3/+10
|
* fix delete missing permission checkfriendica2014-03-281-2/+7
|
* a few more delete fixesfriendica2014-03-271-3/+12
|
* try and sort out the item delete messfriendica2014-03-271-2/+12
|
* this will probably fix the uploaded photo permission issue, if not it should ↵friendica2014-03-271-2/+2
| | | | be close
* Red API: /api/red/item/new ; which is like /api/statuses/update except it ↵friendica2014-03-041-1/+1
| | | | uses Red semantics and returns success/failure indication.
* title missing in private mention postsfriendica2014-02-201-1/+1
|
* some more snakebite and fix up include/account - forgot about that inline ↵friendica2014-02-181-0/+10
| | | | array stuff
* Merge pull request #314 from zzottel/masterfriendica2014-02-171-0/+6
|\ | | | | Make @!-tags safer
| * make sure the user can't inadvertently send a post with @!-tags to anzottel2014-02-141-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 ↵friendica2014-02-161-7/+1
| | | | | | | | when somebody tries to view the link
* | rev update and a minor fix (missing param) to force_refreshfriendica2014-02-141-1/+1
|/
* fixes to thing profile assignmentsfriendica2014-02-111-1/+1
|
* better bookmark escapingfriendica2014-02-101-3/+8
|
* don't add bookmark tags to naked links inside code blocksfriendica2014-02-101-0/+5
|
* fix wall photosfriendica2014-02-091-1/+1
|
* that's betterfriendica2014-02-081-1/+1
|
* revert last fix, it double tagsfriendica2014-02-081-1/+1
|
* allow somebody to type #^{{naked link}}friendica2014-02-081-1/+1
| | | | -- auto-linkify it and create a bookmark tag.
* fix issue with double linkify in the git feedfriendica2014-02-071-1/+7
|
* make all naked links bookmark-ablefriendica2014-02-061-1/+1
|
* make links in comments bookmark-ablefriendica2014-02-041-2/+2
|
* some tagging fixes - including old bugs which were never reportedfriendica2014-02-031-2/+2
|
* transmit, receive, and parse bookmarksfriendica2014-02-031-5/+16
|
* bring photo tagging back which hasn't worked since forking from Friendica - ↵friendica2014-01-191-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 editsfriendica2014-01-101-2/+9
|
* some minor cleanup on plinks for some very subtle permissions issuesfriendica2014-01-091-1/+5
|
* a few fixes to webpage editingfriendica2014-01-041-29/+5
|
* Merge pull request #254 from cvogeley/mastercvogeley2014-01-031-1/+2
|\ | | | | Webpage fixes for the moment without the fix for page not found after editing a webpage
| * Correct wrong service class check for webpagesChristian Vogeley2013-12-311-1/+2
| |
* | fix attachment rendering for previewfriendica2014-01-011-0/+1
| |
* | group ACL control using tags (group must be "visible")friendica2013-12-291-29/+59
| |
* | handle exclusive tags and add to ACLfriendica2013-12-291-3/+5
| |
* | basic support for exclusion tags - we just need to use the results to tweak ↵friendica2013-12-291-89/+66
| | | | | | | | the ACL.
* | add ability to set created date/time from the apifriendica2013-12-221-3/+4
|/
* issue #237 - when manually changing an uploaded photo URL in a post to an ↵friendica2013-12-101-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.