Skip to content

Commit

Permalink
A fresh start
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbilling committed Sep 25, 2024
1 parent bc9068f commit fc4ae09
Show file tree
Hide file tree
Showing 209 changed files with 22 additions and 37,269 deletions.
18 changes: 0 additions & 18 deletions .editorconfig

This file was deleted.

53 changes: 0 additions & 53 deletions .env.example

This file was deleted.

5 changes: 0 additions & 5 deletions .gitattributes

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/laravel.yml

This file was deleted.

28 changes: 14 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ jobs:
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md

create-sentry-release:
runs-on: ubuntu-latest
needs: update-changelog
steps:
- uses: actions/checkout@v4
- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
environment: production
version: ${{ github.ref }}
# create-sentry-release:
# runs-on: ubuntu-latest
# needs: update-changelog
# steps:
# - uses: actions/checkout@v4
# - name: Create Sentry release
# uses: getsentry/action-release@v1
# env:
# SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
# SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
# SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
# with:
# environment: production
# version: ${{ github.ref }}
9 changes: 0 additions & 9 deletions .prettierignore

This file was deleted.

8 changes: 0 additions & 8 deletions .prettierrc

This file was deleted.

14 changes: 0 additions & 14 deletions .styleci.yml

This file was deleted.

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Changelog

All notable changes to this project will be documented in this file.

0.0.0 - 2021-03-25
- First commit
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
</p>

## What is LANMS?
LAN-party Management System in the cloud. Available in the future, but soon. [Tweet at us to show your interest in this project!](https://twitter.com/kilobyteno)
LAN-party Management System (LANMS) is a web-based application that you can self-host or use our cloud-based solution to manage your LAN-party events. It is designed to help you manage your LAN-party events, including tournaments, games, tickets, guests, and participants.

## History

I, [Daniel](https://github.com/DanielRTRD), built a similar LANMS private project like this one which started back in 2014/2015. And now I want to create another one that is open-source and available for everyone out there.
I, [Daniel](https://github.com/dsbilling), built a similar LANMS private project like this one which started back in 2014. And now I want to create another one that is open-source and available for everyone out there.

## Contribution

Thank you for considering contributing to LANMS! You can read the contribution guide [here](CONTRIBUTING.md).
Thank you for considering contributing! You can read the contribution guide [here](.github/CONTRIBUTING.md).

## Code of Conduct

In order to ensure that the LANMS community is welcoming to all, please review and abide by the [Code of Conduct](CODE_OF_CONDUCT.md).
In order to ensure that the community is welcoming to all, please review and abide by the [Code of Conduct](.github/CODE_OF_CONDUCT.md).


## License

LANMS is open-sourced software licensed under the [GPL-3.0](LICENSE.md).
See the [LICENSE](LICENSE) file for details.
36 changes: 0 additions & 36 deletions app/Actions/Fortify/CreateNewUser.php

This file was deleted.

18 changes: 0 additions & 18 deletions app/Actions/Fortify/PasswordValidationRules.php

This file was deleted.

32 changes: 0 additions & 32 deletions app/Actions/Fortify/ResetUserPassword.php

This file was deleted.

41 changes: 0 additions & 41 deletions app/Actions/Fortify/UpdateUserPassword.php

This file was deleted.

Loading

0 comments on commit fc4ae09

Please sign in to comment.