aboutsummaryrefslogtreecommitdiffstats
path: root/include/channel.php
Commit message (Collapse)AuthorAgeFilesLines
...
* reduce result set for query in zid_init() and use ↵Mario2020-10-081-1/+2
| | | | Libzot::zot_record_preferred() in mod rmagic
* 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
* 5.0RC testing: provide hubloc_id_url for new created zot hublocsMario2020-09-211-1/+2
|
* prefer zot6 sys channelMario2020-07-141-2/+2
|
* fix testsMario2020-05-071-1/+0
|
* channelx cachingMario2020-05-071-0/+23
|
* more prefer zot6 over zotMario2020-04-221-1/+1
|
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-2/+2
|
* wrong variableMario2020-03-131-1/+1
|
* port create_identity() to zot6Mario2020-03-111-13/+17
|
* Merge branch 'dev' into z6connectMario2020-03-021-3/+39
|\
| * add iconfig to zot6 objectszotlabs2020-02-231-2/+29
| |
| * z6 compat workZot2020-01-301-1/+10
| |
* | update create_identity() to use Lib/Connect via connect_and_sync() ported ↵Mario2020-01-261-5/+50
|/ | | | from zap
* rework activitystreams events - send invite/event activities instead of ↵zotlabs2020-01-121-3/+14
| | | | create/event. Also a first pass at creating a Zap export file from Hubzilla. Much more work is needed before this is functional.
* sse notificationsMario2019-11-111-0/+5
|
* Updates to zcard/profile images and other public images to account for ↵M. Dent2019-10-141-3/+3
| | | | infrastructure caches (CDN)
* More nofollow tags to discourage backlink farmersTerrox2019-09-031-2/+2
|
* show correct profile photo when previewing and editing profileszotlabs2019-08-151-1/+9
|
* export all items except photosDM42.Net (Matt Dent)2019-06-211-2/+2
|
* import/export zot6 hublocs+xchansZot2019-04-261-0/+7
|
* hubloc confusion in magic authZot2019-04-251-4/+7
|
* clone systems apps to the extent possible, auto-configure imagick thumbnail ↵Zot2019-03-181-0/+12
| | | | binary during setup if possible
* Cleanup and fixesMario2019-03-151-1/+1
|
* guest access tokens: xchan record not created on URL loginzotlabs2019-03-061-0/+1
|
* issues uncovered testing combined item/file importzotlabs2019-02-241-2/+2
|
* zot api changes to support combined content (items+files) import addonzotlabs2019-02-241-19/+66
|
* more work on z6 commentingzotlabs2018-12-031-0/+15
|
* this is brutalzotlabs2018-11-061-3/+28
|
* populate new fieldszotlabs2018-11-051-16/+41
|
* whitespacezotlabs2018-10-081-3/+0
|
* Merge branch 'dev'zotlabs2018-10-041-5/+5
|\
| * Update channel.phpMax Kostikov2018-09-271-5/+5
| |
* | do not propagate channel deletion for an already deleted channel.zotlabs2018-10-021-0/+6
|/
* code cleanupzotlabs2018-08-231-14/+21
|
* more backporting for zot6zotlabs2018-08-141-0/+3
|
* make channel_remove less memory hungryzotlabs2018-08-121-1/+1
|
* query filter was a bit greedyzotlabs2018-07-181-1/+1
|
* mangled urls on redirectszotlabs2018-07-181-1/+1
|
* fixes for immediate expire, channel_active not initialised in DBzotlabs2018-06-101-0/+1
|
* make get_default_profile_photo() pluggablezotlabs2018-05-141-0/+11
|
* minor tweak to utf8 usernames after some testing of the underlying ↵zotlabs2018-04-231-0/+5
| | | | encode/decode funations. This probably isn't critical and I do not have a failure case but just trying to cover all bases.
* Active channels information is a bit imprecise. Provide a higher accuracy ↵zotlabs2018-04-161-1/+1
| | | | method. This will require a transition period
* fix xchan_query() for anon commentsMario Vavti2018-04-091-1/+1
|
* anon_identity_init: put anonymous commenters in network 'anon' so that they ↵zotlabs2018-04-081-3/+3
| | | | can be easily distinguished from federated network members and handled appropriately.
* allow the profile recrods to be cloned separatelyzotlabs2018-04-041-1/+1
|
* add directory keyword links to profilezotlabs2018-03-291-2/+13
|
* unicode/emoji usernames. Warning: experimental feature, unstable, untested, ↵zotlabs2018-03-121-2/+2
| | | | disabled by default, use at your own risk, may not federate to other platforms and protocols. May not clone correctly. Bug reports which neglect to include detailed roubleshooting information and patches/pull requests will be ignored.
* fix some issues with friend suggestions on standalone sites with no ↵zotlabs2018-03-041-2/+1
| | | | 'suggestme' volunteers. This wrongly pulled up a site directory suggesting everybody on the site. While a better outcome than finding nobody, this does not fit with our ethical design goals. If there are no friends of friends, we will only suggest those who volunteer to be on the default suggestion list. Also do not attempt to load poco data from dead sites.