Commit Graph

137 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
bcb88e5239 oembed 2016-01-20 17:39:34 +01:00
Hannes Mannerheim
33bf3e2912 new url 2016-01-18 01:24:37 +01:00
Hannes Mannerheim
e6e5eef247 new project hompage 2016-01-16 01:21:17 +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
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
6e10461632 support for older gs 2016-01-10 21:11:34 +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
7554706792 quoted notices 2016-01-07 03:03:18 +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
02eced7291 check if email is already in use when registering + some rtl css fixes 2015-12-14 21:01:27 +01:00
Hannes Mannerheim
4b66bcfe04 lists 2015-11-29 20:19:23 +01:00
Hannes Mannerheim
962c592e80 unrepeat support for older gnu social versions (i.e. quitter.se) 2015-11-25 18:26:13 +01:00
Hannes Mannerheim
072c411ac2 big change in how streams are changed, and lots of bugfixes 2015-11-23 00:24:33 +01:00
Hannes Mannerheim
598b619037 null to avoid a "must be an instance of Profile" error when logged out 2015-11-19 21:34:51 +01:00
Hannes Mannerheim
cff9c53f78 small fixes 2015-11-19 18:32:46 +01:00
Hannes Mannerheim
25447c2527 API for getting a profile's blocked profiles 2015-11-18 15:32:20 +01:00
Hannes Mannerheim
5ed9d729ea notifications marked as seen when faving, repeating and expanding an notice #306 2015-11-18 00:24:57 +01:00
Hannes Mannerheim
fd43133f0f stream menus, mark all notifications as read, opt-out from certain notifications 2015-11-17 22:48:28 +01:00
Hannes Mannerheim
8a76a28a66 handle conversation links, fixes #269 2015-11-16 18:13:48 +01:00
Hannes Mannerheim
76f579b84a possibility for other plugins to add streams and translations to qvitter 2015-10-19 18:47:24 +02:00
Hannes Mannerheim
cba85a12f7 remove the cache_remote_attachments qvitter-feature, since the StoreRemoteMedia plugin is now available 2015-10-04 21:48:23 +02:00
Hannes Mannerheim
e97bbd2df5 hides the new native gnu social delete-notices #281 2015-10-04 20:15:03 +02:00
Mikael Nordfeldth
96e718a5c3 Disable qvitter-delete-notice if ActivityModeration plugin exists 2015-10-03 16:52:35 +02:00
Hannes Mannerheim
dcd4f55c69 get text attachments directly instead of via the api 2015-09-21 00:58:11 +02:00
Hannes Mannerheim
df99f9bbaa better stream handling (hopefully..), and hover not hoover 2015-09-18 01:42:52 +02:00
Hannes Mannerheim
3eebbb34ef remove profile popups (being replaced with hoovercards), tooltip fixes, ostatus uri in api user arrays 2015-09-14 17:49:06 +02:00
Hannes Mannerheim
22b720b08f option to cache remote images, direct links to image thumbnails, session cleanup to allow for simultaneous api requests 2015-09-13 01:59:02 +02:00
Hannes Mannerheim
76dcc86ffc stop xss 2015-09-06 01:21:43 +02:00
Hannes Mannerheim
89b82becf4 tooltips, bookmark streams and clear browsing history 2015-08-31 23:53:09 +02:00
Hannes Mannerheim
721cb83201 add new group memberships to suggestion array, and delete when leaving group. also use group's proper id not group's profile id 2015-08-26 01:40:29 +02:00
Hannes Mannerheim
45b0019750 various fixes for the new group suggestion 2015-08-26 00:11:31 +02:00
Hannes Mannerheim
976be81ce9 suggest group mentions, and always post to correct group even user is member of multiple groups with same nickname 2015-08-25 23:27:08 +02:00
Hannes Mannerheim
3a7f8ab84d fixes #96 2015-08-25 13:27:14 +02:00
Hannes Mannerheim
dc189e1662 fixes this bug: https://quitter.se/notice/3962192 thx @saziusquitter 2015-08-22 21:30:26 +02:00
Hannes Mannerheim
8c817d0979 fixes #243 2015-08-05 13:49:42 +02:00
Hannes Mannerheim
f465a8aea7 fixes #238 2015-07-12 13:27:45 +02:00
Hannes Mannerheim
916fb82d65 linkify by default #236 2015-07-11 22:25:34 +02:00
Hannes Mannerheim
37a30cbe5c moving rerouting check from initialize() to onRouterInitialized() 2015-07-11 15:09:39 +02:00
Hannes Mannerheim
840a72dec7 hello #224 2015-07-11 01:13:18 +02:00
Hannes Mannerheim
04c242450d the hide_replies pref is returning 1 not true 2015-07-11 01:06:46 +02:00