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.
ef8e78084e
httpcb
/
app
History
Download ZIP
Download TAR.GZ
Henrik Hautakoski
ef8e78084e
app/controllers/AuthController.php: in oauthAction() use the new implementation of OAuth.
2018-04-06 11:55:30 +02:00
..
assets
app/assets/less/layout/navigation.less: some fixes with icons/text in dropdown menu.
2018-04-05 01:10:34 +02:00
config
app/config/conf.local.sample.yml: update to reflect the new OAuth implementation.
2018-04-06 11:55:29 +02:00
controllers
app/controllers/AuthController.php: in oauthAction() use the new implementation of OAuth.
2018-04-06 11:55:30 +02:00
forms
Change form namespace to App\Form
2018-04-02 23:37:50 +02:00
library
rename app/library/OAuth.php to app/library/OAuth/Client.php and change implementation to use Adapter classes.
2018-04-06 11:55:29 +02:00
listeners
adding app/listeners/ActivityLog.php
2018-04-05 00:18:17 +02:00
migrations
DB Migration: 20180401083402_create_activity_log.php
2018-04-04 23:57:49 +02:00
models
/Data
app/models/Data/User.php: implement beforeSave() and trigger "user:onPasswordCreated" and "user:onPasswordChanged"
2018-04-05 00:19:11 +02:00
views
app/views/_templates/navigation.volt: adding activity link
2018-04-05 01:09:36 +02:00