Commit Graph

40 Commits

Author SHA1 Message Date
dependabot[bot]
a5b97fcf1d build(deps-dev): bump commitizen from 4.1.2 to 4.2.1 (#25)
Bumps [commitizen](https://github.com/commitizen/cz-cli) from 4.1.2 to 4.2.1.
- [Release notes](https://github.com/commitizen/cz-cli/releases)
- [Commits](https://github.com/commitizen/cz-cli/compare/v4.1.2...v4.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-28 13:10:30 +09:00
dependabot[bot]
a64ca3f26e build(deps-dev): bump ts-node from 8.10.2 to 9.0.0 (#22)
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.10.2 to 9.0.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v8.10.2...v9.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-28 12:52:11 +09:00
dependabot[bot]
0b48959e9b build(deps-dev): bump typescript from 3.9.7 to 4.0.2 (#20)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.0.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-28 11:02:31 +09:00
Jeff Bentley
b673ea1b18 fix: fixed an issue with eslint-prettier on windows (#32)
LGTM
2020-08-28 10:40:29 +09:00
dependabot[bot]
7aa1fa5a14 build(deps-dev): bump eslint-plugin-react-hooks from 4.0.8 to 4.1.0 (#18)
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.0.8 to 4.1.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-28 10:08:30 +09:00
dependabot[bot]
dbbd23af3d build(deps): bump axios from 0.19.2 to 0.20.0 (#17)
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.20.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.20.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-28 09:49:53 +09:00
sct
5343f35e5b feat(api): initial implementation of the auth system (#30)
Adds the auth system but does not add all required features. They will be handled in other tickets
2020-08-28 09:34:15 +09:00
dependabot-preview[bot]
7ac4bb01f0 Create Dependabot config file (#12)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-25 14:12:24 +09:00
Alex Zoitos
995e700138 refactor(layout component + sub components): refactor layout - extract sidebar, search etc (#11)
Extract Sidebar, search, userDropdown, Notifications from Layout component
2020-08-24 08:02:59 -04:00
sct
97e0eb83fc Merge pull request #10 from sct/feature/ch72
Github workflow for testing PRs
2020-08-23 15:38:28 +09:00
sct
f07669748f ci: change lint command to use yarn 2020-08-23 06:36:34 +00:00
sct
de8ee9ba85 fix: fixes next.js build to not include server files
Also fixes the next.js build to properly purge unused css classes from tailwind
2020-08-23 06:34:38 +00:00
sct
28854190a0 ci: adds linting/build workflow to commits 2020-08-23 06:25:23 +00:00
Alex Zoitos
1647f8c049 Merge pull request #8 from sct/feature/ch41
Login Page (Design/Route)
2020-08-22 21:23:33 -04:00
Alexander Zoitos
e61d9a767f refactor(app conditional cleanup): remove unnecessary else statement 2020-08-22 21:20:47 -04:00
Alexander Zoitos
f9b174c311 refactor(login component): remove copyright - to design later 2020-08-22 19:57:08 -04:00
Alexander Zoitos
0151134949 refactor(use component on login path conditional): use component on login path conditional 2020-08-22 19:55:00 -04:00
sct
cc2c172d11 Merge pull request #9 from sct/feature/ch49
Configure Docker dev environment
2020-08-22 19:25:46 +09:00
sct
f2487d920f build(docker): added Dockerfiles for local/prod (prod untested)
Also adds docker-compose.yml for development
2020-08-22 10:24:37 +00:00
Alexander Zoitos
159718891f feat(pass pageprops to loginpage): pass page props to loginPage 2020-08-20 21:16:44 -04:00
Alexander Zoitos
7d179ae3b4 feat(login route conditional): on login route, do not display layout 2020-08-19 23:00:23 -04:00
Alexander Zoitos
6e47be2fa8 feat(login component/route): add: Login Component and Route 2020-08-19 22:38:43 -04:00
sct
533ede1ab7 Merge pull request #7 from sct/feature/ch45
Layout Component
2020-08-19 15:33:09 +09:00
sct
1f497e8913 feat(layout): created Layout component
Also adds a Transition component for dealing with transitions easily with tailwind
2020-08-19 06:31:36 +00:00
sct
8db2bfe44f Merge pull request #6 from sct/feature/ch58
Add Inter font for Tailwind UI
2020-08-19 00:00:58 +09:00
sct
c6474558f1 style: added Inter font for use with Tailwind UI 2020-08-18 15:00:15 +00:00
sct
46eec85264 Merge pull request #5 from sct/feature/ch57
Plex Login Component
2020-08-18 23:43:42 +09:00
sct
0abf743b17 feat(components/plexloginbutton): added PlexLoginButton 2020-08-18 14:42:42 +00:00
sct
7423121a75 Merge pull request #4 from sct/feature/ch34
Plex OAuth
2020-08-18 18:52:37 +09:00
sct
72f9624f1d feat(plex/utils): added Plex OAuth class 2020-08-18 08:33:57 +00:00
sct
5adfdc1b05 Merge pull request #3 from sct/feature/ch36
User Database
2020-08-17 12:12:56 +09:00
sct
d902ef7277 feat(api-user): add basic User Entity and basic routing to fetch all users 2020-08-17 03:12:00 +00:00
sct
ccfd223f0f Merge pull request #2 from sct/feature/ch40
Add .editorconfig
2020-08-17 11:13:54 +09:00
sct
b982066327 feat(.editorconfig): add .editorconfig 2020-08-17 02:13:14 +00:00
sct
fb09d76f69 Merge pull request #1 from sct/feature/ch39
Add VSCode Recommended Extensions File
2020-08-17 11:10:50 +09:00
sct
5dc9b510b8 feat(extensions.json): added recommended extensions for VSCode 2020-08-17 02:07:16 +00:00
sct
ec33c639cd chore: fixed some prettier formatting errors in postcss.config.js 2020-08-17 02:01:15 +00:00
sct
89a6017c7f feat: bootstrap the basic app structure 2020-08-16 14:39:37 +00:00
sct
2519ac86f7 Add tailwindcss 2020-08-16 04:40:38 +00:00
sct
a1eb9c0048 Initial commit from Create Next App 2020-08-15 07:41:44 +00:00