Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-22 | enforce LOCAL_HTTPS=true in production (#6061) | nightpool | |
* enforce https in production * note changes in production env sample * typo fix | |||
2017-12-13 | Change streaming API URL when remote development (#5942) | Yamagishi Kazutoshi | |
* Change streaming API URL when remote development * Use STREAMING_API_BASE_URL when dev env | |||
2017-09-26 | Follow-up to #4582 and #5027, removing dead code (#5101) | Eugen Rochko | |
2017-09-20 | Disable private status federation over OStatus (#5027) | Eugen Rochko | |
2017-09-05 | swift-enable the paperclip! :paperclip: (#2322) | Adam Thurlow | |
2017-08-24 | Add configuration to disable private status federation over PuSH (#4582) | Eugen Rochko | |
2017-05-22 | Allow alternate domains for mastodon handlers (#3187) | Immae | |
2017-05-04 | Use ws protocol in streaming API base URL (#2606) | Akihiko Odaki | |
2017-05-03 | Clean up redis configuration. Allow using REDIS_URL to set advanced (#2732) | Eugen Rochko | |
connection options instead of setting REDIS_HOST etc individually Close #1986 | |||
2017-04-15 | Allow running mastodon on a different domain as the one used for identifying ↵ | ThibG | |
users (#1267) * Allow running mastodon on a different domain as the one used for identifying users * Alter documentation of WEB_DOMAIN to make clear it shouldn't be used unless the admin knows what they are doing * Compare to web_domain instead of local_domain when dealing with feeds/API * Correctly identify mentions to local accounts Mentions URLs point to the person's web profile, i.e., the user page served on WEB_DOMAIN. | |||
2017-02-04 | Make the streaming API also handle websockets (because trying to get the ↵ | Eugen Rochko | |
browser EventSource interface to work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead of ActionCable like before. This means that if you are upgrading, you should set that up beforehand. | |||
2016-12-18 | Removing external hub completely, fix #333 fixing digit-only hashtags, | Eugen Rochko | |
removing web app capability from non-webapp pages | |||
2016-12-04 | Adding configurable e-mail blacklist | Eugen Rochko | |
2016-11-29 | Fix URLs in inline-rendered XML | Eugen Rochko | |
2016-11-28 | Fix URLs in ApplicationController.renderer | Eugen | |
2016-11-07 | Improved configuration from ENV, cleaned up timeline filter methods | Eugen Rochko | |
to be more readable, add extra logging to process feed service | |||
2016-11-06 | Fix URL configuration when S3 is enabled | Eugen Rochko | |
2016-09-04 | Normalized data in Redux, fix for asset URLs when rendered outside request | Eugen Rochko | |
2016-08-18 | Final fix for ActionCable origin issues | Eugen Rochko | |
2016-08-18 | Fixing more configuration issues with ActionCable | Eugen Rochko | |
2016-08-18 | Fix ActionCable origin checking | Eugen Rochko | |
2016-02-29 | Changing the use of config constants to the Rails configuration object | Eugen Rochko | |
2016-02-23 | Incoming Salmon requests can be turned into follows and unfollows | Eugen Rochko | |
2016-02-22 | Fixes and general progress | Eugen Rochko | |
2016-02-22 | Made some progress | Eugen Rochko | |