Eugen Rochko
14393f29ef
Add contact e-mail hint to 2FA login form ( #7376 )
7 years ago
Eugen Rochko
2ee5d518f1
Fallback to old on-the-fly URI for follows/blocks if no stored URI ( #7371 )
...
Fix #7367
7 years ago
Eugen Rochko
0dcca6b6e8
Improve admin UI for accounts ( #7360 )
...
* Improve design of account statuses admin UI (consistent with reports)
* Make account moderation notes look consistent with report notes
* i18n-tasks remove-unused
* Fix code style issues
* Fix tests
7 years ago
Eugen Rochko
b7f241faed
Do not count search route as compose being mounted in web UI ( #7372 )
...
Fix #7144
7 years ago
Thibaut Girka
8abac3dcb8
minor fix
7 years ago
Thibaut Girka
345d5aeba1
[Glitch] Add high-contrast theme
7 years ago
Thibaut Girka
18c7b739eb
Move attachment-lists out of lists.scss
7 years ago
Thibaut Girka
995eea1836
[Glitch] Fix text color in "show more" link inside boost confirmation modal
...
Port b5d0bf338c
to glitch-soc
7 years ago
Thibaut Girka
0bf81fde9b
Fix link colors in report modal
7 years ago
Thibaut Girka
c58ee84022
[Glitch] Add color variables of texts for better accesibility
...
Port e5ad96390e
and related to glitch-soc
7 years ago
Eugen Rochko
0de45574e0
4 profile fields max, store only 255 characters per name/value ( #7348 )
...
Fix #7303
7 years ago
Reto Kromer
d806eb8e59
uniform email rather than e-mail ( #7373 )
7 years ago
Eugen Rochko
ef1a273322
Fix handling of malformed ActivityPub payloads when URIs are nil ( #7370 )
...
* Fix handling of malformed ActivityPub payloads when URIs are nil
* Gracefully handle JSON-LD canonicalization failures
7 years ago
Thibaut Girka
a565aa6530
[Glitch] Update SCSS of admin and setting pages
...
Port the SCSS changes from 18d4e03e6b
to glitch-soc
7 years ago
Thibaut Girka
6c4ea9c000
[Glitch] Improve styling of closed registrations message
...
Port SCSS changes from f67fe3ebe8
to glitch-soc
7 years ago
Thibaut Girka
ca62d8bcc6
[Glitch] Do not re-position scroll when loading more (inserting items from below)
...
Port 554653a423
to glitch-soc
7 years ago
Thibaut Girka
1c75c7901f
[Glitch] Prevent timeline from moving when cursor is hovering over it
...
Port 9188537f5f
to glitch-soc
7 years ago
Thibaut Girka
eea6b78afc
Improve accessibility of toot dropdown menu
...
* Prevent Enter keypresses from triggering dropdown display toggle twice
* Give focus to first/selected item of dropdown menus
* Implement keyboard navigation in generic dropdown menus
Partial port from ef7d64c801
to glitch-soc
7 years ago
Thibaut Girka
02876fd33c
[Glitch] Place emoji picker top if it is closer to the bottom of the viewport
...
Port a661a25845
to glitch-soc
7 years ago
Shuhei Kitagawa
de918cee5a
Add tests for admin/custom_emojis_controller ( #7350 )
7 years ago
Eugen Rochko
9a84024b1e
Improve rendering of bio fields ( #7353 )
...
Fix #7335
7 years ago
Akihiko Odaki
575c5753e4
Fix gap insertion for timeline disconnection ( #7363 )
7 years ago
Eugen Rochko
8913ccb434
Store home feeds for 7 days instead of 14 ( #7354 )
...
* Store home feeds for 7 days instead of 14
Reduces workload for status fan-out to active followers
* Fix test for user model
7 years ago
ThibG
f0af3ac6b3
Dropdowns accessibility ( #7318 )
...
* Mark currently selected privacy setting in privacy dropdown
* Prevent Enter keypresses from triggering dropdown display toggle twice
* Give focus to first/selected item of dropdown menus
* Implement keyboard navigation in privacy dropdown
* Implement keyboard navigation in generic dropdown menus
7 years ago
Daggertooth
b60e38c985
Escape metachars in keywords
7 years ago
David Yip
087c79669a
Merge remote-tracking branch 'origin/master' into gs-master
...
Conflicts:
app/controllers/follower_accounts_controller.rb
app/controllers/following_accounts_controller.rb
db/schema.rb
7 years ago
Eugen Rochko
154076e8e7
Store URIs of follows, follow requests and blocks for ActivityPub ( #7160 )
...
Same URI passed between follow request and follow, since they are
the same thing in ActivityPub. Local URIs are generated during
creation using UUIDs and are passed to serializers.
7 years ago
Marcin Mikołajczak
73e3585042
Add a light theme
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
Jenkins
3fc6e7dabb
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
ThibG
8a6cba44aa
Do not render first page of following and followers collections unless explicitly asked to ( #7357 )
7 years ago
Eugen Rochko
93b8db8f08
Better pagination for ActivityPub outbox ( #7356 )
7 years ago
David Yip
ecdfcbf266
Merge remote-tracking branch 'origin/master' into gs-master
...
Conflicts:
CONTRIBUTING.md
7 years ago
David Yip
ec2dc881dd
Merge branch 'merge-upstream' into gs-master
7 years ago
David Yip
ccb6a8e2d2
Merge pull request #456 from m4sk1n/glitch-contrast
...
“Enable” high contrast theme
7 years ago
Marcin Mikołajczak
e38c51da92
Improve “how to translate” ( #7358 )
7 years ago
Yamagishi Kazutoshi
00df2b623f
Add translate guide to CONTRIBUTING.md ( #7355 )
7 years ago
Marcin Mikołajczak
17fa2c7aa6
“Enable” high contrast theme
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
David Yip
c03d5b2c52
Remove duplicate posix-spawn entry from Gemfile.
7 years ago
David Yip
8ce630ee2e
Make posix-spawn spec in Gemfile match what's in Gemfile.lock.
7 years ago
David Yip
ea46024add
Merge remote-tracking branch 'origin/master' into merge-upstream
...
Conflicts:
Gemfile.lock
7 years ago
Eugen Rochko
d9eda62221
Show remote reports in admin UI as coming from domain rather than user ( #7347 )
...
Fix #6994
7 years ago
Eugen Rochko
860701a9a8
Marginally improve convert/ffmpeg calls performance with posix-spawn ( #7346 )
7 years ago
David Yip
b0dcceb9fe
Merge remote-tracking branch 'glitchsoc/master' into gs-master
7 years ago
David Yip
976347fa78
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
David Yip
74be9b2f65
Merge pull request #453 from ThibG/glitch-soc/features/short-date
...
[Glitch] Improve relative timestamps in web UI
7 years ago
David Yip
587c2da0cf
Remove unused translations.
7 years ago
David Yip
dde7fa8bbe
Remove unnecessary code from MediaAttachment#set_type_and_extension.
...
Well, it seems unnecessary, anyway.
7 years ago
Shuhei Kitagawa
4a422a7eaa
Fix 2fa description in Japanese ( #7349 )
7 years ago
David Yip
c87f1d99e4
Merge remote-tracking branch 'origin/master' into gs-master
...
Conflicts:
.travis.yml
Gemfile.lock
README.md
app/controllers/settings/follower_domains_controller.rb
app/controllers/statuses_controller.rb
app/javascript/mastodon/locales/ja.json
app/lib/feed_manager.rb
app/models/media_attachment.rb
app/models/mute.rb
app/models/status.rb
app/services/mute_service.rb
app/views/home/index.html.haml
app/views/stream_entries/_simple_status.html.haml
config/locales/ca.yml
config/locales/en.yml
config/locales/es.yml
config/locales/fr.yml
config/locales/nl.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/themes.yml
7 years ago
ThibG
f2ecedaab5
Fixes/do not override timestamps ( #7336 )
...
* Revert "Fixes/do not override timestamps (#7331 )"
This reverts commit 9c1e1005f4
.
* Document Snowflake ID corner-case a bit more
Snowflake IDs are used for two purposes: making object identifiers harder to
guess and ensuring they are in chronological order. For this reason, they
are based on the `created_at` attribute of the object.
Unfortunately, inserting items with older snowflakes IDs will break the
assumption of consumers of the paging APIs that new items will always have
a greater identifier than the last seen one.
* Add `override_timestamps` virtual attribute to not correlate snowflake ID with created_at
7 years ago