aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
| * introduce public stream notificationsMario Vavti2017-10-061-1/+3
| |
| * changes to encryption encapsulation for zot6 (backward compatible)zotlabs2017-10-051-0/+4
| |
| * Experimental alternate channel_menu navigation. To use, "util/config ↵zotlabs2017-10-052-2/+4
| | | | | | | | system.channel_menu 1"
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-10-042-4/+6
| |\
| | * bring back notifications for account approvalsMario Vavti2017-10-041-0/+2
| | |
| | * move common connections widget to left asideMario Vavti2017-10-031-4/+4
| | |
| * | ensure we have an observer hashzotlabs2017-10-031-1/+1
| | |
| * | hubzilla issue #868zotlabs2017-10-031-0/+21
| | |
| * | urlencode hashes from mod_aclzotlabs2017-10-031-1/+1
| | |
| * | don't use chanlink_url() for feed mentionszotlabs2017-10-031-1/+1
| |/
| * use imagick converter for large photoszotlabs2017-09-301-2/+77
| |
| * process activity deletes from OStatus which for whatever reason do not use ↵zotlabs2017-09-271-37/+58
| | | | | | | | the industry standard tombstone mechanism
| * more zot6 basic stuffzotlabs2017-09-251-9/+5
| |
| * zot_site_info - always sign the site block with the site private keyzotlabs2017-09-251-4/+4
| |
| * extend activity_match to work with arrayszotlabs2017-09-241-2/+10
| |
| * server/hub config storage for zot6zotlabs2017-09-241-0/+16
| |
| * ostatus - support likes of commentszotlabs2017-09-241-11/+19
| |
| * tagging changes - provides ability to mention a forum by using !forumname as ↵zotlabs2017-09-244-27/+77
| | | | | | | | well as the traditional red style (@forumname+). This should probably not be advertised on a wide scale until after a critical mass of sites have updated to a version containing these changes. This adds yet another option type to the ACL module which probably needs refactoring soon since it is turning into option type spaghetti.
| * Merge branch 'master' into taggingzotlabs2017-09-248-22/+83
| |\
| | * encrypt delivery reports. This will cause a bit of consternation because ↵zotlabs2017-09-211-3/+20
| | | | | | | | | | | | this is not backward compatible and older sites will see some incorrect delivery reports from newer sites until the next upgrade; as their systems will not know how to read the ecnrypted final reports.
| | * provide default photo mimetypezotlabs2017-09-203-1/+8
| | |
| | * use mimetype text description rather than technical name in dropdown ↵zotlabs2017-09-191-8/+8
| | | | | | | | | | | | choices, found bug in mimetype selection option code
| | * perform caching of jsonld schemaszotlabs2017-09-191-0/+31
| | |
| | * turn common friends into a widgetzotlabs2017-09-191-9/+10
| | |
| | * pubcrawl: make a good faith effort to handle multi-media contentzotlabs2017-09-181-1/+1
| | |
| | * provide rel=alternate link if no reshare content in postzotlabs2017-09-181-0/+5
| | |
| * | more tag stuffzotlabs2017-09-171-1/+1
| | |
| * | tagging changeszotlabs2017-09-171-4/+11
| |/
| * more mastodon testingzotlabs2017-09-171-0/+3
| |
| * typocheckzotlabs2017-09-141-1/+1
| |
| * provide a hook for importing a channel photo at channel creation timezotlabs2017-09-142-0/+42
| |
| * make wiki page mimetype default to wiki mimetype (this was the original ↵zotlabs2017-09-131-1/+3
| | | | | | | | intent but the wrong variable was used)
| * more zot6zotlabs2017-09-132-4/+12
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-09-131-3/+3
| |\
| | * Merge remote-tracking branch 'mike/master' into devMario Vavti2017-09-132-5/+5
| | |\
| | * | rename activity notifications links - one moreMario Vavti2017-09-121-1/+1
| | | |
| | * | rename activity notifications linksMario Vavti2017-09-121-2/+2
| | | |
| * | | Zot6: some things that need to be done ahead of time so we can turbocharge ↵zotlabs2017-09-131-11/+35
| | |/ | |/| | | | | | | the delivery engine and split off site records from channel records.
| * | add option to mimetype selector so you can change the element name in case ↵zotlabs2017-09-121-2/+2
| | | | | | | | | | | | you end up with two of these suckers on the same page
| * | wiki mimetype selectionzotlabs2017-09-121-3/+3
| | |
| * | drop salmon until we improve performancezotlabs2017-09-121-1/+1
| |/
| * regex was still brokenzotlabs2017-09-101-1/+1
| |
| * fix regexzotlabs2017-09-101-1/+1
| |
| * owa cleanupzotlabs2017-09-091-2/+3
| |
| * owa: missed the set-observer stuffzotlabs2017-09-081-1/+8
| |
| * initial testing success with owazotlabs2017-09-071-1/+4
| |
| * testing owazotlabs2017-09-073-4/+4
| |
| * owa - first commitzotlabs2017-09-071-0/+66
| |
| * use array_key_exists() instead of x() in this case as the latter fails on an ↵zotlabs2017-09-061-3/+3
| | | | | | | | array that's empty and we unconditionally need to encode the array even if empty
| * mastodon wraps oembed in an iframe - which we immediately purify our of ↵zotlabs2017-09-061-0/+11
| | | | | | | | existence and what we really want to purify is the content. So strip away the iframe, fetch the content and purify that instead.