Archived
1
0
Fork 0
Commit graph

32 commits

Author SHA1 Message Date
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
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
2a2cda0de4 app/library/Services.php: remove "use Phalcon\DiInterface" as it's not used. 2022-07-26 19:58:50 +02:00
89e096c4fd
app/library/Services.php: get role from authed user getType() method. 2019-12-01 15:23:26 +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
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
be0a64a01c
app/library/Services.php: fixing some namespace issues. 2018-08-11 01:13:01 +02:00
ffb1881527
app/library/Services.php: add use session.path instead of application.sessionDir in _initSession() 2018-08-08 20:14:31 +02:00
a2ea4f54e0
app/library/Services.php: add config for session. 2018-08-08 16:50:28 +02:00
aa07255891
app/library/Services.php: change config path for Models Meta-data abit. 2018-08-08 16:49:58 +02:00
2097c3a657
app/library/Services.php: minor cleanup 2018-08-08 15:36:02 +02:00
f40b498ffb
build-tools: switch grunt for gulp. 2018-06-25 14:52:45 +02:00
d2ef7f2c52 app/library/Services.php: load menu config from file. 2018-06-18 22:22:50 +02:00
a8a448331e app/library/Services.php: load router settings from config file. 2018-06-18 22:16:03 +02:00
ca90ec30fb config: drop the "conf" prefix for config files. 2018-06-18 22:12:55 +02:00
005f1e3292 app/library/Services.php: make config service abit more generic (loading any number of files). 2018-06-18 20:21:31 +02:00
9dd712045a app/library/Services.php: adding debugger service. 2018-06-18 20:03:21 +02:00
e85d935734 Create a Bootstrap class and move bootstrap code from public/index.php 2018-06-18 17:42:30 +02:00
b3254e1f6c app/library/Services.php: database: no need for $di in closure. 2018-06-18 17:39:42 +02:00
f9050181d0 app/library/Bootstrap.php: revove "Application" and add "Services" class with the services definitions.
Had some wierd problem with closures an $this when being defined in one class and used in another
(defined in Application, used in Phalcon\Di\FactoryDefault).

So we move all of this to "Services" class that directly extends FactoryDefault DI.
And therefore, we don't need a Application class anymore.
2018-06-18 16:46:40 +02:00
Renamed from app/library/Application.php (Browse further)