aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
Commit message (Collapse)AuthorAgeFilesLines
* This is long overdue - use a symblic constant NULL_DATE instead of the ↵friendica2014-09-081-2/+2
| | | | easily mis-typed sequence '0000-00-00 00:00:00'
* provide a config option to prevent wall uploads (photos and files) from ↵friendica2014-09-021-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 issuesfriendica2014-08-291-0/+6
|
* switch everything over to crypto_encapsulate()friendica2014-08-231-2/+2
|
* profile edit - missing visibility and drop link on non-default profiles, ↵friendica2014-08-211-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 ↵friendica2014-08-141-2/+2
| | | | entities in the text.
* make mention tagging by webbie do the right thing.friendica2014-08-101-1/+1
|
* a couple of "not quite public" fixesfriendica2014-08-081-12/+10
|
* public scope delivery issuesfriendica2014-08-061-2/+2
|
* basic 'notpublic' bits workingfriendica2014-08-061-2/+12
|
* issues #542 #543 - mentions not linked on editing a post if they contained a ↵friendica2014-07-241-0/+9
| | | | forum indicator.
* turn that into a featurefriendica2014-07-021-2/+1
|
* optionally allow zrl usage from specific markdown sourcesfriendica2014-07-011-1/+1
|
* easter eggfriendica2014-07-011-1/+8
|
* rule of snakes #1, kill the snake.friendica2014-06-281-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.friendica2014-06-261-1/+5
|
* fix space around brackets changing.friendica2014-06-191-3/+5
|
* issues with editing webpage permissionsfriendica2014-06-151-2/+8
|
* ensure item_private tracks acl fields on editfriendica2014-06-151-1/+10
|
* webpage permissions weirdnessfriendica2014-06-141-9/+14
|
* 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
|