zotlabs
4f3b1edf9d
it appears to also work a bit better if you don't use imaginary function names
2017-06-07 20:44:44 -07:00
zotlabs
2e692fca93
partial fix for failure to sync photos - appears to be memory exhaustion and dependent on filesize although an unrelated issue was found with directory creation during file sync (we didn't check ownership when looking for duplicates).
...
This checkin provides the means for a sync process to fetch the contents for various photo scales from the original server just as is done for the attach data now. It is still missing the bit for the sync process to spawn a mob of children to fetch these suckers and update the photo table with the results.
2017-06-07 20:28:59 -07:00
zotlabs
9dbd997141
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
2017-06-07 17:11:35 -07:00
zotlabs
2e35dc648f
provide hook when deleting a connection - we need this to clean up dangling PuSH subscriptions
2017-06-07 16:26:24 -07:00
zotlabs
bea0a491cf
Looks like we need the mastodon feed check in core - grrr. Will do that for now until it can be put back into plugins.
2017-06-07 09:37:47 +02:00
zotlabs
108b052e4e
hubzilla issue #810
2017-06-07 09:37:33 +02:00
zotlabs
f5b593ff42
whitespace
2017-06-07 09:36:53 +02:00
zotlabs
cdfd42053d
always add a length to ostatus compat enclosures - even if unknown (0)
2017-06-07 09:36:13 +02:00
zotlabs
36d4086673
ostatus feeds: extract photo information from posts and convert to enclosures as otherwise OStatus servers will strip them from the HTML in the feed and refuse to render them
2017-06-07 09:35:04 +02:00
zotlabs
928fce875e
make authenticated oembeds optional, default to false.
2017-06-07 09:33:55 +02:00
zotlabs
1d3c6e7420
include/socgraph - remove a few obsolete and long-deprecated functions
2017-06-07 09:33:28 +02:00
zotlabs
c96fe2931a
cleanup only
2017-06-07 09:33:00 +02:00
zotlabs
324d427ac7
a slight tweak to author_is_pmable hook to make it useful
2017-06-07 09:30:45 +02:00
zotlabs
80c65ea8f3
move code syntax highlighting to plugin
2017-06-07 09:27:42 +02:00
zotlabs
3a2a7d0508
re-arrange a few functions
2017-06-07 09:26:45 +02:00
zotlabs
59002cb873
Looks like we need the mastodon feed check in core - grrr. Will do that for now until it can be put back into plugins.
2017-06-06 22:49:45 -07:00
zotlabs
e917b94929
hubzilla issue #810
2017-06-06 17:38:34 -07:00
zotlabs
83f8f8ebb8
whitespace
2017-06-05 15:57:43 -07:00
zotlabs
2fea5ff889
always add a length to ostatus compat enclosures - even if unknown (0)
2017-06-04 20:07:08 -07:00
zotlabs
a94a42d609
ostatus feeds: extract photo information from posts and convert to enclosures as otherwise OStatus servers will strip them from the HTML in the feed and refuse to render them
2017-06-04 19:09:05 -07:00
git-marijus
10ecb6d368
remove duplicate code
2017-06-04 16:58:59 +02:00
zotlabs
c7f097ec84
make authenticated oembeds optional, default to false.
2017-06-03 16:00:14 -07:00
git-marijus
c4ed04fc82
convert randprof to use chanlink_hash() instead of chanlink_url() and filter sys channels by xchan.xchan_system instead of xchan_addr != sys@%
2017-06-03 10:13:42 +02:00
zotlabs
0b740826c5
include/socgraph - remove a few obsolete and long-deprecated functions
2017-06-01 21:22:31 -07:00
git-marijus
56f3b12171
Merge pull request #802 from zotlabs/searchwebpages
...
provide ability to search webpages (either public or which contain th…
2017-06-01 08:19:52 +02:00
zotlabs
cdfcb1ed24
cleanup only
2017-05-31 22:59:07 -07:00
zotlabs
8ebb000650
minor export issue with mail
2017-05-31 21:01:51 -07:00
zotlabs
fc98bd1563
minor export issue with mail
2017-05-31 20:59:36 -07:00
zotlabs
35debe46bc
a slight tweak to author_is_pmable hook to make it useful
2017-05-31 18:14:12 -07:00
zotlabs
98c18f416a
remove default for text/mediumtext sql fields
2017-05-31 16:00:33 -07:00
zotlabs
dfc0d4cf59
move code syntax highlighting to plugin
2017-05-30 19:50:41 -07:00
zotlabs
bfad624528
re-arrange a few functions
2017-05-30 18:36:19 -07:00
zotlabs
062b9ecbf3
bring back html2markdown which went away in the merge
2017-05-30 18:22:48 -07:00
zotlabs
d3cad5a651
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
2017-05-30 18:18:28 -07:00
zotlabs
a7ecf51915
provide ability to search webpages (either public or which contain the observer in the acl) in addition to conversations
2017-05-30 17:53:58 -07:00
zotlabs
893ae17b99
provide ability to search webpages (either public or which contain the observer in the acl) in addition to conversations
2017-05-30 17:06:50 -07:00
zotlabs
6962bc5147
create account_store_lowlevel()
2017-05-29 21:46:38 -07:00
zotlabs
4fcfcc8117
start deprecation of server_role
2017-05-29 13:50:02 -07:00
zotlabs
b15a5f03e6
work through the diaspora_v2 outgoing status posts
2017-05-28 19:17:46 -07:00
Klaus Weidenbach
586c72fbe5
Don't drop PHP5 support yet.
...
Scalar Type Hints and Return Type Declarations were introduced in PHP7.
2017-05-27 22:44:54 +02:00
Klaus Weidenbach
0f0e23445a
🔨 ✅ Add html2markdown unit tests.
...
A tiny refactoring to make HTML 2 markdown conversion testable.
Add some unit tests to check the behavior of the now used HTML2Markdown library.
There are some differences compared to the old pixel418/markdownify library.
2017-05-27 00:19:01 +02:00
zotlabs
b4da2d35bf
start using the abook_not_here flag (requires changes in addons, not easily portable to hubzilla)
2017-05-25 13:37:13 -07:00
zotlabs
df8c69f73b
some minor help cleanup - add '-/foo' override of language detection
2017-05-24 22:24:45 -07:00
zotlabs
3a00140797
remove php version checks for older ( < 5.4) code incompatibilities
2017-05-23 21:20:40 -07:00
zotlabs
bf580fcc06
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
2017-05-23 16:14:41 -07:00
zotlabs
508ea9153c
this looks like a slightly cleaner solution to the unicode dl issue
2017-05-23 21:52:35 +02:00
zotlabs
6ff16e2651
hubzilla issue #777
2017-05-23 21:52:21 +02:00
zotlabs
647b5d098f
apporder style improvement and add to nav menu, also add language awareness to webpages
2017-05-23 21:50:38 +02:00
zotlabs
7ae0317b6a
apporder style improvement and add to nav menu, also add language awareness to webpages
2017-05-22 17:07:34 -07:00
Klaus Weidenbach
547df2219a
Replace Mardownify library with html-to-markdown library.
2017-05-23 00:32:11 +02:00