Skip to content

Commit c8a68c4

Browse files
committed
Merge branch 'main' into renovate/all-minor-patch
2 parents 46b1923 + e6277cb commit c8a68c4

File tree

277 files changed

+1278
-1219
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+1278
-1219
lines changed

.idea/modules.xml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

CHANGELOG.md

+82
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,85 @@
1+
## [9.5.0](https://github.com/maevsi/vibetype/compare/9.4.0...9.5.0) (2025-03-13)
2+
3+
### Features
4+
5+
* **style:** dynamic theme color ([#1822](https://github.com/maevsi/vibetype/issues/1822)) ([1b7aba3](https://github.com/maevsi/vibetype/commit/1b7aba372ae170c195b3569b28d2ddb1817b15ad))
6+
7+
## [9.4.0](https://github.com/maevsi/vibetype/compare/9.3.0...9.4.0) (2025-03-13)
8+
9+
### Features
10+
11+
* **style:** add monochrome icon to pwa ([036eed1](https://github.com/maevsi/vibetype/commit/036eed17f0cc812e85484a644a59dfaf8881bd3e))
12+
13+
## [9.3.0](https://github.com/maevsi/vibetype/compare/9.2.0...9.3.0) (2025-03-13)
14+
15+
### Features
16+
17+
* **style:** use transparent icons ([#1821](https://github.com/maevsi/vibetype/issues/1821)) ([598738d](https://github.com/maevsi/vibetype/commit/598738dadf184db3b0779037c219b75ff82cc813))
18+
19+
## [9.2.0](https://github.com/maevsi/vibetype/compare/9.1.0...9.2.0) (2025-03-13)
20+
21+
### Features
22+
23+
* **infrastructure:** migrate from maev.si to vibetype.app ([#1820](https://github.com/maevsi/vibetype/issues/1820)) ([4dc0c0f](https://github.com/maevsi/vibetype/commit/4dc0c0faaf93096fcf214580d8bbe8a04da92231))
24+
25+
## [9.1.0](https://github.com/maevsi/vibetype/compare/9.0.1...9.1.0) (2025-03-12)
26+
27+
### Features
28+
29+
* **legal:** update address ([#1817](https://github.com/maevsi/vibetype/issues/1817)) ([5446b97](https://github.com/maevsi/vibetype/commit/5446b97cfe0af2928c924daf69d6968061dba42b))
30+
31+
### Bug Fixes
32+
33+
* **component:** correct tailwind discord internationalization and style ([#1818](https://github.com/maevsi/vibetype/issues/1818)) ([fddbd2b](https://github.com/maevsi/vibetype/commit/fddbd2b6d4ab035027b21666783bcb8c7396225c))
34+
35+
## [9.0.1](https://github.com/maevsi/vibetype/compare/9.0.0...9.0.1) (2025-03-12)
36+
37+
### Bug Fixes
38+
39+
* **shadcn:** correct components configuration ([9ba58a4](https://github.com/maevsi/vibetype/commit/9ba58a425c2779c0a881bbb18cb1de38b4ec418a))
40+
41+
## [9.0.0](https://github.com/maevsi/vibetype/compare/8.6.1...9.0.0) (2025-03-12)
42+
43+
### ⚠ BREAKING CHANGES
44+
45+
* rename maevsi to vibetype (#1814)
46+
47+
### Features
48+
49+
* rename maevsi to vibetype ([#1814](https://github.com/maevsi/vibetype/issues/1814)) ([cf909d6](https://github.com/maevsi/vibetype/commit/cf909d60e0ce117381af2e2b93b5d7ffdc300f20))
50+
51+
## [9.0.0-beta.2](https://github.com/maevsi/vibetype/compare/9.0.0-beta.1...9.0.0-beta.2) (2025-03-12)
52+
53+
### Features
54+
55+
* **components:** restyle menu ([#1808](https://github.com/maevsi/vibetype/issues/1808)) ([edabfd5](https://github.com/maevsi/vibetype/commit/edabfd5a2cc1b35e03a28517d36d66cb4918f057))
56+
57+
### Bug Fixes
58+
59+
* **style:** correct layout width ([87a6532](https://github.com/maevsi/vibetype/commit/87a65320d9d3dca26e32a5f7b65e44155363d706))
60+
61+
## [9.0.0-beta.1](https://github.com/maevsi/vibetype/compare/8.5.0...9.0.0-beta.1) (2025-03-12)
62+
63+
### ⚠ BREAKING CHANGES
64+
65+
* rename maevsi to vibetype (#1814)
66+
67+
### Features
68+
69+
* rename maevsi to vibetype ([#1814](https://github.com/maevsi/vibetype/issues/1814)) ([cf909d6](https://github.com/maevsi/vibetype/commit/cf909d60e0ce117381af2e2b93b5d7ffdc300f20))
70+
71+
## [8.6.1](https://github.com/maevsi/vibetype/compare/8.6.0...8.6.1) (2025-03-11)
72+
73+
### Bug Fixes
74+
75+
* **style:** correct layout width ([87a6532](https://github.com/maevsi/vibetype/commit/87a65320d9d3dca26e32a5f7b65e44155363d706))
76+
77+
## [8.6.0](https://github.com/maevsi/vibetype/compare/8.5.0...8.6.0) (2025-03-10)
78+
79+
### Features
80+
81+
* **components:** restyle menu ([#1808](https://github.com/maevsi/vibetype/issues/1808)) ([edabfd5](https://github.com/maevsi/vibetype/commit/edabfd5a2cc1b35e03a28517d36d66cb4918f057))
82+
183
## [8.5.0](https://github.com/maevsi/vibetype/compare/8.4.0...8.5.0) (2025-03-07)
284

385
### Features

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If your CI pipeline is failing because of incorrect test snapshots, `pnpm build`
5555

5656
### dargstack
5757

58-
Always do either frontend-only development using `pnpm dev` or fullstack development running [`maevsi/maevsi_stack`](https://github.com/maevsi/maevsi_stack).
58+
Always do either frontend-only development using `pnpm dev` or fullstack development running [`maevsi/stack`](https://github.com/maevsi/stack).
5959
You cannot run both at the same time as each development server writes different content to the `node_modules` directory.
6060

6161
When switching back from fullstack development to frontend-only development, `pnpm` will ask for permission to take back control of the dependency linking.

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,5 @@ ENTRYPOINT ["docker-entrypoint.sh"]
228228
CMD ["pnpm", "run", "start:node"]
229229
HEALTHCHECK --interval=10s CMD wget -O /dev/null http://localhost:3000/api/healthcheck || exit 1
230230
EXPOSE 3000
231-
LABEL org.opencontainers.image.source="https://github.com/maevsi/maevsi"
231+
LABEL org.opencontainers.image.source="https://github.com/maevsi/vibetype"
232232
LABEL org.opencontainers.image.description="Find events, guests and friends 💙❤️💚"

README.md

+29-29
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[![ci status][ci-image]][ci-url]
22
[![license status][license-image]][license-url]
33

4-
[ci-image]: https://img.shields.io/github/actions/workflow/status/maevsi/maevsi/ci.yml
5-
[ci-url]: https://github.com/maevsi/maevsi/actions/workflows/ci.yml
6-
[license-image]: https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmaevsi%2Fmaevsi.svg?type=shield
7-
[license-url]: https://app.fossa.com/projects/git%2Bgithub.com%2Fmaevsi%2Fmaevsi?ref=badge_shield
4+
[ci-image]: https://img.shields.io/github/actions/workflow/status/maevsi/vibetype/ci.yml
5+
[ci-url]: https://github.com/maevsi/vibetype/actions/workflows/ci.yml
6+
[license-image]: https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmaevsi%2Fvibetype.svg?type=shield
7+
[license-url]: https://app.fossa.com/projects/git%2Bgithub.com%2Fmaevsi%2Fvibetype?ref=badge_shield
88

9-
# maevsi
9+
# Vibetype
1010

11-
Find events, guests and friends: [maev.si](https://maev.si/).
11+
Find events, guests and friends: [vibetype.app](https://vibetype.app/).
1212

13-
This project is deployed within the [maevsi_stack](https://github.com/maevsi/maevsi_stack/) in accordance with the [DargStack template](https://github.com/dargstack/dargstack_template/) to make deployment a breeze.
13+
This project is deployed within the [maevsi/stack](https://github.com/maevsi/stack/) in accordance with the [dargstack template](https://github.com/dargstack/dargstack_template/) to make deployment a breeze.
1414

15-
![Welcome](https://maev.si/__og-image__/image/og.png "maevsi")
15+
![Welcome](https://vibetype.app/__og-image__/image/og.png "Vibetype")
1616

1717
## Table of Contents
1818
1. **[Contributing](#contributing)**
@@ -32,7 +32,7 @@ The setup for frontend development is easy! 💅
3232

3333
The setup for backend development is more complex as it consists of numerous services which are best set up containerized 🧑‍💻
3434

35-
You're encouraged to ask questions on [maevsi's Discord](https://discord.gg/E3hD3wEUQ4) if the setup could go smoother!
35+
You're encouraged to ask questions on [Vibetype's Discord](https://discord.gg/E3hD3wEUQ4) if the setup could go smoother!
3636

3737
### Frontend only
3838

@@ -48,15 +48,15 @@ You're encouraged to ask questions on [maevsi's Discord](https://discord.gg/E3hD
4848

4949
#### Setup
5050

51-
1. create a directory named `maevsi` in a directory of your liking
51+
1. create a directory named `vibetype` in a directory of your liking
5252
1. download this repository into that newly created directory:
5353
```sh
54-
cd maevsi
55-
git clone https://github.com/maevsi/maevsi.git
54+
cd vibetype
55+
git clone https://github.com/maevsi/vibetype.git
5656
```
57-
1. switch into the `maevsi` subdirectory and setup Node:
57+
1. switch into the `vibetype` subdirectory and setup Node:
5858
```sh
59-
cd maevsi
59+
cd vibetype
6060
nvm install
6161
```
6262
1. then install all dependencies using [pnpm](https://pnpm.io/), which should include the **src** directory automatically:
@@ -70,7 +70,7 @@ You're encouraged to ask questions on [maevsi's Discord](https://discord.gg/E3hD
7070
cd src
7171
pnpm dev
7272
```
73-
1. you should now be able to access maevsi under https://localhost:3000/! 🎉
73+
1. you should now be able to access Vibetype under https://localhost:3000/! 🎉
7474

7575
</details>
7676

@@ -90,30 +90,30 @@ You're encouraged to ask questions on [maevsi's Discord](https://discord.gg/E3hD
9090

9191
#### Setup
9292

93-
1. create a directory named `maevsi` in a directory of your liking
94-
1. download the project modules [maevsi](https://github.com/maevsi/maevsi), [maevsi_stack](https://github.com/maevsi/maevsi_stack) and [sqitch](https://github.com/maevsi/sqitch) into that newly created directory:
93+
1. create a directory named `vibetype` in a directory of your liking
94+
1. download the project modules [vibetype](https://github.com/maevsi/vibetype), [maevsi/stack](https://github.com/maevsi/stack) and [sqitch](https://github.com/maevsi/sqitch) into that newly created directory:
9595
```sh
96-
cd maevsi
97-
git clone https://github.com/maevsi/maevsi.git
98-
git clone https://github.com/maevsi/maevsi_stack.git
96+
cd vibetype
97+
git clone https://github.com/maevsi/vibetype.git
98+
git clone https://github.com/maevsi/stack.git
9999
git clone https://github.com/maevsi/sqitch.git
100100
```
101-
- **maevsi** contains the frontend and database migrations
102-
- **maevsi_stack** is the service configuration
101+
- **vibetype** contains the frontend and database migrations
102+
- **maevsi/stack** is the service configuration
103103
- **sqitch** is the database migration service
104-
1. switch into the `maevsi` subdirectory and setup Node:
104+
1. switch into the `vibetype` subdirectory and setup Node:
105105
```sh
106-
cd maevsi
106+
cd vibetype
107107
nvm install
108108
```
109109
1. then install all dependencies using [pnpm](https://pnpm.io/), including the **src** directory:
110110
```sh
111111
corepack enable
112112
pnpm install
113113
```
114-
1. configure maevsi's [DargStack](https://github.com/dargstack/dargstack) then take note of the following output:
114+
1. configure Vibetype's [dargstack](https://github.com/dargstack/dargstack) then take note of the following output:
115115
```sh
116-
cd ../maevsi_stack/src/development
116+
cd ../stack/src/development
117117
cp stack.env.template stack.env
118118
pnpm store path
119119
```
@@ -134,12 +134,12 @@ You're encouraged to ask questions on [maevsi's Discord](https://discord.gg/E3hD
134134
cd ../../
135135
dargstack deploy
136136
```
137-
1. finally, create the Docker development images for `maevsi` and `sqitch` so that their services start successfully:
137+
1. finally, create the Docker development images for `vibetype` and `sqitch` so that their services start successfully:
138138
```sh
139-
dargstack build maevsi
139+
dargstack build vibetype
140140
dargstack build sqitch
141141
```
142-
1. you should now be able to access maevsi under https://localhost! 🎉
142+
1. you should now be able to access Vibetype under https://localhost! 🎉
143143
144144
If there are issues, you can debug the services as described in the following "Container Management" section.
145145

SECURITY.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# maevsi Disclosure Policy
1+
# Vibetype Disclosure Policy
22

33
## 1 Introduction
44

5-
The security of maevsi is a top priority for our team. We believe in transparency and collaboration with the community to identify and address potential security vulnerabilities. This disclosure policy outlines the procedures for reporting security issues in maevsi and how we handle such reports.
5+
The security of Vibetype is a top priority for our team. We believe in transparency and collaboration with the community to identify and address potential security vulnerabilities. This disclosure policy outlines the procedures for reporting security issues in Vibetype and how we handle such reports.
66

77
## 2 Reporting a Security Issue
88

9-
If you discover a security vulnerability in maevsi, we encourage you to report it to us promptly. To report a security issue, please follow these steps:
9+
If you discover a security vulnerability in Vibetype, we encourage you to report it to us promptly. To report a security issue, please follow these steps:
1010

1111

1212
Send an email to [email protected] with the subject line "Security Issue: [Brief Description]." Please provide a detailed description of the vulnerability, including the following:
@@ -18,7 +18,7 @@ Any additional information that can help us understand and address the issue.
1818

1919
## 3. Handling of Reports
2020

21-
Upon receiving a security report, the maevsi team will follow these steps:
21+
Upon receiving a security report, the Vibetype team will follow these steps:
2222

2323
### 3.1 Acknowledgment
2424

@@ -38,7 +38,7 @@ We will keep you informed of our progress throughout the process and notify you
3838

3939
## 4 Disclosure
4040

41-
We believe in responsible disclosure to protect our users.
41+
We believe in responsible disclosure to protect our users.
4242

4343
If the issue is resolved, we will coordinate with you to establish a mutually agreed-upon release date for the fix.
4444
We will issue a security advisory and update the project's documentation once the fix is publicly available.
@@ -49,11 +49,11 @@ We highly value the contributions of the security community and will provide cre
4949

5050
## 6 Legal Protection
5151

52-
maevsi will not pursue legal action against security researchers who follow this disclosure policy and act in good faith. We appreciate your efforts to help us maintain the security of our project.
52+
Vibetype will not pursue legal action against security researchers who follow this disclosure policy and act in good faith. We appreciate your efforts to help us maintain the security of our project.
5353

5454

5555
## 7 Changes to this Policy
5656

5757
This security disclosure policy may be updated or revised from time to time.
5858

59-
Last Updated: 2024-09-12
59+
Last Updated: 2025-03-11

SECURITY_CONTRIBUTION.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Security Contributions
2-
The following security researchers followed our offical disclosure policy and helped us secure maevsi:
3-
- None yet, be the first!
2+
The following security researchers followed our offical disclosure policy and helped us secure Vibetype:
3+
- None yet, be the first!

pnpm-lock.yaml

+7-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)