|
|
4d5066f5da
|
app/library/Auth/Auth.php: in login() accept both username and email.
|
2018-03-20 22:48:38 +01:00 |
|
|
|
cf92cfe37a
|
app/models/Data/User.php: adding findFirstByUsernameOrEmail()
|
2018-03-20 22:48:10 +01:00 |
|
|
|
ba39333e1a
|
app/forms/Login.php: remove email validation
|
2018-03-20 22:22:59 +01:00 |
|
|
|
279e6a30c1
|
Merge branch '2-request-list-show-ip-http-method' into 'master'
Resolve "Request list - Show IP + HTTP Method."
Closes #2
See merge request pnx/httpcb!2
|
2018-03-19 19:50:42 +00:00 |
|
|
|
2c07bd8b87
|
app/assets/less/components/request-item.less: make text color a bit brighter for all list header fields except method and uri.
|
2018-03-19 20:31:27 +01:00 |
|
|
|
4621850b85
|
app/assets/less/components/request-item.less: scale text down abit for all list header fields except method and uri.
|
2018-03-19 20:25:45 +01:00 |
|
|
|
8828c14230
|
app/views/callback/show.volt: move some stuff around and add 2 rows for list header to make room for source ip and method.
|
2018-03-19 20:24:38 +01:00 |
|
|
|
b6507f1171
|
app/controllers/CallbackController.php: in endpointAction() log method and client ip. (also only log GET/POST request for now)
|
2018-03-19 19:48:01 +01:00 |
|
|
|
815fcbd497
|
app/models/Data/RequestMeta.php: adding source_ip and method.
|
2018-03-19 19:47:00 +01:00 |
|
|
|
dd71d0b600
|
Merge branch '1-log-get-parameters-for-callbacks' into 'master'
Resolve "Log GET parameters for callbacks."
Closes #1
See merge request pnx/httpcb!1
|
2018-03-19 10:10:25 +00:00 |
|
|
|
80b0cd9063
|
app/views/callback/show.volt: show query parameters in detail view.
|
2018-03-18 12:47:23 +01:00 |
|
|
|
0aa1107797
|
app/models/Data/RequestMeta.php: adding getUriQuery()
|
2018-03-18 12:47:00 +01:00 |
|
|
|
51a2675366
|
app/views/callback/show.volt: use UrlStyle Helper.
|
2018-03-18 12:18:13 +01:00 |
|
|
|
f7ac58ea44
|
adding app/assets/less/components/url.less
|
2018-03-18 12:17:42 +01:00 |
|
|
|
8635eb2a1d
|
adding app/library/ViewHelper/UrlStyle.php
|
2018-03-18 12:12:16 +01:00 |
|
|
|
8778f64d96
|
app/views/callback/show.volt: remove index number from list headers.
|
2018-03-18 11:46:51 +01:00 |
|
|
|
28215d0303
|
app/views/callback/show.volt: add uri to list header.
|
2018-03-18 11:45:07 +01:00 |
|
|
|
9851b05af3
|
app/assets/less/components/request-item.less: adding "request-list-item-header-uri".
|
2018-03-18 11:43:29 +01:00 |
|
|
|
be1ef1b86d
|
app/controllers/CallbackController.php: in endpointAction() save request uri.
|
2018-03-17 14:44:58 +01:00 |
|
|
|
cc72c4839c
|
app/models/Data/RequestMeta.php: add uri field.
|
2018-03-17 14:44:22 +01:00 |
|
|
|
3286ec8ec0
|
app/controllers/AuthController.php: in oauthAction() show a generic message on error and redirect to "/login" again instead of first page.
|
2018-02-25 20:02:10 +01: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 |
|
|
|
acb547f13c
|
composer.json: remove a "," that caused parse errors.
|
2018-02-24 16:11:06 +01:00 |
|
|
|
4faa26c25e
|
include app/assets/less/vendor/* in git.
|
2018-02-24 16:10:23 +01:00 |
|
|
|
ef737fd406
|
gitignore: oops, only ignore top level "vendor" dir.
|
2018-02-24 16:09:58 +01:00 |
|
|
|
107e08d1df
|
app/views/_templates/footer.volt: new year :)
|
2018-02-14 08:50:34 +01:00 |
|
|
|
e869a1cab4
|
initial commit
|
2017-09-01 17:10:27 +02:00 |
|