Archived
1
0
Fork 0
Commit graph

46 commits

Author SHA1 Message Date
5fb9880a1b
Adding backend/LogController::index() 2019-12-01 19:27:27 +01:00
7c458a8052
app/config/routes.yml: adding backend-user-list route 2019-12-01 15:23:26 +01:00
3c17346e46
app/config/menu.yml: add admin link 2019-12-01 15:23:26 +01:00
cc08ca1658
app/config/acl.yml: move the docs to docs/ACL.md 2019-12-01 15:23:26 +01:00
8aa1ceb2cb
app/config/acl.yml: add admin role and backend zone. 2019-12-01 15:23:29 +01:00
e5b0e1fcfd
Make the application modular to have a "main" and "backend" part. 2018-12-29 15:24:25 +01:00
884f721002
app/config/acl.yml: add admin role. 2018-12-29 15:24:24 +01:00
bcd50a8453
adding app/config/acl.yml 2018-09-30 23:14:37 +02:00
7c24e2ea5e
app/controllers/UserController.php: move activateLinkAction() to ApiController 2018-09-30 23:12:08 +02:00
bd5a8402e6
app/controllers/CallbackController.php: move endpointAction() to ApiController. 2018-09-30 23:11:03 +02:00
6c14bf9873
app/config/routes.yml: add '/register' route. 2018-08-14 21:43:03 +02:00
b47f2eb741
app/config/routes.yml: add pattern for activation-link 2018-08-11 20:13:42 +02:00
422c5bc699
app/config/app.yml: remove sessionDir 2018-08-08 20:14:48 +02:00
82adcbe8d8
app/config/local.sample.yml: adding "models-metadata" and "session" sections. 2018-08-08 16:50:56 +02:00
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