Commit Graph

394 Commits

Author SHA1 Message Date
Hannes Mannerheim
35f6515cab notice.is_local can be -1 for silenced remote users, we can't use that for determining if a notice is local. use user.is_local instead 2016-02-23 12:03:01 +01:00
Hannes Mannerheim
4898d83fe8 notification count in front of site title, makes it show even if the tab width is small 2016-02-17 00:44:38 +01:00
Hannes Mannerheim
a6fbae5938 better transition with cached notices without some new attributes 2016-02-17 00:26:18 +01:00
Hannes Mannerheim
b3200f993a fixes 2) in #33, tags can contain and end with . and - 2016-02-16 23:41:29 +01:00
Hannes Mannerheim
a4661e15eb closes #21 2016-02-16 20:00:26 +01:00
Hannes Mannerheim
4be6c25996 use attentions for building reply strings and reply-to elements 2016-02-16 19:20:20 +01:00
Hannes Mannerheim
1e57eba7d1 fixes 1) in #33 2016-02-16 14:37:16 +01:00
Hannes Mannerheim
5675069b6b fixes #30 2016-02-16 14:28:00 +01:00
Hannes Mannerheim
f8e93650e8 remove debug message 2016-02-16 13:39:26 +01:00
Hannes Mannerheim
2c66b7e39c Any click empties the mentions-suggestions 2016-02-16 12:36:23 +01:00
Hannes Mannerheim
de078b42b5 revert !18 and fix bug that didn't expand videos 2016-02-16 12:21:06 +01:00
hannes
2dbcda40b1 Merge branch 'video_elements_in_queets' into 'master'
in-notice video elements with local thumbs as posters

This is the best I could do with my knowledge of javascript and how everything is designed.


What I'm curious about is however that I thought we already had HTML generation for video elements in Qvitter? That's where I copied the inArray if-statement from anyway...

See merge request !18
2016-02-16 11:00:04 +00:00
Mikael Nordfeldth
970bfb4090 in-notice video elements with local thumbs as posters 2016-02-13 02:08:38 +01:00
Hannes Mannerheim
086991fab8 custom terms from menu and links 2016-02-11 14:29:57 +01:00
Hannes Mannerheim
6909aea0ba follow button for external users directly 2016-02-11 14:29:42 +01:00
Hannes Mannerheim
97fa39126b terms for logged in users 2016-02-07 14:17:31 +01:00
Hannes Mannerheim
c60d1101f9 xss fix, thx @chc4@quitter.se 2016-02-07 02:23:50 +01:00
Hannes Mannerheim
8abbdeb3c0 blocks you tooltip 2016-02-02 16:25:07 +01:00
Hannes Mannerheim
949162b258 blocking 2016-02-02 00:44:44 +01:00
Hannes Mannerheim
ef25c8484c mentions etc can start and end with parenthesis 2016-01-29 16:47:59 +01:00
Hannes Mannerheim
1b7a9c507b update profile banner (twidere support) 2016-01-28 21:12:34 +01:00
Hannes Mannerheim
c2ff567339 show embedded content in tooltips and when notice is expanded, if user opt-out:ed 2016-01-24 22:02:43 +01:00
Hannes Mannerheim
087ef6cf95 fixes issue #5 2016-01-24 14:02:50 +01:00
Hannes Mannerheim
94d00b7a86 that made streams change very slow 2016-01-23 21:04:14 +01:00
Hannes Mannerheim
fd2d7555b3 fixes issue #6 2016-01-23 18:10:09 +01:00
Hannes Mannerheim
1b722228d2 makes image upload previews work in chrome 2016-01-23 17:27:36 +01:00
Hannes Mannerheim
31bd84305d safari and chrome fixes 2016-01-23 17:12:24 +01:00
Hannes Mannerheim
0fe484d7db hide embedded content and quotes from timelines 2016-01-22 21:19:08 +01:00
Hannes Mannerheim
22bd622bee remove buggy animate effect 2016-01-22 13:12:11 +01:00
Hannes Mannerheim
98f831dd20 thumbnails in oembed response and better looking rendering of oembed coming from other qvitter instances 2016-01-21 20:01:43 +01:00
Hannes Mannerheim
eb3a2af822 use script element instead of attribute for attachment json, and avoid that header&body in oembed is the same by checking similarity 2016-01-21 16:15:56 +01:00
Hannes Mannerheim
5510b7d622 trust oembedHTML to be cleaned server side 2016-01-21 10:05:45 +01:00
Hannes Mannerheim
c10d20a138 remove trailing <br>s from queet text 2016-01-21 03:00:17 +01:00
Hannes Mannerheim
8a7f7ce368 bug with diaspora notices quoting tweets, unwrap p 2016-01-21 02:47:34 +01:00
Hannes Mannerheim
3b39b3fc43 handle twitter oembed in same way as quotes 2016-01-21 02:16:39 +01:00
Hannes Mannerheim
ba1816a6fd more oembed fixes 2016-01-20 19:06:21 +01:00
Hannes Mannerheim
1b00c75700 youtube is a special case 2016-01-20 18:40:27 +01:00
Hannes Mannerheim
c44f7f4f41 don't ask the server about profile cards if we already asked less than a minute ago 2016-01-20 18:30:16 +01:00
Hannes Mannerheim
965f40dc93 strip tags serverside and convert html special chars client side, we don't want html in our oembed body anyway 2016-01-20 18:21:03 +01:00
Hannes Mannerheim
960c98429c attachments were sometimes added after .expanded-content 2016-01-20 17:54:35 +01:00
Hannes Mannerheim
bcb88e5239 oembed 2016-01-20 17:39:34 +01:00
Hannes Mannerheim
3cc2eb3f14 rant mode, design fixes, move user stream item html to separate function, etc 2016-01-18 19:30:29 +01:00
Hannes Mannerheim
74c52babc2 ask users to help with translation 2016-01-18 15:26:54 +01:00
Hannes Mannerheim
33bf3e2912 new url 2016-01-18 01:24:37 +01:00
Hannes Mannerheim
95838ace25 hide multiple repeats of same notice 2016-01-17 00:21:30 +01:00
Hannes Mannerheim
35aad6a531 we really want to make sure page-container is visible at these points 2016-01-16 22:24:48 +01:00
Hannes Mannerheim
7ad39a5315 #350 reroute qvitter's ApiQvitterStatusesUpdate to its own url instead 2016-01-14 20:50:17 +01:00
Hannes Mannerheim
89110d38f5 dropdown menus could leave ghosts in the cache 2016-01-13 22:08:20 +01:00
Hannes Mannerheim
5319fe4359 Merge pull request #346 from mmn/dont_use_suggestion_when_ctrl_key_is_pressed
Avoid selecting profile suggestion if Ctrl+Enter is pressed
2016-01-13 22:02:32 +01:00
Mikael Nordfeldth
6b778feb31 Avoid selecting profile suggestion if Ctrl+Enter is pressed
If I was typing a queet and ended with a mention (@theru) it listed
several nicknames matching '%theru%', such as 'anoTHERUser'. When I
send the queet with the short command Ctrl+Enter it chose @anotheruser
and my friend theru was ever so sad not to receive the notification :(
2016-01-13 21:55:20 +01:00