aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
* Update Photo.phpMax Kostikov2019-10-261-1/+1
|
* Better cached photos processingMax Kostikov2019-10-261-13/+5
|
* Fix channel address in follow linkMax Kostikov2019-10-151-1/+1
|
* Fix cache-control syntax for photosMax Kostikov2019-10-151-2/+1
|
* Updates to zcard/profile images and other public images to account for ↵M. Dent2019-10-141-1/+7
| | | | infrastructure caches (CDN)
* Revert "Remove visible channels list from pubstream tags cloud creation ↵Max Kostikov2019-10-132-18/+15
| | | | | | procedure" This reverts commit 5c4c6e68f600d50deed8ddb32dd6702af9b52853
* fix missing summary in mod article_editMario Vavti2019-10-021-3/+2
| | | (cherry picked from commit 2c7ed093699ea0c0f68068fdd8a035454b9a76a3)
* Add 'Connect' button for not connected at this location channelsMax Kostikov2019-10-011-1/+4
|
* Sync private items with clones; avoid sync if no local connection with ↵Max Kostikov2019-09-301-7/+1
| | | | thread owner
* Merge branch 'dev' into 'dev'Max Kostikov2019-09-031-0/+12
|\ | | | | | | | | Add CalDAV / CardDAV autodiscovery See merge request hubzilla/core!1719
| * Update Well_known.phpMax Kostikov2019-08-301-1/+1
| |
| * Add CalDAV / CardDAV autodiscoveryMax Kostikov2019-08-301-0/+12
| |
* | More nofollow tags to discourage backlink farmersTerrox2019-09-031-1/+1
| |
* | issues with image import to zot6 - wrong mid. Also label source project of ↵zotlabs2019-08-221-1/+1
|/ | | | zotfeed since it is not completely compatible across projects.
* fix bitrot in util/zotshzotlabs2019-08-153-22/+18
|
* linkinfo: only allow to embed public itemsMario Vavti2019-08-111-1/+1
|
* Merge branch 'dev' into 'dev'Max Kostikov2019-08-101-12/+14
|\ | | | | | | | | Improve plink to share tag detection See merge request hubzilla/core!1704
| * Improve plink to share tag detectionMax Kostikov2019-08-101-12/+14
| |
* | Merge branch 'dev' into 'dev'Mario2019-08-091-4/+14
|\| | | | | | | | | Replace plink URL with 'share' tag if possible See merge request hubzilla/core!1703
| * Replace plink URL with 'share' tag if possibleMax Kostikov2019-08-091-4/+14
| |
* | Merge branch 'dev' into 'dev'Max Kostikov2019-08-091-3/+4
|\| | | | | | | | | More intelligent quotation shortening while link embedding See merge request hubzilla/core!1702
| * More intelligent quotation shortening while link embeddingMax Kostikov2019-08-091-3/+4
| |
* | hz core issue #1386 - function name must be a stringzotlabs2019-07-281-1/+1
|/
* reflect repeats in notifications, use force flag for import_xchan_photo() in ↵Mario Vavti2019-07-221-1/+1
| | | | cron
* add hashtag to appschema and bump appschema revMario Vavti2019-07-181-2/+4
|
* Merge branch 'dev' into 'dev'Max Kostikov2019-07-151-1/+1
|\ | | | | | | | | Fix ETag quotes See merge request hubzilla/core!1693
| * Fix ETag quotesMax Kostikov2019-07-151-1/+1
| |
* | calendar: revert back to UTC strings for dates due to better legibility. ↵Mario Vavti2019-07-112-9/+9
| | | | | | | | Strip timezone info from UTC string and always treat values as UTC.
* | fix typoMario Vavti2019-07-031-1/+1
| |
* | I'm pretty sure the LD construct 'diaspora:guid' isn't actually legal ↵zotlabs2019-07-011-1/+4
| | | | | | | | without a definition of 'diaspora' in the current or parent LD context.
* | add opengraph meta info to channel pagezotlabs2019-06-291-0/+11
| |
* | decode encoded midMario Vavti2019-06-281-2/+1
| |
* | extend definition of direct message to anything with allow_cid but *not* ↵zotlabs2019-06-281-1/+6
| | | | | | | | | | allow_gid. (cherry picked from commit 96a99935ef4f2da899275166b127537287966dac)
* | Merge branch 'httpsig' into 'dev'Mario2019-06-2710-21/+28
|\ \ | | | | | | | | | | | | http signature consolidation See merge request hubzilla/core!1685
| * | http signature consolidationzotlabs2019-06-2610-21/+28
| | |
* | | Merge branch 'dev' into 'dev'Mario2019-06-261-0/+19
|\| | | | | | | | | | | | | | provide auto redirect from zot6 /item permalinks See merge request hubzilla/core!1684
| * | provide auto redirect from zot6 /item permalinkszotlabs2019-06-251-0/+19
| | |
* | | apply calendar encoding fixes to mod calMario Vavti2019-06-201-3/+3
| | |
* | | fix encoding also for description and locationMario Vavti2019-06-201-3/+3
| | |
* | | Merge branch 'dev' into 'dev'Mario2019-06-205-11/+12
|\| | | |/ |/| | | | | changes to support direct messages in zot6 (set item.item_private = 2 when... See merge request hubzilla/core!1679
| * tweak to event title encoding to ensure it works with German, Russian, as ↵zotlabs2019-06-191-1/+1
| | | | | | | | well as angle chars
| * events: don't use htmlentities on local (hz) event titles as they are not ↵zotlabs2019-06-192-3/+4
| | | | | | | | being used in textareas and umlauts for instance are getting mangled on the calendar display
| * changes to support direct messages in zot6 (set item.item_private = 2 when ↵zotlabs2019-06-193-8/+8
| | | | | | | | private mentions are used and federate with zot:directMessage attribute which aligns with litepub:directMessage)
* | Use html_entity_decode() for cached photo URLMax Kostikov2019-06-191-1/+1
| |
* | Merge branch 'dev' into 'dev'Mario2019-06-181-1/+2
|\| | | | | | | | | minor zot6 compatibility issues uncovered through daily use See merge request hubzilla/core!1671
| * minor zot6 compatibility issues uncovered through daily usezotlabs2019-06-171-1/+2
| |
* | disable events module. it is now disfunctionalMario Vavti2019-06-171-0/+6
| |
* | update feature setMario Vavti2019-06-171-1/+1
| |
* | revisit mod calMario Vavti2019-06-171-290/+142
| |
* | base64 encode message signatureMax Kostikov2019-06-151-1/+1
| |