d30ebebd1d
Update 'js/qvitter.js'
2023-04-09 23:03:50 +09:00
SENOO, Ken
bbb4b1eb60
Merge branch 'remove-extra-space' into develop
2022-11-18 17:31:43 +09:00
SENOO, Ken
022eec92f1
Refactor almost same mention 2 functions to 1 function
2022-11-18 17:30:08 +09:00
SENOO, Ken
45371fb4d5
Remove extra space in CJK post
...
With CJK language and IME turned on, typing text in the post field and
pressing enter caused an extra space to be inserted. So I deleted the
code.
2022-11-18 16:35:53 +09:00
SENOO, Ken
be7029942d
Null guard for clicking post area while loading
2022-11-18 15:04:34 +09:00
SENOO, Ken
fcbf2c0c2b
Fix JavaScript console error after uploading media
2022-11-18 15:04:34 +09:00
Takuma YOSHIOKA
444cce2c3b
Escape {
and }
to preserve {{{lb}}}
in queet text
2017-07-12 14:58:18 +09:00
Takuma YOSHIOKA
6866a32026
Fix queet box behaviour (around newlines) in firefox
2017-07-12 14:58:18 +09:00
hannes
60f207aa72
Merge branch 'master' into 'master'
...
Preserve p tags so that Mastodon notices render properly
See merge request !95
2017-05-29 09:50:41 +00:00
Normandy
a8e8a4b33b
Preserve p tags so that Mastodon notices render properly
2017-05-02 08:35:52 -04:00
Shnoulle (Denis Chenu)
cec634f99d
[dev] One function to rules them all
2017-04-21 00:48:41 +02:00
Denis Chenu
1f31150932
[fix] Local profil are not detected with static avatar server
...
- detectLocalOrExternalUserObject compare with base url of the server
- if static avatar used : return always external (even with local user)
2017-04-15 20:29:21 +02:00
Hannes Mannerheim
155195c529
hopefully fixes qvitter getting stuck loading newer on error (e.g. connection going down)
2017-04-11 10:20:54 +02:00
Hannes Mannerheim
6afc6a16be
#92
2017-04-10 20:45:20 +02:00
Hannes Mannerheim
7ee2e27bf2
show hover cards on first hover for previously unknown external profiles
2017-04-10 20:29:19 +02:00
hannes
d06790bffc
Merge branch 'master' into 'master'
...
[fix][partial] External profil cards are not shown
See merge request !89
2017-04-10 18:17:04 +00:00
Hannes Mannerheim
9b7aa477ab
attach file tooltip (not only images anymore)
2017-04-10 19:57:24 +02:00
Denis Chenu
d4c5c920ce
Fix : after profile are not updated by json
2017-04-08 00:59:46 +02:00
Denis Chenu
b3f391ee20
[fix][partial] External profil cards are not shown
...
- https://git.gnu.io/h2p/Qvitter/issues/91
2017-04-08 00:31:06 +02:00
Hannes Mannerheim
79824422c2
fix, sometimes the remote username wasn't added to the browsing history
2017-04-06 14:43:39 +02:00
Hannes Mannerheim
3968aba9c3
mastodon fixes for last commit
2017-04-06 14:22:54 +02:00
Hannes Mannerheim
a37a4cb9f9
remote profiles open locally, and "find someone" user search/remote follow input field
2017-04-06 13:45:13 +02:00
Hannes Mannerheim
70ab099e2f
chrome 59+ doesn't support inline basic auth credentials
2017-04-05 09:24:44 +02:00
Denis Chenu
15b9a3b8ca
[fix] Attachment urls don't seems to be local if using different server in config
2017-02-05 17:12:19 +01:00
Hannes Mannerheim
174d76b89d
make possible using older versions of YOURLS when using the shortener.php proxy
2017-01-30 23:50:42 +01:00
Hannes Mannerheim
41c1ad9ca4
use english is browser language is not set
2017-01-17 17:54:22 +01:00
Hannes Mannerheim
1c1b4b19e1
revert the crappy csrf fix. already fixed by @mmn in newer gnusocial.
2017-01-17 16:53:46 +01:00
Hannes Mannerheim
a7f8262840
forgot there were ajax stuff in qvitter.js also, sry, sloppy
2016-12-30 16:02:29 +01:00
Hannes Mannerheim
4dea81c506
csrf fix
2016-12-30 13:25:38 +01:00
Hannes Mannerheim
474376938b
fix for the @@ bug with mastodon notices
2016-11-21 22:44:44 +01:00
Hannes Mannerheim
3d447e43e8
implement #61
2016-09-07 17:56:29 +02:00
Hannes Mannerheim
b9877c8b93
fixes #63
2016-09-07 16:31:06 +02:00
Hannes Mannerheim
e3a0e6b5c8
better solution for #70
2016-09-07 14:55:21 +02:00
Hannes Mannerheim
7393c06302
fixes #70
2016-09-07 14:26:46 +02:00
hannes
5202fda5c8
Merge branch 'master' into 'master'
...
Fix: Better support for pasting passwords and using password managers
During registration users complained about valid passwords shown as invalid. The reasons were them pasting the passwords via middle click (on Linux) or using e.g. pwdhash (password manager for Firefox) which do not trigger the keyup event. As a fix I added listening to the paste and blur events and deferred the validation as the paste event will be triggered before the input is updated.
See merge request !57
2016-05-10 06:01:09 -04:00
Hannes Mannerheim
649b3dde42
implement #59
2016-05-10 11:42:39 +02:00
baldo
be7a837952
Fix: Revalidate registration form on blur to allow usage of password managers
2016-05-02 19:57:57 +02:00
baldo
4ae1cb69d0
Fix: Pasting via middle click did not run password validation during registration.
2016-04-26 17:01:54 +02:00
Hannes Mannerheim
c45a40dea3
some more data on errors
2016-03-20 22:32:36 +01:00
Hannes Mannerheim
3e90377125
vimeo embedding support, fixes #43
2016-03-12 21:36:00 +01:00
Hannes Mannerheim
f03904a1e3
remove some stuff that librejs threw "parsing error" on for unknown reason. hopefully we don't need it
2016-03-12 15:09:28 +01:00
Hannes Mannerheim
88d8a8c1af
add license that librejs understands
2016-03-12 15:08:46 +01:00
Hannes Mannerheim
0273158e47
replace unicode characters that librejs messes up
2016-03-12 15:08:22 +01:00
Hannes Mannerheim
0edcf5764c
really fixes #15
2016-03-07 20:51:05 +01:00
Hannes Mannerheim
6f732e3839
more rtl fix
2016-03-07 20:19:18 +01:00
Hannes Mannerheim
351a1fc461
this actually solves #46
2016-03-07 18:43:01 +01:00
Hannes Mannerheim
e321f40a64
hopefully fixes #46
2016-03-07 18:35:25 +01:00
Hannes Mannerheim
6ecf09bf5c
fixes #47
2016-03-07 18:05:58 +01:00
Hannes Mannerheim
afb3c6450d
add userArray in script tag in profile cards, to be used by e.g. plugins
2016-03-05 14:50:30 +01:00
Hannes Mannerheim
9bf92d11aa
mute and bugfixes
2016-03-04 23:07:15 +01:00