about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-04-09Minor change on API.md (#1352)Ornithologist Coder
2017-04-09Add comment to settings.yml to nudge admins towards editing values via Web ↵R Tucker
UI (#1289) * Put a useful message for new admins on /about/more I totally failed to realize this file was just defaults. I think this message would be a good default for people like me. * Revert default site description, expand comment This will keep setup-related stuff from leaking into public views, while still hopefully keeping over-eager admins from editing this file unnecessarily before RTFMing. (e.g., me)
2017-04-09Allow users to update their Account in the API (#1179)David Celis
* Allow users to update their Account in the API It would be nice for API clients to be able to allow users to update their accounts without having to wrap Mastodon in a web view. This patch adds an API endpoint to let users submit a PATCH for their account. Signed-off-by: David Celis <me@davidcel.is> * Add /api/v1/accounts/update_credentials to the API docs Signed-off-by: David Celis <me@davidcel.is>
2017-04-09Helper cleanup (#1348)Matt Jankowski
* Remove unused helper files * Add coverage for application helper * Add coverage for StreamEntriesHelper #display_name
2017-04-09Update fr.jsx (#1329)StefOfficiel
* Update fr.jsx * Remove duplicate translation
2017-04-09French translation update (#1271)Olivier Humbert
* Update confirmation_instructions.fr.html.erb consistency across the French translation * Update consistency across the French translation * Update fr.yml a bunch of consistency across the French translation + a few typos * Update doorkeeper.fr.yml consistency across the French translation (punctuation)
2017-04-09French typo (#1257)spf
* French typo * Datetime french translation
2017-04-09add empty notifications french translation (#1111)Jonathan Klee
2017-04-09Clean up about page (#1282)Matt Jankowski
* Add InstancePresenter to expose site details * Clean up about controller, use instance presenter
2017-04-09Fixes #1311 margin shouldn't stay fixed (#1312)Brian Mock
2017-04-09Search cleanup (#1333)Matt Jankowski
* Clean up SQL output in Tag and Account search methods * Add basic coverage for Tag.search_for * Add coverage for Account.search_for * Add coverage for Account.advanced_search_for
2017-04-09Ignore implied formats for catch all route requests (#1340)Matt Jankowski
A request to `/test` would show the custom 404 page, but a request to `/test.test` would return a 404 with an empty body. This change ignores the format on incoming catch all route requests, so that the html 404 page is returned on these requests.
2017-04-09Fix nonworking clear notices button (#1316)Rachel H
2017-04-09Add env variable to disable prepared statements (#1293)Eugen
2017-04-09Allows setting log level in env variable (#1290)Ash Furrow
* Allows setting log level in env variable. * Made changes based on feedback in #1290.
2017-04-09Adds user confirmation rake task (#1300)Ash Furrow
* Adds task to confirm user by email. * Adds documentation for manual confirmation.
2017-04-08Make public timelines API not require user context/app credentials (#1291)Eugen
* Make /api/v1/timelines/public and /api/v1/timelines/tag/:id public Fix #1156 - respect query params when generating pagination links in API * Apply pagination fix to more APIs
2017-04-08Fix #795, fix #704, fix #835 - 2FA requires confirmation to be enabled (#1278)Eugen
* Fix #795, fix #704, fix #835 - 2FA requires confirmation to be enabled TOTP secret is not shown again after 2FA is enabled * Clean up
2017-04-08Improve responsiveness of registration form and closed banner (#1265)Pavel Djundik
2017-04-08Improve about page responsiveness (#1252)Pavel Djundik
2017-04-08Add mst3k.interlinked.me to list of instances (#1235)Elizabeth Myers
2017-04-08Fix #1141, fix #1126 - Avatar/profile info fetching (#1215)Eugen
* Fix #1141, fix #1126 - Work through UpdateRemoteProfileService for both <feed> and <entry> top-level tags * Improve code quality, remove line unrelated to fix
2017-04-08Update french translation (#1148)Thomas Citharel
Add french translation for emails sent Signed-off-by: Thomas Citharel <tcit@tcit.fr> Add non-breaking spaces Signed-off-by: Thomas Citharel <tcit@tcit.fr> changes and fixes to the nbsps Signed-off-by: Thomas Citharel <tcit@tcit.fr> French update a few fixes Signed-off-by: Thomas Citharel <tcit@tcit.fr> fixes Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2017-04-08Add titles to more icons, and change clear notifications icon. (#1101)Markus Amalthea Magnuson
2017-04-08Update mastodon.brussels instance name on List of Instanceskadiix
Correct mastodon.brussels.fr to mastodon.brussels
2017-04-08Updated German translation (#1248)Nicolai von Neudeck
Fixed various spelling and grammar mistakes. Used more gender-neutral language.
2017-04-08Fixed two translation errors (#1139)Sebastian Hübner
Changed followers from Follower to Folger and following from Gefolgt to Folgt, to make it identical with the translation in de.jsx
2017-04-08Update simple_form.de.yml (#971)Korbinian
2017-04-08Update mastodon.nuzgo.net (#1242)Thibaut (Eychics)
Add ipv6 support
2017-04-08Add OTP_SECRET to Heroku app.json (#1246)James Smith
2017-04-08Revert "add persistance to Postresql container" (#1251)Eugen
2017-04-08Updated about page in Finnish language (#1170)Jantso Porali
* update faq with default language * update translation for about page * update Minio config Thanks to @Gargon for helping me. I hope this will help others as well * update import and export translation * translate emails to finnish * add finnish translation for emails * add finnish translation for emails * add finnish translation * add missing dot * update finnish language to emails * add finnish translation for emails * add dot and fix typo * updated some minor typos * remove language change due breaking emails And by dev request * updated minio config by dev request * updated about page translation
2017-04-08French translation update (#1188)Olivier Humbert
* Update fr.yml one typo fix * Update simple_form.fr.yml one translation consistency
2017-04-08Add some missing strings to prevent some React warning in the console (#1230)Alda Marteau-Hardi
2017-04-08Use Setting.site_title value for `og:site_name` occurrences (#1194)Matt Jankowski
* Add helper method to return Setting.site_title * Use site_title helper in application layout * Use site_title value for og:site_name
2017-04-08Merge pull request #1239 from ineffyble/patch-2Eugen
Fix my URL
2017-04-08Merge pull request #1238 from milmazz/hunter-clientEugen
Add reference to Elixir client for Mastodon API
2017-04-08Merge pull request #887 from valentin2105/masterEugen
add persistance to Postresql container
2017-04-08Merge pull request #1115 from vmincev/patch-1Eugen
Update Production-guide.md
2017-04-08Merge pull request #1198 from huertanix/patch-1Eugen
Update Heroku-guide.md
2017-04-08Merge pull request #1221 from rbaumert/patch-1Eugen
fixed a sentence in readme
2017-04-08Merge pull request #1224 from chrisheninger/patch-1Eugen
Add SVG version of logo to repo
2017-04-08Merge pull request #1218 from R0ckweb/patch-2Eugen
Fix #1141 on remote follow
2017-04-08Merge pull request #1216 from tootsuite/fix-default-locale-regressionEugen
Fix #1165 - Default locale no longer breaks form submissions
2017-04-08Merge pull request #1213 from tootsuite/fix-accounts-initial-caseEugen
Fix #801 - Respect webfinger's canonical response of username/domain
2017-04-08Merge pull request #1225 from tootsuite/yiskah-patch-1Eugen
Close instance list to additions
2017-04-08Add reference to Elixir client for Mastodon APIMilton Mazzarri
2017-04-08Fix my URLEffy Elden
Update my URL since toot.zone was shut down.
2017-04-07Merge branch 'master' into patch-1rbaumert
2017-04-08Merge branch 'master' into masterValentin Ouvrard