aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* HTML parsing lib change to standard PHP in scrape_feed() and scrape_vcard()root2020-10-311-16/+16
| | | (cherry picked from commit 16d450fc6980bb70f13e574d1b20406dd313110e)
* Merge branch 'dev' into 'dev'Mario2020-10-252-60/+82
|\ | | | | | | | | Add results caching on public tag and profile categories fetching See merge request hubzilla/core!1875
| * Add results caching on public tag and profile categories fetchingMax Kostikov2020-10-252-60/+82
| |
* | bt_syslog() instead of syslog flag for btloggerMario2020-10-251-4/+21
| |
* | enable btlogging to syslogMario2020-10-241-2/+4
| | | | | | (cherry picked from commit 5580fc1954a63f861644e2de3773fbb3adfa8f2c)
* | more remove loggingMario2020-10-231-1/+1
| |
* | Ãremove loggingÃMario2020-10-231-1/+1
| |
* | wrong extensionMario2020-10-231-4/+4
| |
* | load eager in items - lazy breaks collapsing of long items with imagesMario2020-10-221-6/+6
| |
* | more lazy, less eagerMario2020-10-221-6/+6
| |
* | lazy/eager loading and minor css fixesMario2020-10-221-7/+7
| |
* | 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
|