Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-09 | Fixes #1311 margin shouldn't stay fixed (#1312) | Brian Mock | |
2017-04-09 | Search 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-09 | Fix nonworking clear notices button (#1316) | Rachel H | |
2017-04-08 | Make 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-08 | Fix #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-08 | Improve responsiveness of registration form and closed banner (#1265) | Pavel Djundik | |
2017-04-08 | Improve about page responsiveness (#1252) | Pavel Djundik | |
2017-04-08 | Fix #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-08 | Update 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-08 | Add titles to more icons, and change clear notifications icon. (#1101) | Markus Amalthea Magnuson | |
2017-04-08 | Updated German translation (#1248) | Nicolai von Neudeck | |
Fixed various spelling and grammar mistakes. Used more gender-neutral language. | |||
2017-04-08 | Add some missing strings to prevent some React warning in the console (#1230) | Alda Marteau-Hardi | |
2017-04-08 | Use 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-08 | Merge pull request #1224 from chrisheninger/patch-1 | Eugen | |
Add SVG version of logo to repo | |||
2017-04-08 | Merge pull request #1218 from R0ckweb/patch-2 | Eugen | |
Fix #1141 on remote follow | |||
2017-04-08 | Merge pull request #1216 from tootsuite/fix-default-locale-regression | Eugen | |
Fix #1165 - Default locale no longer breaks form submissions | |||
2017-04-08 | Merge pull request #1213 from tootsuite/fix-accounts-initial-case | Eugen | |
Fix #801 - Respect webfinger's canonical response of username/domain | |||
2017-04-07 | Merge branch 'master' into fix-default-locale-regression | Kurtis Rainbolt-Greene | |
2017-04-07 | Merge branch 'master' into patch-2 | Kurtis Rainbolt-Greene | |
2017-04-07 | Add SVG version of logo to repo | Chris Heninger | |
2017-04-07 | Merge branch 'master' into master | Shel R | |
2017-04-07 | Merge branch 'master' into patch-4 | Shel R | |
2017-04-08 | #1141 on remote follow | Yann GUERN | |
The async action is send before persist, account.id not yet generated Pull queue receive 'nil' so no profile update. | |||
2017-04-08 | Fix #1165 - before_action was called before protect_from_forgery | Eugen Rochko | |
2017-04-08 | Fix #801 - Respect webfinger's canonical response of username/domain | Eugen Rochko | |
2017-04-07 | Merge pull request #1183 from thoughtbot/cp-post-status-service-specs | Eugen | |
Add specs for PostStatusService | |||
2017-04-07 | Use I18n for media attachment validation errors | Chad Pytel | |
These are currently user facing errors, but are not localized. This adds the ability for these messages to be localized. | |||
2017-04-07 | DRY up reblog vs original status check | Joël Quenneville | |
Checking reblog vs original status was happening in multiple places across the app. For views, this logic was encapsulated in a helper method named `proper_status` but in the other layers of the app, the logic was duplicated. Because the logic is used at all layers of the app, we extracted it into a `Status#proper` method on the model and changed all uses of the logic to use this method. There is now a single source of truth for this condition. We added test coverage to untested methods that got refactored. | |||
2017-04-07 | Merge pull request #1146 from tootsuite/fix-object-type-nil-exception | Eugen | |
Fix nil#object_type error | |||
2017-04-07 | Merge branch 'master' into fix-object-type-nil-exception | Eugen | |
2017-04-07 | Merge branch 'master' into feature-customized-default-locale | Eugen | |
2017-04-07 | Fix nil#object_type error | Eugen Rochko | |
2017-04-07 | Update Finnish translations, add sample Minio config (#954) | Jantso Porali | |
2017-04-07 | Allow setting of default language through config | Eugen Rochko | |
Setting of locale in controller extracted to Localized concern, the doorkeeper authorized applications controller moved under custom namespace with inclusion of Localized, which resolves the "it sometimes appears in a different random language" bug | |||
2017-04-07 | Re-add forgotten <author> element on standalone <entry> | Eugen Rochko | |
2017-04-07 | Force UTF8 encoding on generated XML (#1140) | Eugen | |
2017-04-07 | Rewrite Atom generation from stream entries to use Ox instead of Nokogiri ↵ | Eugen | |
(#1124) * Rewrite Atom generation from stream entries to use Ox instead of Nokogiri::Builder StreamEntry is now limited to only statuses, which allows some optimization. Removed extra queries on AccountsController#show. AtomSerializer instead of AtomBuilderHelper used in AccountsController#show, StreamEntriesController#show, StreamEntryRenderer and PubSubHubbub::DistributionWorker PubSubHubbub::DistributionWorker moves n+1 DomainBlock query to PubSubHubbub::DeliveryWorker instead. All Salmon slaps that aren't based on StreamEntry still use AtomBuilderHelper and Nokogiri * All Salmon slaps now use Ox instead of Nokogiri. No touch from status on account | |||
2017-04-06 | Reduce size of background-photo.jpeg | Matt Jankowski | |
Reduced by running through `guetzli` image optimizer. | |||
2017-04-06 | Fix wrong pubsub channel on public timelines | Eugen Rochko | |
2017-04-06 | Merge pull request #1013 from blackle/master | Eugen | |
Catch more errors in process_follows so it doesn't fail | |||
2017-04-06 | Fix notifications delivered to wrong pubsub channel, optimized ↵ | Eugen Rochko | |
RemoveStatusService, slightly optimized FanOutOnWriteService again | |||
2017-04-05 | Catch more errors in process_follows so it doesn't fail | blackle | |
2017-04-05 | Split SalmonWorker into smaller parts, move profile updating into another job | Eugen Rochko | |
2017-04-05 | Merge branch 'master' into master | André Lewin | |
2017-04-05 | Replace calls to FeedManager#inline_render and #broadcast | Eugen Rochko | |
2017-04-05 | Fix wrong variable used in publish channel | Eugen | |
2017-04-05 | Add proper message to PushUpdateWorker, use redis directly | Eugen | |
2017-04-05 | Merge branch 'master' into broadcast-to-worker | Eugen | |
2017-04-05 | Update components.scss | tom | |
Use nicer scrollbars in MS edge | |||
2017-04-05 | Only render public payload once in FanOutOnWrite | Eugen Rochko | |