Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-23 | Merge pull request #334 from ThibG/glitch-soc/cleanup-leftover-code | David Yip | |
Remove some leftover code | |||
2018-01-23 | Remove some leftover code, I guess | Thibaut Girka | |
2018-01-21 | Merge pull request #343 from glitch-soc/merge-upstream-20180121 | David Yip | |
Merge upstream | |||
2018-01-21 | Merge remote-tracking branch 'origin/master' into merge-upstream-20180121 | David Yip | |
2018-01-21 | Update Vagrantfile to ubuntu/xenial64. | David Yip | |
The version of Redis that ships with Ubuntu Trusty is too old to support the HyperLogLog commands. I guess we could add a custom apt repo for this, but it seems a lot easier to just use the latest Ubuntu LTS release (i.e. xenial), which has a recent-enough Redis in its archives. | |||
2018-01-22 | armenian translations initial commit (#6320) | Norayr Chilingarian | |
* adding armenian translations * updating config files for armenian translations * armenian translation fix * fixing spaces | |||
2018-01-21 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: app/controllers/settings/two_factor_authentication/confirmations_controller.rb | |||
2018-01-21 | fix filter search index being too strict when looking for line breaks (#6318) | codl | |
2018-01-21 | Fix assets loading when WEB_DOMAIN ≠ LOCAL_DOMAIN (#6319) | ThibG | |
Since 872a0d5bd801c998d911f7da582a60d2f714a710, assets URL are absolute and not relative. Unfortunately, the domain used to build such URLs is the wrong one: LOCAL_DOMAIN, and not WEB_DOMAIN, where the assets are stored. | |||
2018-01-21 | Redirect to 2FA creation page when otp_secret is not available (#6314) | Aboobacker MK | |
2018-01-21 | Display number of follow requests in getting started menu, and (#6313) | Eugen Rochko | |
if notifications column is not mounted, also display number of unread notifications there. | |||
2018-01-21 | Fix invalid value passed to full_asset_url in mailers (#6312) | Eugen Rochko | |
2018-01-20 | Merge remote-tracking branch 'origin/master' into gs-master | David Yip | |
2018-01-20 | Merge pull request #336 from ThibG/glitch-soc/features/tag-warning | David Yip | |
Display a warning when composing unlisted toots with something looking like a hashtag | |||
2018-01-20 | Merge pull request #342 from glitch-soc/merge-upstream | David Yip | |
Merge upstream | |||
2018-01-20 | Change mailer avatar url (#6309) | Iijima Yasushi | |
* Change mailer avatar url * Use full_asset_url method | |||
2018-01-20 | Merge new onboarding styles; delete refs to PNGs. | David Yip | |
2018-01-20 | Eliminate stray conflict markers. | David Yip | |
2018-01-20 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: app/javascript/styles/mastodon/components.scss | |||
2018-01-20 | Bump version to 2.2.0rc1 | Eugen Rochko | |
2018-01-21 | Update Simplified Chinese translations (#6306) | SerCom_KC | |
* i18n: (zh-CN) Add translations of #6251 * i18n: (zh-CN) Improve translations for #6291 * Fix en.json * i18n: (zh-CN) Update translations for #6303 * i18n: (zh-CN) Add translations of #6273 with minor adjustment * Minor fix * Minor fix | |||
2018-01-20 | Fix #6269 - Render LOCAL_DOMAIN as unicode in presentational views (#6305) | Eugen Rochko | |
2018-01-20 | Restore onboarding modal (#6303) | Eugen Rochko | |
* Restore onboarding modal Revert 5ba8b3a396895ecec083c5258aaf9084d584a7c4 * Change greeting elephant graphic, fix up some design issues * Fix wrong link color in onboarding modal | |||
2018-01-20 | Improve HTML e-mails based on Litmus tests (#6301) | Eugen Rochko | |
* Use PNG images in HTML e-mails * Make webpack use URLs with host so fonts load inside HTML e-mails Convert this back to a relative URL in the premailer CSS loader since local requests are quicker * Improve responsive design * Add missing PNG icon | |||
2018-01-20 | Make text e-mails consistent with HTML ones in UserMailer (#6291) | Eugen Rochko | |
* Make text e-mails consistent with HTML ones in UserMailer * Fix UserMailer specs | |||
2018-01-19 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: app/javascript/styles/mastodon/components.scss app/javascript/styles/mastodon/modal.scss | |||
2018-01-19 | Merge pull request #339 from ThibG/glitch-soc/features/timeline-tweaks | David Yip | |
Do not discard statuses obtained via websocket when API request finishes | |||
2018-01-19 | Do not discard statuses obtained via websocket when API request finishes | Thibaut Girka | |
This backports 0b888acfd4ffddd29f25c878373e9b9f5ec6c0ab | |||
2018-01-19 | Do not throw away statuses obtained via websocket when API request finishes ↵ | ThibG | |
(#6302) | |||
2018-01-19 | Change belongs_to_required_by_default to true (#5888) | Yamagishi Kazutoshi | |
2018-01-19 | Add support Ruby v2.5.0 (#6097) | Yamagishi Kazutoshi | |
2018-01-19 | Process mentions and reblogs even from resolved threads (#6299) | ThibG | |
This may lead to out-of-order notifications, but this is better than not having notifications at all. | |||
2018-01-19 | Fix "tzinfo-data is not present" docker error (#6300) | Pierre Ozoux | |
when starting the container. | |||
2018-01-19 | Retry delivering toots over ActivityPub for about 2 days (#6298) | ThibG | |
Currently, Mastodon will retry delivering toots for a bit over 1 hour. This is a very short timespan when considering private and direct toots, which cannot be seen by the recipient at all after the delivery attempts have failed. Ideally, private and direct toots should have a different number of retries, but I do not know how to do that. | |||
2018-01-19 | Replace drawer elephant graphic with a vector image (#6286) | Eugen Rochko | |
* Replace drawer elephant graphic with a vector image * Replace wave graphic with SVG * Remove unused elephant graphic | |||
2018-01-19 | i18n: Update Polish translation (#6297) | Marcin Mikołajczak | |
2018-01-19 | Display a warning when composing unlisted toots with something looking like ↵ | Thibaut Girka | |
a hashtag This is a backport of b6af88192ff48372c5f6ed1321f21d99aaffcd3f to the glitch flavour. | |||
2018-01-18 | Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master | David Yip | |
2018-01-18 | Merge pull request #332 from glitch-soc/merge-upstream | David Yip | |
Merge in home feed regeneration changes from upstream | |||
2018-01-18 | Merge pull request #333 from glitch-soc/win95-update | David Yip | |
Update win95 theme from cybrespace/mastodon | |||
2018-01-18 | Fix regeneration marker not expiring (#6290) | Eugen Rochko | |
* Fix regeneration key not getting expired * Add rake task to remove old regeneration markers | |||
2018-01-18 | Replace tutorial modal with welcome e-mail (#6273) | Eugen Rochko | |
* Remove onboarding modal * Welcome e-mail * Send welcome e-mail after confirmation * Remove obsolete translations | |||
2018-01-18 | Strip trailing whitespace on win95.scss | David Yip | |
2018-01-18 | Merge remote-tracking branch 'cybrespace/theme_win95' into win95-update | David Yip | |
Conflicts: app/javascript/styles/win95.scss config/themes.yml | |||
2018-01-18 | Use absolute paths for new working/not-found SVGs | David Yip | |
This allows these component styles to be used in i.e. the win95 skin. | |||
2018-01-18 | Port 7badad7797b487b411a2ab34e0f7413741974bb4 to glitch frontend | David Yip | |
2018-01-18 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
2018-01-18 | Merge branch 'gs-master' into merge-upstream | David Yip | |
2018-01-18 | Style fixes to make eslint happier, hopefully | David Yip | |
2018-01-18 | When must_be_following_dm is on, only notify if recipient dm'ed user (#6283) | Renato "Lond" Cerqueira | |
* When must_be_following_dm is on, only notify if recipient dm'ed user Currently, when must_be_following_dm is on, if a user sends a direct message replying to any status from the recipient, the recipient gets a notification. This should not be the case, as if the recipient posted something publicly this can be used to spam their notifications. * Refactor replied_to_status_is_direct_message? Following suggestion in PR |