aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Collapse)AuthorAgeFilesLines
* moved enotifyredmatrix2016-05-241-8/+7
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* daemon conversion continued...redmatrix2016-05-191-6/+6
|
* split off feed handling stuff from include/itemsredmatrix2016-05-121-1312/+3
|
* remove the rarely if ever used filter_insecure() function. We will provide ↵redmatrix2016-05-121-41/+0
| | | | this functionality in other ways.
* make editwebpage use status_editor() and fix storing of layout on webpage ↵Mario Vavti2016-05-091-2/+2
| | | | creation
* sort out the rest of the source categoriesredmatrix2016-05-021-2/+2
|
* a couple of bugfixes from earlier checkins and implementation of source tagsredmatrix2016-05-011-0/+34
|
* provide courtesy function for syncing one item. We'll probably be doing this ↵redmatrix2016-04-271-0/+15
| | | | a lot.
* move iconfig functions to include/config.php with all the rest of the ↵redmatrix2016-04-261-155/+0
| | | | configs, fix an issue with singleton discovery and start work on singleton delivery
* some issues with GNU-Social's implementation of events in feeds. The summary ↵redmatrix2016-04-181-2/+2
| | | | element is over-riding content, so put summary into the xcal namespace. Some investigation reveals that both projects are non-compliant in the xcal space. Will deal with this later.
* remove the date hack on public feeds which was a temporary fix for an issue ↵redmatrix2016-04-171-2/+2
| | | | limiting the number of posts returned and no longer needed.
* For GNU-social discovery, use the URI in the feed (author.uri) rather than ↵redmatrix2016-04-031-11/+15
| | | | try to pick out which of the aliases in webfinger are likely to be the right one. If we get it wrong, our communications with them will be discarded and there is no rhyme or reason to the logic about which representation is likely to be the one true account URI. It appears to vary with the clean_url setting of the site and this info isn't available to us except with a sequence of expensive probes and testing various ways of re-writing URLs to see if we get a response.
* create miniApp to convert existing settings files to the static App classredmatrix2016-03-311-5/+0
|
* static Appredmatrix2016-03-311-12/+12
|
* deprecate $a->get_baseurl()redmatrix2016-03-301-5/+5
|
* add hook to allow plugins to perform a follow activity from an activityfeedredmatrix2016-03-231-4/+14
|
* atom specifies a uri or iri for the id. message_id isn't suitable here.redmatrix2016-03-231-2/+2
|
* more federation backendredmatrix2016-03-161-1/+3
|
* lots of work on federated channel discoveryredmatrix2016-03-161-7/+43
|
* more federation backend workredmatrix2016-03-151-4/+39
|
* federation workredmatrix2016-03-141-10/+24
|
* work on implementing account/channel move (as opposed to clone)redmatrix2016-03-091-4/+2
|
* missing functionredmatrix2016-02-241-1/+1
|
* function to process atom stream without actually storing anythingredmatrix2016-02-231-5/+67
|
* retry the move of AccessList to composer format (one or more third-party ↵redmatrix2016-02-211-1/+1
| | | | plugins will likely break as a result)
* fix double encodingredmatrix2016-02-211-3/+4
|
* Revert "move accesslist class to namespace"redmatrix2016-02-201-1/+1
| | | | This reverts commit a9711895cf254a0ca34b1e3f7c8e75bb832e6973.
* move accesslist class to namespaceredmatrix2016-02-201-1/+1
|
* Provide Zotlabs\Project and System class for querying details about the ↵redmatrix2016-02-181-2/+2
| | | | project/version info. Move these out of /boot.php
* some necessary doco for set_iconfig()redmatrix2016-02-181-0/+16
|
* iconfig - add sharing variableredmatrix2016-02-181-9/+12
|
* Merge branch 'iconfig'redmatrix2016-02-171-1/+223
|\
| * provide del_iconfig for completenessredmatrix2016-02-171-0/+34
| |
| * iconfig debugging - federation now workingredmatrix2016-02-171-1/+2
| |
| * iconfig debuggingredmatrix2016-02-171-2/+2
| |
| * slight changes to set_iconfig - if passed an item structure only update the ↵redmatrix2016-02-161-33/+13
| | | | | | | | structure. Update the DB only if passed an item_id. This makes a clean separation of behaviour that's easy to document. One could get into some weird situations the original way which tried to update and sync both.
| * more work on iconfigredmatrix2016-02-161-5/+75
| |
| * some iconfig basicsredmatrix2016-02-161-0/+137
| |
* | format atom event renderings so they are reasonably compatible with GNU-socialredmatrix2016-02-171-2/+15
|/
* form cleanup (profile_photo and cover_photo), admin 'user_approve' not ↵redmatrix2016-02-141-0/+54
| | | | found, missing close div in mood_content.tpl
* whitespaceredmatrix2016-02-111-0/+1
|
* feed dates are always UTC. This means we will need another mechanism to pass ↵redmatrix2016-02-101-2/+2
| | | | localised dates to items_fetch()
* feed dates weren't being honoured. When that was fixed they turned out to be ↵redmatrix2016-02-101-3/+3
| | | | reversed.
* put a sane lower time limit on content search for public feed requestsredmatrix2016-02-101-0/+6
|
* add photos to the profile "likes this" dropdownsredmatrix2016-02-011-0/+1
|
* rename collections to privacy groupsredmatrix2016-01-261-4/+4
|
* change help text on other channel expiration setting to inform that there is ↵redmatrix2016-01-261-0/+22
| | | | a system limit. Ignore imported feed content that is older than expiration interval.
* various issues from the forumsredmatrix2016-01-171-2/+2
|
* add $deliver flag to item_store() and item_store_update() [default true]. If ↵redmatrix2016-01-161-5/+7
| | | | false, do not send any notifications or process tag_deliver. This should avoid any network activity from happening as the result of a channel (actually item) import. Other minor fixes in the handling of the $allow_exec flag and further protecting CSS passed to widgets from rogue code and XSS.