|
|
69fd7a6e19
|
app/library/Auth.php: adding impersonate() and impersonateClear() methods
|
2023-05-01 15:49:42 +00:00 |
|
|
|
be4950ff88
|
Style fixes.
|
2023-04-30 16:57:42 +02:00 |
|
|
|
a7a59b690a
|
app/library/Services.php: in _initSharedRouter() setup not found route.
|
2023-04-30 16:46:53 +02:00 |
|
|
|
dd140ccd8a
|
app/library/Services.php: in _initSharedRouter() Remove default routes
|
2023-04-30 16:46:04 +02:00 |
|
|
|
e47aa5188e
|
app/library/Services.php: Attach AuthEmailListener to listen to auth events.
|
2022-08-28 17:35:58 +02:00 |
|
|
|
e56c8f37ea
|
app/library/Services.php: in _initSharedModelsMetadata() must pass a factory to adapter in phalcon 4
|
2022-08-28 17:14:04 +02:00 |
|
|
|
d7af32a1d7
|
app/library/Services.php: in _initSession() must pass a factory to adapter in phalcon 4
|
2022-08-28 17:13:19 +02:00 |
|
|
|
727badedd6
|
app/library/Form.php: update error classes for bootstrap 5.2.0
|
2022-08-09 00:05:31 +02:00 |
|
|
|
9ad9221de0
|
app/library/Form.php: Update classes to bootstrap 5.2.0
|
2022-08-02 12:52:22 +02:00 |
|
|
|
9cd10581d8
|
app/library/Form.php: Phalcon\Forms\Element is renamed to Phalcon\Forms\Element\AbstractElement
|
2022-08-02 12:36:45 +02:00 |
|
|
|
9b2e38d9f3
|
app/library/Bootstrap.php: Fix documentation for run() method.
|
2022-07-26 21:10:28 +02:00 |
|
|
|
191f1c1930
|
app/library/Mvc/Model/Behavior/RandomId.php: "_optoins" property is renamed to "options"
|
2022-07-26 21:08:51 +02:00 |
|
|
|
bb12b1a007
|
app/library/Validation/Validator/Alpha.php: update to phalcon4 api.
|
2022-07-26 20:53:00 +02:00 |
|
|
|
62550f90fa
|
app/library/Services.php: Update logging initialization
|
2022-07-26 20:20:40 +02:00 |
|
|
|
771cb05b12
|
app/library/Services.php: update session initialization
|
2022-07-26 20:19:54 +02:00 |
|
|
|
2dd571cd3d
|
app/library/Services.php: update view initialization
|
2022-07-26 20:17:06 +02:00 |
|
|
|
abcbf8759e
|
app/library/Services.php: Don't need to call setEventsManager() on auth service anymore.
|
2022-07-26 20:13:23 +02:00 |
|
|
|
8029872b13
|
app/library/Services.php: Phalcon\Mvc\Url is called Phalcon\Url now.
|
2022-07-26 20:11:27 +02:00 |
|
|
|
93daf5f797
|
app/library/Auth.php: Change Phalcon\Mvc\User\Component to Phalcon\Di\Injectable
|
2022-07-26 20:04:34 +02:00 |
|
|
|
61bd9eb692
|
app/library/Acl.php: use the new Acl api in phalcon.
|
2022-07-26 20:00:03 +02:00 |
|
|
|
2a2cda0de4
|
app/library/Services.php: remove "use Phalcon\DiInterface" as it's not used.
|
2022-07-26 19:58:50 +02:00 |
|
|
|
aababdcb12
|
Phalcon\DiInterface is renamed to Phalcon\Di\DiInterface
|
2022-07-26 19:58:50 +02:00 |
|
|
|
4bf76f87f1
|
app/library/Bootstrap.php: require $uri parameter in run()
Phalcon/Application::handle() requires it to be passed.
|
2022-07-26 19:41:21 +02:00 |
|
|
|
89e096c4fd
|
app/library/Services.php: get role from authed user getType() method.
|
2019-12-01 15:23:26 +01:00 |
|
|
|
ca27834a56
|
app/library/Navigation/Node.php: minor change.
|
2019-12-01 15:23:26 +01:00 |
|
|
|
4e059b3c54
|
app/library/Acl.php: in fromConfig() fix so that zones can be both strings and arrays.
|
2018-12-29 15:24:25 +01:00 |
|
|
|
2cb7ad2da8
|
app/library/Acl.php: in isAllowed() implement wildcard for controllers in modules.
|
2018-12-29 15:24:25 +01:00 |
|
|
|
e5b0e1fcfd
|
Make the application modular to have a "main" and "backend" part.
|
2018-12-29 15:24:25 +01:00 |
|
|
|
5828e5a205
|
app/listeners/AclListener.php: rename to AccessListener
|
2018-09-30 23:54:52 +02:00 |
|
|
|
bd37c593e4
|
app/library/Services.php: use acl.yml
|
2018-09-30 23:51:02 +02:00 |
|
|
|
80a8cdca3f
|
Improve ACL handling.
|
2018-09-30 23:50:21 +02:00 |
|
|
|
9d6e17e646
|
app/library/Services.php: remove sendgrid service (defined as mail from now on).
|
2018-09-22 14:03:33 +02:00 |
|
|
|
5c7145fd9c
|
app/library/Services.php: adding Mail service.
|
2018-09-22 13:56:41 +02:00 |
|
|
|
6847312778
|
adding app/library/Mail.php
|
2018-09-22 13:51:53 +02:00 |
|
|
|
d7023d5336
|
app/library/OAuth/Adapter/League.php: handle exception in getProviderName()
|
2018-09-18 00:33:49 +02:00 |
|
|
|
d241f35a19
|
app/library/Validation/Validator/Alpha.php: remove commented out debug code.
|
2018-09-18 00:33:27 +02:00 |
|
|
|
d5b657bd5b
|
app/library/Navigation.php: add docblock
|
2018-09-18 00:32:53 +02:00 |
|
|
|
6756c5c5b4
|
app/library/Navigation/*: fixing some phpdoc comments and add proper types to arguments.
|
2018-09-18 00:32:24 +02:00 |
|
|
|
15a9009828
|
app/library/Auth.php: switch $_session_key to a constant.
|
2018-08-17 16:57:44 +02:00 |
|
|
|
1e9203f35f
|
app/library/Auth.php: use Httpcp\Auth\Result
|
2018-08-17 16:53:57 +02:00 |
|
|
|
d4902331cf
|
adding app/library/Auth/Result.php
|
2018-08-17 16:51:41 +02:00 |
|
|
|
c71416908a
|
app/library/Auth.php: in loginOauth() no need to set status active anymore User::findFirstByOAuth() do not return deleted users.
|
2018-08-15 21:56:54 +02:00 |
|
|
|
a337ccd4fa
|
app/library/OAuth/UserData/UserDataInterface.php: add toArray()
|
2018-08-14 23:18:24 +02:00 |
|
|
|
43417740a7
|
app/library/OAuth/UserData: make all concrete classes extend UserData.
|
2018-08-14 23:18:23 +02:00 |
|
|
|
4a22f67e62
|
adding app/library/OAuth/UserData/UserData.php
|
2018-08-14 23:18:23 +02:00 |
|
|
|
31d5740681
|
app/library/Auth.php: adding systemLogin()
|
2018-08-14 23:18:22 +02:00 |
|
|
|
ddb9d8934d
|
adding app/library/Form.php
|
2018-08-14 23:18:21 +02:00 |
|
|
|
316edec020
|
app/library/Auth.php: in loginOauth() should return false if there is no user.
|
2018-08-14 23:18:21 +02:00 |
|
|
|
f65832332b
|
app/library/OAuth/UserData/Gitlab.php: oops, forgot a var_dump()
|
2018-08-14 21:42:20 +02:00 |
|
|
|
c65020fa43
|
app/library/OAuth/UserData/UserDataInterface.php: adding getFirstname() and getLastname()
|
2018-08-14 21:17:04 +02:00 |
|