Archived
1
0
Fork 0
Commit graph

56 commits

Author SHA1 Message Date
c3e25fdc8f app/config/routes.yml: add impersonate route. 2023-04-30 17:50:21 +02:00
d2e7d6b670 app/config/routes.yml: define all routes and use shorthand path fields. 2023-04-30 16:44:36 +02:00
8c9455a2d5 Merge branch '38-admin-send-activation-password-resets-to-email' into dev 2022-08-28 17:49:22 +02:00
7315885877 app/config/local.sample.yml: minor fix. 2022-08-28 17:37:26 +02:00
ff15ee697c app/config/routes.yml: Add "status" to the url for backend-user-status route. 2022-08-28 17:36:50 +02:00
5b9d64c09e app/config/routes.yml: Add backend-user-activation-email route 2022-08-28 17:35:58 +02:00
d8a20441cc app/config/routes.yml: Adding backend-user-new route 2022-07-24 23:05:00 +02:00
599eb17f69 app/config/routes.yml: make "page" an optional variable for backend-user-list route. 2022-07-24 17:13:30 +02:00
b1212f5310
app/controllers/backend/UserController.php: adding edit action. 2019-12-03 11:04:23 +01:00
691632a31f
app/config/routes.yml: adding backend-user-edit route 2019-12-03 00:20:47 +01:00
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