Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
breaking modal bug
|
|
Port 92b572e2a3830086497900fa78dcfcc2ae919e33 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Fixes #1106
|
|
Fix #11001
|
|
|
|
* Fix tabs bar in light theme
* Fix borders on small screens in light theme
|
|
* Change full logo to use primary text color of the given theme
* Fix colors of public layout header in light theme
|
|
|
|
|
|
|
|
|
|
* Put poll options behind CWs in WebUI
* Put polls behind CWs on public pages
* Add poll icon to public pages CWs
* Revert to not showing an icon in the CW button
|
|
|
|
Fix #11016
|
|
|
|
|
|
|
|
|
|
Port 5bfd802c571a2793bb59ba4540407a6147e82f88 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port 2657765d2a6804f34ce65bfdab7ec96f07d99732 to glitch-soc
|
|
Port 8f3c32e29cf13a84b2f0a58da0ab0c99a88caad5 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port d34a3a2cc72c12ae5119150a8ac18dd8fb7a4e6b to glitch-soc
|
|
|
|
|
|
|
|
|
|
|
|
* Fix emoji picker being always displayed
* Remove duplicate content with other pull-requests
|
|
* Scroll to compose form when focus
* Get rid of constructor
|
|
* Remove skip_session! as it is not supported in Rails 5
* Minor cleanup in StreamEntriesController
* Remove redundant mark_cacheable! calls
|
|
|
|
Fixes #10945
|
|
* Do not misattribute inlined boosts if `attributedTo` isn't present
Fixes #10950
* Fix tests
|
|
|
|
|
|
concern (#10966)
|
|
|
|
|
|
* 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
|
|
|
|
And change some word.
|