|
|
25e9168f96
|
Merge branch '4-settings-page'
|
2018-04-01 10:17:47 +02:00 |
|
|
|
3e38c8ca41
|
adding app/controllers/UserController.php
|
2018-04-01 10:10:24 +02:00 |
|
|
|
ad03270d57
|
adding settings form.
|
2018-04-01 10:10:09 +02:00 |
|
|
|
d7d10057ae
|
adding app/library/Validation/Validator/Alpha.php
|
2018-03-31 23:11:35 +02:00 |
|
|
|
3bcb1b4b01
|
app/views/_templates/navigation.volt: adding settings link to user menu.
|
2018-03-30 13:39:34 +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 |
|
|
|
8034ed486c
|
app/views/_templates/navigation.volt: update to have user menu with dropdown.
|
2018-03-30 13:39:34 +02:00 |
|
|
|
0d7e8e08f3
|
app/assets/less/layout/navigation.less: adding dropdown effect for user menu.
|
2018-03-30 13:39:34 +02:00 |
|
|
|
567c113031
|
Merge branch '7-cleanup-css' into 'master'
Resolve "Cleanup css"
Closes #7
See merge request pnx/httpcb!5
|
2018-03-30 11:37:45 +00:00 |
|
|
|
af8f7d8cd6
|
app/assets/less/components/badge.less: use nesting.
|
2018-03-30 13:31:11 +02:00 |
|
|
|
95e7b60a82
|
app/assets/less/variables.less: rename shadow variables to "less" ugly names :)
|
2018-03-30 13:30:32 +02:00 |
|
|
|
2fa685fea5
|
app/assets/less/components/callback-list.less: change arrow color to be the same as border.
|
2018-03-30 11:36:03 +02:00 |
|
|
|
ea8e48a950
|
app/assets/less/variables.less: change text color abit.
|
2018-03-30 11:36:02 +02:00 |
|
|
|
4c2e2cdcb6
|
app/assets/less/variables.less: request list should use @text-color and @text-secondary color to make things consistent with other components of the site.
|
2018-03-30 11:36:02 +02:00 |
|
|
|
3acf748166
|
app/assets/less/variables.less: footer link color should reference @footer-text-color.
|
2018-03-30 11:36:01 +02:00 |
|
|
|
030ebbe104
|
app/assets/less/variables.less: major cleanup.
* Remove "special" color values in favor for defined ones in variables.
* Remove some ref to bootstrap variables.
|
2018-03-30 11:36:01 +02:00 |
|
|
|
9d2ce9e3d9
|
Merge branch '8-add-more-user-fields' into 'master'
Resolve "Add more user fields."
Closes #8
See merge request pnx/httpcb!7
|
2018-03-30 09:16:49 +00:00 |
|
|
|
06126274d2
|
app/models/Data/User.php: adding name, github_id, github_user
|
2018-03-30 11:15:50 +02:00 |
|
|
|
643dff96c1
|
DB: app/migrations/20180330090144_user_fields.php
|
2018-03-30 11:15:25 +02:00 |
|
|
|
d4a11a7ab3
|
app/assets/less/components/pagination.less: fix pagination abit. remove unused variable and set a slight hover effect.
|
2018-03-24 11:25:06 +01:00 |
|
|
|
23d5d7e0cb
|
app/assets/less/variables.less: adding @hover-color
|
2018-03-24 11:24:00 +01:00 |
|
|
|
72089baeeb
|
app/assets/less/variables.less: change @body-bg a little little bit :)
|
2018-03-24 11:23:36 +01:00 |
|
|
|
1337d2b0c5
|
app/assets/less/components/pagination.less: add @pagination-active-color variable
|
2018-03-24 11:14:11 +01:00 |
|
|
|
d2e8e64600
|
app/assets/less/variables.less: fixing the names for gray colors (prefixed with "gray" instead)
|
2018-03-24 10:48:46 +01:00 |
|
|
|
927cb8ec41
|
app/assets/less/base/typography.less: remove dead code.
|
2018-03-24 10:38:48 +01:00 |
|
|
|
5e67f98dd7
|
app/assets/less/variables.less: cleanup color variables abit.
|
2018-03-24 10:38:36 +01:00 |
|
|
|
747e10bc9c
|
app/assets/less/variables.less: we should use the american spelling of "grey".
|
2018-03-22 12:09:24 +01:00 |
|
|
|
3ac1bfe40c
|
DB Migration: 20180321203158_user_reg_date.php
|
2018-03-21 21:38:27 +01:00 |
|
|
|
a8d6317d94
|
Merge branch '5-database-migration' into 'master'
Resolve "Database migration"
Closes #5
See merge request pnx/httpcb!4
|
2018-03-21 19:56:35 +00:00 |
|
|
|
34f639e964
|
Merge branch '3-login-with-username' into 'master'
Resolve "Login with username"
Closes #3
See merge request pnx/httpcb!3
|
2018-03-21 19:55:57 +00:00 |
|
|
|
bf3d78da00
|
adding base db migrations.
|
2018-03-21 19:12:35 +01:00 |
|
|
|
3db175d542
|
adding phinx.php
|
2018-03-21 19:12:16 +01:00 |
|
|
|
4be824a962
|
adding composer.lock
|
2018-03-21 19:10:16 +01:00 |
|
|
|
ec539cfe7e
|
gitignore: do not ignore *.lock
|
2018-03-21 19:09:59 +01:00 |
|
|
|
9fa556539c
|
composer.json: update phinx.
|
2018-03-21 19:02:27 +01:00 |
|
|
|
21550b4ad0
|
app/forms/Login.php: validator message should say 8 (not 6) if minimum string length is 8 :)
|
2018-03-20 23:15:01 +01:00 |
|
|
|
3e0e526f4e
|
app/models/Data/User.php: implement status column (renamed from deleted that did not exist in db).
|
2018-03-20 23:12:59 +01:00 |
|
|
|
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 |
|