Mikael Nordfeldth
|
80f7a5f025
|
$metadata->thumbnail_url is not guaranteed to be set
We should probably have a separate class for this, so we can more
easily combine different technologies similar to oEmbed/OpenGraph.
|
2016-02-25 19:47:16 +01:00 |
|
Mikael Nordfeldth
|
e6f07d8554
|
Use in_array instead. Now we get third party responses to contextually interesting threads
I think this solves much of the "third party conversation" issues, assuming involved parties
are using modern GNU social instances.
|
2016-02-24 00:19:27 +01:00 |
|
Mikael Nordfeldth
|
31c9b2c1d8
|
Check the notice context for users in UsersalmonAction
|
2016-02-23 23:56:43 +01:00 |
|
Mikael Nordfeldth
|
9319033ff0
|
Properly attach activityobjects
For some reason they were written to ->object, which is incorrect as
we use the objects[] array (which usually just holds one entry though)
|
2016-02-23 23:50:57 +01:00 |
|
Mikael Nordfeldth
|
0eb5122817
|
Check that the user is in the context of a salmon slap
|
2016-02-23 23:42:41 +01:00 |
|
Mikael Nordfeldth
|
d672547112
|
getAliases should be only a list (numeric array)
|
2016-02-23 14:33:09 +01:00 |
|
Mikael Nordfeldth
|
e16f7d04a8
|
Let OpenID match against aliases (fix fancyurl stuff etc.)
|
2016-02-23 14:15:08 +01:00 |
|
Mikael Nordfeldth
|
b59dacb806
|
getAliases for Profile and Notice
Also move fancyurlfix into site-wide $config['fix']['fancyurls']
TODO: getByUri should make use of this directly I guess?
|
2016-02-23 14:00:59 +01:00 |
|
Mikael Nordfeldth
|
c67b89e56b
|
Make WebFinger fancyurlfix configurable
|
2016-02-21 20:05:32 +01:00 |
|
Mikael Nordfeldth
|
ce803f6d06
|
WebFinger aliases with 'index.php/'
|
2016-02-21 20:00:07 +01:00 |
|
Mikael Nordfeldth
|
1edb1bbc17
|
Claim that we are the URL without index.php/ in webfinger response
|
2016-02-21 19:09:39 +01:00 |
|
Mikael Nordfeldth
|
0c17c32267
|
Let the WebFingerPlugin lookup profile resources with index.php/ too
|
2016-02-21 18:48:48 +01:00 |
|
Mikael Nordfeldth
|
b23cc7465f
|
Keep a unique set of WebFingerResource aliases
|
2016-02-21 18:47:32 +01:00 |
|
Mikael Nordfeldth
|
ade4518ae4
|
Make the Link header give URI for WebFinger lookup
|
2016-02-17 22:36:33 +01:00 |
|
Mikael Nordfeldth
|
422d475e44
|
Differentiate two similar log warning messages
|
2016-02-17 21:57:52 +01:00 |
|
Mikael Nordfeldth
|
e2a090c9cc
|
Use NoticeStream::filterVerbs for filtering in noticestreams
|
2016-02-14 20:46:13 +01:00 |
|
Mikael Nordfeldth
|
fbcca62ae1
|
listGet was not meant for that really
|
2016-02-13 01:19:47 +01:00 |
|
Mikael Nordfeldth
|
8ef2abf30b
|
Render RegiserThrottle extra profile data properly
|
2016-02-13 01:16:34 +01:00 |
|
Mikael Nordfeldth
|
799c2e47fe
|
Don't depend on ModLog
|
2016-02-13 01:10:01 +01:00 |
|
Mikael Nordfeldth
|
be35975b12
|
RegisterThrottle list-profiles-by-ip
|
2016-02-13 01:02:18 +01:00 |
|
Mikael Nordfeldth
|
557ad2d1fd
|
Show user registration IP to users who can see ModLog
|
2016-02-13 00:51:43 +01:00 |
|
Mikael Nordfeldth
|
3cef75bcac
|
Update the comment on silencing privileged users in ModHelper
|
2016-02-12 14:47:44 +01:00 |
|
Mikael Nordfeldth
|
7fdcbd56d5
|
XMPP URI scheme for HTMLPurifier
|
2016-02-11 21:31:50 +01:00 |
|
Mikael Nordfeldth
|
b9d35659c8
|
Stricter exception check
|
2016-02-10 04:43:30 +01:00 |
|
Mikael Nordfeldth
|
ec257d940a
|
Either use or don't use HTTPS
The risk of injection attacks using HTTP is too great to allow a
site that allows both HTTP and HTTPS...
|
2016-02-10 00:57:39 +01:00 |
|
Mikael Nordfeldth
|
eaa394ed7d
|
bitcoin schema for HTMLPurifier
|
2016-02-08 20:20:31 +01:00 |
|
Mikael Nordfeldth
|
ef5ed10eb9
|
Log failed captcha entries
|
2016-02-08 17:51:21 +01:00 |
|
Mikael Nordfeldth
|
cd71188d3a
|
SimpleCaptcha plugin to stop basic bots
|
2016-02-08 17:47:09 +01:00 |
|
Mikael Nordfeldth
|
58e852f7f7
|
Use the -y parameter for ffmpeg/avconv to be non-interactive
|
2016-02-07 01:59:21 +01:00 |
|
Mikael Nordfeldth
|
6bec22ea4e
|
Write to the tmp file in VideoThumbnails
|
2016-02-07 01:57:56 +01:00 |
|
Mikael Nordfeldth
|
25f623565a
|
Catch http exception in StoreRemoteMedia
|
2016-02-07 01:54:37 +01:00 |
|
Mikael Nordfeldth
|
098c8b1df4
|
NoHttpResponseException extends HTTP_Request2_ConnectionException
|
2016-02-07 01:52:20 +01:00 |
|
Mikael Nordfeldth
|
55546a5aab
|
Support ffmpeg and avconv depending on which you have
|
2016-02-07 01:02:59 +01:00 |
|
Mikael Nordfeldth
|
1f01356076
|
Fix issue #127 by catching exceptions
update-profile-data.php threw exceptions on http connection issues
|
2016-02-04 12:06:35 +01:00 |
|
Mikael Nordfeldth
|
90045d66ea
|
HTMLPurifierSchemes plugin to allow geo and magnet URIs
|
2016-02-03 14:36:51 +01:00 |
|
Mikael Nordfeldth
|
367fc054dc
|
Merge branch 'master' into mmn_fixes
|
2016-01-30 00:03:25 +01:00 |
|
Mikael Nordfeldth
|
a5c1b063fd
|
isPerson did not exist for Ostatus_profile
|
2016-01-29 16:15:06 +01:00 |
|
Mikael Nordfeldth
|
689e277c62
|
Allow @localuser@mysite.example to be looked up as a mention
|
2016-01-29 16:06:16 +01:00 |
|
Mikael Nordfeldth
|
36f099958c
|
Don't match @nickname on @nickname@server.com
|
2016-01-29 15:53:58 +01:00 |
|
Mikael Nordfeldth
|
fb7f572eed
|
Purify oembed html (again)
For a commit or two we didn't do this, because htmLawed failed to filter
out CDATA javascript properly, but now we use HTML Purifier which works.
|
2016-01-28 19:02:16 +01:00 |
|
Mikael Nordfeldth
|
7e6783bb8f
|
Replace htmLawed with HTMLPurifier
|
2016-01-28 19:01:13 +01:00 |
|
Mikael Nordfeldth
|
daea5647b6
|
Merge branch 'nightly' of git.gnu.io:gnu/gnu-social into mmn_fixes
|
2016-01-28 17:27:08 +01:00 |
|
mmn
|
9b3cbb373e
|
Merge branch 'oembed_fb_wp_branch' into 'nightly'
Oembed: Fix UTF-8 bug and better wp&fb data (updated!)
See merge request !97
|
2016-01-28 16:26:33 +00:00 |
|
Mikael Nordfeldth
|
efe23ed404
|
updateWithKeys now understands multi-column keys
and automatically identifies _which_ columns are the right ones,
so for example 'uri' primary keys don't need to be explicitly set
|
2016-01-28 16:42:59 +01:00 |
|
hannes
|
05439831e7
|
add comment that DOMDocument('1.0', 'UTF-8') does not work
|
2016-01-28 15:32:11 +00:00 |
|
hannes
|
06e325d61b
|
fixes two issues when the oembed thumbnail is blank
|
2016-01-28 15:19:29 +00:00 |
|
Mikael Nordfeldth
|
7c80c9a1f9
|
Meh, let's just remove FirePHP, I don't think anyone uses it
|
2016-01-28 13:48:44 +01:00 |
|
mmn
|
dfc11f99ad
|
Merge branch 'update-extlib-firephp' into 'nightly'
Update FirefPHP Core to v0.4.0 released on 23 Apr 2013
See merge request !92
|
2016-01-28 12:41:34 +00:00 |
|
Mikael Nordfeldth
|
bb0cb9b3f6
|
Manual merge of !87 Update LDAP2 extlib to 2.2.0 (stable) released on 2015-10-30
Thanks postblue
|
2016-01-28 13:35:23 +01:00 |
|
mmn
|
c01982c917
|
Merge branch 'oembed_thumbnail_branch' into 'nightly'
add a thumbnail to oembed response
just something i added to quitim
See merge request !85
|
2016-01-26 21:09:07 +00:00 |
|