Commit Graph

139 Commits

Author SHA1 Message Date
Joshua Judson Rosen
69db9a06fb Prevent background-image from tiling.
Some browsers apparently mess up rendering unless we do this
(discovered in Epiphany on Debian 7.7/wheezy).
2014-12-05 00:10:51 -05:00
Joshua Judson Rosen
3ad2e0abba Use the background-image even in condensed view.
Scale and position it so as to smoothly transition across the condensed/full threshold.
2014-12-05 00:08:09 -05:00
Joshua Judson Rosen
751a9503d7 Fix path to toggleqvitter.js
Plugin::path() needs its argument to actually be a file that exists
relative to the plugin base directory so that it can determine
whether the plugin is rooted in / or /local.

So don't include HTTP GET args in the path() argument--append them after
getting the value back from path().
2014-12-04 22:48:55 -05: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
Hannes Mannerheim
e48f6fbb47 remove references to quitter 2014-12-02 16:32:53 +01:00
Hannes Mannerheim
c614eaf35a faq corrections by @simsa0 2014-12-02 16:31:11 +01:00
Joshua Judson Rosen
4d16fd0010 Fix autocomplete overflow on condensed view 2014-11-30 21:49:52 -05: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
Joshua Judson Rosen
8ad46d8534 Make Qvitter work when `SSL sometimes' sites load it w/out SSL
Using HTTPS URLs from a non-HTTPS site can make browsers think
that there's a cross-site issue, for example when loading JSON data
via qvitter HTTP API calls (which makes the browsers block the data,
which breaks Qvitter).

So let the site config decide whether to use HTTPS or not;
on `ssl = sometimes' sites, generally try to use HTTPS only when
it's consistent with how the current page is being loaded
(which is consistent with what the main GNU Social code does).
2014-11-30 21:48:04 -05:00
Hannes Mannerheim
179a49cfa1 more more dynamic plugin directory lookup 2014-11-28 15:54:23 +01:00
Hannes Mannerheim
79ba613042 Merge pull request #23 from mmn/master
More dynamic plugin directory lookup
2014-11-28 15:44:55 +01:00
Mikael Nordfeldth
6083c43863 More dynamic plugin directory lookup
I installed Qvitter in local/plugins/ rather than plugins/ which
meant that some statically assigned paths were incorrect. This patch
will instead find the current Qvitter directory when the plugin is
loaded and use that when finding ctime for files on the filesystem.
2014-11-28 13:54:58 +01:00
Hannes Mannerheim
94fe4284a0 not a clip 2014-11-28 03:42:13 +01:00
Hannes Mannerheim
60ec96c2a8 minor correction 2014-11-28 03:30:06 +01:00
Hannes Mannerheim
09a073b670 faq corrections by @simsa0 2014-11-28 03:28:47 +01:00
Hannes Mannerheim
ccb6c0094a back-to-top-button in faq 2014-11-28 03:20:34 +01:00
Hannes Mannerheim
e0121bfae7 faq corrected by @simsa0 2014-11-28 02:58:02 +01:00
Hannes Mannerheim
ef51b7da86 move faq to own file and faq menu item in classic 2014-11-28 01:16:34 +01:00
Hannes Mannerheim
71493aa8d0 removes a php warning 2014-11-28 00:01:25 +01:00
Hannes Mannerheim
9726187f0c Merge pull request #22 from mmn/master
force the config to be an array if empty
2014-11-27 23:44:43 +01:00
Mikael Nordfeldth
a9423265fd force the config to be an array if empty
...or we get a bunch of "invalid argument" to the foreach statement.
2014-11-27 23:40:07 +01:00
Hannes Mannerheim
8a72b24ea2 makes thumbnails show again 2014-11-27 23:29:58 +01:00
Hannes Mannerheim
80a79de484 readme layout fix (??) 2014-11-27 21:08:41 +01:00
Hannes Mannerheim
9494c7f0aa readme layout fix (?) 2014-11-27 21:07:38 +01:00
Hannes Mannerheim
8303c557dd easier updates 2014-11-27 21:04:41 +01:00
Hannes Mannerheim
62a0357577 on 404, only redirect to front page if this is a user stream 2014-11-27 13:20:00 +01:00
Hannes Mannerheim
76ea483a2a fix glitch with switching between new and classic 2014-11-27 12:54:56 +01:00
Hannes Mannerheim
e19892584f missing brackets making background image not appear in webkit 2014-11-27 12:40:05 +01:00
Hannes Mannerheim
46bf7bf232 design consistency 2014-11-26 01:51:07 +01:00
Hannes Mannerheim
e442a6d67d fix issues with mention suggestions 2014-11-26 00:58:56 +01:00
Hannes Mannerheim
3701985e7f bug in profile popup not displaying if we're following or not 2014-11-25 23:36:29 +01:00
Hannes Mannerheim
5e8c84edb2 notifications bug 2014-11-25 21:38:00 +01:00
Hannes Mannerheim
b69f5d364a upload image design thing
(also fixes bug on quitter.se causing images not to preview, caused by
our https substitutions in apache)
2014-11-25 10:01:57 +01:00
Hannes Mannerheim
010666c20c removes a php warning 2014-11-25 02:38:46 +01:00
Hannes Mannerheim
c6c5a28959 remove error log spam 2014-11-25 02:34:49 +01:00
Hannes Mannerheim
019fdbd8c9 remove spam in php error log, sry 2014-11-25 01:58:30 +01:00
Hannes Mannerheim
5fbbce9cd9 one more user popup bugfix 2014-11-24 16:17:40 +01:00
Hannes Mannerheim
2d1ed0e038 external user popup bugfixes 2014-11-24 16:10:59 +01:00
Hannes Mannerheim
2950f0a23b v4. design, img upload, avatar, bg img, etc etc 2014-11-24 13:47:45 +01:00
Hannes Mannerheim
525124f1f3 hide acitivity notices 2014-11-18 00:52:29 +01:00
Hannes Mannerheim
f74912a9b4 Merge pull request #21 from knuthollund/master
Just a minor detail in translation
2014-11-14 02:04:31 +01:00
Hannes Mannerheim
1c06c20fe2 new gnu social nightly have the qvitter apiauthaction.php mod 2014-11-14 00:57:15 +01:00
Hannes Mannerheim
b369982416 hacky way to hide notices with object_type "activity"
remote favs will render like a copypasted queet otherwise
2014-11-14 00:48:02 +01:00
Hannes Mannerheim
b06147728a finnish beta 2014-11-14 00:24:32 +01:00
Knut Erik Hollund
a3bb8f981e Minor detail in No translation
Merge branch 'master' of https://github.com/hannesmannerheim/qvitter
2014-11-09 20:18:50 +01:00
Knut Erik Hollund
83a84a24b3 Minor detail in Norwegian translation 2014-11-09 10:18:24 +01:00
Hannes Mannerheim
d83677add4 shortener bug 2014-11-04 17:32:40 +01:00
Hannes Mannerheim
7d4139df13 if qvitter is opt-out, disable the default register page 2014-10-31 00:28:06 +01:00