aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
...
* just fetch the info we needMario2020-04-181-1/+1
|
* more do not include hublocs with no hubloc_id_urlMario2020-04-181-1/+1
|
* remove debug codeMario2020-04-181-1/+1
|
* de-duplicate $post_tagsMario2020-04-181-1/+1
|
* only return hublocs with hubloc_id_url setMario2020-04-181-1/+1
|
* implement addressing and fix conversation fetchingMario2020-04-181-24/+186
|
* fetch the item for asld in Lib/Share. This probably fixes addons issue #146Mario2020-04-151-1/+2
|
* Ãfix php warningMario2020-04-151-1/+1
|
* discover_feed() does not exist yetMario2020-04-121-1/+1
|
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-093-4/+10
|
* fix warning if iconfig value is an arrayMario2020-04-051-1/+1
|
* Merge branch 'dev' into 'dev'Mario2020-04-031-0/+5
|\ | | | | | | | | fix app links in DB when doing a site rename See merge request hubzilla/core!1846
| * issue 1454 - some photo item ActivityStreams links not returning json-ld; ↵zotlabs2020-03-241-0/+5
| | | | | | | | requires related fixes in addons/pubcrawl
* | use Libsync::build_sync_packet() in mod item, default Lib/Queue driver to ↵Mario2020-03-292-1/+2
| | | | | | | | zot6 and some whitespace cleanup in queue_deliver()
* | do not use channel_portable_id in process_channel_sync_delivery(). we should ↵Mario2020-03-251-1/+1
| | | | | | | | only accept sync packages from channels which are already transitioned to zot6.
* | first batch of zot6 transition patches. basic communication with ↵Mario2020-03-121-24/+24
| | | | | | | | transitioned channels *should* work now
* | Merge branch 'dev' into z6connectMario2020-03-027-26/+253
|\|
| * prevent duplicate votesMario2020-02-291-1/+29
| |
| * Allow wiki link titlesBattleMage2020-02-281-2/+5
| | | | | | | | | | Allow linking to wiki pages with alternating titles by separating the title from the link with a pipe, like regular wiki markup does.
| * Merge branch 'dev' into 'dev'Mario2020-02-271-5/+47
| |\ | | | | | | | | | | | | add iconfig to zot6 objects See merge request hubzilla/core!1835
| | * add iconfig to zot6 objectszotlabs2020-02-231-5/+47
| | |
| * | Implement DAV calendars sync with clonesMax Kostikov2020-02-241-1/+4
| | |
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2020-02-201-1/+4
| |\ \
| | * | Revert "Use argv() instead URI parsing"Max Kostikov2020-02-201-1/+4
| | | | | | | | | | | | | | | | This reverts commit bcfb69eeeef6a0506a0ec0574a03b673df84a55a
| * | | fix warningMario2020-02-201-2/+2
| |/ /
| * / fix notifications for pollsMario2020-02-112-2/+7
| |/
| * fix poll responseszotlabs2020-02-101-0/+1
| |
| * this allows polls to federate from hubzilla to zap, though still a remaining ↵zotlabs2020-02-101-2/+9
| | | | | | | | issue with voting
| * poll fixesMario2020-02-102-2/+7
| |
| * poll updateszotlabs2020-02-092-20/+36
| |
| * missing piece of poll codezotlabs2020-01-311-0/+67
| |
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devzotlabs2020-01-301-3/+8
| |\
| | * Merge branch 'dev' into 'dev'Max Kostikov2020-01-301-3/+8
| | |\ | | | | | | | | | | | | | | | | Prevent multiple database requests on name platform check See merge request hubzilla/core!1824
| | | * Update System.phpMax Kostikov2020-01-301-2/+1
| | | |
| | | * Update System.phpMax Kostikov2020-01-301-3/+4
| | | |
| | | * Prevent multiple database requests on name platform checkMax Kostikov2020-01-301-3/+8
| | | |
| | * | z6 compat workZot2020-01-302-3/+8
| | | |
| * | | basic poll support and patch to not call System::get_platform_name() within ↵zotlabs2020-01-301-4/+41
| | | | | | | | | | | | | | | | t() unless needed. Polls probably need refining and have not yet been fully tested after porting
| * | | z6 transition work - prevent z6 sync packets from being unpacked into an ↵zotlabs2020-01-292-3/+8
| |/ / | | | | | | | | | incompatible schema
* | | zap is storing perms different from hubzilla - revert Lib/Connect to use the ↵Mario2020-01-301-4/+5
| | | | | | | | | | | | hubzilla way. Eventually we might want to streamline this with zap. This will require a DB update to upgrade permissions in abconfig.
* | | port Lib/Connect and Module/Follow from zap. Connect with new connections ↵Mario2020-01-262-0/+726
|/ / | | | | | | via zot6
* | the address or URL as linktitle should be sufficientMario2020-01-181-2/+2
| |
* | fix shortlocalizeMario2020-01-181-1/+1
| |
* | move mail frontend to addons and remove mail app from system appsMario2020-01-181-1/+0
| |
* | implement bdi tags via bbcode where possibleMario2020-01-181-5/+5
| |
* | more bdi tagsMario2020-01-182-7/+7
| |
* | some work on zot6 DMsMario2020-01-152-3/+9
| |
* | Merge branch 'dev' into 'dev'Mario2020-01-152-24/+62
|\ \ | | | | | | | | | | | | event compatibility work See merge request hubzilla/core!1817
| * | event compatibility workzotlabs2020-01-141-12/+33
| | |
| * | rework activitystreams events - send invite/event activities instead of ↵zotlabs2020-01-122-12/+29
| | | | | | | | | | | | create/event. Also a first pass at creating a Zap export file from Hubzilla. Much more work is needed before this is functional.