kibigo!
ecbc3a3b8f
Improvements to action bar positioning
7 years ago
Takuya Yoshida
84d2df3ec6
Re-fix errorMiddleware ( #3922 )
7 years ago
unarist
104c7d7f96
Ignore DB_NAME for development env on streaming as well as rails side ( #3948 )
7 years ago
Surinna Curtis
82f11f07f1
Move status action bar left
...
This also resolves the issues where sometimes the timestamps wrap and also sits unpleasantly close to the … button.
7 years ago
kibigo!
92c404d703
Clicking on a collapsed toot just uncollapses it.
7 years ago
kibigo!
ab0e92d337
Auto-uncollapse when expanding CW
7 years ago
kibigo!
f5cc235d7a
[custom.scss] More media height fixes
7 years ago
kibigo!
be33f28968
Disables CW [Show More/Less] links in collapsed toots
7 years ago
Eugen Rochko
b90a44b6d0
Fix #3910 - Require OTP authentication to disable 2FA ( #3935 )
...
* Fix #3910 - Require OTP authentication to disable 2FA. Also, remove ability
to generate new OTP backup codes *after* initial backup codes were handed
out during activation
* Restore recovery code re-generation
* Improve display of some 2FA elements
7 years ago
Eugen Rochko
ad531f90b1
Bind web UI access tokens to sessions ( #3940 )
...
* Add overview of active sessions
* Better display of browser/platform name
* Improve how browser information is stored and displayed for sessions overview
* Fix test
* Fix #2347 - Bind web UI access token to session
When you logout, session also destroys the access token, so it's no longer
valid. If access token is destroyed some other way, the session is also
destroyed, requiring a re-login.
Fix #1681 - Add scheduler to remove revoked access tokens and grants
* Fix test
7 years ago
kibigo!
dfb494e69e
[custom.scss] max-height of media now a fixed value
7 years ago
amazedkoumei
b686b4350c
fix unnecessary variable ( #3947 )
7 years ago
kibigo!
fe70393072
Color adjustment to media icons
7 years ago
kibigo!
f5a90db7ef
Adds media icons to toots
7 years ago
kibigo!
d5cf3e5570
Media previews for collapsed toots
7 years ago
Eugen Rochko
7814133f0a
Rename "Credentials" page to "Security" for clarity ( #3941 )
...
* Rename "Credentials" page to "Security" for clarity
* Change "security" icon from cog to lock
7 years ago
kibigo!
a988d0065a
Patching rebase errors
7 years ago
Sorin Davidoi
2b1ab274fe
fix(features/compose): Handle external changes to the textarea ( #3632 )
7 years ago
Akihiko Odaki (@fn_aki@pawoo.net)
4ca14209d1
Cover Auth::RegistrationsController more ( #3353 )
7 years ago
Akihiko Odaki (@fn_aki@pawoo.net)
071c6f392e
Cover Admin::DomainBlocksController more ( #3329 )
...
Also domain_block fabricator now sets unique domains
7 years ago
Shel Raphen
97f99bca98
Glitchsocification
7 years ago
amazedkoumei
a1fd5d7f61
more free pgconfig by .env ( #3909 )
...
* more free pgconfig for streaming by .env
* fix wrong default values
* database.yml read ENV as same as streaming server
7 years ago
Eugen Rochko
c465c5b3a8
Add overview of active sessions ( #3929 )
...
* Add overview of active sessions
* Better display of browser/platform name
* Improve how browser information is stored and displayed for sessions overview
* Fix test
7 years ago
PFM
f4d0f6954e
Fix "undefined" in className ( #3939 )
7 years ago
unarist
7129cca17a
Don't set ASSET_HOST on build:development ( #3936 )
...
Setting ASSET_HOST to `http://0.0.0.0:8080 ` makes urls in manifest.json to
be invalid, e.g. `http://0.0.0.0:8080/packs/application.js `.
Anyway, we don't need set this on build:development because assets would
be delivered from same origin in development (and w/o dev-server).
7 years ago
unarist
7968c69df4
Fix react-intl/locale-data import issue on production build ( #3937 )
...
Webpack seems to fail to import `react-intl/locale-data/*.js` if those
files has been proceed by babel, and this also breaks applying our translation.
Note that this won't be a problem on English locale, because react-intl
includes it as default and works fine without manually added locale-data.
Also this issue seems to only occurs on production build, but I'm not sure
about reason.
7 years ago
kibigo!
a6c43ea9fc
Removed no-longer-necessary custom style
7 years ago
Gô Shoemake
098b360439
Merge pull request #26 from ekiru/feature/manual-column-layout-setting
...
User-controlled multi-column/single-column overrides
7 years ago
kibigo!
fb3040dfc4
Better style handling at small sizes
7 years ago
kibigo!
1e6267ae2f
Allowed little media rules
7 years ago
kibigo!
cf1a103ee7
OKAY THIS WORKS THIS WORKS
7 years ago
kibigo!
10ca00107d
Better settings handling with localSettings (new!)
7 years ago
kibigo!
2dc82d48ae
Don't change layout of static pages
7 years ago
kibigo!
b4b03c99f1
Use Redux store to keep track of layout
7 years ago
unarist
9a65f85934
Fix elephant in onboarding modal being very small sized on small devices ( #3932 )
7 years ago
unarist
fdd982a562
Clean column collapsible ( #3931 )
...
* Remove unused column_collapsable.js
* Remove old styles
* Extract `> div` style to independent class
7 years ago
Sorin Davidoi
8180d8bc35
feat(components/onboarding_modal): Swipe between pages ( #3934 )
7 years ago
Surinna Curtis
b01b111ca1
Pass in correct "singleColumn" prop value when auto-columns is not used.
7 years ago
Surinna Curtis
e5b6c21f32
Support overriding media queries for deciding between single-column/multi-column layouts with a class
7 years ago
unarist
741fd15f4e
Fix webpack config for Windows ( #3926 )
7 years ago
Yamagishi Kazutoshi
6779ba5f18
Fix #3924 (regression from #3906 ) ( #3925 )
7 years ago
beatrix-bitrot
5be13a0557
clean up old avatar class
7 years ago
Matthew Walsh
2fb8475418
Unified avatar styling
...
Avatars now have consistent styling across all pages; border radius can be adjusted with a SASS variable ($ui-avatar-border-size)
7 years ago
kibigo!
f277bf6012
Un-hide dropdown menu ;P
7 years ago
kibigo!
cd07fb5b27
ESLint improvements for Profile Metadata
7 years ago
Gô Shoemake
26254fc5c4
Reblog support for collapsed toots
7 years ago
unarist
45058b5fde
Use debounce for dispatch scrollTopNotification and expandNotifications ( #3700 )
7 years ago
beatrix-bitrot
5c3d671a72
missing punctuation
7 years ago
beatrix
05b01bbb4c
glitch the getting started image
7 years ago
kibigo!
be420f4139
Very minor styling improvements to toot-collapsing
7 years ago