Commit graph

8525 commits

Author SHA1 Message Date
nobody
c7b7cd6d3b fix was in wrong code block 2020-11-26 11:35:47 -08:00
nobody
20f84f07fa looping fix from Mario 2020-11-25 16:45:54 -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
5e178222d2 fix yet another markdown/bbcode edge case 2020-11-23 15:09:50 -08:00
nobody
74ebbdf3b4 revision 2020-11-22 14:18:25 -08:00
nobody
9495e90bc5 try again - ignore linkifying naked links inside parens, which may be markdown links and would otherwise be linkified twice 2020-11-22 14:15:17 -08:00
nobody
25f9c83da6 don't linkify naked links within parens - which may indicate a markdown link 2020-11-22 14:10:58 -08:00
nobody
a8fbb086e4 whitespace 2020-11-19 18:42:11 -08:00
nobody
dc293437af include namespace 2020-11-19 17:51:14 -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
f9bf9547f5 code consolidation: as_return_and_die() function created to handle signing ActivityStreams output in a number of places 2020-11-16 21:39:49 -08:00
nobody
b9d4b93501 Merge branch 'dev' of ../p3 into dev 2020-11-15 16:59:10 -08:00
nobody
603c643a1d describe privacy roles 2020-11-15 16:58:31 -08:00
nobody
419128a15b postgres does not support 'int(10)' 2020-11-14 11:57:28 -08:00
nobody
9f3768e008 jwt issues 2020-11-12 20:41:44 -08:00
nobody
4b735aa63a recognise csv files 2020-11-10 15:06:11 -08:00
nobody
393e775656 workaround for what I believe is a Pleroma bug, whereby the tag list in an activity contains urls of the form
example.com/tags/xxx (plural) and the message body shows them as example.com/tag/xxx (singular)
2020-11-04 15:02:01 -08:00
nobody
7b0574cd03 fixes from hz 2020-10-31 22:33:56 -07:00
nobody
45f8693c50 markdown lists appearing inside code block of diff output 2020-10-31 17:10:22 -07:00
nobody
6fd6bf0701 cleanup deprecated directory code 2020-10-26 19:51:59 -07:00
nobody
d3785db447 issue with summaries beginning with parens and markdown 2020-10-22 15:28:13 -07:00
nobody
65c65377f1 nodeinfo client library 2020-10-21 19:21:33 -07:00
nobody
fa0ca2afae more work on topfetch and provide an animated avatar preference 2020-10-20 22:54:05 -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
4374f66c78 some more poll cleanup 2020-10-20 16:13:30 -07:00
nobody
a9e8ac7f88 browser2browser-encryption, leave encrypted text in message for platforms lacking crypto support so they can manually decode it if they obtain the requisite tools. 2020-10-18 18:21:31 -07:00
nobody
1a595f4273 hubloc_mark_as_down() - also set site_dead 2020-10-18 17:59:41 -07:00
nobody
a1ed5b903a markdown header fix 2020-10-18 16:25:46 -07:00
nobody
937198169f Merge branch 'dev' of ../p3 into dev 2020-10-16 20:44:17 -07:00
nobody
bd76c885a0 markdown tweak the italics regex to reduce false positives 2020-10-16 20:40:27 -07:00
nobody
5658985852 probe the correct repo 2020-10-16 03:42:55 -07:00
nobody
b16cdec31f Merge branch 'dev' of ../p3 into dev 2020-10-15 22:49:19 -07:00
nobody
959b366e69 edge case with em markdown - don't trigger the leading underscore in the middle of alphanumeric string 2020-10-15 22:46:48 -07:00
nobody
3e8518895e blockquotes 2020-10-15 19:01:43 -07:00
nobody
a5755872ea fix ordered lists 2020-10-15 18:00:23 -07:00
nobody
82c2f6cf98 add some basic markdown constructs 2020-10-15 17:48:36 -07:00
nobody
84c9415b2e revert all the markdown stuff. Too many issues. 2020-10-14 21:44:15 -07:00
nobody
67ed8641a8 another attempt at resolving markdown quirks 2020-10-14 19:20:29 -07:00
nobody
2d9be60b0a revert 2020-10-14 18:27:42 -07:00
nobody
0cdc5f3781 This is an experiment at more intuitive rich-text support. We may need to revert or tweak if it causes serious issues. Basically support markdown AND bbcode simultaneously
in a way that attempts to preserve the unique source syntax of each when editing.
2020-10-14 18:04:49 -07:00
nobody
074c3351af embeddable events 2020-09-27 17:13:24 -07:00
nobody
dbaa0aaa6c Getting a lot of php warnings of "does not exist" when deleting a file that we just checked to see if it existed, but it suddenly does not a few microseconds later. Suppress these warnings, but there's obviously a race condition or duplicate entry point being triggered. 2020-09-27 16:57:53 -07:00
nobody
953703cc22 support extensions on linkinfo phone numbers 2020-09-25 17:59:45 -07:00
nobody
93bd9d9a9a add phone numbers to linkinfo 2020-09-25 17:36:55 -07:00
nobody
1f531f092f add percentages to oneOf polls and allow author to vote 2020-09-25 00:22:20 -07:00
nobody
80c392c95e improve new app discovery 2020-09-24 14:26:23 -07:00
nobody
465680687d improve usability of linkinfo dialog 2020-09-23 19:01:27 -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
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
4f312ff055 process geo: urls in mod_linkinfo and show a map if you have a map addon configured and choose 'embed' 2020-09-22 18:08:50 -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
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
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
ad5b44fc4e whitespace 2020-09-17 23:32:35 -07:00
nobody
de4d2656a6 move and rename 2020-09-17 23:21:57 -07:00
nobody
76274d2afe filestorage work, use site_icon for siteinfo html page instead of project icon 2020-09-17 17:30:52 -07:00
nobody
8d684f4ec7 release 2020-09-16 21:32:43 -07:00
nobody
c4307e98ed event display format regression 2020-09-16 20:18:57 -07:00
nobody
0454c05840 comment out admin sub-module init until I can debug it 2020-09-14 23:11:49 -07:00
nobody
2b143a68a9 channel photos for clones being stored multiple times 2020-09-14 20:10:35 -07:00
nobody
b24e0140af Merge branch 'dev' of ../p3 into dev 2020-09-14 19:23:58 -07:00
nobody
9b70520da1 raise limit on cleanup of migrated xchan photos 2020-09-14 19:23:18 -07:00
nobody
edd27a6a9e migrate existing xchan photos as a small background task 2020-09-14 19:21:44 -07:00
nobody
65b2cf6945 label the list and group entries in the acl selector - we can't use icons here. 2020-09-09 22:25:39 -07:00
nobody
fa09727217 refactor site customisation 2020-09-09 17:29:46 -07:00
nobody
f81b657005 allow posting to collections with a hashtag matching the channel_address 2020-09-08 16:37:15 -07:00
nobody
f09a200fd1 zot_record_preferred() returning wrong record in mention completion 2020-09-06 02:50:11 -07:00
nobody
e338474458 suggestion improvements 2020-09-03 03:39:26 -07:00
nobody
97dc0c3aca remove empty function 2020-09-02 23:06:21 -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
fdbe71c774 provide poco_load limit and default to very small 2020-09-02 16:58:42 -07:00
nobody
4a58f384c2 reduce log noise to focus on issues 2020-09-01 23:51:48 -07:00
nobody
42ccfc0c95 more directory cleanup 2020-09-01 22:55:46 -07:00
nobody
2fcd533fc1 add xchan_updated 2020-09-01 22:47:32 -07:00
nobody
c71556dd09 reduce limit 2020-09-01 01:51:50 -07:00
nobody
d43cf1fbb1 missing namespace 2020-08-31 22:55:50 -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
1c35f7a564 Merge branch 'dev' of ../p3 into dev 2020-08-27 19:00:08 -07:00
nobody
763c4ee15a add groups to the quick select part of the acl selector 2020-08-27 18:59:05 -07:00
nobody
093b6ca73d Merge branch 'dev' of ../p3 into dev 2020-08-26 19:46:08 -07:00
nobody
0b4a6057d8 Improve webp support. If your system utilities support webp, this software will handle them just fine. If they don't.... 2020-08-26 19:15:51 -07:00
nobody
91bf99c9cc more error checking for img_cache 2020-08-25 23:10:25 -07:00
nobody
c62e02ac38 cleanup old xchan photos 2020-08-25 18:29:23 -07:00
nobody
54285735b2 attach_drop_photo not removing os_storage resources for imgscale != 0 2020-08-25 02:14:08 -07:00
nobody
5361af04ab implement remove thing photo when using filesystem cache 2020-08-24 23:43:20 -07:00
nobody
675e4d25ad move cached xchan photos to filesystem 2020-08-24 21:36:56 -07:00
nobody
e0641b9bdc more progress on filesystem storage of xchan photos 2020-08-24 18:10:14 -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
4b6026c258 remove option for legacy e2ee support so that we can make it extensible 2020-08-23 16:37:08 -07:00
nobody
27b638ab10 b2be 2020-08-23 02:28:38 -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
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
97fc0f697f increase max threadlevel, begin next phase of directory refactor 2020-08-15 14:55:03 -07:00
nobody
a922f9e8f8 go back to pure atom feeds 2020-08-13 19:23:08 -07:00
nobody
f83937a6c6 cleanup 2020-08-12 23:58:09 -07:00
nobody
f637ba3c84 curl (z_fetch_url()) fixes to use passthrough to file mode with redirects 2020-08-12 23:10:03 -07:00
nobody
dbaa4df7e0 some prep work for the next big feature push 2020-08-12 19:06:13 -07:00
nobody
777cafa6ee wheel of dharma 2020-08-12 16:30:29 -07:00
nobody
1a742331a4 Description changes, collapsible text-styles 2020-08-10 16:26:56 -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
506cf9fadd paged collection improvements and some UX cleanup for jgrowl 2020-08-06 20:19:03 -07:00
zotlabs
5f35cd4dda obscure mention issues 2020-08-01 13:48:57 -07:00
zotlabs
0119913bab don't display 0 age 2020-07-30 19:38:01 -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
a1d174bcb7 we don't need the profile-based virtual lists any more 2020-07-22 19:11:54 -07:00
zotlabs
9d9c4b1c6b foreach warning 2020-07-22 16:40:58 -07:00
zotlabs
cf360bcaa4 Merge branch 'dev' of ../p3 into dev 2020-07-21 20:04:05 -07:00
zotlabs
f1cf553f29 start of virtual list development 2020-07-21 18:16:27 -07:00
zotlabs
a3329bee79 zotsh: remove twitter api dependency 2020-07-19 22:41:45 -07:00
zotlabs
96100b76f1 cleanup from the latest fiasco 2020-07-15 19:28:01 -07:00
zotlabs
4c69a7f376 now socgraph is looping 2020-07-15 16:57:16 -07:00
zotlabs
1a181fd543 second attempt to handle Pleroma's "source" field correctly in the cases where it has no mediatype and content elements 2020-07-07 17:54:08 -07:00
zotlabs
562253d038 testing permissions on complex group deliveries 2020-07-06 18:48:02 -07:00
zotlabs
1aebf6a856 edit and delete group posts 2020-07-05 23:18:31 -07:00
zotlabs
e3055ac410 code cleanup 2020-07-01 22:21:30 -07:00
zotlabs
558d38375e generalise the rmagic login form so we can re-use it for remote follows and stuff 2020-06-28 20:24:36 -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
01901ac3a9 collapse the activity_filter widget to reduce clutter 2020-06-27 14:50:15 -07:00
zotlabs
886031dacf prevent chanview from being used as an anonymous redirect by spammers 2020-06-23 17:45:27 -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
7509e820f8 change repo branch references 2020-06-15 20:54:54 -07:00
zotlabs
d28f957b54 move php-id3 and text_languagedetect from composer (/vendor) back to /library because their autoloaders are no longer supported in composer and no longer work in some distros. The packages themselves are unmaintained and it is unlikely they will be fixed upstream. This leaves HTMLPurifier to be fixed - which is in progress and should happen in the next several days. 2020-06-15 18:01:20 -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
a2c4d094f4 remove incorrect legacy code 2020-06-13 16:02:48 -07:00
zotlabs
c170ab7dc8 missing paren 2020-06-09 17:51:47 -07:00
zotlabs
6a501fa8ea pubstream not picking up all local content when network pubstream enabled 2020-06-09 17:45:22 -07:00
zotlabs
72d4af28c1 check return value of PermissionLimits::Get() - in case it's false. 2020-06-09 16:33:50 -07:00
zotlabs
4a9a5dae03 cache improvement 2020-06-02 20:36:21 -07:00
zotlabs
8c92aef775 more work on smart mentions 2020-06-01 22:36:55 -07:00
zotlabs
fb46b8494b wrong callback 2020-05-31 23:04:14 -07:00
zotlabs
850712a918 tweaks 2020-05-31 20:42:30 -07:00
zotlabs
8a195ed97b a third option 2020-05-31 18:01:17 -07:00
zotlabs
be76b3ea46 tag display pref 2020-05-31 17:24:09 -07:00
zotlabs
12f31a8f1a cleanup 2020-05-25 23:43:40 -07:00
zotlabs
410fbdbb95 rm include/message 2020-05-19 18:02:28 -07:00
zotlabs
349eac1027 cleanup 2020-05-13 22:06:01 -07:00
zotlabs
26bc1bef1d strings 2020-05-11 20:39:43 -07:00
zotlabs
9c177e7477 add activitypub addressing to locally created image objects 2020-05-11 19:54:54 -07:00
zotlabs
01bcd030e5 use browser location if the location is "." 2020-05-10 22:02:44 -07:00
zotlabs
132f3606b2 quoted tag issues due to processing prior to purification. 2020-05-10 16:19:01 -07:00
zotlabs
41bbaf0a61 more cache work 2020-05-06 22:01:48 -07:00
zotlabs
189a867cd7 channelx caching to reduce the number of repeated queries. 2020-05-06 17:22:11 -07:00
zotlabs
1c5b210d0d several issues plus some cleanup 2020-05-05 21:34:31 -07:00
zotlabs
06889ebcc3 updates 2020-05-03 16:52:44 -07:00
zotlabs
eec30d23df bring back future posting 2020-05-03 16:18:27 -07:00
zotlabs
7b8ca9e6f5 support music rendering 2020-05-02 23:20:00 -07:00
zotlabs
3c5383364f fix strict db issue importing items with no item_flags/item_restrict 2020-04-29 17:45:21 -07:00
zotlabs
6349cfeb1f solve some minor group delivery issues 2020-04-29 17:35:55 -07:00
zotlabs
b7627aac49 more runaway process tracing 2020-04-17 17:01:50 -07:00
zotlabs
c4ded9d403 potential runaway group deliveries 2020-04-17 07:04:01 -07:00
zotlabs
25b7db058e sql strict issue 2020-04-17 05:30:06 -07:00
zotlabs
76a5971bb0 personal site blocks 2020-04-17 04:08:04 -07:00
zotlabs
14d3c4f74a security 2020-04-17 00:00:49 -07:00
zotlabs
8726a2b7ef several little fixes and some re-factoring. 2020-04-16 16:24:01 -07:00
zotlabs
d9a6d545fc make sure dtend is set to a valid date string before storage, as the DB might be in strict mode 2020-04-10 14:13:07 -07:00
zotlabs
c44df94461 show images from attachment bbcode tags (Friendica) 2020-04-07 23:24:16 -07:00
zotlabs
eb52d4d1e3 implement followed tags 2020-04-07 19:01:14 -07:00
zotlabs
883c5bbfed performance, reverse the no-comment icon state 2020-03-25 13:05:56 -07:00
zotlabs
e0aa7af37a debugging libblock code 2020-03-19 22:37:13 -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
bf400d0609 php warning 2020-03-12 17:08:44 -07:00
zotlabs
a7011469e3 rev update 2020-03-09 22:08:11 -07:00
zotlabs
c2e8dcffab image cache improvements 2020-03-05 15:48:18 -08:00
zotlabs
e01761251e cache private photos setting 2020-03-05 11:50:28 -08:00
zotlabs
4a5c0fef89 more image cache work 2020-03-04 21:33:33 -08:00
zotlabs
a891cb6804 image cache settings 2020-03-04 20:51:20 -08:00
zotlabs
cdd02dc54b better image caching 2020-03-04 20:07:26 -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
340f3fc139 allow unquoted width,height 2020-03-02 11:54:29 -08:00
Zot
427490ff35 Merge branch 'dev' into 'dev'
poll UI strings

