Hannes Mannerheim
ce0100ee1e
better handling of user designs, and a new custom welcome text option
2015-05-29 17:30:03 +02:00
Hannes Mannerheim
5485480933
remove log spam
2015-05-20 18:36:36 +02:00
Knut Erik Hollund
d6760d02dd
Fixed issue #175
2015-05-19 21:14:10 +02:00
Hannes Mannerheim
a19109545a
correction
2015-05-19 15:24:11 +02:00
Hannes Mannerheim
a28089c89e
fix for #148 and better caching of user designs
2015-05-19 15:22:52 +02:00
Hannes Mannerheim
c664148aff
fix for #165 , now works with localStorage disabled
2015-05-19 13:42:54 +02:00
Hannes Mannerheim
5ca01f9481
cache XRegExp regexps for performance, and XRegExp.forEach was really slow compared to ordinary while&match
2015-03-30 15:07:45 +02:00
Hannes Mannerheim
462b729af4
dots allowed in hashtags
2015-03-30 02:17:30 +02:00
Hannes Mannerheim
a93c60e6ea
solves #43
...
this needed the addition of an external js lib to handle unicode regexp
2015-03-30 01:53:42 +02:00
Hannes Mannerheim
e569c8c21f
fix for #147
2015-03-30 00:06:03 +02:00
Hannes Mannerheim
837ad8ca5a
fix for #150
2015-03-29 23:49:26 +02:00
Hannes Mannerheim
5376a9954a
fixes bug with "show more in conversation" shown in the middle of the conversation
2015-03-29 23:38:45 +02:00
Hannes Mannerheim
4253bffebb
saner each statement
2015-03-29 23:07:43 +02:00
Hannes Mannerheim
592d712599
first attachment on top in thumbnails, solves issue with expanding later
2015-03-29 22:51:34 +02:00
Hannes Mannerheim
e556351906
fix for #142
2015-03-21 17:16:09 +01:00
Hannes Mannerheim
de772f644c
add non breaking space as separator for url syntax highlighting #135
2015-03-17 20:57:21 +01:00
llebegue
c010ca7787
Latest jquery version : 2.1.3
2015-03-07 17:59:43 +01:00
Hannes Mannerheim
e0324a3562
hashtags with special characters now works (better, at least) in browsing history
2015-03-07 15:50:43 +01:00
Hannes Mannerheim
f7e0a05478
more rtl fixes
2015-03-06 01:34:02 +01:00
Hannes Mannerheim
5092d5c708
cache conversations by conversation-id, of course!
2015-03-05 23:35:08 +01:00
Hannes Mannerheim
c2ace7695c
better localStorage cache management
2015-03-05 22:22:48 +01:00
Hannes Mannerheim
8c06700953
unseen notifications glitch fix
2015-03-05 16:04:40 +01:00
Hannes Mannerheim
a2af140a18
mistake
2015-03-05 13:04:27 +01:00
Hannes Mannerheim
0847e4de93
svg attachment support
2015-03-05 13:00:24 +01:00
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
140d9aa560
federated-tooltip didn't work
2015-02-27 23:13:44 +01:00
Hannes Mannerheim
9ebacf245f
minor bugfixes
2015-02-26 20:13:52 +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
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
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
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
d790b970c8
Ostatus alt text #107 #109 , thx @llebegue!
2015-02-24 22:50:31 +01:00
Hannes Mannerheim
1e74ad026e
languages separated, jquery easing removed (wasn't used (i think))
2015-02-24 22:36:36 +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
Mikael Nordfeldth
2d1c237fa4
Use attachment mimetype to identify image attachments
2015-02-24 20:46:51 +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
58a677c9f9
Finished norwegian translation of ./doc/no/faq.html
2015-02-11 22:41:54 +01:00
Knut Erik Hollund
1b085abf12
Small fix in Norwegian translation
2015-02-10 23:51:02 +01:00
Hannes Mannerheim
d412383654
small galego change by @mbouzada@quitter.se
2015-02-06 13:15:40 +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