Ondřej Hruška
914c0465b1
Merge commit '57c5493d4e7a42ad9e8fec20d71c20bee8674287' into merging-upstream
7 years ago
Ondřej Hruška
ca2fd3c8a2
Revert "autoscroll emoji suggestions box"
...
This reverts commit 640740eeac
.
7 years ago
Ondřej Hruška
3398d0e84c
Revert "Merge pull request #149 from glitch-soc/mojon-suggest"
...
This reverts commit b14d2a5ae6
, reversing
changes made to 41832d083e
.
7 years ago
Ondřej Hruška
b8019a2a46
Fix intl warning with disabled secondary toot btn
...
- Moved building the secondary btn text into the if to avoid trying to translate 'none' visibility
7 years ago
Ondřej Hruška
3b79104d29
Make secondary toot button work nicer with file attachments & revert to the original behavior if it's disabled
7 years ago
Ondřej Hruška
b65e03fd0f
Add secondary toot button (opt-in) ( #153 )
...
Add secondary toot button + other toot button enhancements.
Squashing so it's easy to revert if needed.
7 years ago
Ondřej Hruška
ba7fbb92a7
Remove "extra clickable spaces" made obsolete by status re-design
7 years ago
Ondřej Hruška
1325ec8b1d
applied blackle's fix for gallery offset with full-width media
7 years ago
kibigo!
123d22f3b8
Long display names now ellipsis properly
7 years ago
kibigo!
e1fc279dfd
Styling fixes for header redesign
7 years ago
David Yip
93bd063524
Merge pull request #148 from glitch-soc/better-header
...
Improvements to status headers and content
7 years ago
Ondřej Hruška
640740eeac
autoscroll emoji suggestions box
7 years ago
beatrix
b14d2a5ae6
Merge pull request #149 from glitch-soc/mojon-suggest
...
Emoji and Hashtag autocomplete
7 years ago
kibigo!
47bc505c25
Fixed notification appearance
7 years ago
Ondřej Hruška
18ebb961d8
fulltext mojo suggestions
7 years ago
Ondřej Hruška
d1a08a01ad
TURBO shortcode search
7 years ago
Ondřej Hruška
0ddaea5d9d
add scrollbar to mojon suggestions list when too long
7 years ago
Ondřej Hruška
827277a8cc
cache allShortcodes
7 years ago
Ondřej Hruška
82dc98f91c
typo in comment
7 years ago
Ondřej Hruška
65673e9a91
Appease Travis
7 years ago
Ondřej Hruška
4ac158f1d3
Emoji and Hashtag autocomplete
7 years ago
kibigo!
41832d083e
Pinned toots; embeds
7 years ago
kibigo!
c3476ca860
Added GIF hover-to-play support
7 years ago
kibigo!
76fda20779
Improvements to status headers
7 years ago
kibigo!
7321cea33e
Fixed disabled boost SVG ( #106 )
7 years ago
kibigo!
8081572714
Fixed #133 (only parse links in status text)
7 years ago
unarist
57c5493d4e
Hide sensitive image in default on the public pages ( #5009 )
...
Additionally, this restores previous background / text color for media spoiler.
7 years ago
Eugen Rochko
48377dfe46
Fix incomplete account records being read ( #4998 )
...
* Fix incomplete account records being read
- Put account processing into redis lock
- Do not save until record is complete
* Fix spaces
7 years ago
Akihiko Odaki
637e4587e7
Remove ubuntu-toolchain-r-test ( #5005 )
7 years ago
Yamagishi Kazutoshi
3dde6679c2
Fix custom emojis index ( #5006 )
7 years ago
Eugen Rochko
ef6defa2c4
Define emoji context for ActivityPub ( #5004 )
...
* Define emoji context for ActivityPub
* Fix the emojo
* Use general Mastodon context instead
7 years ago
Eugen Rochko
e9bb7e62b1
Admin interface for listing, adding and removing custom emojis ( #5002 )
...
* Admin interface for listing, adding and removing custom emojis
* Only display local ones in the list
7 years ago
Eugen Rochko
327d21b8a4
Run i18n-tasks normalize ( #5003 )
7 years ago
Eugen Rochko
eb345f8e8b
Custom emoji ( #4988 )
...
* Custom emoji
- In OStatus: `<link rel="emoji" name="coolcat" href="http://..." />`
- In ActivityPub: `{ type: "Emoji", name: ":coolcat:", href: "http://..." }`
- In REST API: Status object includes `emojis` array (`shortcode`, `url`)
- Domain blocks with reject media stop emojis
- Emoji file up to 50KB
- Web UI handles custom emojis
- Static pages render custom emojis as `<img />` tags
Side effects:
- Undo #4500 optimization, as I needed to modify it to restore
shortcode handling in emojify()
- Formatter#plaintext should now make sure stripped out line-breaks
and paragraphs are replaced with newlines
* Fix emoji at the start not being converted
7 years ago
BruWalfas
f4d0774877
A few updates to the Spanish translation and some typos fixing ( #4997 )
...
* So Spanish. Much changes. Wow.
* Some little fixes
* Updated es.yml, and fixed some ortographical errors
* Some little changes to simple_form.es.yml
* Yeah, so much translations
* Spanish e-mail messages
* Remove unused message
7 years ago
Nolan Lawson
6c31ded9f7
Add will-change to improve scrolling perf ( #5001 )
7 years ago
unarist
938a99c89d
Re-allow underscore on valid_url_path_ending_chars ( #4999 )
...
Limiting allowed characters in the last character of the URL is came from twitter-text, but underscore is allowed on there, and Mastodon before #4941 .
7 years ago
unarist
f4b3642767
Add published property to ActivityPub activity for reblogs ( #5000 )
...
Since reblogs are serialized as Announce activity, its published property can be used for the creation time of reblog.
7 years ago
Yamagishi Kazutoshi
a3d75ce672
Do not add image size without meta to OGP (regression from #4901 ) ( #4995 )
7 years ago
Akihiko Odaki
f4e3449e61
Use Account.local.sum(statuses_count) instead of Status.local.count ( #4996 )
...
It is faster.
7 years ago
Daigo 3 Dango
0de28e70e8
Bump ruby version to 2.4.2 ( #4958 )
...
* Bump ruby version to 2.4.2
https://www.ruby-lang.org/en/news/2017/09/14/ruby-2-4-2-released/
Gemfile.lock is also updated.
TODO
- [ ] Update Dockerfile with Alpine release of ruby-2.4.2
* Revert jwt version
It seems that jwt 2.0.0 fails in some environment.
ref. https://github.com/zaru/webpush/issues/42
* Bump Ruby version on docker image
7 years ago
Yamagishi Kazutoshi
313d90b8f4
Add `strip_insignificant_zeros: true` option to `number_to_human` ( #4993 )
7 years ago
febrezo
6e94d02de6
Some improvements in the Spanish translation ( #4991 )
7 years ago
Lynx Kotoura
8585421eb1
Oauth code in input form and add description message ( #4986 )
...
* Oauth code in a input form and add description
* New authcode description
7 years ago
unarist
3978894d05
Validate uri presence for remote status ( #4985 )
7 years ago
unarist
73fdfcb262
Raise an error on getting activity uri for remote status ( #4984 )
...
We had returned `nil` for that case, but this raises an error instead, as a wrong usage of the method.
This method is currently only used in ActivitySerializer.
7 years ago
abcang
5d0e6410c4
Fix cancellation of scroll to the right ( #4978 )
7 years ago
Patrick Figel
dde43a9e32
Randomize sidekiq-scheduler cron schedule ( #4980 )
...
SubscriptionsScheduler in particular causes high load across the
entire fediverse at 5 AM UTC every day. Randomizing cron schedules
and/or adding a random delay is considered best practice to avoid
this issue.
7 years ago
unarist
4a4e555fd4
Fix an error when actor json couldn't be fetched in ResolveRemoteAccountService ( #4979 )
...
* Fix an error when actor json couldn't be fetched in ResolveRemoteAccountService
* Add specs
7 years ago
BruWalfas
dd1dbde112
So Spanish. Much changes. Wow. ( #4976 )
7 years ago