See merge request zot/zap!25
2020-03-02 03:08:47 +01:00
Mario
9b9550d3fe poll UI strings 2020-03-02 03:08:47 +01:00
zotlabs
8beb929e73 remove commented code 2020-02-29 13:06:30 -08:00
zotlabs
90b34b6d75 rework img alt text (legacy bbcode constructs are still supported) 2020-02-29 13:03:28 -08:00
Zot
acadc6a85d Merge branch 'dev' into 'dev'
implement poll UI in jot

See merge request zot/zap!24
2020-02-27 05:48:28 +01:00
Mario
72bdd7963f implement poll UI in jot 2020-02-27 05:48:28 +01:00
zotlabs
7544134cb8 support alt text in images - set to basename of the filename if nothing else is provided 2020-02-26 19:10:43 -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
1d982fb5b5 implement sudo 2020-02-23 18:10:44 -08:00
zotlabs
f75fd1a25a theme_attachments() leaking OCAP token 2020-02-20 19:56:37 -08:00
zotlabs
a8b7e73662 deprecate simplepie and RSS connections 2020-02-17 14:58:21 -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
926f2c9c47 wrong var 2020-02-09 21:39:26 -08:00
zotlabs
7103d28569 issues from watching the logs 2020-02-09 15:34:49 -08:00
zotlabs
8ed915918c missing function 2020-02-06 20:25:09 -08:00
zotlabs
46262c693a add poll ending date to displayed post 2020-02-06 19:57:27 -08:00
zotlabs
6f6e67078c more work on polls 2020-02-06 18:50:18 -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
35a378c1d4 provide a way to generate pleroma style emoji reactions 2020-02-03 19:55:52 -08:00
zotlabs
39f971609a Merge branch 'dev' of ../p3 into dev 2020-02-02 21:04:57 -08:00
zotlabs
ee0d093392 fix_attached .... incorrect id 2020-02-02 21:04:04 -08:00
zotlabs
6f25715186 more ocap refactor 2020-02-02 16:01:07 -08:00
zotlabs
46df791b76 improved integration of OCAP with existing ACL file permissions, refactor fix_attached_photo_permissions() and permissions_sql() 2020-02-02 15:12:20 -08:00
zotlabs
7ad5e1c3aa photo permissions edge case - when including private photo from albums the new token was not added to the acl 2020-02-01 15:14:03 -08:00
Zot
146f33c04d Merge branch 'patch-1' into 'dev'
fix function call

