Age | Commit message (Collapse) | Author |
|
* Add hashtag filter to profiles
GET /@:username/tagged/:hashtag
GET /api/v1/accounts/:id/statuses?tagged=:hashtag
* Display featured hashtags on public profile
* Use separate model for featured tags
* Update featured hashtag counters on-write
* Limit featured tags to 10
|
|
* Add option to overwrite imported data
Fix #7465
* Add import for domain blocks
|
|
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.12.0 to 3.13.2.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](https://github.com/teamcapybara/capybara/compare/3.12.0...3.13.2)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
|
Bumps [httplog](https://github.com/trusche/httplog) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/trusche/httplog/releases)
- [Changelog](https://github.com/trusche/httplog/blob/master/CHANGELOG.md)
- [Commits](https://github.com/trusche/httplog/compare/v1.2.0...v1.2.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
|
Thanks @ariasuni.
|
|
|
|
* Allow drag and drop uploads of multiple files to compose
* Calculate aggregate upload progress for single action
* Allow multiple uploads to compose through traditional input, consolidate update file limit logic, provide file limit feedback
|
|
Some of strings should be translated.
|
|
* Make storing and displaying application used to toot opt-in
* Revert to storing application info, and display it to the author via API
|
|
* Create Redisable
* Use #redis instead of Redis.current
|
|
* Allow unicode characters in URL query strings
Fixes #8408
* Alternative approach to unicode support in urls
Adds PoC/idea to approch this problem.
|
|
* Add WebP support
* Remove the changes to the tooltip
refs: https://github.com/tootsuite/mastodon/pull/9879#pullrequestreview-199312528
|
|
* Update manifest.json for new Web Share Target API.
* fix code formatting
|
|
Merge upstream changes
|
|
Improve sorting of default themes in the dropdown
|
|
Port 6513f6c953cdaad9118ea24a21f22fd2978bed28 to glitch-soc
|
|
Conflicts:
- README.md
Kept our version
- app/javascript/mastodon/features/compose/components/compose_form.js
Two changes too close to each other, took both changes
|
|
|
|
This fixes crashes in pleroma when writing toots with a content warning,
since pleroma inserts a “nsfw” hashtag that isn't part of the toot's text.
|
|
|
|
Improve sorting of default themes in the dropdown
|
|
* Refactor uses of icons to an Icon component in web UI
* Refactor options passed to the Icon component
* Make tests work with absolute component paths
|
|
|
|
|
|
|
|
Bumps [rails-i18n](https://github.com/svenfuchs/rails-i18n) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/svenfuchs/rails-i18n/releases)
- [Changelog](https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/svenfuchs/rails-i18n/commits)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
|
* Update Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* normalize
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* inconsistentInterpolations--
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
|
|
This is so incredibly small, but assuming this is a needed change. Might want to check year in other files.
|
|
Merge upstream changes
|
|
Conflicts:
- README.md: kept our version
|
|
|
|
|
|
(#9933)
|
|
|
|
Merge upstream changes
|
|
volume changes
Port a53dcaa29869e808707efcba541b02ee8d799e75 to glitch-soc
|
|
|
|
(#9929)
* Fix initial value of volume slider in video player and handle volume changes
* Clean up dead/incorrect code
|
|
|
|
Merge upstream changes
|
|
|
|
|
|
|
|
|
|
Merge upstream changes
|
|
|
|
Merge upstream changes
|
|
Fix #9906
|
|
In #9210 the track color was changed to transparent for no apparent reason. This PR restores the previous color selections implemented in #8653 while keeping the updated property name. Per https://github.com/tootsuite/mastodon/pull/9210#issuecomment-441788776 there is no particular reason for the color change in #9210.
|
|
|