Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

few tweaks #23

Merged
merged 2 commits into from
Jan 6, 2020
Merged

few tweaks #23

merged 2 commits into from
Jan 6, 2020

Conversation

DarkSide666
Copy link
Member

No description provided.

@DarkSide666 DarkSide666 merged commit 5a5228e into develop Jan 6, 2020
@DarkSide666 DarkSide666 deleted the feature/acl2 branch January 6, 2020 17:28
romaninsh added a commit that referenced this pull request Jan 20, 2020
* specify version for ui

* add changelog

* typo fix

* Add a lot of comments in code and also some hooks and ease customization of encryption/verification methods by using callbacks

* no need for new instance, fix #10

* demos fix, no need for  config

* initial implementation of acl

* add missing bits

* cleanup cloning

* In Case the project is used as component

This raises warning/notice if Auth and Atk is used as components in any other frameworks

* Update Auth.php

* Update Auth.php

* work in progress - working on new version

* wip

* work in progress

* extended admin to manage role rules

* Fix log-in page title

When login appears, currently the title is "Agile UI - Untitled Application". This changes the title to "Log-in Required".

* Allow title customization

Added $title field. Title can be customized by passing it into the constructor like this:
`new Login/Auth(['title' => 'Please login'])`

* Compact code

* Revert and use $this-app->title

* update dependencies

* fix password field cloning and tests

* bunch of changes mostly in models

* make demo config configurable

* wip in demos

* comment

* wip

* sublime

* wip

* cleanup

* no need for password to be visible

* in progress

* kind of done

* address Romans comments

* ACL UI, fields and actions dropdown etc

* comment

