Commit Graph

74 Commits

Author SHA1 Message Date
Hannes Mannerheim
d1af138974 popup fix 2015-06-05 08:32:11 +02:00
Hannes Mannerheim
ddddbfd87d don't update (and open) popup if it's already closed 2015-06-05 02:45:20 +02:00
Hannes Mannerheim
d749713ef3 caching of profile cards in window object. also: open popups for local users 2015-06-05 02:17:33 +02:00
Hannes Mannerheim
150bb1b9d6 better handling of profile cards, work in progress 2015-06-02 23:45:46 +02:00
Hannes Mannerheim
4a069e1b13 show server in mention suggestions when multiple users with same nickname matches 2015-06-02 17:10:58 +02:00
Hannes Mannerheim
e4f8d27937 follows you badge in external profile card popups #178 2015-06-02 14:06:05 +02:00
Hannes Mannerheim
d5a3c0f003 faster retrieval of external profiles 2015-06-02 13:53:36 +02:00
Hannes Mannerheim
a016241dea compatibility with the libreJS plugin 2015-06-01 18:27:36 +02:00
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
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
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
Hannes Mannerheim
f7e0a05478 more rtl fixes 2015-03-06 01:34:02 +01:00
Hannes Mannerheim
c2ace7695c better localStorage cache management 2015-03-05 22:22:48 +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
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
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
1e74ad026e languages separated, jquery easing removed (wasn't used (i think)) 2015-02-24 22:36:36 +01:00
Hannes Mannerheim
d8463dc019 makes right click spell checker in firefox work 2015-01-28 00:43:24 +01:00
Hannes Mannerheim
a7f0100d42 rudamentary blocking, work in progress 2015-01-27 01:57:08 +01:00
Hannes Mannerheim
78d35d6bd5 less crazy middle click on non-expanded queet box #82 2015-01-26 20:09:42 +01:00
Hannes Mannerheim
858d87682a better counting of line breaks, also hopefullt solves the random collapsing linebreak bug 2015-01-26 19:22:05 +01:00
Hannes Mannerheim
5ffe3faf96 follow button css class renamed to work with some adblock lists 2015-01-26 17:35:44 +01:00
Hannes Mannerheim
8d2d4d7cca new notifications check moved to http header to reduce polling 2015-01-26 17:13:34 +01:00
Hannes Mannerheim
d3ba01ebae german translation of showTerms by holger@quitter.zone 2015-01-26 15:58:42 +01:00
Hannes Mannerheim
8c38287b0c terms of use, and video thumbnail fix 2015-01-25 19:05:09 +01:00
Hannes Mannerheim
dab96e99a9 #89 extended to work with rotation and thumbnails 2015-01-23 16:28:41 +01:00
Hannes Mannerheim
50aab959ad revert #89 2015-01-23 13:20:30 +01:00
Mikael Nordfeldth
22e4c00e23 Use GNU social upload API instead of selfmade for images etc. 2015-01-23 02:08:21 +01:00
llebegue
276a962223 Bug on image background URL 2015-01-21 21:51:25 +01:00
llebegue
d15ec44392 Fix #41 Image background as external parameter 2015-01-21 21:03:38 +01:00
Hannes Mannerheim
a0974978f7 fix for #81 2015-01-21 20:45:58 +01:00
Hannes Mannerheim
7244c7e485 upload image bug & faq localisation 2015-01-21 19:15:22 +01:00
Hannes Mannerheim
679e02ab0b hopefully last place that needs fixing #71 2015-01-20 15:25:14 +01:00
Mikael Nordfeldth
ce4b99e2a5 Duplicate items appeared when scrolling to bottom of feed
At least on the "notifications" feed page many users on quitter.es reported
that their notifications were duplicated when scrolling down.

It appears that qvitter.js fetches notices but does not check which notices
were already there, so I did a quick fix and set the feed to only fetch
notices which had a max_id of the last item _minus one_.

max_id is inclusive in GNU social.
2015-01-19 15:41:52 +01:00
Mikael Nordfeldth
ec057fe8a4 Don't replace https with http in form action URL
I guess this is a residual line from when quitter.se had to rewrite their calls to http manually?
2015-01-19 09:31:43 +01:00
Hannes Mannerheim
eacf063b0f .zone in url regexp. this needs fixing later, with all new domains 2015-01-16 01:55:17 +01:00
Hannes Mannerheim
c7b84ce637 OpenID login link 2014-12-08 17:39:47 +01:00
Hannes Mannerheim
ecc0aa8d36 Merge pull request #24 from rozzin/bugfixes
Bugfixes
2014-12-02 23:52:51 +01:00
Hannes Mannerheim
ce738d6b09 faq corr 2014-12-02 23:46:12 +01:00
Joshua Judson Rosen
6de248fe04 autocompletion: use avatar URLs, not filenames.
Not all avatar-providing plugins generate a local filename;
just using a pregenerated URL is safer.
2014-11-30 21:49:19 -05:00
Joshua Judson Rosen
96867c8983 Don't insert extra whitespace in queetbox. 2014-11-30 21:48:11 -05:00