Browse Source

updated some files

v3-dev
REJack 7 years ago
parent
commit
d6c3370744
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 5
      .gitignore
  2. 31
      TODO.md

5
.gitignore vendored

@ -2,11 +2,12 @@
.env .env
system/
public/ public/
!public/assets/ !public/assets/
writable/ system/
tests/ tests/
vendor/
writable/
application/index.html application/index.html
application/.htaccess application/.htaccess

31
TODO.md

@ -1,14 +1,21 @@
# ToDo # ToDo
# Login Tokens ## GitHub
- PHPUnit tests over Travis-CI.org & Code-Coverage over CodeCov.
## Code
### Login Tokens
- Config for Cookie Name - Config for Cookie Name
- Single Login (Only one Token per User) - Single Login (Only one Token per User)
# DDOS ### DDOS
- Cookie usage? - Cookie usage?
- UserId to DB - UserId to DB
# Login ### Login
- Single Login mode (allow only one session per user) (#187)
- Config for unified error message (Email or Password wrong vs Email wrong ...)
- TOTP - TOTP
- reCAPTCHA - reCAPTCHA
- oAuth2 - oAuth2
@ -17,8 +24,22 @@
- Twitter - Twitter
- ... - ...
# listUsers ### listUsers
- remove * from select on list_users (#184)
- bool|integer $group_par Specify group id to list group or FALSE for all users - bool|integer $group_par Specify group id to list group or FALSE for all users
# getUser ### getUser
- Maybe we remove the model find if $email is not set (return sessions id) - Maybe we remove the model find if $email is not set (return sessions id)
### From CI3 V3 Issue
x add CI's Form Validation support (User, Group & Perms trough CI4's Model)
- add foreign key to database tables
- Unspecific session variable names for user (#177) ->session->id to ->session->user->id ...
- easy Migration from v2.X
- how to do without using Migration or rebuild migrations table for further updates
x Login with email and username (idk main behavior or config option)
x basic ui (login/register, user-, group-, perm-management, pm center, etc.)
x change licence to MIT (#88)
x change email to use a view with passed parameters, instead of plain text
Loading…
Cancel
Save