Commit Graph

284 Commits

Author SHA1 Message Date
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
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
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
Hannes Mannerheim
d7be265913 galego language fixes by @cineclubesgal@quitter.se 2015-02-03 01:55:53 +01:00
Hannes Mannerheim
4c82182d94 spanish language fixes by @cineclubesgal@quitter.se 2015-02-03 01:45:47 +01:00
Hannes Mannerheim
49be584ec7 galego fixes by mbouzada 2015-02-03 01:40:18 +01:00
Hannes Mannerheim
5c6f978261 expanded queets should not have a max height for queet text 2015-02-03 01:00:23 +01:00
Hannes Mannerheim
b8ac19b90a queet text max height 2015-02-03 00:52:30 +01:00
Hannes Mannerheim
ef3af7fe8d thx @mmn 2015-02-01 02:57:18 +01:00
Hannes Mannerheim
0ce46e236f Merge pull request #95 from llebegue/master
Fix #42 link color on main page
2015-01-29 21:28:49 +01:00
llebegue
10b984464a Fix #42 add missing ; 2015-01-29 21:12:56 +01:00
llebegue
d41d105237 Fix #42 link color on main page 2015-01-29 21:00:39 +01:00
Hannes Mannerheim
6cc9a309c3 we don't care if notice with max_id or since_id exist or not
this caused infinite scroll in notification stream to stop loading when
it came across a max_id that was removed from the db
2015-01-28 01:49:41 +01:00
Hannes Mannerheim
f88be7bf6f removes php warning 2015-01-28 01:19:36 +01:00
Hannes Mannerheim
d8463dc019 makes right click spell checker in firefox work 2015-01-28 00:43:24 +01:00
Hannes Mannerheim
6c18728afd no repeats in TWKN (it messed up infinitescrolling) 2015-01-27 23:33:31 +01:00
Hannes Mannerheim
a1eb144b45 Merge pull request #93 from llebegue/master
External parameter for favicon.ico
2015-01-27 23:13:33 +01:00
llebegue
a7e4b4f02b French translations 2015-01-27 21:31:15 +01:00
llebegue
2ae3d05606 External parameter for favicon.ico 2015-01-27 21:22:17 +01:00
Hannes Mannerheim
a7f0100d42 rudamentary blocking, work in progress 2015-01-27 01:57:08 +01:00
Hannes Mannerheim
78d35d6bd5 less crazy middle click on non-expanded queet box #82 2015-01-26 20:09:42 +01:00