Eugen Rochko
64f2ada5d4
Bump version to 2.3.0rc1
7 years ago
Eugen Rochko
a3c4138197
Add contact_account and languages to instance API ( #6574 )
7 years ago
Marcin Mikołajczak
51b7a22ea7
i18n: Update Polish translation ( #6578 )
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
Eugen Rochko
68218d97c8
Add only_media param to public and hashtag timelines API ( #6576 )
7 years ago
Eugen Rochko
5131012505
Add "Toots/Toots with replies/Media" tab below profile header ( #6572 )
...
* Add "Toots/Toots with replies/Media" tab below profile header
* Add focal point display to account gallery timeline
* Fix visual glitch of standalone GIFV
7 years ago
Eugen Rochko
473a69ab18
Fix margin on top action button, fix width of counters on frontpage ( #6573 )
7 years ago
Eugen Rochko
fce8464077
Ensure that boolean params in the API are parsed for truthiness ( #6575 )
...
Use Rails smart boolean cast to account for values such as "f",
"0", "false", etc. Previously, if a param was present in the request,
it would count as true.
7 years ago
Eugen Rochko
47bdb9b33b
Fix #942 : Seamless LDAP login ( #6556 )
7 years ago
Eugen Rochko
e852872846
Fix #5708 : Reject->Follow will remove the follow if it exists ( #6571 )
7 years ago
Eugen Rochko
41a01bec23
Federated reports ( #6570 )
...
* Fix #2176 : Federated reports
* UI for federated reports
* Add spec for ActivityPub Flag handler
* Add spec for ReportService
7 years ago
beatrix
4072b68686
remove Uglifier call from production.rb ( #6568 )
7 years ago
TrashMacNugget
6f5f434caa
Specify AGPLv3+ ( #6546 )
...
* Specify AGPLv3+
Since the documentation doesn't specify you can use Mastodon as AGPLv3 or any later version.
* Use newest version of SPDX AGPLv3+ identifier
7 years ago
Paul Woolcock
76198c63b6
Some images can cause `convert` to fail, which crashes this whole task ( #6565 )
...
* Some images can cause `convert` to fail, which crashes this whole task
* Add more specific exception
7 years ago
David Yip
ee00da01d2
Merge pull request #372 from KnzkDev/fix/ja-translation
...
Add missing Japanese translate
7 years ago
David Yip
d8e964456c
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
7 years ago
Lynx Kotoura
7150f2e9d3
Grid layout for tag pages ( #6545 )
...
* Use grid layout for the landing page
* Use grid layout for tag pages
* Set 2 columns width as explicit percentage for tag pages
7 years ago
Marcin Mikołajczak
3a6ace4874
Add Liberapay link to README.md ( #6563 )
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
masarakki
22a441e374
remove-uglifier ( #6561 )
7 years ago
Lynx Kotoura
a40167cf4d
Better grid layout for the landing page ( #6543 )
...
* Use grid layout for the landing page
* Fix column settings
Set the ratio explicitly
* Improve information board
7 years ago
Eugen Rochko
18513a978a
Improve public account cards ( #6559 )
...
- Add follow/unfollow/remote follow buttons
- Format the bio properly
- Always show username@domain, even for local accounts
7 years ago
imncls
041df1a5a7
i18n normalize data
7 years ago
Ian McCowan
c33931b613
Fix prev/next links on public profile page ( #6497 )
...
* Fix prev/next links on public profile page
* Don't make pagination urls if no available statuses
* Fix empty check method
* Put left chevron before prev page link
* Add scope for pagination "starting at" a given id
* Status pagination try 2:
s/prev/older and s/next/newer
"older" on left, "newer" on right
Use new scope for "newer" link
Extract magic 20 page size to constant
Remove max_id from feed pagination as it's not respected
* Reinstate max_id for accounts atom stream
* normalize
7 years ago
imncls
e591b3fe38
Add missing Japanese translate
7 years ago
Eugen Rochko
5cc716688a
Ensure the app does not even start if OTP_SECRET is not set ( #6557 )
...
* Ensure the app does not even start if OTP_SECRET is not set
* Remove PAPERCLIP_SECRET (it's not used by anything, actually)
Imports are for internal consumption and the url option isn't even
used correctly, so we can remove the hash stuff from them
7 years ago
Eugen Rochko
f0a1b1a152
Fix #6536 ( #6558 )
7 years ago
David Yip
a3c794d5d6
Merge pull request #370 from KnzkDev/fix/border-radius
...
Fix border-radius of owner avatar in /about/more
7 years ago
yuzulabo
43cc79aaa0
Fix border-radius of owner avatar in /about/more
7 years ago
Akihiko Odaki
2e8a492e88
Raise Mastodon::HostValidationError when host for HTTP request is private ( #6410 )
7 years ago
Akihiko Odaki
7cb49eaa3a
Do not use function name to track components ( #6542 )
...
UglifyJS2 is allowed to mangle function names, and function names can also
be duplicate if they are from different scopes. Therefore function names
are not reliable as identifiers.
Functions as keys for Map object is a cheaper and more reliable
alternative.
7 years ago
mayaeh
4d8c0d9959
i18n: Update Japanese translations ( #6550 )
...
* Update Japanese translations.
* Add quotation marks.
7 years ago
Jenkins
2edf7128f2
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Akihiko Odaki
f8f0572ee0
Do not push status to feed if its reblog is already inserted ( #6488 )
...
A complemental change for precompute_feed_service_spec.rb also fixes its
random failure which is caused by the Snowlake randomization of the order
of an original status and its reblog.
7 years ago
David Yip
f53953d28a
Merge pull request #369 from KnzkDev/merge-upstream
...
Merge with upstream @ e668180044
7 years ago
imncls
f2f19e1f8a
Update SCSS
7 years ago
imncls
7bff3243ae
Update columns.scss
7 years ago
imncls
ef1d46948a
Update containers.scss
7 years ago
imncls
82408904a1
Update index.scss
7 years ago
imncls
3afc6174f5
Fix data export page error
7 years ago
imncls
fa3641df7f
Update about.scss
7 years ago
imncls
697f289597
Use absolute URL for focus reticle
7 years ago
imncls
bb6988a7ac
Merge branch 'master' of https://github.com/tootsuite/mastodon
...
# Conflicts:
# app/controllers/settings/exports_controller.rb
# app/models/media_attachment.rb
# app/models/status.rb
# app/views/about/show.html.haml
# docker_entrypoint.sh
# spec/views/about/show.html.haml_spec.rb
7 years ago
Ghislain Loaec
e668180044
New variable OAUTH_REDIRECT_AT_SIGN_IN + Ref #6538 (not only SAML strategies) ( #6540 )
7 years ago
Alexander
8fa924e372
Update pam documentation ( #6518 )
...
* document pam email extraction
* remove superfluous newline
7 years ago
Marcin Mikołajczak
3e46f12340
i18n: Update Polish translation ( #6539 )
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
Ghislain Loaec
3084fe4959
New env variable: SAML_SECURITY_ASSUME_EMAIL_IS_VERIFIED + fixes #6533 ( #6538 )
7 years ago
Eugen Rochko
b8535ad4df
Fix nil error in focal_point? ( #6537 )
7 years ago
Eugen Rochko
5f3bee345d
Fix container regression ( #6531 )
...
* Update public.html.haml
* Update auth.html.haml
* Update modal.html.haml
7 years ago
beatrix
755aad534a
fix typo in image serializer ( #6530 )
...
respond to!
7 years ago
Eugen Rochko
c71aa468b5
Redesign landing page (again) ( #6486 )
...
* Redesign landing page (again)
* Move login form in small version to the right column
* Display closed registrations message
* Add site setting for the hero image
* Fix test
* Increase spacing, maximum width, change call to action section
7 years ago
Eugen Rochko
d8bc64bb09
Fix #6526 : Only store redirect location if not in JSON format ( #6528 )
7 years ago