See merge request zot/zap!21
2020-01-31 04:48:35 +01:00
zotlabs
c021f5499f performance issue with t() 2020-01-30 16:12:41 -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
eea407114c poll debugging 2020-01-27 20:46:14 -08:00
zotlabs
16df0712f0 poll update 2020-01-27 18:11:28 -08:00
zotlabs
e8023a6271 rev update 2020-01-27 17:19:44 -08:00
zotlabs
69f9cfeb64 more polls dev 2020-01-27 15:54:43 -08:00
Mario
f1b3c61401 fix function call 2020-01-26 15:23:53 +01: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
7a8f9670c0 allow inline svgs to federate as data urls 2020-01-14 21:48:28 -08:00
zotlabs
2695bded8f provide activitypub rendering of inline svg doodles 2020-01-14 20:02:13 -08:00
zotlabs
3b2eabf0fd minor php warning 2020-01-14 13:25:22 -08:00
zotlabs
fa8b5c7d5a cleanup 2020-01-14 12:14:34 -08:00
zotlabs
e9719a2359 event federation testing zap/hubzilla 2020-01-13 17:30:13 -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
e3d28864b4 append poll items instead of replace 2019-12-30 12:04:12 -08:00
zotlabs
098400dd7a optimise http version check 2019-12-27 13:55:50 -08:00
zotlabs
edecdb345e fix for http/2 2019-12-25 17:11:41 -08:00
zotlabs
4ac5576417 z_post_url (curl): catch illegal line termination when pulling out header. 2019-12-25 13:43:37 -08:00
zotlabs
32949507cf per discussion, default post_activity_item to item_wall = 0 2019-12-08 18:03:43 -08:00
zotlabs
35cbd7f7c8 regression with code for Friendica bbcode/img tag 2019-12-06 12:17:03 -08:00
zotlabs
351ac03c73 Friendica's img bbcode apparently changed to [img=$url][/img] 2019-12-05 20:37:43 -08:00
zotlabs
aef13ffa29 cleanup template 2019-12-02 21:22:16 -08:00
zotlabs
75ff9318fb pinned posts front end 2019-12-02 21:08:06 -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
0773d8e405 rev update 2019-12-01 16:37:25 -08:00
zotlabs
8a13280f3e don't permit changing a channel to or from a collection after initial channel creation. Doing so would need to choose or release the channel_parent and this is not implemented currently 2019-11-28 14:04:43 -08:00
zotlabs
f0c5d3f970 wrong return 2019-11-25 16:02:23 -08:00