Commit f70084a
authored
feat: add advanced features (#135)
* Setup tools for local development
* Remove unused config
* feat(services): add redis as php extensions
* feat(docker-compose): Use env files from folders instead of root env file
* feat(services): implement container role
* feat(api): update default env
* feat(api): update dev command
* feat(api): implement snowflake ids and roles/permissions
* feat(api): guard pulse
* feat(api): gate telescope
* feat(api): disable telescope on default
* feat(api): update env to default options
* feat(api): implement is admin flag and migrate permission to this
because we only use this for internal tools like telescope and pulse we don't need to expose this flag
* feat(api): implement spatie permission teams as organizations
because this is in a feature branch we do not create a new migration and ignore the breaking change against this feature branch
* feat(vscode): add new extensions for development
* feat(docs): move dev docker compose docs to develop
* fix(chore): remove old zip version of project
* feat(vscode): add laravel artisan extension
* feat(api): add is default and is owner to roles table
* feat(api): remove roles and permission seeder
* feat(api): implement permissions enum
* feat(api): add first version of organization classes
* feat(api): migrate route function to app controller
* feat(api): implement own models for roles and permissions
* fix(api): add missing table to migration
* feat(api): implement roles for organizations
* feat(api): add a first basic debug route for testing
* docs(api): add docs to disable organization feature
* feat(api): disable fortify views
* feat(apps): first auth version with basic registration and csrf token support
* feat(apps): implement basic api call logic
* feat(apps): disable direct register call
* feat(apps): set semi to true
* feat(apps): refactor api logic
* feat(api): lint code
* style: run lint and format
* feat(apps): add dev components and add basic layout
* feat(api): add Laravel Auditing
* feat(api): add support for multiple languages
* fix(apps): ssr error on watch
* feat(apps): refactor api logic
* feat(apps): refactor api and basic register implementation
* fix(docker): fix wrong user
* feat(api): setup basic password rules
* feat(apps): refactor api logic to better support ssr
* feat(apps): refactor api code to make it cleaner
* fix(blog): use correct app name
* feat(apps): improve form validation ux on errors
* feat(api): implement health service
* feat(api): move health to own database
* chore: add iconify extension
* feat(apps): refactor auth layouts and implement logout
* fix(api): remove unneeded provider registration
* feat(apps): improve logout and prepare resend email verification
* featt(api): basic overwrite of emails for fortify
* feat(apps): implement email resend of email verification
* feat(apps): implement email verification
* feat(api): change default session cookie
* fix(apps): alert container shows margin even if slot is empty
* feat(api): update dependencies
* feat(apps): update dependencies
* feat(api): prohibit destructive commands
* feat(apps): improve submit handling
* feat(apps): improve form ux/ui
* feat(apps): improve form ui/ux
* feat(apps): implement password forgot
* featt(api): publish notification view
* feat(api): allow pulse view on local
* feat(apps): migrate auth pages to base package and put them behind a feature flag
* feat(apps): improve code
* feat(apps): remove unused code
* feat(apps): implement password reset
* feat(api): add app urls
* feat(api): implement laravel horizion
* fix(apps): remove dev comment
* feat(app): start implementation of dashboard
* feat(apps): implement remeber me logic
* fix(apps): checkbox and toggle style
* feat(scripts): update naming
* feat(apps): placeholder logic for a basic dashboard
* fix(api): add missing drop table
* feat(api): add first_name and last_name
* feat(api): add user organization
* feat(api): improve organizations me logic by migration endpoint to me endpoint
* fix(apps): toggle track style
* feat(apps): add exmple code
* feat(apps): improve dashboard ui
* fix(app): type error on search groups
* feat(apps): improve dashboard setup logic (better use of ssr and csr)
* feat(apps): migrate texts to local file
* feat(apps): extend default settings pages
* feat(apps): improve sidebar
* feat(apps): improve settings
* feat(apps): implement account update and password confirm
* chore: update all dependencies
* chore: lint code
* chore: format code
* feat(github): add php extensions
* feat(github): add php extensions
* fix(apps): adjust placeholder test to pass
* fix(services): add missing php extension1 parent 2cb3eff commit f70084a
File tree
204 files changed
+17344
-2879
lines changed- .github/workflows
- .vscode
- apps
- blog
- locales
- web
- locales
- pages
- settings
- packages
- app-base
- components
- auth
- base
- card
- color/mode
- dashboard
- dev
- card
- code
- form
- dropdown
- locale
- organizations
- page/card
- user
- composables
- layouts
- locales
- middleware
- modules
- pages
- auth
- email
- password
- forgot
- reset
- plugins
- api
- stores
- tests
- components
- types
- eslint-config
- font-awesome-pro-iconify
- src
- scripts/font-awesome-pro-to-iconify
- src
- services
- api
- app
- Actions/Fortify
- Enums
- Http
- Controllers
- Middleware
- Resources
- Models
- Policies
- Providers
- bootstrap
- config
- database
- factories
- migrations
- seeders
- lang
- de
- en
- resources
- js
- views/vendor/notifications
- routes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
204 files changed
+17344
-2879
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
| |||
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| 184 | + | |
183 | 185 | | |
184 | 186 | | |
185 | 187 | | |
| |||
265 | 267 | | |
266 | 268 | | |
267 | 269 | | |
| 270 | + | |
268 | 271 | | |
269 | 272 | | |
270 | 273 | | |
| |||
335 | 338 | | |
336 | 339 | | |
337 | 340 | | |
| 341 | + | |
338 | 342 | | |
339 | 343 | | |
340 | 344 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | | - | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
124 | 140 | | |
125 | 141 | | |
126 | 142 | | |
| |||
194 | 210 | | |
195 | 211 | | |
196 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
0 commit comments