Commit graph

1517 commits

Author SHA1 Message Date
nobody
3c99fa2056 code review 2021-02-21 17:39:48 -08:00
nobody
e0ddd04b06 Merge branch 'dev' of /home/macgirvin/z into dev 2021-02-21 16:53:29 -08:00
nobody
f2ba2fb44b multiple attachments in body 2021-02-21 16:40:14 -08:00
nobody
07ef41ab00 Merge branch 'dev' of /home/macgirvin/z into dev 2021-02-21 15:38:08 -08:00
nobody
2a1cc06f40 fix unknown permission roles imported from hubzilla, add missing geo information to posts (and profiles) and use Mario's rendering of crypt content for alternate networks rather than leaving the bbcode intact - although I believe this may suppress the key hint and I haven't verified the availability of the algorithm. 2021-02-20 12:58:42 -08:00
nobody
c283317bac hz compatibility stuff 2021-02-18 17:55:51 -08:00
nobody
1e2307a9c7 I'm hesitant to merge pull request 20 for a number of reasons, but the Accept-header based module handlers have to be re-ordered in any case so the wrong one doesn't answer prematurely if a request contains more than one of Zot6 or ActivityPub in the Accept headers. So we'll do that while I'm thinking about the best way forward. This creates a policy mess because in this case AP has to have priority over Zot. Elsewhere, we always prioritise Zot first.
The problem will always be future developers who don't understand that the precise order of Accept-header based module handlers in the code will be critical to proper functioning if I let this go forward.
2021-02-16 19:10:47 -08:00
nobody
96c5b7b93e Merge branch 'dev' of /home/macgirvin/z into dev 2021-02-13 14:40:51 -08:00
nobody
5da6b86ee9 some patches from upstream, plus zot fetch conversation was only checking for zot authors and missing AP authors resulting in 'author not found' even though the record existed. 2021-02-13 14:38:31 -08:00
nobody
f09fcf6dda Merge branch 'dev' of /home/macgirvin/z into dev 2021-02-10 14:06:38 -08:00
nobody
b2dd6a3dde the connections search doesn't use regex searching so it doesn't require preg_quote() escaping 2021-02-07 20:09:10 -08:00
nobody
e854c21780 Merge branch 'dev' of /home/macgirvin/z into dev 2021-02-04 21:25:22 -08:00
nobody
a4fc6173b9 make sure $txt exists also 2021-02-04 21:24:27 -08:00
nobody
10a3b33dac Merge branch 'dev' of /home/macgirvin/z into dev 2021-02-04 20:39:57 -08:00
nobody
b19133800c testing outbound mention rewrites 2021-02-04 20:35:51 -08:00
nobody
ceb19ae475 Merge branch 'dev' of ../p3 into dev 2021-02-04 17:42:24 -08:00
nobody
b9f8585341 Attempt to force mentions to use the default mention rewrite conventions for the network involved (e.g. username vs. displayname). This will only work for original activities, not relayed activities which need to have been signed by the sender and therefore cannot be modified. 2021-02-04 16:35:18 -08:00
nobody
ffcfdf37fe use bbonly flag when regenerating cache 2021-02-04 16:09:59 -08:00
nobody
a22ee64fe5 Merge branch 'dev' of /home/macgirvin/z into dev 2021-02-04 15:35:16 -08:00
nobody
7fc04b2168 apply escape flag to incoming zot6 content 2021-02-04 15:33:51 -08:00
nobody
f42be75870 updates 2021-02-03 18:07:23 -08:00
nobody
09258c4517 set site_update on AP fetches so that immediate delivery is deferred less often 2021-01-28 16:47:01 -08:00
nobody
ac67f255f5 logging improvements 2021-01-28 13:59:53 -08:00
nobody
6cf4374cc6 fetch_parents logging enhancements and re-working of purge_all activity 2021-01-26 17:03:43 -08:00
nobody
db503f4af0 - disable Convo (fetches conversation children - the opposite of fetch_parents) because it simply isn't reliable (only implemented in Mastodon) and is also causing load issues on some sites.
- remove items in background from within channel_remove() due to load/memory issues
 - provide purge_all (Delete->Actor) messages over ActivityPub as this functionality was missing.
