This website requires JavaScript.
Explore
Help
Sign in
pnx
/
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.
e072ae686d
httpcb
/
app
History
Download ZIP
Download TAR.GZ
Henrik Hautakoski
e072ae686d
app/forms/Registration.php: cleanup, get rid of bind()
2018-08-15 22:03:20 +02:00
..
assets
adding app/assets/less/components/spacer.less
2018-08-14 21:43:04 +02:00
config
app/config/routes.yml: add '/register' route.
2018-08-14 21:43:03 +02:00
controllers
app/controllers/AuthController.php: in oauthAction() redirect to registration page if no user is found.
2018-08-14 23:22:30 +02:00
forms
app/forms/Registration.php: cleanup, get rid of bind()
2018-08-15 22:03:20 +02:00
library
app/library/Auth.php: in loginOauth() no need to set status active anymore User::findFirstByOAuth() do not return deleted users.
2018-08-15 21:56:54 +02:00
listeners
minor cleanups.
2018-08-10 16:48:48 +02:00
migrations
migration: 20180814172405_user_split_name.php
2018-08-14 21:17:19 +02:00
models
/Data
app/models/Data/User.php: in findFirstByOAuthID() also only fetch rows where status != deleted
2018-08-15 21:48:29 +02:00
templates
/mail
adding app/templates/mail/password_activation.volt
2018-06-12 23:50:39 +02:00
views
adding app/views/auth/register.volt
2018-08-14 23:18:22 +02:00