Commit Graph

302 Commits

Author SHA1 Message Date
Hannes Mannerheim
1ea39b765a Merge pull request #122 from mmn/html5_video_support_fix
Test against an element that actually will exist
2015-02-25 02:54:21 +01:00
Mikael Nordfeldth
cbe84b4e21 Test against an element that actually will exist 2015-02-25 02:27:11 +01:00
Hannes Mannerheim
174b13ef17 Merge pull request #121 from mmn/html5_video_support
Add HTML5 video support
2015-02-25 02:16:23 +01:00
Hannes Mannerheim
b7e5e46ab2 Merge pull request #120 from kameleono/master
Language corrections and translations by @kameleono
2015-02-25 02:14:30 +01:00
Mikael Nordfeldth
e2fad3fe05 Add HTML5 video support
Requires the underlying GNU social instance to have the VideoThumbnails
plugin and (for that) 'libav-tools' (with 'avconv') installed. Support
for ffmpeg or maybe mplayer as a fallback is considered but not planned.

If the underlying instance does _not_ support video thumbnailing there
will simply be none to fetch and none will be listed.

One bug remains and that is when the video is clicked (on the play button)
the notice closes again. I am not sure how to abort that properly.
2015-02-25 02:13:21 +01:00
Manuel Ortega
1c802323cc Language corrections and translations by @manuel@lamatriz.org 2015-02-25 01:35:21 +01:00
Hannes Mannerheim
f22ebdfbe5 language corrections by @pelirrojillo@quitter.es 2015-02-25 00:43:48 +01:00
Hannes Mannerheim
c9b818edb1 language corrections by anonymous 2015-02-25 00:37:28 +01:00
Hannes Mannerheim
e1a150317a galcian correction by @mbouzada@quitter.se 2015-02-25 00:33:20 +01:00
Hannes Mannerheim
600e2bc022 cache language version in localStorage 2015-02-25 00:12:20 +01:00
Hannes Mannerheim
31aede3418 maybe solves @mmn's issue https://social.umeahackerspace.se/notice/193530 2015-02-24 23:34:52 +01:00
Hannes Mannerheim
40cd97fcd7 remove some whitespaces 2015-02-24 22:57:38 +01:00
Hannes Mannerheim
d790b970c8 Ostatus alt text #107 #109, thx @llebegue! 2015-02-24 22:50:31 +01:00
Hannes Mannerheim
edfb9ada95 Merge pull request #111 from mmn/endsetiapiuser_is_not_always_a_user
EndSetApiUser is not always a User
2015-02-24 22:42:04 +01:00
Hannes Mannerheim
19fd1fb500 fix for pull request #115, thx @jmontane 2015-02-24 22:41:29 +01:00
Hannes Mannerheim
fb6bcc2efe Merge pull request #117 from knuthollund/master
Added equal to the query in NotificationStream. Related to issue #116
2015-02-24 22:37:56 +01:00
Hannes Mannerheim
1e74ad026e languages separated, jquery easing removed (wasn't used (i think)) 2015-02-24 22:36:36 +01:00
Hannes Mannerheim
e6ee9e0752 Merge pull request #119 from mmn/mimetype_for_attachment_identification_fix
$.inArray(...) was always evaluated as true
2015-02-24 22:23:21 +01:00
Mikael Nordfeldth
6b85f449dc $.inArray(...) was always evaluated as true
>= 0 because index entries start at 0 (if not found, inArray returns -1)
2015-02-24 21:31:29 +01:00
Hannes Mannerheim
1d4b1cee93 Merge pull request #118 from mmn/mimetype_for_attachment_identification
Use attachment mimetype to identify image attachments
2015-02-24 21:00:13 +01:00
Mikael Nordfeldth
2d1c237fa4 Use attachment mimetype to identify image attachments 2015-02-24 20:46:51 +01:00
Hannes Mannerheim
69c10f6df5 another solution for #105 thx @rozzin 2015-02-24 18:34:51 +01:00
Knut Erik Hollund
4aa94dd151 Added equal to the query in NotificationStream. Related to issue #116 2015-02-21 23:50:05 +01:00
Mikael Nordfeldth
1d2dbef9fb EndSetApiUser is not always a User
GNU social will however make sure that whenever the event is called, User
_has_ been set, but for anyone not stalking the nightly branch they will
have less messages like this in their PHP error log:

PHP Notice:  Trying to get property of non-object in [...]/Qvitter/QvitterPlugin.php on line 810
2015-02-13 01:02:03 +01:00
Hannes Mannerheim
25207c89d1 Merge pull request #110 from knuthollund/master
Finished FAQ
2015-02-12 14:23:13 +01:00
Knut Erik Hollund
8f2c419e47 Translated new items in lan.js to Norwegian 2015-02-11 23:49:43 +01:00
Knut Erik Hollund
f237114e1e Merge branch 'master' of https://github.com/hannesmannerheim/qvitter 2015-02-11 22:42:06 +01:00
Knut Erik Hollund
58a677c9f9 Finished norwegian translation of ./doc/no/faq.html 2015-02-11 22:41:54 +01:00
Hannes Mannerheim
854326c014 Merge pull request #108 from knuthollund/master
Small fix in Norwegian translation
2015-02-11 03:20:34 +01:00
Knut Erik Hollund
a1dc020b0c Started on the FAQ translation (Norwegian) 2015-02-11 02:54:18 +01:00
Knut Erik Hollund
c784e1fcbf Added Norwegian translation of ./doc/no/terms.html. faq still in EN 2015-02-11 01:39:17 +01:00
Knut Erik Hollund
1b085abf12 Small fix in Norwegian translation 2015-02-10 23:51:02 +01:00
Hannes Mannerheim
f9f2aaddce worst bug ever fixed https://social.umeahackerspace.se/notice/186213 2015-02-09 00:26:45 +01:00
Hannes Mannerheim
14e3e7f69e Merge pull request #104 from mmn/proper_plugin_load_status
Use getActivePlugins() list to see if OpenID is active
2015-02-08 22:58:30 +01:00
Mikael Nordfeldth
e88d716279 Use getActivePlugins() list to see if OpenID is active 2015-02-08 22:23:28 +01:00
Hannes Mannerheim
e72a7d3894 openid head tags 2015-02-08 14:02:34 +01:00
Hannes Mannerheim
b405387987 Merge pull request #103 from mmn/use_httpclient_fetcher_for_get_and_head
Use GNU social HTTPClient to GET and HEAD (consistent HTTP config)
2015-02-07 16:16:44 +01:00
Mikael Nordfeldth
69b86c86a4 Use GNU social HTTPClient to GET and HEAD (consistent HTTP config)
The GNU social node has configured HTTPClient (HTTP_Request2 object) with
certain characteristics, which won't be respected when just using the PHP
built-in fetchers. This way we can have the same TLS certificate policy,
timeouts etc.

Also removed one test if get_headers() had returned an array, which it
never will since the "Location" is always a single absolute URL:
   "The field value consists of a single absolute URI."
        - https://tools.ietf.org/html/rfc2616#section-14.30
2015-02-07 16:06:43 +01:00
Hannes Mannerheim
d412383654 small galego change by @mbouzada@quitter.se 2015-02-06 13:15:40 +01:00
Hannes Mannerheim
90cf951c49 Merge pull request #101 from mmn/gender_neutral_spanish_friends
Amistades is a gender neutral "friends"
2015-02-06 12:26:21 +01:00
Mikael Nordfeldth
44e7c095f0 "Amistats" is Catalan gender neutral "friends"
Bonus translation from https://quitter.se/notice/3342126
2015-02-06 12:01:10 +01:00
Mikael Nordfeldth
aeaac9e500 Amistades is a gender neutral "friends"
Or so I learned on https://quitter.es/notice/145850
2015-02-06 11:55:32 +01:00
Hannes Mannerheim
d5aa413187 Merge pull request #100 from llebegue/master
Fix issue #58
2015-02-04 21:59:04 +01:00
llebegue
e6eedc7454 Merge README.md with upstream 2015-02-04 21:46:06 +01:00
llebegue
9ba4dede19 Issue #58 : conditional welcome text 2015-02-04 21:40:56 +01:00
Hannes Mannerheim
bdcdd815ce Merge pull request #99 from mmn/local_group_and_group_feed_fixes
Local group and group feed fixes
2015-02-04 18:28:57 +01:00
Mikael Nordfeldth
2041e2498b Feed fixes for QvitterAction when showing a local group 2015-02-04 18:19:49 +01:00
Mikael Nordfeldth
9c6d426b44 matching groups by nickname only must be for Local_group 2015-02-04 18:03:49 +01:00
Hannes Mannerheim
98cd4ed66a possibility to block ip addresses from registration 2015-02-04 14:44:04 +01:00
Hannes Mannerheim
0de788b744 galego fixes by @mbouzada@quitter.se 2015-02-03 13:05:11 +01:00