* Fix/wizard2.0.0 - WIP (#22)

* Update .travis.yml

* rollback to dev-develop (atk4/data@dev-feature was merged)

* fix Demo with correct namespace for Demo App

* Add Form to test and create file config.php for connection to db

* Temporary fix to atk4\schema\migrateModels method

* Fix : if file config.php not present redirect to wizard.php

* Fix : action "register_new_user" field : login -> name

* composer : pinned atk repos version to 2.0.*

* clean up

* setup travis for 7.2 + coverage

* few tweaks (#23)

* tests config

* few tweaks

* use render method only if model is set (#24)

* done (#25)

* fix dropdowns (#26)

* Update AbstractDropDown.php

* Update AccessRule.php

* develop branch should rely on develop branches

* Feature/add release workflow (#27)

* add release scripts

* implement "require-release" strategy suggested by Dark

* remove behat, it is not working anyway

* remove behat, it is not working anyway

* codecov fix

* whops

* fix

* fix

* fix

* fix

* fix

* Setting release dependencies

Co-authored-by: Romans Malinovskis <me@nearly.guru>
Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github.com>
Co-authored-by: Gowrav Vishwakarma <gowravvishwakarma@gmail.com>
Co-authored-by: Alex Cicovic <acicovic@gmail.com>
Co-authored-by: Francesco Danti <fdanti@gmail.com>
Co-authored-by: GitHub Web Flow <noreply@github.com>
DarkSide666 added a commit that referenced this pull request Feb 10, 2020
* specify version for ui

* add changelog

* typo fix

* Add a lot of comments in code and also some hooks and ease customization of encryption/verification methods by using callbacks

* no need for new instance, fix #10

* demos fix, no need for  config

* initial implementation of acl

* add missing bits

* cleanup cloning

* In Case the project is used as component

This raises warning/notice if Auth and Atk is used as components in any other frameworks

* Update Auth.php

* Update Auth.php

* work in progress - working on new version

* wip

* work in progress

* extended admin to manage role rules

* Fix log-in page title

When login appears, currently the title is "Agile UI - Untitled Application". This changes the title to "Log-in Required".

* Allow title customization

Added $title field. Title can be customized by passing it into the constructor like this:
`new Login/Auth(['title' => 'Please login'])`

* Compact code

* Revert and use $this-app->title

* update dependencies

* fix password field cloning and tests

* bunch of changes mostly in models

* make demo config configurable

* wip in demos

* comment

* wip

* sublime

* wip

* cleanup

* no need for password to be visible

* in progress

* kind of done

* address Romans comments

* ACL UI, fields and actions dropdown etc

* comment

* Fix/wizard2.0.0 - WIP (#22)

* Update .travis.yml

* rollback to dev-develop (atk4/data@dev-feature was merged)

* fix Demo with correct namespace for Demo App

* Add Form to test and create file config.php for connection to db

* Temporary fix to atk4\schema\migrateModels method

* Fix : if file config.php not present redirect to wizard.php

* Fix : action "register_new_user" field : login -> name

* composer : pinned atk repos version to 2.0.*

* clean up

* setup travis for 7.2 + coverage

* few tweaks (#23)

* tests config

* few tweaks

* use render method only if model is set (#24)

* done (#25)

* fix dropdowns (#26)

* Update AbstractDropDown.php

* Update AccessRule.php

* develop branch should rely on develop branches

* Feature/add release workflow (#27)

* add release scripts

* implement "require-release" strategy suggested by Dark

* remove behat, it is not working anyway

* remove behat, it is not working anyway

* codecov fix

* whops

* fix

* fix

* fix

* fix

* fix

* fix ACL

* move functionality to setup trait

* change traits

* bump test

* bump atk4/schema version

* Setting release dependencies

Co-authored-by: Romans Malinovskis <me@nearly.guru>
Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github.com>
Co-authored-by: Gowrav Vishwakarma <gowravvishwakarma@gmail.com>
Co-authored-by: Alex Cicovic <acicovic@gmail.com>
Co-authored-by: Francesco Danti <fdanti@gmail.com>
Co-authored-by: GitHub Web Flow <noreply@github.com>
DarkSide666 added a commit that referenced this pull request Feb 11, 2020
* specify version for ui

* add changelog

* typo fix

* Add a lot of comments in code and also some hooks and ease customization of encryption/verification methods by using callbacks

* no need for new instance, fix #10

* demos fix, no need for  config

* initial implementation of acl

* add missing bits

* cleanup cloning

* In Case the project is used as component

This raises warning/notice if Auth and Atk is used as components in any other frameworks

* Update Auth.php

* Update Auth.php

* work in progress - working on new version

* wip

* work in progress

* extended admin to manage role rules

* Fix log-in page title

When login appears, currently the title is "Agile UI - Untitled Application". This changes the title to "Log-in Required".

* Allow title customization

Added $title field. Title can be customized by passing it into the constructor like this:
`new Login/Auth(['title' => 'Please login'])`

* Compact code

* Revert and use $this-app->title

* update dependencies

* fix password field cloning and tests

* bunch of changes mostly in models

* make demo config configurable

* wip in demos

* comment

* wip

* sublime

* wip

* cleanup

* no need for password to be visible

* in progress

* kind of done

* address Romans comments

* ACL UI, fields and actions dropdown etc

* comment

* Fix/wizard2.0.0 - WIP (#22)

* Update .travis.yml

* rollback to dev-develop (atk4/data@dev-feature was merged)

* fix Demo with correct namespace for Demo App

* Add Form to test and create file config.php for connection to db

* Temporary fix to atk4\schema\migrateModels method

* Fix : if file config.php not present redirect to wizard.php

* Fix : action "register_new_user" field : login -> name

* composer : pinned atk repos version to 2.0.*

* clean up

* setup travis for 7.2 + coverage

* few tweaks (#23)

* tests config

* few tweaks

* use render method only if model is set (#24)

* done (#25)

* fix dropdowns (#26)

* Update AbstractDropDown.php

* Update AccessRule.php

* develop branch should rely on develop branches

* Feature/add release workflow (#27)

* add release scripts

* implement "require-release" strategy suggested by Dark

* remove behat, it is not working anyway

* remove behat, it is not working anyway

* codecov fix

* whops

* fix

* fix

* fix

* fix

* fix

* fix ACL

* move functionality to setup trait

* change traits

* bump test

* bump atk4/schema version

* Update release-drafter.yml

* Update bundler.yml

* Setting release dependencies

Co-authored-by: Romans Malinovskis <me@nearly.guru>
Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github.com>
Co-authored-by: Gowrav Vishwakarma <gowravvishwakarma@gmail.com>
Co-authored-by: Alex Cicovic <acicovic@gmail.com>
Co-authored-by: Francesco Danti <fdanti@gmail.com>
Co-authored-by: GitHub Web Flow <noreply@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant