Commit Graph

322 Commits

Author SHA1 Message Date
Hannes Mannerheim
5a6b68289a something here caused firefox to hang. don't know if this fixes it 2015-03-04 01:26:53 +01:00
Hannes Mannerheim
5ebe154879 add hooks for other plugins to tap into qvitter 2015-03-03 00:33:18 +01:00
Hannes Mannerheim
d34fac4a7f Merge pull request #126 from knuthollund/master
Added missing norwegian translation. Changed to be consistent on "GNU social"
2015-02-27 23:15:36 +01:00
Hannes Mannerheim
140d9aa560 federated-tooltip didn't work 2015-02-27 23:13:44 +01:00
Knut Erik Hollund
0069fd77eb It is GNU social - because mattl says so! :) Just a cleanup 2015-02-27 23:05:10 +01:00
Knut Erik Hollund
d2aa1f0354 Added missing norwegian translation. Changed to be consistent when writing 'GNU social' 2015-02-27 22:29:43 +01:00
Hannes Mannerheim
9bc1ea3003 Merge pull request #125 from aleixq/patch-1
Update ca.json
2015-02-27 11:11:38 +01:00
Aleix Quintana Alsius
c80ce662f8 Update ca.json
No need to escape single quotes.
2015-02-27 11:04:13 +01:00
Hannes Mannerheim
9ebacf245f minor bugfixes 2015-02-26 20:13:52 +01:00
Hannes Mannerheim
1540996739 makes unwanted scrollbars disappear when text contains emojis 2015-02-26 00:33:48 +01:00
Hannes Mannerheim
0446b8e91c should have known that wouldn't work... 2015-02-26 00:28:02 +01:00
Hannes Mannerheim
9a4147fb60 cache full text of truncated queets in localStorage 2015-02-25 23:46:32 +01:00
Hannes Mannerheim
8463546ec8 image deep linking feature got lost in 2d1c237fa4 2015-02-25 22:53:09 +01:00
Hannes Mannerheim
fb4ad4e1f9 avatar row can overflow, but hidden 2015-02-25 21:50:16 +01:00
Hannes Mannerheim
1e36c997f0 conversation, repeat and fav caching, new api for getting favs&repeats in same request, etc 2015-02-25 21:16:24 +01:00
Hannes Mannerheim
af1635825d fix for #40, localStorage.doShake not used anymore 2015-02-25 03:45:13 +01:00
Hannes Mannerheim
5698e7f2e8 don't escape ' inside " 2015-02-25 03:37:24 +01:00
Hannes Mannerheim
3586cfcf6f Merge pull request #123 from mmn/media_maxwidth_relative
max-width 100% for img and video media
2015-02-25 03:16:13 +01:00
Mikael Nordfeldth
b8d4e6abee max-width 100% for img and video media
There's still a margin to the edges, but this will make it scale properly
in the smaller width mobile-mode as well, without a bunch of @media rules.
2015-02-25 03:12:03 +01:00
Hannes Mannerheim
d9a3055f5e don't collapse expanded queets when clicking video elements 2015-02-25 02:55:18 +01:00
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