This website requires JavaScript.
Explore
Help
Sign in
archive
/
httpcb
Archived
Watch
1
Star
0
Fork
You've already forked httpcb
0
Code
Releases
Activity
This repository has been archived on
2026-04-03
. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
21550b4ad0
httpcb
/
app
History
Download ZIP
Download TAR.GZ
Henrik Hautakoski
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
..
assets
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
config
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
controllers
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
forms
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
library
adding app/library/ViewHelper/UrlStyle.php
2018-03-18 12:12:16 +01:00
models
/Data
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
plugins
initial commit
2017-09-01 17:10:27 +02:00
views
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