Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for instance local only statuses #225

Merged
merged 195 commits into from
Sep 20, 2020
Merged

add support for instance local only statuses #225

merged 195 commits into from
Sep 20, 2020

Conversation

mashirozx
Copy link
Owner

merged from mastodon#8427

renatolond and others added 30 commits September 3, 2018 21:22
Based off ThibG implementation on glitch #502
ran yarn build:development && i18n-tasks normalize && yarn manage:translations && i18n-tasks remove-unused
* Check for empty "last_status" before sorting

* Small touchups for codeclimate
* Eliminate extra accounts select query from FollowService

* Optimistically update follow state in web UI and hide loading bar

Fix mastodon#6205

* Asynchronize NotifyService in FollowService

And fix failing test

* Skip Webfinger resolve routine when called from FollowService if possible

If an account is ActivityPub, then webfinger re-resolving is not necessary
when called from FollowService. Improve options of ResolveAccountService
…todon#9230)

* Fix follow limit validator reporting lower number past threshold

* Avoid floating point follow limit
)

* Fix form validation flash message color and input borders

* Fix typo
…9229)

* Display amount of freed disk space in tootctl media remove

Fix mastodon#9213

* Fix code style issue
This is how it looks in the example in the Puma README
* Fixed an issue where "tootctl media remove" can not count the file size.

* Fixed the problem pointed out by codeclimate.
Gargron and others added 28 commits August 9, 2019 21:33
* Bind to 0.0.0.0

* Make Procfile common to main and streaming apps
* Allow selecting menu items with the space bar in status dropdown menus

* Fix modals opened by keyboard navigation being immediately closed

* Fix menu items triggering modal actions

* Add Tab trapping inside dropdown menu

* Give focus back to last focused element when status dropdown menu closes
* Trap tab in privacy dropdown

* Give focus back to last focused element when privacy dropdown menu closes

* Actually give back focus to the element that had it before clicking the dropdown
- Focus first item when activated via keyboard
- When the dropdown menu closes, give back the focus to
  the actual element which was focused prior to opening the menu
…mastodon#11522)

* Fix “read more” button behing hidden (regression from mastodon#11404)

This has the side-effect of putting the “Read more” button below possibly
trunctated polls instead of putting the poll below the “Read more”

* Remove dead code
@mashirozx mashirozx merged commit 02a344d into master Sep 20, 2020
@mashirozx mashirozx deleted the dev branch September 20, 2020 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.