Skip to content

Commit

Permalink
Renamed GitHub organization
Browse files Browse the repository at this point in the history
  • Loading branch information
fgatti675 committed May 22, 2023
1 parent c0b697f commit c8750f0
Show file tree
Hide file tree
Showing 23 changed files with 702 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These are supported funding model platforms

github: [Camberi]
github: [FireCMS]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/publish-pre.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[submodule "saas"]
path = saas
url = [email protected]:Camberi/firecms_saas.git
url = [email protected]:FireCMSco/firecms_saas.git

[submodule "collection_editor"]
path = collection_editor
url = [email protected]:Camberi/firecms_collection_editor.git
url = [email protected]:FireCMSco/firecms_collection_editor.git

[submodule "user_management"]
path = user_management
url = [email protected]:Camberi/firecms_collection_editor.git
url = [email protected]:FireCMSco/firecms_collection_editor.git

[submodule "data_enhancement"]
path = data_enhancement
url = [email protected]:Camberi/firecms_data_enhancement.git
url = [email protected]:FireCMSco/firecms_data_enhancement.git
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Camberi
Copyright (c) 2023 FireCMS

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ You can replace the Firebase Storage implementation with your own.
## Included example

You can access the code for the demo project under
[`example`](https://github.com/Camberi/firecms/tree/master/example). It includes
[`example`](https://github.com/FireCMSco/firecms/tree/master/example). It includes
every feature provided by this CMS.

Keep in mind you need to update the dependencies in that project if you want to
Expand Down Expand Up @@ -176,4 +176,4 @@ Then simply run `yarn` and `yarn dev`

## License

MIT © [camberi](https://github.com/camberi)
MIT © [FireCMS](https://github.com/FireCMSco)
2 changes: 1 addition & 1 deletion example/src/SampleApp/ExampleCMSView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function ExampleCMSView() {
<Tooltip
title="Get the source code of this example view">
<IconButton
href={"https://github.com/Camberi/firecms/blob/master/example/src/SampleApp/ExampleCMSView.tsx"}
href={"https://github.com/FireCMSco/firecms/blob/master/example/src/SampleApp/ExampleCMSView.tsx"}
rel="noopener noreferrer"
target="_blank"
component={"a"}
Expand Down
2 changes: 1 addition & 1 deletion example/src/SampleApp/SampleApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function SampleApp() {
<Tooltip
title="See this project on GitHub. This button is only present in this demo">
<IconButton
href={"https://github.com/Camberi/firecms"}
href={"https://github.com/FireCMSco/firecms"}
rel="noopener noreferrer"
target="_blank"
component={"a"}
Expand Down
4 changes: 2 additions & 2 deletions lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ You can replace the Firebase Storage implementation with your own.
## Included example

You can access the code for the demo project under
[`example`](https://github.com/Camberi/firecms/tree/master/example). It includes
[`example`](https://github.com/FireCMSco/firecms/tree/master/example). It includes
every feature provided by this CMS.

Keep in mind you need to update the dependencies in that project if you want to
Expand Down Expand Up @@ -172,4 +172,4 @@ Then simply run `yarn` and `yarn dev`

## License

MIT © [camberi](https://github.com/camberi)
MIT © [FireCMS](https://github.com/FireCMSco)
6 changes: 3 additions & 3 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "2.0.0-beta.6",
"description": "Awesome Firebase/Firestore-based headless open-source CMS",
"funding": {
"url": "https://github.com/sponsors/Camberi"
"url": "https://github.com/sponsors/FireCMSco"
},
"author": "camberi",
"author": "FireCMS",
"license": "MIT",
"repository": "[email protected]:Camberi/firecms.git",
"repository": "[email protected]:FireCMSco/firecms.git",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions lib/src/core/components/ReferenceSelectionInner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export function ReferenceSelectionInner<M extends Record<string, any>>(
<Button
onClick={onDone}
color="primary"
variant="outlined">
variant="contained">
Done
</Button>
</CustomDialogActions>
Expand Down Expand Up @@ -333,14 +333,14 @@ function ReferenceDialogActions({
onClick={onNewClick}
startIcon={<Add/>}
size="large"
variant="contained"
variant="outlined"
color="primary">
Add {collection.singularName ?? collection.name}
</Button>
: <Button
onClick={onNewClick}
size="medium"
variant="contained"
variant="outlined"
color="primary"
>
<Add/>
Expand Down
1 change: 1 addition & 0 deletions lib/src/core/components/fields/DisabledTextField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export function DisabledTextField<T extends string | number>({
shrink={Boolean(value)}
sx={{
position: "absolute",
color: theme => theme.palette.text.disabled,
left: 0,
top: "4px",
pointerEvents: "none"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "firecms-parent",
"private": true,
"description": "Awesome Firebase/Firestore-based headless open-source CMS",
"author": "camberi",
"author": "FireCMS",
"homepage": "https://firecms.co",
"workspaces": [
"lib",
Expand Down
4 changes: 2 additions & 2 deletions website/LICENSE
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Copyright: Camberi
Copyright: FireCMS

**This software comes as is, without any warranty at all. As far
as the law allows, I will not be liable for any damages related
to this software or this license, for any kind of legal claim.**

You are **not** allowed to copy, modify or distribute any code
You are **not** allowed to copy, modify or distribute any code
located in this sub repository, for commercial or non commercial
use.

6 changes: 3 additions & 3 deletions website/blog/2021-08-13-types_refactor.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CMS.
The signature of `EntitySchema<Key extends string = string>` has changed to
`EntitySchema<M>` where `M` is your model type like:
```tsx
import { buildSchema } from "@camberi/firecms";
import { buildSchema } from "@FireCMSco/firecms";

type Product = {
name: string;
Expand Down Expand Up @@ -98,7 +98,7 @@ For example, if you had a callback including `EntityValues`, you would know the
property keys you had defined, but not the types.

```tsx
import { buildSchema } from "@camberi/firecms";
import { buildSchema } from "@FireCMSco/firecms";

type Product = {
name: string;
Expand Down Expand Up @@ -142,7 +142,7 @@ There is a way to get the same type validation without indicating the type
explicitly. You can wrap each property with `buildProperty` to get the same result

```tsx
import { buildSchema, buildProperty } from "@camberi/firecms";
import { buildSchema, buildProperty } from "@FireCMSco/firecms";

export const productSchema = buildSchema({
name: "Product",
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2021-10-09-exciting_times.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ documents and collections and subcollections mimics the Firestore data
structure. What seemed like a limitation has turned out to be an
opportunity to think of a **great UI**.

At Camberi we have a special passion for **user experience** and believe that
At FireCMS we have a special passion for **user experience** and believe that
internal admin tools don't always receive the love they deserve.

In this time, we have developed some high quality components such as the
Expand Down
7 changes: 6 additions & 1 deletion website/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
id: changelog
title: Changelog
---
## [WIP 2.0.0-beta.6] - 2023-05-11
## [WIP 2.0.0-beta.7] - 2023-05-11

### Changed
- Added string url previews to fields

## [2.0.0-beta.6] - 2023-05-11

### Changed
- Fix for Typescript types not being exported correctly and giving errors
Expand Down
2 changes: 1 addition & 1 deletion website/docs/migrating_from_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Migrating from version 1.0 to 2.0
---

:::important
The package name has change from `@camberi/firecms` to `firecms`.
The package name has change from `@FireCMSco/firecms` to `firecms`.
Please update your dependencies accordingly
:::

Expand Down
2 changes: 1 addition & 1 deletion website/docs/new_in_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: New and updated features in version 2.0
---

:::important
The package name has changed from `@camberi/firecms` to `firecms`.
The package name has changed from `@FireCMSco/firecms` to `firecms`.
Please update your dependencies accordingly
:::

Expand Down
2 changes: 1 addition & 1 deletion website/docs/properties/fields/file_upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ customize the path and name of the file. The available placeholders are:
- {entityId} - ID of the entity
- {propertyKey} - ID of this property
- {path} - Path of this entity
:::
:::

### Single file upload

Expand Down
2 changes: 1 addition & 1 deletion website/docs/recipes/blog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ You could also have more complex setup that sends your data to your SSR app
through an API and render the result.

You can find the code for `BlogEntryPreview` in
[BlogEntryPreview](https://github.com/Camberi/firecms/blob/master/example/src/docs/recipes/blog/BlogEntryPreview.tsx)
[BlogEntryPreview](https://github.com/FireCMSco/firecms/blob/master/example/src/docs/recipes/blog/BlogEntryPreview.tsx)

## Complete code:

Expand Down
8 changes: 4 additions & 4 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ module.exports = {
value: `
<iframe
style=" transform: translate(0px, 4px);"
src="https://ghbtns.com/github-btn.html?user=Camberi&repo=FireCMS&type=star&count=true&size=large"
src="https://ghbtns.com/github-btn.html?user=FireCMSco&repo=FireCMS&type=star&count=true&size=large"
frameBorder="0" scrolling="0"
width="140"
height="32"
title="GitHub"/>
`
},
// {
// href: "https://github.com/Camberi/firecms",
// href: "https://github.com/FireCMSco/firecms",
// // label: 'GitHub',
// className: "header-github-link",
// "aria-label": "GitHub repository",
Expand Down Expand Up @@ -197,7 +197,7 @@ module.exports = {
},
{
label: "Github",
href: "https://github.com/Camberi/firecms"
href: "https://github.com/FireCMSco/firecms"
},
]
},
Expand Down Expand Up @@ -232,7 +232,7 @@ module.exports = {
docs: {
sidebarPath: require.resolve("./sidebars.js"),
lastVersion: "current",
editUrl: "https://github.com/Camberi/firecms/tree/website/website",
editUrl: "https://github.com/FireCMSco/firecms/tree/website/website",
versions: {
"1.0.0": {
label: "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion website/src/partials/Pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function Pricing() {
appreciate it if you would consider becoming a <a
rel="noopener noreferrer"
target="_blank"
href={"https://github.com/sponsors/Camberi"}>sponsor</a>
href={"https://github.com/sponsors/FireCMSco"}>sponsor</a>
❤️
</p>
<p>
Expand Down
Loading

0 comments on commit c8750f0

Please sign in to comment.