aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* provide info about dead sites in delivery report and set site_dead when ↵Mario2020-10-191-0/+8
| | | | marking a hubloc down.
* mark private forums in acl selectorMario2020-10-161-2/+2
|
* get_forum_channels(): fix an issue where we would not look for private ↵Mario2020-10-161-11/+10
| | | | forums in case we did not have any channels where tag_deliver is set
* make acl selector work correctly if we provide a cid in mod networkMario2020-10-161-1/+7
|
* remove new lines and tabs from xchan_nameMario2020-10-152-1/+10
|
* add forums to acl selector where appropriateMario2020-10-152-14/+35
|
* use logger for loggingMario2020-10-141-1/+1
|
* more loggingMario2020-10-141-4/+7
|
* In find_best_identity() only look for zot and zot6 network types. Otherwise ↵Mario2020-10-141-12/+4
| | | | we could end up rewriting activitypub contacts to their diaspora equivalent which would be counterproductive here. Dismiss deleted hublocs. Same applies for find_best_zot_identity(). Also add logging.
* do not overwrite $x variableMario2020-10-131-3/+3
|
* use a more neutral default cover image provided by bggenerator.comMario2020-10-131-2/+2
|
* fix more php warnings and remove temporary loggingMario2020-10-122-6/+3
|
* missing parenthesisMario2020-10-121-1/+1
|
* fix php warningsMario2020-10-121-3/+3
|
* if we receive an item with a zot xchan as author or owner rewrite them to ↵Mario2020-10-121-0/+60
| | | | the zot6 xchan if we have their zot6 xchan in abook
* 5.0RC testing: fix issue with event responsesMario2020-10-101-1/+1
|
* quickfix localize_item() - requires more workMario2020-10-102-3/+14
|
* add zot6 to the authenticatable options and fix array key in reshare headerMario2020-10-091-1/+2
|
* remove source entries for removed contactsMario2020-10-091-2/+7
|
* reduce result set for query in zid_init() and use ↵Mario2020-10-081-1/+2
| | | | Libzot::zot_record_preferred() in mod rmagic
* delete fixesnobody2020-09-301-0/+20
|
* deprecate \Zotlabs\Zot\Finger where apropriateMario Vavti2020-09-263-36/+29
|
* 5.0RC testing: comment out global removeMario2020-09-231-2/+10
|
* 5.0RC testing: on channel removal mark both zot6 and zot xchans and hublocs ↵Mario2020-09-231-7/+12
| | | | deleted
* changelog and use dbq() where apropriate in z6trans_connections()Mario2020-09-221-4/+4
|
* 5.0RC testing: provide hubloc_id_url for new created zot hublocsMario2020-09-211-1/+2
|
* Support remote host cache directives on profile photo fetchingMax Kostikov2020-09-131-41/+85
|
* whitespaceMario2020-09-111-2/+2
|
* disable community tags until we agree on how to implemnt this in ↵Mario2020-09-111-2/+2
| | | | zot6/activitypub
* fix get_plink() for zot6Mario2020-09-041-1/+1
|
* Revert "more prefer zot6"Mario2020-08-241-7/+3
| | | This reverts commit e9a264cb43e4c782160db645329d59db9835e388
* more prefer zot6Mario Vavti2020-08-241-3/+7
|
* prefer zot6 and also check for hubloc_deletedMario Vavti2020-08-241-2/+5
|
* only show poke link if poke app is installedMario Vavti2020-08-221-1/+3
|
* move cryptojs to addonMario Vavti2020-08-221-3/+11
|
* use the default setting and also add the mode to the cipher. aes-128 is to ↵Mario Vavti2020-08-212-2/+2
| | | | be preferred over aes-256 according to bruce schneier https://www.schneier.com/blog/archives/2009/07/another_new_aes.html#c386957
* first cut on implementing additional encryption with the SJCL library. aes ↵Mario Vavti2020-08-202-2/+4
| | | | only and no backward compatibility.
* update profile|cover photo activities converted to z6Zot2020-08-051-8/+0
|
* event display zot/zot6 compatibilityMario2020-07-311-51/+51
|
* use cursor-pointer for the lockMario2020-07-301-2/+2
|
* add new lock icon as svgMario2020-07-301-2/+2
|
* Merge branch 'dev' into 'dev'Mario2020-07-301-1/+3
|\ | | | | | | | | Add minimum form displaying time before login See merge request hubzilla/core!1863
| * Add minimum form displaying time before loginMax Kostikov2020-07-211-1/+3
| |
* | Merge branch 'dev' into 'dev'Mario2020-07-302-2/+15
|\ \ | | | | | | | | | | | | foreach warning and a minor update to util/zotsh See merge request hubzilla/core!1864
| * | add api_verify to api_zotzotlabs2020-07-221-1/+14
| | |
| * | foreach warningzotlabs2020-07-221-1/+1
| |/
* / construct hubloc_id_url for imported legacy zot hublocsMario2020-07-241-1/+4
|/
* reduce result sets and work around a regression in justifiedGalleryMario2020-07-142-3/+3
|
* prefer zot6 sys channelMario2020-07-141-2/+2
|
* Merge branch 'dev' into 'dev'Mario2020-07-141-20/+54
|\ | | | | | | | | z6 work See merge request hubzilla/core!1862