Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebrand simplabs to Mainmatter #2461

Merged
merged 1 commit into from
Sep 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
242 changes: 121 additions & 121 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ when submitting issues:
can be asked (and usually will be answered) on
[stackoverflow](http://stackoverflow.com).
2. Update to the latest release of Ember Simple Auth if possible (see the
[releases page](https://github.com/simplabs/ember-simple-auth/releases)).
[releases page](https://github.com/mainmatter/ember-simple-auth/releases)).
3. Update to the latest releases of Ember.js, jQuery, Ember Data if possible
4. Include as much information as possible - this includes full stack traces
etc.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2018 simplabs GmbH and contributors
Copyright (c) 2013-2018 Mainmatter GmbH and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__[Ember Simple Auth API docs](http://ember-simple-auth.com/api/)__

![CI](https://github.com/simplabs/ember-simple-auth/workflows/CI/badge.svg)
![CI](https://github.com/mainmatter/ember-simple-auth/workflows/CI/badge.svg)

__[![Discord](https://img.shields.io/discord/480462759797063690.svg?logo=discord)](https://discord.gg/zT3asNS)__

Expand Down Expand Up @@ -52,7 +52,7 @@ authorization mechanisms__.

**Other Resources**

* [Upgrading from Pre-1.0 versions](https://simplabs.com/blog/2015/11/27/updating-to-ember-simple-auth-1.0.html)
* [Upgrading from Pre-1.0 versions](https://mainmatter.com/blog/2015/11/27/updating-to-ember-simple-auth-1.0.html)
* [API Documentation](http://ember-simple-auth.com/api/)

## What does it do?
Expand Down Expand Up @@ -92,7 +92,7 @@ requests and error handling. __Check out that test app for reference.__ To
start it, run

```
git clone https://github.com/simplabs/ember-simple-auth.git
git clone https://github.com/mainmatter/ember-simple-auth.git
cd ember-simple-auth/packages/test-app
yarn install && ember serve
```
Expand Down Expand Up @@ -691,7 +691,7 @@ module('Acceptance | app test', function(hooks) {
```

If you're an `ember-mocha` user, we can recommend to check out this
[example from the test suite of ember-simple-auth itself](https://github.com/simplabs/ember-simple-auth/blob/master/tests/acceptance/authentication-test.js).
[example from the test suite of ember-simple-auth itself](https://github.com/mainmatter/ember-simple-auth/blob/master/tests/acceptance/authentication-test.js).

## Other guides

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"repository": "https://github.com/simplabs/ember-simple-auth",
"repository": "https://github.com/mainmatter/ember-simple-auth",
"scripts": {
"changelog": "lerna-changelog",
"diagrams": "mmdc -i guides/assets/esa-initial-flow.txt -o guides/assets/esa-initial-flow.svg",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth/docs/theme/theme.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"githubUrl": "https://github.com/simplabs/ember-simple-auth"
"githubUrl": "https://github.com/mainmatter/ember-simple-auth"
}
4 changes: 2 additions & 2 deletions packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"keywords": [
"ember-addon"
],
"repository": "https://github.com/simplabs/ember-simple-auth",
"repository": "https://github.com/mainmatter/ember-simple-auth",
"license": "MIT",
"author": "simplabs GmbH",
"author": "Mainmatter GmbH",
"directories": {
"doc": "doc",
"test": "tests"
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": ["github>simplabs/renovate-config:default.json5"]
"extends": ["github>mainmatter/renovate-config:default.json5"]
}