Commit Graph

753 Commits

Author SHA1 Message Date
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
830ef883e0 only wrap menu rows in top menu 2016-01-18 21:45:17 +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
f5f26a0145 url in readme too 2016-01-18 01:26:59 +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
e6e5eef247 new project hompage 2016-01-16 01:21:17 +01:00
Hannes Mannerheim
710c53c8f1 test 2016-01-15 15:26:30 +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
Hannes Mannerheim
e43b9359fc quick fix fort the hidden urls issue, will fix properly later 2016-01-13 20:54:17 +01:00
Hannes Mannerheim
05bdb531a0 that didn't work in every case.. this might work better 2016-01-12 05:06:16 +01:00
Hannes Mannerheim
734bff0946 all original avatars are not called -original-, so get the largest one instead 2016-01-12 04:53:24 +01:00
Hannes Mannerheim
79288b3200 ugly fix for missing original avatars 2016-01-12 04:27:04 +01:00
Hannes Mannerheim
42740518d3 attachment fixes 2016-01-10 21:31:19 +01:00
Hannes Mannerheim
6e10461632 support for older gs 2016-01-10 21:11:34 +01:00
Hannes Mannerheim
48f5cb0c8b disregard protocol when comparing quoted notice urls 2016-01-10 20:55:04 +01:00
Hannes Mannerheim
74950a5325 gif-badge on gif-animations 2016-01-10 18:14:34 +01:00
Hannes Mannerheim
aaf93bce01 quoted notices inside the queet text instead 2016-01-10 17:19:47 +01:00
Hannes Mannerheim
72508f8e5a fixes https://quitter.im/notice/46643 2016-01-10 12:29:56 +01:00
Hannes Mannerheim
eb10b4c906 fix for last commit 2016-01-09 21:27:02 +01:00
Hannes Mannerheim
977faaade3 switching stream in the middle of a stream item collapse sometimes left unwanted style attributes in the cache 2016-01-09 21:01:34 +01:00
Hannes Mannerheim
a2102eadd1 fixes #343, value column in config table is converted to text now 2016-01-09 00:50:30 +01:00
Hannes Mannerheim
47ce68a47e find both http and https notices in notice table 2016-01-08 02:21:14 +01:00
Hannes Mannerheim
14e2a06317 index the url column in the notice table onCheckSchema() 2016-01-08 02:06:42 +01:00
Hannes Mannerheim
cc950a4cf0 removes php warnings/notices 2016-01-07 16:39:46 +01:00
Hannes Mannerheim
3c6243ac50 disregard protocol for quoted notices 2016-01-07 16:07:15 +01:00
Hannes Mannerheim
34519017ac support for older gs 2016-01-07 14:13:06 +01:00
Hannes Mannerheim
369fabef09 buildAttachmentHTML() was changed in previous commit 2016-01-07 14:00:38 +01:00
Hannes Mannerheim
7554706792 quoted notices 2016-01-07 03:03:18 +01:00
Hannes Mannerheim
62817126a4 don't cache temp-posts 2016-01-05 15:24:52 +01:00
Hannes Mannerheim
5baaa38a78 clean up any stray collapsing classes (user might have changed stream while collapsing a notice) 2016-01-05 13:24:26 +01:00
Hannes Mannerheim
37d94defdd Merge pull request #335 from mmn/is_activity_to_is_post
Change 'is_activity' to the inverse, 'is_post_verb'
2016-01-05 13:16:32 +01:00
Mikael Nordfeldth
bd0e6ee357 Compare against non-post-verb instead of activity object type 2016-01-05 12:48:46 +01:00
Mikael Nordfeldth
416147dd81 Use the information about is_post_verb instead of comparing object_type 2016-01-05 12:47:26 +01:00
Mikael Nordfeldth
1a8cb88014 Err, do it in a more consistent order compared with other code 2016-01-02 16:16:57 +01:00
Mikael Nordfeldth
1eceb0888a Change 'is_activity' to the inverse, 'is_post_verb' 2016-01-02 16:11:46 +01:00
Hannes Mannerheim
679d2995a5 Merge pull request #334 from xoir/patch-1
changes to the FAQ regarding Twidere and remote folllow
2016-01-01 13:09:55 +01:00
xoir
64ccb1dc84 Added to manual option to FAQ19
Besides trigger remote following by surfing user profiles on other instances we have the option to initiate remote following by visiting …/main/ostatussub
2016-01-01 12:50:09 +01:00
xoir
74931d584a Correct Twidere to version 2.9.12
Since Twitters API-Change to version 1.1 and the corresponding changes in Twidere. You will not be able to post new messages to GNUsocial with version 3.0+. The last version working ist 2.9.12.
2016-01-01 12:40:03 +01:00
Hannes Mannerheim
3f9143870c fixes #332 2015-12-30 16:00:18 +01:00
Hannes Mannerheim
f0786ee8fe fixes for quitter.se https setup 2015-12-29 16:35:09 +01:00
Hannes Mannerheim
ebaee73b03 update queet times immediately when switching to a cached stream 2015-12-22 13:36:44 +01:00
Hannes Mannerheim
0cc7d522c4 Merge pull request #327 from GreenLunar/patch-1
Update hebrew translation
2015-12-16 00:57:38 +01:00