cwm
3ba78c7bda
Use const instead of let for constant (tootsuite pr #6106 )
7 years ago
cwm
90c35fe17a
change key to path in timeline settings containers
7 years ago
cwm
cf027c74db
Rename key to path in actions and reducers for settings (tootsuite pr #6105 )
7 years ago
cwm
d12ce24054
Fix newlines-to-spaces functionality (tootsuite pr #6158 )
7 years ago
cwm
0d399a4edc
Hide moved account's follow button in search result (tootsuite pr #5913 )
7 years ago
cwm
783f65dd72
Prevent duplicate load of favourites (tootsuite pr #5931 )
7 years ago
David Yip
1dd6482fb5
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
7 years ago
David Yip
52d99f96bd
Merge pull request #312 from glitch-soc/tag-sensitive-imgs
...
Show SENSITIVE tag on sensitive images (#267 )
7 years ago
David Yip
b02479fbb1
Merge pull request #311 from glitch-soc/dont-show-solo-skins
...
Don't show skins selector when there's only one (#256 )
7 years ago
Jenkins
f9a0b246e5
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
David Yip
97a5eb7961
Merge pull request #310 from glitch-soc/fix-thread-inheritance
...
Threads now inherit privacy directly (#309 )
7 years ago
kibigo!
ff6ecdda4e
Add missing comma
7 years ago
kibigo!
95459fc5bd
Show SENSITIVE tag on sensitive images ( #267 )
7 years ago
kibigo!
134e6590c6
Don't show skins selector when there's only one ( #256 )
7 years ago
kibigo!
62a33d5ae0
Threads now inherit privacy directly ( #309 )
7 years ago
puckipedia
74e427c24b
Add the author of a status to cc if reblogged ( #6226 )
...
This makes slightly more sense, and ensures that the author of a post is always referenced in the audience (which some servers might rely on). And the announce is POSTed to the author's inbox anyways.
7 years ago
nightpool
eac9039a63
Refactor /api/web APIs to use the centralized axios instance ( #6223 )
...
Also adds the ability to decouple the centralized axios logic from the
state dispatcher
7 years ago
Eugen Rochko
87dd894cf4
Bump version to 2.1.3
7 years ago
beatrix
d4a36ee962
Merge pull request #308 from KnzkDev/fix/list-editor
...
Fix list editor design
7 years ago
ncls7615
2210eb0926
fix list editor scss
7 years ago
David Yip
15834e4136
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
7 years ago
David Yip
75cbeb775f
When pulling out max_toot_chars, handle nulls
...
flavours/glitch/util/initial_state is used in places where we want to
exhibit different behavior based on user preferences. This means that
it's used in places where no preference is defined, i.e. on an
unauthenticated access. All values exported from that module must
therefore expect that case; previously, the max chars value didn't.
Addresses #306 .
7 years ago
Jenkins
1f469edac1
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Eugen Rochko
c8f0be1d6d
Revert #5772 ( #6221 )
7 years ago
Jenkins
f10ce3f003
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Eugen Rochko
d4e0d2563c
Fix bad URL schemes being accepted ( #6219 )
...
* Fix actors accepting invalid URI schemes or different host between URI and URL
* Fix statuses accepting invalid URI scheme or different host to actor
* Adjust tests to new requirements
* Improve readability of mismatching_origin?/invalid_origin? methods
7 years ago
Eugen Rochko
b9375d92b3
Do not display elephant friend in single-column layout ( #6222 )
7 years ago
puckipedia
4ae7b4eb1e
Move Article from supported to converted types ( #6218 )
7 years ago
David Yip
22286ee6cd
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
7 years ago
David Yip
9e5b431655
Use error pack when rendering error pages. Fixes #305 .
7 years ago
Jenkins
8704a190c0
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Yamagishi Kazutoshi
c89bb8ae40
Fix force_ssl conditional ( #6201 )
7 years ago
Yamagishi Kazutoshi
63c17a66b8
Fix unintended cache ( #6214 )
7 years ago
SerCom_KC
154bd8db56
Update Simplified Chinese translations ( #6215 )
...
* i18n: (zh-CN) Add translations of #6125
* i18n: (zh-CN) Add translations of #6132
* i18n: (zh-CN) Add translations of #6099
* i18n: (zh-CN) Add translations of #6071
* i18n: (zh-CN) Improve translations
7 years ago
David Yip
a37e295901
Merge remote-tracking branch 'ykzts/fix-unintended-cache' into gs-master
7 years ago
Yamagishi Kazutoshi
4f24f54739
Fix unintended cache
7 years ago
Jenkins
17a472d50d
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Jeong Arm
f8cd218003
Translate Korean ( #6212 )
7 years ago
kibigo!
a38bd57f8a
Fixes to search dropdown
7 years ago
beatrix
cd8d0d7b85
fix typo in vanilla names.yml
7 years ago
Ondřej Hruška
07ea1aa6fe
fixed ctrl enter
7 years ago
Ondřej Hruška
568c9272ff
Fix the always-threaded bug
7 years ago
beatrix-bitrot
6a5b778bb8
tighten csp
7 years ago
beatrix
3625fa1e9e
Merge pull request #303 from KnzkDev/ja-for-thread-mode
...
Update ja.js for #296
7 years ago
ncls7615
aa02511e1c
Update ja.js
7 years ago
beatrix
ed5d06c7e7
Merge pull request #296 from glitch-soc/thread-mode
...
Threaded mode~
7 years ago
beatrix
45487e8862
Merge pull request #302 from KnzkDev/fix/search-popout
...
Fix search popout
7 years ago
beatrix
34b7208e3f
appease eslint
7 years ago
ncls7615
896830cc57
Fix search popout
7 years ago
David Yip
2e3bb24ed6
Read max_toot_chars from root object. Fixes #297 .
...
max_toot_chars is present in the root of the initial state object.
(Previously, we were trying to read it from the meta child object.)
7 years ago