Skip to content

Commit

Permalink
git submodule foreach 'git checkout 1.7/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
yuokada committed Jan 8, 2021
1 parent adeaea4 commit ed55561
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fuel/core
Submodule core updated 274 files
2 changes: 1 addition & 1 deletion fuel/packages/auth
Submodule auth updated 44 files
+28 −28 bootstrap.php
+46 −9 classes/auth.php
+1 −3 classes/auth/acl/driver.php
+1 −1 classes/auth/acl/ormacl.php
+1 −3 classes/auth/acl/simpleacl.php
+1 −3 classes/auth/driver.php
+1 −2 classes/auth/exceptions.php
+1 −3 classes/auth/group/driver.php
+2 −2 classes/auth/group/ormgroup.php
+2 −4 classes/auth/group/simplegroup.php
+2 −3 classes/auth/login/driver.php
+8 −7 classes/auth/login/ormauth.php
+10 −3 classes/auth/login/simpleauth.php
+7 −5 classes/auth/opauth.php
+32 −24 classes/model/auth/group.php
+12 −12 classes/model/auth/grouppermission.php
+30 −22 classes/model/auth/metadata.php
+41 −33 classes/model/auth/permission.php
+106 −0 classes/model/auth/provider.php
+38 −30 classes/model/auth/role.php
+11 −11 classes/model/auth/rolepermission.php
+69 −54 classes/model/auth/user.php
+12 −12 classes/model/auth/userpermission.php
+16 −0 composer.json
+5 −5 config/auth.php
+1 −1 config/opauth.php
+4 −4 config/ormauth.php
+3 −3 config/simpleauth.php
+1 −1 lang/en/auth_model_group.php
+3 −3 lang/en/auth_model_permission.php
+7 −7 lang/en/auth_model_role.php
+4 −4 lang/en/auth_model_user.php
+6 −11 migrations/001_auth_create_usertables.php
+6 −10 migrations/002_auth_create_grouptables.php
+6 −10 migrations/003_auth_create_roletables.php
+6 −10 migrations/004_auth_create_permissiontables.php
+7 −12 migrations/005_auth_create_authdefaults.php
+6 −11 migrations/006_auth_add_authactions.php
+6 −11 migrations/007_auth_add_permissionsfilter.php
+6 −11 migrations/008_auth_create_providers.php
+6 −11 migrations/009_auth_create_oauth2tables.php
+6 −12 migrations/010_auth_fix_jointables.php
+57 −0 normalizedrivertypes.php
+1 −2 tasks/simple2orm.php

0 comments on commit ed55561

Please sign in to comment.