2021-01-26 11:29:34 -08:00
nobody
0e5994863e release 2021-01-25 11:45:43 -08:00
nobody
6736379582 change the icon for dm's 2021-01-24 18:17:30 -08:00
nobody
d0a18b30ae doco 2021-01-24 14:40:40 -08:00
nobody
10fb610f5b catch a complex edge case where some public stream comments weren't being delivered and should have been 2021-01-23 20:02:40 -08:00
nobody
84cfeb5154 de-duplicate context 2021-01-23 14:51:14 -08:00
nobody
643442489e apschema tweaks 2021-01-22 20:54:48 -08:00
nobody
09c5b032f5 use hardwired ap schema 2021-01-22 16:59:56 -08:00
nobody
8eb4f5a082 cleanup 2021-01-22 16:39:55 -08:00
nobody
0ada72744b reversed logic 2021-01-22 14:04:20 -08:00
nobody
e86c16aab2 refactor fetch_parents stuff 2021-01-22 13:52:55 -08:00
nobody
e95fa4f6b5 better safe than sorry 2021-01-22 13:42:14 -08:00
nobody
1b8bd16f47 bugs 2021-01-21 18:36:44 -08:00
nobody
6e6840a96a fixes from upstream 2021-01-19 18:21:48 -08:00
nobody
25becafdf5 fix delivery warning due to deleted channel 2020-12-23 15:05:54 -08:00
nobody
7ba5ca606c little tweaks 2020-12-22 15:30:52 -08:00
nobody
06ae51f854 Merge branch 'dev' of ../p3 into dev 2020-12-19 13:10:17 -08:00
nobody
0075536291 get_observer_hash mistaken as "constant", names beginning with parens mistaken as markdown in "repeated by" descriptions 2020-12-19 13:08:16 -08:00
nobody
0da2b9bf90 backout community restrictions 2020-12-17 18:36:47 -08:00
nobody
1910c49ada For shared posts originating from ActivityPub, send back an Announce activity to the author. These have a number of serious issues on our own communication network related to a lack of comment permissions to third parties and the potential for frivolous copyright lawsuits. 2020-12-14 15:06:57 -08:00
nobody
0a68d803b6 stray keyboard bump char 2020-12-09 19:38:55 -08:00
nobody
23f557898e don't deliver if there is a known community mismatch 2020-12-09 18:55:14 -08:00
nobody
ea174d7bce Merge branch 'dev' of ../p3 into dev 2020-12-09 17:57:05 -08:00
nobody
d603784f03 typo 2020-12-09 17:56:24 -08:00
nobody
efb91c1df9 ignore posts arriving over the ActivityPub interface for named network communities unless our community is an EMPTY_STR 2020-12-09 17:50:27 -08:00
nobody
d6c68ef248 primal version of communities 2020-12-09 17:40:29 -08:00
nobody
a67a0d05e4 typo 2020-12-07 20:36:48 -08:00
nobody
d5864cc181 provide site over-ride for thread pixel indent 2020-12-07 20:16:15 -08:00
nobody
40a53a517c thread indent pixels setting 2020-12-07 20:02:38 -08:00
nobody
4325701ddb provide copy-to-clipboard on profile address 2020-12-05 13:18:52 -08:00
nobody
0745a4d840 typo 2020-11-29 16:42:30 -08:00
nobody
463ea86ba5 drafts v1 2020-11-29 16:38:45 -08:00
nobody
72cc8eb896 import actvitypub url from search bar 2020-11-28 02:18:14 -08:00
nobody
7ca480f231 provide a global project default setting for whether or not ActivityPub is enabled. It can still be toggled at the site level and (if enabled at the system level) toggled at the channel level. 2020-11-26 16:17:07 -08:00
nobody
e1dd203141 fix update query 2020-11-24 19:45:09 -08:00
nobody
918fbb7d0e Merge branch 'dev' of ../p3 into dev 2020-11-24 19:23:53 -08:00
nobody
a752db34c7 more work on comment control 2020-11-24 19:22:59 -08:00
nobody
5ef168bfe8 mod_sites - show non-zot projects 2020-11-23 21:28:33 -08:00
nobody
7af12a1f7e per-post comment control: select comment allowed audience and comments_closed date 2020-11-23 19:14:44 -08:00
nobody
df82d7d511 issue with rewrite_mentions and markdown and name containing parens, also cleanup include/channel.php 2020-11-19 17:42:55 -08:00
nobody
ec9996e66a add xchan_created, quote message blocks added to (mostly) invisible activities 2020-11-18 20:09:05 -08:00
nobody
6cb40adf12 start on mastodon api 2020-11-17 20:53:57 -08:00
nobody
8bc6b78d98 do not include deleted posts in $conv search 2020-11-17 16:34:48 -08:00
nobody
c12715c65f more mobilizon hacks to support some of their ad hoc ActivityPub vocabulary such as 'Member' 2020-11-16 15:56:42 -08:00
nobody
cacd699507 follow AND join remote groups since we don't know for sure which is supported 2020-11-16 14:51:03 -08:00
nobody
04817523cc tagging issues 2020-11-14 16:13:23 -08:00
nobody
2d6db55961 federate categories 2020-11-10 17:11:19 -08:00
nobody
b64874b0d6 turn followlist into an app 2020-11-01 19:33:48 -08:00
nobody
466f65a27d update signature checking requirements for inbox 2020-10-31 16:11:35 -07:00
nobody
a246942ea5 Issue with pleroma unfollow and follow again, wherein using the same id as last time for follow and accept (based on abook_id) is ignored as a duplicate. 2020-10-29 19:41:00 -07:00
nobody
447e599de0 upgrade site_type_unknown if it comes in through a protocol we know 2020-10-28 21:25:16 -07:00
nobody
281ee199d8 missing function 2020-10-27 21:59:22 -07:00
nobody
2a177ffd14 mastodon now requires 'host' header be signed - in addition to digest and date 2020-10-27 16:51:27 -07:00
nobody
3232b245ba Merge branch 'dev' of ../p3 into dev 2020-10-26 19:54:43 -07:00
nobody
6fd6bf0701 cleanup deprecated directory code 2020-10-26 19:51:59 -07:00
nobody
e89a70b0af icon files for local projects - fix redmatrix icons (edges cutoff) 2020-10-26 16:17:53 -07:00
nobody
540a4b29da improve escaping of AP actor objects 2020-10-25 18:15:51 -07:00
nobody
582534f57d site page anomalies 2020-10-24 14:56:09 -07:00
nobody
15030b0c26 more work on site indexing 2020-10-22 17:28:05 -07:00
nobody
aa7f138a33 add a site entry from nodeinfo if available in actor_store 2020-10-21 21:29:07 -07:00
nobody
65c65377f1 nodeinfo client library 2020-10-21 19:21:33 -07:00
nobody
38db595c12 tagadelic app 2020-10-21 15:22:23 -07:00
nobody
ae79f1674f more debugging 2020-10-20 22:18:30 -07:00
nobody
00583e050c undo last change and increase logging for top-down conversation fetch 2020-10-20 19:01:35 -07:00
nobody
b27acdba5e Merge branch 'dev' of ../p3 into dev 2020-10-20 18:03:54 -07:00
nobody
c817e925f8 wrong array path 2020-10-20 18:03:37 -07:00
nobody
663ca16113 Merge branch 'dev' of ../p3 into dev 2020-10-20 17:59:29 -07:00
nobody
c7eea8264b whitespace 2020-10-20 17:59:03 -07:00
nobody
2d7b02e327 version, add debug to daemon_convo to find out why it isn't working correctly in some cases 2020-10-20 17:57:34 -07:00
nobody
f3c24172f3 handle learnawesome's actor avatar - which is unexpectedly an array of HTTP urls with one element. 2020-10-18 19:59:04 -07:00
nobody
590ed70418 virtual list fixes 2020-10-11 16:07:28 -07:00
nobody
b289de1d0e more virtual lists 2020-10-11 15:41:49 -07:00
nobody
d5d5f89116 more delete like fixes - send activities instead of links 2020-10-05 19:41:47 -07:00
nobody
e0d208d3e8 refactor delete/undo a wee bit 2020-10-02 15:25:56 -07:00
nobody
036f6b675c deleting likes/dislikes and other "response" activities should be 'Undo' per the spec. 2020-09-30 23:52:04 -07:00
nobody
caac7aa5a3 zot6 delete fixes 2020-09-30 17:08:48 -07:00
nobody
bf0d21d203 issue with deletes cont. 2020-09-30 04:14:44 -07:00
nobody
1079d8968d issue undoing like activities 2020-09-29 17:48:14 -07:00
nobody
ee30753ab0 actor collections: ensure we use the ActivityPub id, which is different than the xchan_url on several platforms 2020-09-28 16:46:08 -07:00
nobody
98558c045a provide an app for 'sites' but don't require installation to use 2020-09-25 01:24:21 -07:00
nobody
1f531f092f add percentages to oneOf polls and allow author to vote 2020-09-25 00:22:20 -07:00
nobody
e1a48e6c8e ensure that local channels get directory updates as often as everybody else (3-7 days) 2020-09-23 21:01:12 -07:00
nobody
ac44685973 more work deprecating plugin_is_installed() (now 'addon_is_installed()' ) 2020-09-23 18:02:29 -07:00
nobody
0339f8178a Merge branch 'dev' of ../p3 into dev 2020-09-23 18:02:10 -07:00
nobody
8531810ee5 turn off dragon drop on post editor until duplicate upload issue can be investigated/resolved. New app: Markup which provides the bold, italic, etc. editor buttons and removes them by default for less clutter 2020-09-23 17:59:09 -07:00
nobody
551d825a0a only upload abc music files as embeds if the abc addon is installed. The function to do this was named plugin_is_installed() and we will be deprecating that name once I can track down everywhere it is used. 2020-09-22 23:41:40 -07:00
nobody
d8cf878ba7 re-arrange how convo is called 2020-09-22 22:27:41 -07:00
nobody
a38a3ac51e re-arrange so that we fetch downward comments only after we've stored the entire upward conversation fetch 2020-09-22 19:57:28 -07:00
nobody
256880bd23 typo 2020-09-22 18:39:32 -07:00
nobody
3fed4b6d68 remove confusing privacy warning, use ASCollection for zot conversation fetch instead of hard-wired collection processing 2020-09-22 18:35:39 -07:00
nobody
9a53043357 wrong daemon name 2020-09-22 18:12:28 -07:00
nobody
bfde2dca7f fetch downstream conversation after fetching upstream conversation - *if* the software providing the top-level post provides it. 2020-09-22 16:49:44 -07:00
nobody
51b3a2e2bc debugging comment collapse with hell threads - fixed some minor issues that surfaced 2020-09-21 22:19:19 -07:00
nobody
b73bc0f3ab no comment collapsing when using mod_display 2020-09-21 21:29:30 -07:00
nobody
def18cd0f6 more work on thread collapsing 2020-09-21 21:12:53 -07:00
nobody
75e0a4c89f Merge branch 'dev' into collapse 2020-09-21 21:02:56 -07:00
nobody
fe46bfa7d8 reduce hidden mentions 2020-09-21 19:34:38 -07:00
nobody
829c46cbf0 turn virtual lists into an app 2020-09-21 18:11:32 -07:00
nobody
162bda49c4 virtual accesslists 2020-09-21 17:26:27 -07:00
nobody
7b79b3c5de use site icon in emails 2020-09-20 23:04:12 -07:00
nobody
527b42e305 collapse work 2020-09-20 21:11:42 -07:00
nobody
fcadcfa2e5 hide scrobbles by default; remove 'collections' from activity_filters widget as you can select these by name if desired and they should look just like a channel - there's really nothing special about them as far as connections are concerned. This also reduces clutter on the activity_filters widget. 2020-09-20 19:49:41 -07:00
nobody
872c8a7932 collapsed comments work 2020-09-20 19:45:41 -07:00
nobody
a096517a30 add pronouns to profile 2020-09-18 15:34:53 -07:00
nobody
2b143a68a9 channel photos for clones being stored multiple times 2020-09-14 20:10:35 -07:00
nobody
edd27a6a9e migrate existing xchan photos as a small background task 2020-09-14 19:21:44 -07:00
nobody
fa09727217 refactor site customisation 2020-09-09 17:29:46 -07:00
nobody
c10b955a67 mod_sites refactor 2020-09-08 23:39:51 -07:00
nobody
05018bb6fe provide manual entry mechanism for superblock 2020-09-06 19:11:24 -07:00
nobody
3517c7d68d php warnings 2020-09-04 16:22:27 -07:00
nobody
b3f7c06d2f use large avatar 2020-09-03 19:14:41 -07:00
nobody
056f86abd8 fixing stuff 2020-09-03 19:11:23 -07:00
nobody
5b66bf3ee0 stuff 2020-09-03 19:04:35 -07:00
nobody
5f6f3b41dc make mod_sites standalone, update our own stored site record as this is never done if something changes 2020-09-02 23:02:32 -07:00
nobody
2fcd533fc1 add xchan_updated 2020-09-01 22:47:32 -07:00
nobody
ef6c8482b7 directory work 2020-08-31 19:24:21 -07:00
nobody
1bb5fd38a0 DM notifications fix - part2 (hopefully the last part) 2020-08-30 02:24:39 -07:00
nobody
dfd1ccea11 more directory work - begin replacing poco with followers/following collections. Start with discovery of these collections in zotinfo. 2020-08-28 14:54:52 -07:00
nobody
8aee99f3bc more branding 2020-08-27 03:18:54 -07:00
nobody
91bf99c9cc more error checking for img_cache 2020-08-25 23:10:25 -07:00
nobody
02a1c72fbe inverted logic 2020-08-25 02:28:59 -07:00
nobody
675e4d25ad move cached xchan photos to filesystem 2020-08-24 21:36:56 -07:00
nobody
b2556861f1 rename plugin.php to addon.php 2020-08-23 23:05:57 -07:00
nobody
bbe7fab8bb re-package browser-to-browser encryption as 'secrets' app 2020-08-23 17:32:33 -07:00
nobody
27b638ab10 b2be 2020-08-23 02:28:38 -07:00
nobody
107ec9a1eb make the dm visual notification work again 2020-08-20 17:36:01 -07:00
nobody
ea7b80ff01 warnings 2020-08-19 23:34:02 -07:00
nobody
bc88e6c1b3 making progress towards the "new" mail (DM) notifications. Email part works, visual notify doesn't yet, but we can trick the stream notify to at least provide the right text. 2020-08-19 22:46:55 -07:00
nobody
aa776d85de activitypub addressing madness, cont. 2020-08-19 17:59:05 -07:00
nobody
453bed1bd9 wrong function 2020-08-17 23:38:57 -07:00
nobody
6b26d5845a add hashpath and then use it 2020-08-17 23:35:05 -07:00
nobody
95dab1daaa image caching storage improvements 2020-08-16 21:55:59 -07:00
nobody
10da43c958 directory work 2020-08-15 19:18:11 -07:00
nobody
97fc0f697f increase max threadlevel, begin next phase of directory refactor 2020-08-15 14:55:03 -07:00
nobody
dbaa4df7e0 some prep work for the next big feature push 2020-08-12 19:06:13 -07:00
nobody
7f5fb3ba09 force 'discoverable' to boolean 2020-08-11 20:45:09 -07:00
nobody
365f849783 implement discoverable 2020-08-11 18:03:57 -07:00
nobody
8d9b0c802d mysql install issue 2020-08-09 19:43:41 -07:00
nobody
0c61740027 typos 2020-08-09 18:13:30 -07:00
nobody
a5666f0a7a branding 2020-08-09 18:08:40 -07:00
nobody
6e65a4bd25 z6 discovery - verification was only partially disabled. 2020-08-07 14:57:59 -07:00
nobody
0713b6926f page-enable accesslist collections 2020-08-06 23:22:24 -07:00
nobody
293ba33eaf more collection stuff 2020-08-06 22:22:51 -07:00
nobody
506cf9fadd paged collection improvements and some UX cleanup for jgrowl 2020-08-06 20:19:03 -07:00
nobody
ea4be2fcc8 Extend ASCollection to deal with more expected use cases (limit on records returned and the ability to return entries in reverse order) 2020-08-05 20:51:31 -07:00
nobody
2add5cc6a0 refactor ASCollection 2020-08-04 22:54:04 -07:00
zotlabs
5f35cd4dda obscure mention issues 2020-08-01 13:48:57 -07:00
zotlabs
9efde74860 handle peertube's weird link structures 2020-07-31 16:25:24 -07:00
zotlabs
86e859b0ff remove chanview links from internal taxonomy structure, only provide in displayable templates 2020-07-29 19:32:52 -07:00
zotlabs
90e98e58cf pleroma emojireaction issue (heart unicode character is not considered an emoji in aaron parecki's emoji library). 2020-07-27 20:26:12 -07:00
zotlabs
f4b2767989 support noindex meta and pleroma scrobbler activities 2020-07-27 16:49:21 -07:00
zotlabs
a1d174bcb7 we don't need the profile-based virtual lists any more 2020-07-22 19:11:54 -07:00
zotlabs
80e4f9ce4c active relative date in sidebar profile 2020-07-22 04:57:26 -07:00
zotlabs
f1cf553f29 start of virtual list development 2020-07-21 18:16:27 -07:00
zotlabs
05a95e7ee6 remove btlogger 2020-07-15 17:09:46 -07:00
zotlabs
4c69a7f376 now socgraph is looping 2020-07-15 16:57:16 -07:00
zotlabs
737659f70f prevent discovery loops 2020-07-15 16:29:17 -07:00
zotlabs
f974510fa3 missing call 2020-07-15 12:52:08 -07:00
zotlabs
423f54503c missed this one 2020-07-15 04:35:00 -07:00
zotlabs
f1593477c4 hubloc confusion 2020-07-15 04:10:02 -07:00
zotlabs
e07a92a4d5 connect issue and pubstream localhost delivery issue 2020-07-14 18:47:23 -07:00
zotlabs
73f38477cf assure correct operator precedence 2020-07-12 21:17:53 -07:00
zotlabs
61953c11ca check array path 2020-07-06 21:05:31 -07:00
zotlabs
cd6f240e05 further qualify 2020-07-06 01:33:33 -07:00
zotlabs
1aebf6a856 edit and delete group posts 2020-07-05 23:18:31 -07:00
zotlabs
a9bdd411f8 cleanup permit_all_mentions 2020-07-03 19:36:46 -07:00
zotlabs
107f057ff1 undocumented feature 2020-07-03 15:48:58 -07:00
zotlabs
13edcdbc3a some minor cleanup while code reviewing mod_inbox. 2020-06-30 21:30:03 -07:00
zotlabs
099cf05935 consult blocked channels prior to storage 2020-06-30 17:47:31 -07:00
zotlabs
e663267843 Update repository links to point to codeberg. Framagit can still be used for as long as the server keeps running. 2020-06-28 16:37:21 -07:00
zotlabs
8595b3b7f6 sql query didn't return all the fields we need to check commentability 2020-06-17 23:48:18 -07:00
zotlabs
3949d62f0c more work on federating item_nocomment 2020-06-17 21:52:47 -07:00
zotlabs
293fb821c0 notable protocol ommission: we are not federating the item_nocomment flag, so indicate this by setting commentPolicy 'until=' to the item creation timestamp and ignore comments_closed as they are already closed. 2020-06-17 21:47:04 -07:00
zotlabs
232422f5dd new function absolutely_no_comments() and some text cleanup in daemon/thumbnail 2020-06-17 20:30:18 -07:00
zotlabs
b44f194aa8 Deprecate the term 'master' from the codebase. 2020-06-15 00:29:56 -07:00
zotlabs
8415f780ec remove blacklist/whitelist 2020-06-14 04:58:27 -07:00
zotlabs
0cf18bad16 Don't render Friendica or other bbcode source for messages originating in ActivityPub space. Just use the HTML. 2020-06-10 18:20:46 -07:00
zotlabs
81c3b2d635 spelling correction in a comment 2020-06-08 22:42:58 -07:00
zotlabs
4a9a5dae03 cache improvement 2020-06-02 20:36:21 -07:00
zotlabs
fcc0b9fa47 unify the mention styles w/r/t @ placement 2020-06-02 03:46:11 -07:00
zotlabs
bfbf4cb59e typo 2020-06-02 01:35:09 -07:00
zotlabs
437bbf8338 use the xchan_url for human-followed links. always. 2020-06-01 22:43:33 -07:00
zotlabs
8c92aef775 more work on smart mentions 2020-06-01 22:36:55 -07:00
zotlabs
4ef678f4c9 rewrite mentions (if possible) according to system.tag_username pref 2020-06-01 21:00:21 -07:00
zotlabs
0f7a1baf38 peertube uses markdown content. 2020-05-27 18:56:51 -07:00
zotlabs
12f31a8f1a cleanup 2020-05-25 23:43:40 -07:00
zotlabs
146a3a0d9f Just send HTML. 2020-05-17 16:20:11 -07:00
zotlabs
4250002586 wrong url showing up 2020-05-14 19:48:18 -07:00
zotlabs
f35b12ddb0 ensure that editing the blocklist doesn't get the wrong type. While rare it could happen. 2020-05-07 17:15:06 -07:00
zotlabs
91844ea3be ensure the img_cache only caches images. Also support application/ogg in linkinfo. 2020-05-07 16:23:31 -07:00
zotlabs
bea550dfe0 LibBlock caching 2020-05-06 19:19:46 -07:00
zotlabs
1c5b210d0d several issues plus some cleanup 2020-05-05 21:34:31 -07:00
zotlabs
71976533ab partial fix for hubzilla issue 1461 2020-05-04 16:43:15 -07:00
zotlabs
843fdff0a5 show future posts on channel page to owner (port from Hubzilla) 2020-05-03 15:22:37 -07:00
zotlabs
7b8ca9e6f5 support music rendering 2020-05-02 23:20:00 -07:00
zotlabs
847f21bd8b rev update 2020-04-26 16:21:37 -07:00
zotlabs
6b5aa44882 some work on improving federation of item_private 2020-04-17 15:37:50 -07:00
zotlabs
76a5971bb0 personal site blocks 2020-04-17 04:08:04 -07:00
zotlabs
e16149dec9 Merge branch 'dev' of ../p3 into dev 2020-04-07 19:01:41 -07:00
zotlabs
eb52d4d1e3 implement followed tags 2020-04-07 19:01:14 -07:00
zotlabs
54b8aaa3a9 whitespace 2020-04-07 18:59:49 -07:00
zotlabs
3c0cff0591 revert 2020-04-06 17:59:53 -07:00
zotlabs
f76d0afde3 tag follow infrastructure part1 2020-04-06 17:26:58 -07:00
zotlabs
a71e19250c refactor 2020-03-26 15:41:09 -07:00
zotlabs
2998f81cbf restrict html cache to activitypub 2020-03-26 01:17:22 -07:00
zotlabs
30c81941c0 and use the correct output too 2020-03-25 13:58:52 -07:00
zotlabs
3a5475e34d take it from the correct end of the pipe 2020-03-25 13:55:17 -07:00
zotlabs
883c5bbfed performance, reverse the no-comment icon state 2020-03-25 13:05:56 -07:00
zotlabs
72601039d2 move superblock to core 2020-03-19 21:08:50 -07:00
zotlabs
a2fa9da167 sync block objects 2020-03-19 16:56:48 -07:00
zotlabs
cc30471192 lib-block initial 2020-03-17 16:44:26 -07:00
zotlabs
1a57c95106 photo encoding anomaly 2020-03-16 15:58:41 -07:00
zotlabs
bf400d0609 php warning 2020-03-12 17:08:44 -07:00
zotlabs
c17ec101ff shrink monster photos that we cache locally for better performance. Adjust urls in apps when the site url changes. 2020-03-11 15:22:34 -07:00
zotlabs
4a52a905df usability: Let people change the ACL on their own if desired. Don't change it based on stream viewing mode. 2020-03-05 20:00:21 -08:00
zotlabs
f05cafe1d9 pass abook_censor status back up the stack where we need it when we're checking against a connection who we are wary about not tagging their explicit images and they liked something explicit that somebody else posted. But do this without obscuring images that your trusted friends like and are known to be benign. 2020-03-05 02:51:35 -08:00
zotlabs
a891cb6804 image cache settings 2020-03-04 20:51:20 -08:00
zotlabs
e0276892b9 image cache 2020-03-04 18:55:25 -08:00
zotlabs
a40a251bbb store/[data] => cache 2020-03-03 18:24:26 -08:00
zotlabs
edb9250f85 cleanup 2020-03-03 18:00:20 -08:00
zotlabs
15061f9928 cleanup + strings 2020-03-02 15:42:50 -08:00
zotlabs
eee70b400d prevent duplicate votes 2020-02-25 18:32:16 -08:00
zotlabs
800e757fd1 more sudo 2020-02-24 15:40:20 -08:00
zotlabs
fb6c83a213 add iconfig to zot6 objects 2020-02-23 15:27:39 -08:00
zotlabs
3dcc88303a namespace confusion 2020-02-20 18:17:16 -08:00
zotlabs
a8b7e73662 deprecate simplepie and RSS connections 2020-02-17 14:58:21 -08:00
zotlabs
c245ee79b6 php warning 2020-02-13 21:08:28 -08:00
zotlabs
71d2d75cf2 app translations 2020-02-12 21:51:32 -08:00
zotlabs
04ae664c92 network -> stream 2020-02-12 21:36:21 -08:00
zotlabs
a14474a135 support binary content 2020-02-12 15:21:39 -08:00
zotlabs
bb812302fd mention permission tweak 2020-02-11 21:52:52 -08:00
zotlabs
6333f7a796 whitespace 2020-02-10 18:19:32 -08:00
zotlabs
926f2c9c47 wrong var 2020-02-09 21:39:26 -08:00
zotlabs
dea5e872a5 string updates 2020-02-09 17:29:04 -08:00
zotlabs
7103d28569 issues from watching the logs 2020-02-09 15:34:49 -08:00
zotlabs
818e08b097 php warning 2020-02-06 21:51:36 -08:00
zotlabs
6f6e67078c more work on polls 2020-02-06 18:50:18 -08:00
zotlabs
d7b933cf8c poll federation tests 2020-02-05 21:58:50 -08:00
zotlabs
f4ff3aea2d issue with poll encoding 2020-02-05 17:45:48 -08:00
zotlabs
e139698571 resurface of issue with Hubzilla - "like" of a new-friend activity results in a Create/Person object 2020-02-05 17:05:31 -08:00
zotlabs
8603a289b3 fix i_am_mentioned() 2020-02-04 20:33:37 -08:00
zotlabs
0580f7bec5 simplify 2020-02-04 17:01:11 -08:00
zotlabs
f7efbfc7c2 more emojireaction work and a config setting to allow messages where you are mentioned, over-riding normal permissions. 2020-02-04 15:44:26 -08:00
zotlabs
0a2f655b30 emoji reaction compatibility work 2020-02-03 17:51:42 -08:00
zotlabs
71ef29ab0d multiple poll issue 2020-01-29 18:03:53 -08:00
zotlabs
44bdd38403 cleanup 2020-01-28 21:20:22 -08:00
zotlabs
3773aad428 cleanup warnings 2020-01-28 20:13:08 -08:00
zotlabs
9f1560482e more poll testing 2020-01-28 18:17:47 -08:00
zotlabs
6443cf1c45 more poll work 2020-01-28 16:42:38 -08:00
zotlabs
eea407114c poll debugging 2020-01-27 20:46:14 -08:00
zotlabs
16df0712f0 poll update 2020-01-27 18:11:28 -08:00
zotlabs
69f9cfeb64 more polls dev 2020-01-27 15:54:43 -08:00
zotlabs
8572cf1650 Merge branch 'dev' of ../z into dev 2020-01-21 20:54:30 -08:00
zotlabs
b4bb336fd5 more work on polls 2020-01-21 20:54:05 -08:00
zotlabs
f63733a131 fix z_dns_check for ipv6, map poll objects 2020-01-21 13:07:41 -08:00
zotlabs
d83bdf8b22 more event and poll work 2020-01-16 17:22:32 -08:00
zotlabs
fa8b5c7d5a cleanup 2020-01-14 12:14:34 -08:00
zotlabs
8190ba06b5 event testing - we require a zot6 handler for the /activity endpoint 2020-01-14 12:11:23 -08:00
zotlabs
e1ecb67047 Merge branch 'dev' of /home/macgirvin/z into dev 2020-01-11 15:21:02 -08:00
zotlabs
9409225301 change Create/Event to Invite/Event per spec, still support RSVP to Create/Event 2020-01-11 14:53:39 -08:00
zotlabs
4c467068a9 convert HTML blockquote tags to unicode quotes when formatting content for projects which are hostile to HTML (e.g. Mastodon). 2020-01-07 15:47:27 -08:00
zotlabs
e92e2c4f7f minor permissions issue 2020-01-07 13:56:35 -08:00
zotlabs
e3d28864b4 append poll items instead of replace 2019-12-30 12:04:12 -08:00
zotlabs
55cd642fba simple poll rendering 2019-12-28 13:28:40 -08:00
zotlabs
edecdb345e fix for http/2 2019-12-25 17:11:41 -08:00
zotlabs
86c22d1e53 address/mention url conflict 2019-12-17 15:28:24 -08:00
zotlabs
d70b22384f provide an event summary if there is anything at all we can use for that purpose. 2019-12-16 20:26:43 -08:00
zotlabs
c0f8f9cf4b process and parse if necessary but don't store implied activities 2019-12-12 16:31:13 -08:00
zotlabs
6e919ca52c clear comment storage when comment is cleared, change tactic to identify implied Create activities 2019-12-12 14:17:16 -08:00
zotlabs
0efbe817db typo 2019-12-11 18:33:09 -08:00
zotlabs
36c7a7deeb more misskey improvements (barely) 2019-12-11 18:12:50 -08:00
zotlabs
5133ea257c misskey follow issue 2019-12-11 17:47:41 -08:00
zotlabs
5cf47e9648 support incoming misskey/pleroma emoji reactions. A number of issues prevent this from becoming what we send to others. 2019-12-10 15:35:36 -08:00
zotlabs
7caa25da78 warnings 2019-12-09 21:39:48 -08:00
zotlabs
5ce70e2555 comment reset 2019-12-08 16:13:52 -08:00
zotlabs
a2f709b6f8 Putting the public inbox in the cc field creates an unlisted post in Mastodon. This software does not support unlisted so just make all public posts and replies public in Mastodon by putting the public inbox into the to field only. 2019-12-05 15:55:45 -08:00
zotlabs
640629166d cleanup 2019-12-02 21:09:14 -08:00
zotlabs
f0987c87fe backend for pinned post support - needs more work before it can be enabled 2019-12-02 18:42:59 -08:00
zotlabs
7159cb87ee Merge branch 'dev' of ../apfed into dev 2019-12-01 16:37:07 -08:00
zotlabs
fb17704cb8 mention issues 2019-12-01 16:35:19 -08:00
zotlabs
ecfcb61b09 empty channel 2019-11-26 21:29:48 -08:00
zotlabs
2a0f71907c compound expression not allowed here 2019-11-25 15:54:23 -08:00
zotlabs
b6d236cb6e render app for activitypub 2019-11-25 15:48:14 -08:00
zotlabs
027d9e211d more html5 br conversions 2019-11-21 20:00:57 -08:00
zotlabs
359e09187b issue with bb_parse_app 2019-11-21 02:32:22 -08:00
zotlabs
1da7b9be47 deprecate any special handling for emojis. They are just text/font characters and should be supported by your operating system or device. If they aren't, browser plugins and apps are available. 2019-11-20 15:46:55 -08:00
zotlabs
1fc8c046ea ocap -> provide tokenised link for url so private activities of type Article can be fetched from Mastodon which converts everything to a link. This is not optimal and presents potential privacy issues because these ocap links are visible and can be shared but the only other solution is getting Mastodon to accept and display basic HTML content and they are unwilling to do so. This is actually a fairly serious security compromise on our part in order to be at all compatible with Mastodon and this decision may need to be reviewed in the future. 2019-11-19 15:02:52 -08:00
zotlabs
8741f4c42c more logo work 2019-11-14 19:37:42 -08:00
zotlabs
ab6f341310 icon update 2019-11-14 19:15:52 -08:00
zotlabs
e9161b9ce3 Merge branch 'dev' of ../p3 into dev 2019-11-14 14:47:32 -08:00
zotlabs
cec2f36e76 typo 2019-11-14 14:47:15 -08:00
zotlabs
036bedae89 saved (star) posts brought back, ap refresh implemented 2019-11-14 14:45:55 -08:00
zotlabs
ff0534ab49 whitespace only 2019-11-13 17:36:18 -08:00
zotlabs
9248f71d0f pf federation issues 2019-11-13 17:08:18 -08:00
zotlabs
2ed45757d0 wildcard tag issue, reduce AP url to uri for the present time 2019-11-12 20:29:08 -08:00
zotlabs
991384464c more reduction of non-standard AP tags 2019-11-09 14:00:50 -08:00
zotlabs
ecfd22fcff add url property 2019-11-09 12:33:47 -08:00
zotlabs
e227d46e5a wrong time format specifier 2019-11-08 12:16:29 -08:00
zotlabs
5074346697 check for empty xml 2019-11-07 18:53:28 -08:00
zotlabs
313983fb21 deletion issue 2019-11-07 17:25:19 -08:00
zotlabs
75efd66468 more svg cleanup 2019-11-06 15:42:27 -08:00
zotlabs
7a9af29636 svg mopup 2019-11-06 02:15:38 -08:00
zotlabs
73ce177eec more svg work 2019-11-05 21:34:47 -08:00
zotlabs
1f2de86fd4 svg purify tests 2019-11-05 11:29:14 -08:00
zotlabs
be986fc4c6 svg cleanup 2019-11-05 11:10:49 -08:00
zotlabs
6c7f5e60e4 rev update 2019-11-04 19:34:22 -08:00
zotlabs
bf89ea2bb6 reversed logic, stale code interfering with good code 2019-11-04 15:26:05 -08:00
zotlabs
5da815ff08 cleanup 2019-11-03 21:38:19 -08:00
zotlabs
553a818d1f add signed date header for pixelfed who seem to have not yet have learned that distributed date/time checking is a can of worms which will only cause them grief in the long run. Let's help them learn. 2019-11-03 15:07:49 -08:00
zotlabs
6434fa7f46 check for arrays 2019-11-03 14:21:47 -08:00
zotlabs
93fe2eba52 activitypub default enable 2019-10-26 15:53:43 -07:00
zotlabs
4d96399463 little adjustments 2019-10-24 15:53:44 -07:00
zotlabs
da9e735204 tag_deliver recursion 2019-10-22 19:52:00 -07:00
zotlabs
1d5f1dd844 debugging 2019-10-21 22:46:53 -07:00
zotlabs
32e9d37be3 rev update 2019-10-20 18:14:52 -07:00
zotlabs
2f31e60b9b change of primary location was not being activated. 2019-10-20 15:24:03 -07:00
zotlabs
d836a918ad issues uncovered from log and anomaly reporting 2019-10-17 22:01:53 -07:00
zotlabs
81a1b0667a support as:sensitive 2019-10-17 18:09:40 -07:00
zotlabs
2ce1d53977 more work on private media over ocap 2019-10-16 17:52:40 -07:00
zotlabs
fda87e35bb latest security work 2019-10-15 20:16:25 -07:00
zotlabs
08f57092e2 cleanup, prepare for ocap private media, improve format of group relay posts 2019-10-15 16:41:54 -07:00
zotlabs
5a9ae0905b sync mastodon moves to clones 2019-10-14 16:25:52 -07:00
zotlabs
dbf477f3d8 support mastodon account move notifications 2019-10-14 15:55:58 -07:00
zotlabs
12d75bcaf5 reconnect singletons 2019-10-13 15:49:50 -07:00
zotlabs
c0e25dc9b4 change thread_maxlevel default 2019-10-12 13:09:18 -07:00
zotlabs
c8ed767a85 groups 2019-10-11 16:45:04 -07:00