Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | French translation cleanup (#2223) | Alda Marteau-Hardi | |
* Alphabetically order translation keys * Fix some missing gender neutral translations in french * Add a comment to remind contributors to order translations by key | |||
2017-04-20 | Admin settings controller refactor, add specs, cleanup (#2225) | Matt Jankowski | |
* Add render_views for admin/settings spec * Add coverage for admin/settings#update * Add coverage for admin/settings typecasting open_registrations setting * Simplify how admin/settings finds the value for updating * Rely on activerecord to not update a value that hasnt changed * Add coverage for non-existent setting * Use a constant for boolean settings | |||
2017-04-20 | it may be mentions_status_id_index is duplicated of ↵ | Keiji, Yoshimi | |
index_mentions_on_status_id index. (#2224) | |||
2017-04-20 | Make Docker image buildable on ARM (#2065) | Christoph Witzany | |
* after yarn upgrade * after manually removing node-gyp as top level dependency | |||
2017-04-20 | Fix PropTypes warning in OnboardingModal (#2191) | Yamagishi Kazutoshi | |
2017-04-20 | Use default locale for html lang in layouts (#2212) | Matt Jankowski | |
2017-04-20 | Link to profile/feed/salmon from admin/accounts show page (#2186) | Matt Jankowski | |
2017-04-20 | Removes timestamp from URLs. (#2185) | Ash Furrow | |
2017-04-20 | Fix #2120 - Use Status#as_tag_timeline on public hashtag page (#2182) | Eugen | |
* Fix #2120 - Use Status#as_tag_timeline on public hashtag page * Update tags_controller.rb | |||
2017-04-20 | Send nil for SMTP_LOGIN or SMTP_PASSWORD if it was left blank in the ↵ | Miguel Jacq | |
envfile, otherwise Ruby still attempts auth even if SMTP_AUTH_METHOD is none (#2180) | |||
2017-04-19 | Add static gif for upload testing (#2168) | Marcin Cieślak | |
2017-04-19 | Fix #2108 - Fix gif uploads (#2171) | Eugen | |
* Fix #2108 - Fix gif uploads Add specs for media attachment gifv conversion * Add ffmpeg to travis * Make travis install ffmpeg, not libav * Switch travis to trusty | |||
2017-04-19 | Updated note about 'none' SMTP authentication method in ↵ | evilny0 | |
.env.production.sample (#2167) | |||
2017-04-19 | Add some Spanish translatoins (#2170) | Darshak Parikh | |
2017-04-19 | Extract error messages to locale file (#2162) | alpaca-tc | |
2017-04-19 | Dutch language strings: a few important fixes (#2163) | jeroenpraat | |
2017-04-19 | Fixed hungarian translation (#2158) | György Nádudvari | |
2017-04-19 | Fix css for toot button when uploading images (#2161) | Tomohiro Suwa | |
2017-04-19 | fix broken style when follower has long description (#2159) | fsubal | |
2017-04-19 | Fix double-escaping of display names in <title> (#2155) | Eugen | |
2017-04-19 | Fix possibility of unrightful webfinger redirect (#2147) | Eugen | |
* Fix possibility of unrightful webfinger redirect * Add more tests for FollowRemoteAccountService | |||
2017-04-19 | Remove unused view files in accounts/ (#2153) | Matt Jankowski | |
2017-04-19 | Add meta tags for OGP to following & follow page (#2052) | Yamagishi Kazutoshi | |
* Add meta tags for OGP to following & follow page * simplify render helper * Follow up #2133 * og:type is only accounts/show * revert accounts/{following,followers} | |||
2017-04-19 | fix Japanese search result translation (#2149) | matsurai25 | |
add 'result' mean, '件' only mean count unit. | |||
2017-04-19 | Completed Italian translation (#2151) | Matteo Aquila | |
* Added it.jsx * Update index.jsx * Update mastodon.jsx | |||
2017-04-19 | fix search text 'zero' (#2150) | matsurai25 | |
2017-04-19 | Automatically change the size of textarea (#2128) | geta6 | |
2017-04-19 | Simplify render in controllers (#2144) | Matt Jankowski | |
2017-04-19 | Attachment list for uncached attachments (#2110) | Eugen | |
* For undownloaded attachments, set type :unknown, display them as a list in the web UI * Fix case when attachment type is set explicitly | |||
2017-04-19 | Replace User.count -> User.confirmed.count (#2127) | alpaca-tc | |
2017-04-19 | Remove unnecessary word from Japanese locale (#2143) | Yamagishi Kazutoshi | |
2017-04-19 | Fix html escape characters in the URL (#2138) | abcang | |
* fix character escaping in URL * add tests * put a comma after the last item * add HTML escape test | |||
2017-04-19 | enable to scroll the setting's page sidebar (#1347) | 857b | |
* enable to scroll the setting's page sidebar add scroll:auto and use margin instead of padding for the bottom * Update admin.scss * Update admin.scss * Update admin.scss | |||
2017-04-19 | Install Yarn dependencies during setup (#1169) | Joël Quenneville | |
Previously the `bin/setup` script only installed the Ruby dependencies via Bundler. This is not sufficient to get the test suite to pass. We also need the JavaScript dependencies. This commit installs the JavaScript dependencies as part of the `bin/setup` script via Yarn. This allows for a successful bin/setup && bundle exec rake on a fresh clone of the repo. | |||
2017-04-19 | capistrano: link robots.txt (#1576) | Alex Dunn | |
Related to #1533. | |||
2017-04-19 | Do not show link preview card if toot has a spoiler (#1617) | Isabelle Knott | |
* Do not show link preview card if toot has a spoiler * == to === | |||
2017-04-19 | Moves from hamburger icon to asterisk. (#2116) | Ash Furrow | |
2017-04-19 | Improve visibility of mute, block, report menu in Japanese (#2131) | chrolis | |
2017-04-19 | Make configuarable s3_permissions for paperclip (#2139) | tmyt | |
2017-04-19 | Update title text for "reply all" button (#2118) | Misty De Meo | |
2017-04-19 | Change to switch signature version for Amazon S3 (#2124) | Yamagishi Kazutoshi | |
2017-04-19 | Restful refactor of accounts/ routes (#2133) | Matt Jankowski | |
* Add routing specs for accounts followers and following actions * Use more restful route naming for public account follow pages Moves two actions: - accounts#followers to accounts/follower_accounts#index - accounts#following to accounts/following_accounts#index Adds routing spec to ensure prior URLs are preserved. | |||
2017-04-19 | Update ja.yml (follow for #2118) (#2137) | Kota Ouchi | |
* Update ja.yml (follow for #2118) * typo fix | |||
2017-04-19 | update simple_form.ja.yml (follow for #1991) (#2113) | Isao Sugimoto | |
2017-04-19 | update ja.yml (follow for #2106) (#2109) | Isao Sugimoto | |
2017-04-19 | Update fr.yml (#2107) | Michel | |
Just updated some values. Best regards, cyweo | |||
2017-04-18 | Fix wording on admin instances view, fix typos in language detector spec (#2106) | Eugen | |
2017-04-18 | Remove unused fonts (#2103) | Eugen | |
2017-04-18 | Fix #1642, fix #1912 - Dictate content-type file extension (#2078) | Eugen | |
* Fix #1642, fix #1912 - Previous change (#1718) did not modify how original file was saved on upload * Fix for when file is missing | |||
2017-04-18 | Add more tests for AtomSerializer (#2096) | Eugen | |