- Mar 01, 2019
-
-
- resize columns dynamically, with min width of 330↵ - Change colours of mastodon frontend↵ - make avatars circled↵ - add slight hint of rounding on main ui components↵
-
-
Haelwenn authored
This is because pleroma doesn’t put a “<p></p>” everywhere in the statuses. It was done previously in 68fd7ee6 Co-authored-by:
Morgan Bazalgette <the@howl.moe>
-
-
-
Original commit: 011eda08
-
APPARENTLY NPM ADDS A npm_package_description WHICH IS THE description FIELD IN package.json WHICH HOWEVER IF NOT SET BECOMES THE SECOND LINE OF THE README LIKE WHAT THE FUCKKKKKKKKKKKKK
-
-
-
pickups: - build.sh: Make the target dir configurable - build.sh: Auto-update yarn dependencies Co-authored-by:
Haelwenn (lanodan) Monnier <contact@hacktivis.me>
-
-
-
-
- Feb 28, 2019
-
-
ThibG authored
Merge upstream changes
-
Thibaut Girka authored
-
ThibG authored
The condition introduced by #9998 was wrong, serializing boosts that weren't self-boosts, and not serializing self-boosts.
-
ThibG authored
-
ThibG authored
* Fetch up to 5 replies when discovering a new remote status This is used for resolving threads downwards. The originating server must add a “replies” attributes with such replies for it to be useful. * Add some tests for ActivityPub::FetchRepliesWorker * Add specs for ActivityPub::FetchRepliesService * Serialize up to 5 public self-replies for ActivityPub notes * Add specs for ActivityPub::NoteSerializer * Move exponential backoff logic to a worker concern * Fetch first page of paginated collections when fetching thread replies * Add specs for paginated collections in replies * Move Note replies serialization to a first CollectionPage The collection isn't actually paginable yet as it has no id nor a `next` field. This may come in another PR. * Use pluck(:uri) instead of map(&:uri) to improve performances * Fix fetching replies when they are in a CollectionPage
-
- Feb 27, 2019
-
-
ThibG authored
The `hasMore` property of timelines in redux store was set whenever an API request returned only one page of results, *even* if the query only requested newer conversations (using `since_id`), causing `hasMore` to be incorrectly set to false whenever fetching new toots in the direct timeline, which happens each time the direct message column is opened. (Basically #9516 for direct messages)
-
Thibaut Girka authored
-
a authored
At 480px height, there is not enough space to fully display the footer.
-
dependabot[bot] authored
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.13.2 to 3.14.0. - [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.13.2...3.14.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [hamlit-rails](https://github.com/mfung/hamlit-rails) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/mfung/hamlit-rails/releases) - [Commits](https://github.com/mfung/hamlit-rails/compare/v0.2.1...v0.2.2 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
ThibG authored
`::FetchRemoteAccountService` is not `ActivityPub::FetchRemoteAccountService`, its second argument is the pre-fetched body. Passing `id: false` actually passed a `Hash` as the prefetched body, instead of properly resolving unknown remote accounts.
-
- Feb 26, 2019
-
-
ThibG authored
Merge upstream changes
-
Eugen Rochko authored
Regression from #7311
-
abcang authored
* Keep notification when muting_notifications is true * Retrun mute object * Fix test
-
Thibaut Girka authored
Conflicts: - Dockerfile Took upstream version and reverted f13ebd02. Hopefuly it's not needed anymore. - app/controllers/api/v1/search_controller.rb The conflict was due to us raising the number of results returned. Upstream raised it further, so took it. - config/locales/de.yml Took upstream changes to theme translation strings. - config/locales/gl.yml Took upstream changes to theme translation strings. - config/locales/nl.yml Took upstream changes to theme translation strings. - config/locales/sk.yml Took upstream changes to theme translation strings.
-