Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #144

Merged
merged 45 commits into from
Aug 16, 2013
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
230815a
Test for PHP 5.5 and require password_compatibility_library.php (devel)
markc Jul 13, 2013
ac992dd
Added 0-functional/index.php example
markc Jul 14, 2013
02c4e0b
[issue #23] public user profile list
panique Aug 9, 2013
8ef5423
[issue #23] public user profile list
panique Aug 9, 2013
ed4c092
[issue #106] seperate own libs/classes and external libs in 4-full-mv…
panique Aug 9, 2013
b3776f3
[issue #106] seperate own libs/classes and external libs in 4-full-mv…
panique Aug 9, 2013
acf98e2
[issue #112] time delay login attack prevention database/model implem…
panique Aug 9, 2013
4dbd1be
[issue #112] time delay login attack prevention database/model implem…
panique Aug 9, 2013
c2e7134
[issue #112] time delay login attack prevention database/model implem…
panique Aug 9, 2013
6a75485
new features in 4-full-mvc-framework
panique Aug 10, 2013
ca1b17d
[feature / issue #18] Local avatars
panique Aug 10, 2013
4cfe5aa
[feature / issue #18] Local avatars
panique Aug 10, 2013
92cace1
[feature / issue #18] Local avatars
panique Aug 10, 2013
370fcb0
[feature / issue #18] Local avatars
panique Aug 10, 2013
a1376ca
info on shared sessions/logins on multiple setups of the script on ON…
panique Aug 10, 2013
66aa187
lots of code improvements, error preventions, code beautification
panique Aug 10, 2013
8078dc5
Merge pull request #109 from markc/develop
panique Aug 10, 2013
de36e6c
introducing the 0-one-file version of the script, written by Mark Con…
panique Aug 11, 2013
90d01f2
introducing the 0-one-file version of the script, written by Mark Con…
panique Aug 11, 2013
fb83c94
[feature][issue #8] remember me / keep me logged in feature (preview!)
panique Aug 11, 2013
18ebb6c
added missing avatar upload menu link
panique Aug 11, 2013
3340410
[feature][issue #8] remember me feature
panique Aug 11, 2013
19020fb
Introducing the styles/themes for the project, now on https://github.…
panique Aug 12, 2013
2492f73
put the wiki stuff into the readme
panique Aug 12, 2013
d80de49
email adress change now asks for password
panique Aug 12, 2013
5ebdc2a
email change now asks for password (to prevent account takeovers)
panique Aug 12, 2013
2b7635f
"my account" menu point now links directly to users profile
panique Aug 13, 2013
f2bd600
"my account" menu point now links directly to users profile
panique Aug 13, 2013
fbd298c
[FEATURE][issue #111] users can upgrade/downgrade their account statu…
panique Aug 13, 2013
8ec531a
[FEATURE][issue #111] users can upgrade/downgrade their account statu…
panique Aug 13, 2013
c6e669e
new main feature: account upgrade/downgrade (for basic/premium accounts)
panique Aug 13, 2013
3e27d4f
[FIX] when logging in via cookie, all session values are now set corr…
panique Aug 13, 2013
6ea5610
[FIX] when logging in via cookie, all session values are now set corr…
panique Aug 13, 2013
d5ffe34
note the cookie domain config
panique Aug 13, 2013
06fd6b6
removed useless msg
panique Aug 13, 2013
d8f1e84
[ENHANCEMENT][issue #21] Errors & messages as config vars, not real text
panique Aug 13, 2013
fd95376
mail setup instructions also for 4-full
panique Aug 16, 2013
eb0f616
[code improvement] empty object is now initialized
panique Aug 16, 2013
cc7570f
[code improvement] empty object is now initialized
panique Aug 16, 2013
389934a
[fix] check for constant via defined()
panique Aug 16, 2013
9e6566a
[fix] SMTP settings are now much better, providing SSL/TLS settings, …
panique Aug 16, 2013
fcf7e33
[fix] SMTP settings are now much better, providing SSL/TLS settings, …
panique Aug 16, 2013
6f31455
Live demo links
panique Aug 16, 2013
3c11993
Update README.md
panique Aug 16, 2013
f03eeec
Update README.md
panique Aug 16, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
"my account" menu point now links directly to users profile
  • Loading branch information
panique committed Aug 13, 2013
commit f2bd60025157c8b4ba283f63f1be07d3808096a1
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

August 13th 2013
* 4-full-mvc-framework: email change now asks for password (to prevent account takeovers)
* 4-full-mvc-framework: "my account" menu item now links directly to user's profile

August 12th 2013
* introducing the styles for the php-login project: https://github.com/panique/php-login-styles
Expand Down