aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
Commit message (Collapse)AuthorAgeFilesLines
...
* more work on signature algorithm choicezotlabs2017-07-261-12/+16
|
* start to implement the code needed for verifying variable signature algorithmszotlabs2017-07-251-15/+31
|
* sync key changes to cloneszotlabs2017-07-251-6/+108
|
* make signing methods variable and signablezotlabs2017-07-251-1/+2
|
* new field names did not get savedzotlabs2017-07-241-2/+2
|
* provide a keychange operation to rebase an identity on a new keypairzotlabs2017-07-241-0/+44
|
* hubzilla issue #832zotlabs2017-07-191-1/+1
|
* update some addon docs and ensure we only generate statistics once a dayzotlabs2017-07-131-1/+1
|
* prevent expiration of conversations you are involved with - allows you to ↵zotlabs2017-07-101-1/+11
| | | | find your own comments months from now
* minor weirdness in zot finger results after deleting a clone from a channel ↵zotlabs2017-06-281-5/+9
| | | | that was on a site which was previously migrated from http to https and still had the old hubloc
* explain what is happening herezotlabs2017-06-201-0/+3
|
* more import_author_zot fixeszotlabs2017-06-201-2/+9
|
* start deprecation of server_rolezotlabs2017-05-291-7/+0
|
* start using the abook_not_here flag (requires changes in addons, not easily ↵zotlabs2017-05-251-0/+5
| | | | portable to hubzilla)
* issue #769zotlabs2017-05-111-2/+2
|
* abook_not_here flag created to indicate singleton connections which are ↵zotlabs2017-05-031-3/+1
| | | | connected to this channel but not on this hub. abook_instance enumerates which hubs the connections is valid, but we ultimately need something more efficiently searchable to decide what operations are supported w/r/t this connection in the context of this hub. This flag is ignored during sync to clones although the code to set it correctly during channel creation, import, and sync has not yet been implemented.
* make sure the new fields don't leak through sync packets and break older ↵zotlabs2017-04-121-0/+2
| | | | versions
* only log zot_refresh content if json decode was successful.zotlabs2017-04-071-2/+2
|
* revisit the import_author_zot algorithm yet again. There was one bug that we ↵zotlabs2017-04-071-2/+34
| | | | weren't returning necessary information in the first SQL query - and performance/loading problem if one tries to refresh a dead site.
* import_author_xchan - since we rarely refresh zot-info for non-connections, ↵zotlabs2017-04-061-1/+1
| | | | force a cache reload once a week to catch things like profile photo updates and location changes
* create site_store_lowlevel() to initialise data structures for the site tablezotlabs2017-04-041-15/+17
|
* import_author_zot() - check for both hubloc and xchan entries. This should ↵zotlabs2017-04-031-5/+14
| | | | catch and repair entries which were subject to transient storage failures.
* crypto updateszotlabs2017-04-021-3/+0
|
* We've passed the deadline for allowing unsigned zot finger tokens. It is now ↵zotlabs2017-02-241-4/+1
| | | | a protocol requirement.
* more work on permcats and consolidating calls that try to discover connect ↵zotlabs2017-02-091-33/+21
| | | | permissions, also create lowlevel store functions for abook and profile - since these currently may have issues with sql strict mode.
* fix typosMario Vavti2017-01-311-1/+1
|
* consolidate hubloc storagezotlabs2017-01-301-30/+35
|
* provide lowlevel xchan storage function to ensure that all non-null rows are ↵zotlabs2017-01-281-22/+22
| | | | initialised
* synced wikis should be relocatedHubzilla2017-01-221-1/+1
|
* basic support for clone syncing of wikis and wiki pagesHubzilla2017-01-221-2/+5
|
* channel move stuff (disabled currently because not yet complete)zotlabs2017-01-091-1/+1
|
* better fix for #629 #635 based on ownership/authorship rather than message ↵zotlabs2016-12-311-11/+6
| | | | flags which could be forged
* issues #629, #635 - edited post arriving from downstream source was not ↵zotlabs2016-12-311-0/+14
| | | | being rejected
* add plugin hook to zot_best_algorithm()zotlabs2016-12-131-0/+5
|
* typozotlabs2016-12-041-1/+1
|
* sql error in fetch conversationzotlabs2016-12-011-1/+1
|
* advanced crypto restricted by server rolezotlabs2016-11-301-0/+3
|
* zot 1.2zotlabs2016-11-301-157/+161
|
* minor re-arrangezotlabs2016-11-281-4/+4
|
* missing plugins in zot-infozotlabs2016-11-221-1/+1
|
* db update required for Zot2zotlabs2016-11-221-4/+8
|
* wrong functionzotlabs2016-11-211-3/+3
|
* zot: specify crypto methodzotlabs2016-11-201-5/+6
|
* fix a fatal error with incorrect DB object accesszottel2016-11-071-2/+2
|
* issue #553 - negative birthday from directory. This may not completely fix ↵zotlabs2016-10-171-1/+1
| | | | it and may take a profile update to register the change; but it's a start; specifically we need to store 0000-00-00 in the xprof table of the directory server if that's what we get over the wire. Birthday fields are string and are not subject to SQL strict_mode on dates. We want these to be the string '0000-00-00' if not set to a valid date.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-10-131-90/+93
|\
| * [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-90/+93
| | | | | | | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* | try to filter any path information from leaking through to zot_finger; and ↵zotlabs2016-10-131-0/+4
|/ | | | log the url wherever called to track down where it might be called with a malformed webbie or complete path instead of hostname.
* remove the rest of the backticks from sql queries; replace with TQUOT const ↵zotlabs2016-10-121-2/+3
| | | | which is driver dependent
* more backquotes - this should take care of most except for the array import ↵zotlabs2016-10-091-2/+2
| | | | queries