aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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.
* | | Merge branch 'dev' into 'dev'Mario2020-01-091-3/+11
|\ \ \ | |/ / |/| / | |/ | | Add age choice on cached item retrieve See merge request hubzilla/core!1813
| * Update Cache.phpMax Kostikov2020-01-061-2/+1
| |
| * Add age choice on cached item retrieveMax Kostikov2020-01-051-2/+11
| |
* | missing translation "%d unseen"zotlabs2019-12-091-1/+1
|/
* Add content pinning supportMax Kostikov2019-12-041-6/+12
|
* Move auto_save_draft to header from thread commentDM42.Net Hubzilla Development2019-11-281-4/+1
|
* Fix once cached embedded content is used and stored foreverMax Kostikov2019-11-251-9/+4
|
* sse: fix a regression where not all appearances of an notification were ↵Mario2019-11-221-12/+1
| | | | looped through and fix format_notify() to not look for the parent item anymore
* sse: store the item mid plus reactions mids in data-mids and change ↵Mario2019-11-222-2/+15
| | | | functions accordingly
* AP fixesMario2019-11-151-1/+7
|
* sse notificationsMario2019-11-112-5/+136
|
* more fix date header formatMario2019-11-081-1/+1
| | | (cherry picked from commit fa437b7977ba7fffd7368fa5c75e3d57fbf75424)
* fix date header formatMario2019-11-081-1/+1
| | | (cherry picked from commit bb11cd15d147ebbcc90b544788c9c2ef4925daa5)
* svg stuffZot2019-11-081-0/+150
|
* Merge branch 'cherry-pick-7cc8c2d1' into 'dev'M. Dent2019-11-061-6/+11
|\ | | | | | | | | port fixes from zap to check for arrays See merge request hubzilla/core!1767
| * port fixes from zap to check for arraysMario2019-11-041-6/+11
| | | | | | (cherry picked from commit 7cc8c2d127b09b7e53c7916c6ea104fa566971db)
* | add date and request target headers to make pixelfed happyMario2019-11-041-2/+2
|/ | | (cherry picked from commit 3604220c2a5aedddf25143cc5fd87ed576d34702)
* fix zap->hubzlla event title compatibilityMario Vavti2019-10-051-1/+2
| | | (cherry picked from commit d8b8d8ceb5cc9d701f91dac26834af15f3257cce)
* Allow addons to process forum posts published through mentionsMax Kostikov2019-10-051-1/+1
|
* another timezone fixZot2019-10-051-2/+7
|
* Merge branch 'dev' into 'dev'Mario2019-09-281-0/+1
|\ | | | | | | | | issue with bearcap tests See merge request hubzilla/core!1738
| * issue with bearcap testszotlabs2019-09-261-0/+1
| |