Archived
1
0
Fork 0
Commit graph

32 commits

Author SHA1 Message Date
1550aab606
app/config/routes.yml: add ":params" to cb-endpoint route. 2018-08-06 20:19:24 +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
3ebd19a8cf remove app/config/config.php 2018-06-18 20:11:50 +02:00
e85d935734 Create a Bootstrap class and move bootstrap code from public/index.php 2018-06-18 17:42:30 +02:00
683ebae35b public/index.php: use new Application class and remove services.php 2018-06-17 12:55:56 +02:00
daa8803f5e Merge branch '10-user-confirm-email-when-creating-new-password' 2018-06-12 23:51:52 +02:00
823f6d2e3f app/config/services.php: adding template service. 2018-06-12 23:32:03 +02:00
eb62be5d86 Merge branch '16-email-api' into 10-user-confirm-email-when-creating-new-password 2018-06-12 23:04:32 +02:00
97e00c0c28 app/config/services.php: adding sendgrid 2018-06-12 21:57:26 +02:00
7b9ae5c381 app/config/conf.local.sample.yml: adding sendgrid. 2018-06-12 21:57:07 +02:00
552af58c7f app/config/services.php: adding "activation-link" route. 2018-06-12 00:33:10 +02:00
b293502774 app/config/services.php: remove unused route. 2018-06-10 20:55:30 +02:00
0db9f91a3e app/config/services.php: adding routes for oauth connect/disconnect 2018-06-10 20:55:29 +02:00
fcabc45602 adding Font Awesome JS files. 2018-04-11 20:42:11 +02:00
52ea0c7531 app/config/services.php: in router, change /oauth/{strategy} to /login/{strategy} for oauth route. 2018-04-06 11:55:30 +02:00
adfeb97f1a app/config/conf.local.sample.yml: update to reflect the new OAuth implementation. 2018-04-06 11:55:29 +02:00
f966cfb911 app/config/services.php: setup "oauth" using the new implementation 2018-04-06 11:55:29 +02:00
ae6bf194b1 app/config/services.php: add default event manager to Auth. 2018-04-05 00:18:18 +02:00
b2ca9e3fba app/config/services.php: adding "eventsManager" 2018-04-05 00:18:18 +02:00
2b6da6453b Change form namespace to App\Form 2018-04-02 23:37:50 +02:00
6173d56fd4 change model namespace to App\Model\Data 2018-04-02 23:35:49 +02:00
6ed63d591f move app/plugins to app/listeners and give them the App\Listener namespace. 2018-04-02 23:26:06 +02:00
a72932a7ad move app/log.txt to cache/log/app.txt 2018-04-02 12:23:08 +02:00
f55c8adb20 app/controllers: Fixing namespace. 2018-04-02 12:17:10 +02:00
aa37d10024 Fixing proper namespace for app/library 2018-04-02 02:28:25 +02:00
758121efe5 app/config/services.php: in view, use new viewCacheDir config variable. 2018-04-01 19:58:41 +02:00
97cb0f0f42 app/config/conf.app.yml: update paths. 2018-04-01 19:58:08 +02:00
aa035628a9 app/config/services.php: add user-settings route.
override the profile route because it is not implemented.
2018-03-30 13:39:34 +02:00
f42cb50a77 app/config/services.php: in dispatcher make sure the first letter in the action name is lowercase. Also only camelize the delimiters "-_" 2018-02-25 19:55:29 +01:00
e869a1cab4 initial commit 2017-09-01 17:10:27 +02:00