Thibaut Girka
34b8346e7f
Merge branch 'master' into glitch-soc/merge-upstream
...
Conflicts:
- app/controllers/statuses_controller.rb
- app/controllers/stream_entries_controller.rb
6 years ago
Thibaut Girka
8360019896
Fix display of alt-text when a media attachment is not available
6 years ago
Eugen Rochko
a60364ca7d
Add waiting time to list of pending accounts in admin UI ( #10985 )
6 years ago
Yamagishi Kazutoshi
c672676c03
Fix sass-lint config ( #10982 )
6 years ago
Wenceslao Páez Chávez
fe3bf3b0fc
Fix overlap of emoji button on search popup ( #10978 )
6 years ago
Thibaut Girka
a7f6e72b30
Fix CW field automatically getting the focus when it is always enabled
6 years ago
Eugen Rochko
5bfd802c57
Fix not being able to directly switch between list timelines in web UI ( #10973 )
6 years ago
ThibG
2657765d2a
Fix “mark as sensitive” not being used in delete & redraft ( #10980 )
6 years ago
Takeshi Umeda
c402c291f4
Fix emoji picker being always displayed ( #10979 )
...
* Fix emoji picker being always displayed
* Remove duplicate content with other pull-requests
6 years ago
Jeong Arm
8f3c32e29c
Scroll to compose form when focus ( #10970 )
...
* Scroll to compose form when focus
* Get rid of constructor
6 years ago
ThibG
cac9110533
Cleanup various controllers ( #10972 )
...
* Remove skip_session! as it is not supported in Rails 5
* Minor cleanup in StreamEntriesController
* Remove redundant mark_cacheable! calls
6 years ago
ThibG
7fa23ec697
Fix potential private status leak ( #10969 )
6 years ago
ThibG
d34a3a2cc7
Fix refreshing featured toots when the new collection is empty ( #10971 )
...
Fixes #10945
6 years ago
ThibG
6c464cd424
Do not misattribute inlined boosts if `attributedTo` isn't present ( #10967 )
...
* Do not misattribute inlined boosts if `attributedTo` isn't present
Fixes #10950
* Fix tests
6 years ago
Eugen Rochko
ed19f33440
Fix margins on profile metadata in single column mode ( #10961 )
6 years ago
Eugen Rochko
6a9a759f40
Change reblogs counter to be updated when boosted privately ( #10964 )
6 years ago
Eugen Rochko
f2b743e715
Refactor all ActivityPub deliveries to be serialized and signed through one concern ( #10966 )
6 years ago
Thibaut Girka
02b56c7e1a
Merge remote-tracking branch 'upstream/master' into glitch-soc/merge-upstream
6 years ago
Eugen Rochko
48fee1a800
Fix poll API not requiring authentication on non-public polls ( #10960 )
...
* Fix poll API not requiring authentication on non-public polls
That API does not reveal the content of the status, i.e. the question
itself, nor who the author is, nor which status it belongs to, but it
does reveal the poll options and how many answers they got
Fix #10959
* Add test
6 years ago
Eugen Rochko
6077eca240
Add profile directory link to single column navigation panel ( #10963 )
6 years ago
Jeong Arm
a1e96b2d8a
Add missing Korean translations ( #10962 )
...
And change some word.
6 years ago
Jeong Arm
8eb7c3304e
[Glitch] Fix profile picture preview
...
Port e13e4b28db
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago
ThibG
3a84bacf86
Handle blank poll options more gracefully ( #10946 )
...
Pleroma currently allows (erroneously imho) empty poll options, that is,
options with an empty (but existing) `name`.
6 years ago
Thibaut Girka
76918554a6
Merge remote-tracking branch 'upstream/master' into glitch-soc/merge-upstream
...
Conflicts:
- Gemfile.lock
- config/webpack/rules/css.js
- package.json
- yarn.lock
6 years ago
Jeong Arm
e13e4b28db
Fix profile picture preview ( #10931 )
6 years ago
Lady Lumb
f9514b08f2
Added env variables for max image and video size.
...
I changed the IMAGE_LIMIT and VIDEO_LIMIT variables to read from the env, or use default if not set in the env, to make it easier to change this on an instance by instance basis and make it persistent across updates.
6 years ago
Thibaut Girka
5b92910664
Fix expanding status from menu modal in glitch-soc
...
Fixes #1085
6 years ago
Takeshi Umeda
d93b82af87
Improvement variable height in single column layout ( #10917 )
...
* Improvement variable height of compose and navigation panel in single column layout
* Fix wrong quotes and missing commas
6 years ago
Hanage999
7c1ca0c37b
Center 2-columns layout without side effect ( #10915 )
6 years ago
Thibaut Girka
06036081a0
Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
Thibaut Girka
6c0428b7d8
Raise exception when attempting to serialize local-only statuses
6 years ago
slice
22130a0947
Fix incorrect PropType in Glitch AutosuggestInput
6 years ago
slice
e04724296b
Remove isRequired from Glitch ReplyIndicator status
...
This can be null under normal circumstances, which isRequired doesn't
like.
6 years ago
Eugen Rochko
8d9755e5f5
Change links in right panel to open in the same tab ( #10848 )
...
For Rambox compatibility
6 years ago
ThibG
3333250ede
Fix React warning about legacy lifecycle calls and sensitive status resetting ( #10872 )
6 years ago
Takeshi Umeda
7f203f7c49
Fix safari post field display issue in single column layout ( #10883 )
6 years ago
Alix Rossi
33ec9c5095
i18n: Update Corsican front-end translation ( #10884 )
6 years ago
mayaeh
c6e1229a82
Update Japanese translations. ( #10875 )
...
run yarn manage:translations ja && i18n-tasks add-missing ja
6 years ago
Aditoo17
0c2ca1bd38
I18n: Update Czech translation ( #10874 )
6 years ago
Thibaut Girka
07d4ecfe5e
Truncate long URLs while providing alt text for inline images
6 years ago
Thibaut Girka
18b77224d3
Translate incoming remote img tags by a link
6 years ago
Eugen Rochko
56d8faab18
[Glitch] Use `<use />` to render transparent SVG logo instead of inserting it
...
Port SCSS changes from 8d5dcc9301
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago
Thibaut Girka
3d73d76e55
Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
ThibG
fe3b863926
Fix web push notifications for polls ( #10864 )
...
Fixes #10861
6 years ago
Eugen Rochko
451e5980b6
Refactor footers in web UI into a single component ( #10846 )
6 years ago
abcang
3593b85423
Display notifications count on a new single column ( #10859 )
6 years ago
Thibaut Girka
6d60701bfa
Fix video player regressions introduced by blurhash merge
6 years ago
Thibaut Girka
b4d4138cf9
[Glitch] Add keyboard shortcut to hide/show media
...
Port a472190729
and 988342a56c
to glitch-soc
6 years ago
Eugen Rochko
8d5dcc9301
Use `<use />` to render transparent SVG logo instead of inserting it ( #10845 )
6 years ago
Takeshi Umeda
3b9c02506d
Fix poll visibility on public pages ( #10817 )
...
* Fix poll visibility on public pages
* Revert "Fix poll visibility on public pages"
This reverts commit 54a9608add6f855bc6337fe3c65eaee7ba13db49.
* Revert "Change poll options to alphabetic letters when status text is hidden"
This reverts commit c53d67326201b2061990b1874a3547c3647f50d2.
6 years ago