about summary refs log tree commit diff
path: root/config
AgeCommit message (Collapse)Author
2017-04-03Fix norwegian translation being malformedEugen Rochko
2017-04-03Updated and fixed orthographyKorbinian
2017-04-03Updated and fixed german orthographyKorbinian
2017-04-03Make default admin UI page reports. Add admin UI for creating a domain blockEugen Rochko
2017-04-03Add Norwegian localeChristopher Kolstad
2017-04-03another typo. fuck meJantsoP
2017-04-03fixed an sneaky peaky tpyJantsoP
2017-04-03add finnish translationJantsoP
add finnish translation
2017-04-03add finnish translationJantsoP
add finnish translation
2017-04-03Merge branch 'master' into masterJantsoP
2017-04-03add finnish translationJantsoP
add finnish translation
2017-04-03finnish translationJantsoP
finnish translation
2017-04-03updated final translationJantsoP
updated final translation
2017-04-03Create new translation fileJantsoP
Still in progress. Should be done shortly
2017-04-03Improve french translationAngristan
2017-04-03Improve French translationValentin Lorentz
Fix typos and typography. Make vocabulary and grammar more uniform.
2017-04-03Merge pull request #746 from eramdam/feature/improve-french-localesEugen
Feature/improve french locales (again)
2017-04-02Fix typo in simple_form.fr.ymlDamien Erambert
2017-04-02Improve translation of data import in fr.ymlDamien Erambert
2017-04-02Better translation for revoked token in doorkeeper.fr.ymlDamien Erambert
2017-04-02Fix date format in doorkeeper.fr.ymlDamien Erambert
2017-04-02Merge pull request #741 from eramdam/feature/improve-french-localesEugen
Improve/add some French locales
2017-04-02Add proper error page for request timeoutsEugen Rochko
2017-04-01Add locale in devise.fr.ymlDamien Erambert
2017-04-01Add french translation for "scopes" in doorkeeper.fr.ymlDamien Erambert
2017-04-01Fix small typo in doorkeeper.fr.ymlDamien Erambert
2017-04-01Complete localization of in simple_form.fr.ymlDamien Erambert
2017-04-01Improve french locales on the backend (WIP)Damien Erambert
2017-03-31Fix #700 - hide spoilers on static pagesEugen Rochko
2017-03-30Import feature for following/blocking lists (addresses #62, #177, #201, #454)Eugen Rochko
2017-03-26Fix up some localizationsEugen Rochko
2017-03-26:globe_with_meridians: add simplified chinese languageleopku
2017-03-24:construction: chinese translation WIPleopku
2017-03-24:globe_with_meridians: add chinese language fileleopku
2017-03-23:wrench: S3 protocol from ENVleopku
add support for reading S3 protocol from ENV also add S3_HOSTNAME in .env.production.sample
2017-03-22Prettier account and stream entry URLsEugen Rochko
2017-03-22New API method: /api/v1/searchEugen Rochko
Returns accounts, statuses, hashtags arrays
2017-03-21Improved landing pageEugen Rochko
2017-03-20Add landing stripEugen Rochko
2017-03-19Export follow/block lists as CSVEugen Rochko
2017-03-18Federate header images, fix open-uri http->https redirection errorEugen Rochko
2017-03-17Promote Apps (#670)shel
"Various apps are available" is now a hyperlink
2017-03-15Fix #525 - Add instance information APIEugen Rochko
2017-03-15Merge branch 'master' into mastodon-site-apiEugen
2017-03-14Obfuscate filenames better, double rate limitsEugen Rochko
2017-03-06Revert earlier fix due to new bug reportsEugen Rochko
2017-03-05Make the paperclip filename interpolator smarter about the :original styleEugen Rochko
If an :original gets converted into another format, it would get saved as original_filename *anyway*, so generating the extension is pointless and yields bad results for when you change the style definition later. This way, old gifs will still have correct URLs
2017-03-05Detect videos with no sound, handle them like gifvEugen Rochko
2017-03-05Improved /api/v1/accounts/:id/statuses with new params: only_media, ↵Eugen Rochko
exclude_replies Redirect /:username to /users/:username Redirect /:username/:id to /users/:username/updates/:id Updated API documentation and sponsors
2017-03-04Fix #431 - convert gif to webm during upload. Web UI treats them like it didEugen Rochko
before. In the API, attachments now can be either image, video or gifv. Gifv is to be treated like images in terms of behaviour, but are videos by file type.