aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Collapse)AuthorAgeFilesLines
* add "any connections" to can_comment_on_post() - was missingfriendica2014-08-231-0/+1
|
* switch everything over to crypto_encapsulate()friendica2014-08-231-4/+4
|
* issue #573 - this may not fix everything in that issue but should resolve ↵friendica2014-08-221-0/+3
| | | | some of it.
* "false" issuefriendica2014-08-221-4/+9
|
* issue #571 - use feed/nickname?top=1friendica2014-08-221-1/+6
|
* profile edit - missing visibility and drop link on non-default profiles, ↵friendica2014-08-211-4/+4
| | | | 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).
* extensible profiles - add the input form elements. Still needs styling and ↵friendica2014-08-201-135/+99
| | | | we're not yet storing the results. And right now we're ignoring the type and only doing type=string. Oh yeah - and I split off starting the second delivery chain into its own function in tag_deliver since it was largely duplicate code.
* restructure the author and owner info from feedsfriendica2014-08-201-85/+58
|
* greatly simplify consume_feed() - a lot of this was friendica specific and ↵friendica2014-08-201-195/+49
| | | | somebody may want to put some of it back in, but we'd be much better off building a zot compatible feed for friendica (hint,hint) - even if it didn't support the other protocol bits. Special purpose feed handlers for things like likes, dislikes, events, and community tags are better handled as zot arrays. We have all those handlers. We just need to pass them a JSON message instead of an XML/Atom message. Handlers for statusnet follow messages are another casualty. That's easy to bring back - but we need to keep driving nails into the XML coffin or the damn zombies will get out.
* fangs baredfriendica2014-08-191-1/+23
|
* snakebite continuedfriendica2014-08-191-53/+108
|
* also reset comment policy on alternate delivery chainsfriendica2014-08-191-2/+4
|
* make sure privacy scope is completely reset on second delivery chain - ↵friendica2014-08-191-8/+62
| | | | revert if there are forum issues, this is subtle and complicated
* implement max_import_sizefriendica2014-08-091-1/+7
|
* booboofriendica2014-08-091-1/+2
|
* a couple of "not quite public" fixesfriendica2014-08-081-10/+6
|
* cleanup some text where we said "public" or "visible to anybody on the ↵friendica2014-08-071-1/+1
| | | | internet" when that isn't necessarily true.
* a bit more cleanup and a bug fix or two for the new private post security modelfriendica2014-08-071-8/+15
|
* public scope delivery issuesfriendica2014-08-061-2/+5
|
* basic 'notpublic' bits workingfriendica2014-08-061-6/+28
|
* first step first - just store the public_policy data, don't do anything with ↵friendica2014-08-061-0/+12
| | | | it yet.
* add an encoding type to formatted zot communication structures so that we ↵friendica2014-07-241-0/+2
| | | | can later add alternate encodings.
* clean up more code duplicationfriendica2014-07-141-1/+1
|
* remove some code duplicationfriendica2014-07-141-18/+4
|
* when deleting items, delete linked events and photos during stage1friendica2014-07-041-13/+13
|
* minor optimisationfriendica2014-07-011-8/+4
|
* notification being sent for comments from blocked connections on same site.friendica2014-06-261-0/+1
|
* process profile like removals with normal low_level drop_itemfriendica2014-06-231-0/+9
|
* Implements a new permission level PERMS_PENDINGAlexandre Hannud Abdo2014-06-191-6/+8
| | | | | | | | | | | | | | | | With this a user can allow some action to any user which connects to them, even before they've connected back. Ref. https://mobiliza.org.br/display/478d9e71eaf55748dc646d3990651d6d34cfb7db5c38360538ec730ca3ccf908@zothub.com Also some code cleanup and an alternative logic for handling notifications of permission changes in zot.php. This assumes that private posts are still restricted to people in your addressbook. Regardless of your global permissions, a pending channel won't get private posts, even if the post only has a deny clause not matching the pending channel.
* access control modification functions (item specific - we may need these for ↵friendica2014-06-171-0/+35
| | | | several data types)
* issues with editing webpage permissionsfriendica2014-06-151-2/+4
|
* webpage permissions weirdnessfriendica2014-06-141-6/+8
|
* poke notificationsfriendica2014-06-041-0/+28
|
* Make tag delivery work when channel name differs from profile nameAlexandre Hannud Abdo2014-05-211-5/+5
|
* zrlify (turn into zmg) any relevant img tags in a post.friendica2014-05-131-0/+25
|
* issue #432 permission changes lost editing webpage (and other non-post items)friendica2014-05-041-2/+0
|
* posted_dates() needs a re-write so we can make a much prettier archive widgetfriendica2014-04-301-1/+41
|
* Remove automatic bookmarking - it was a bad idea and just leads to menu ↵friendica2014-04-301-21/+0
| | | | clutter. Bookmarks can always be saved manually if desired.
* A useful hookfriendica2014-04-251-0/+5
|
* ability to unset a layout and subthread is probably close to working again.friendica2014-04-231-8/+24
|
* this should fix mention notification that aren't plus taggedfriendica2014-04-191-4/+20
|
* more optimisations for discovery mode of zotfeedfriendica2014-04-171-2/+6
|
* improve zotfeed for discover channel so it will send updates to posts you've ↵friendica2014-04-171-7/+7
| | | | already received. Incidentally I discovered why we had the meltdown replying to discover channel items the other day - but can't fix it easily.
* no this is the way to do itfriendica2014-04-111-2/+2
|
* Use @+ to tag a forum and also restrict the post to the forum, this leaves ↵friendica2014-04-111-2/+2
| | | | @! tags private - period.
* move the deleted flag setting to encode_item_flags() where it belongs now ↵friendica2014-04-101-4/+3
| | | | that we aren't giving deleted posts special treatment.
* Include the entire original item when notifying other channels of deletions ↵friendica2014-04-101-5/+0
| | | | as it contains important routing and scope information. Previously we were only sending a couple of critical fields like the message-id, flags, and creation date. The thinking was that it is deleted, let's not resend the deleted contents anywhere. But in order to route this through the same path the original post took we really need the entire original post with all of its baggage attached.
* wrong var name in add_source_routefriendica2014-03-311-2/+2
|
* crank up loggingfriendica2014-03-311-0/+2
|
* community tags don't show up in the tagged posts because we removed the ↵friendica2014-03-311-0/+1
| | | | displayed list of hashtags at the bottom (which are usually redundant since hashtags are usually present in the message text). This brings them back, but only for tags which aren't currently present in the message body (e.g. community tags)