Sindre Stephansen
|
cb0219dbba
|
Remove initial admin user, and change the database password
Fixes #7
|
il y a 5 ans |
Sindre Stephansen
|
24bc79c575
|
Implement protection from brute-force attacks
The implementation enforces a timeout of one minute after three or
more incorrect login attempts for an account.
Fixes #8
|
il y a 5 ans |
Sindre Stephansen
|
9892487c44
|
Implement better password security
The new scheme uses bcrypt and a random salt for each user.
This is not compatible with old passwords.
Fixes #13
|
il y a 5 ans |
Sindre Stephansen
|
56c14f149f
|
Reduce remember cookie expiry, and enforce by storing it in the database
Fixes #14
|
il y a 5 ans |
Sindre Stephansen
|
ba8b2e6153
|
Use random string for remember cookie, replacing deserialization
The random string token is stored in the database, and is revoked when
the user logs out.
Fixes #17
|
il y a 5 ans |
Jakob Notland
|
b1bab743d0
|
Change permissions to grant usergroup access. This change does not add or remove any vulnerablities. But makes it possibe for different administrators to manage the repository.
|
il y a 5 ans |
jakobsn
|
fa7148315c
|
polish
|
il y a 6 ans |
jakobsn
|
5a2eb9ba32
|
Remove localhost access to database (only need container access for docker)
|
il y a 6 ans |
jakobsn
|
d44735afff
|
polish
|
il y a 6 ans |
jakobsn
|
f23e31dfaa
|
polish
|
il y a 6 ans |
jakobsn
|
357e086b49
|
buff docs
|
il y a 6 ans |
jakobsn
|
47e1da5a54
|
checkpoint
|
il y a 6 ans |
jakobsn
|
d776fd78ad
|
Remove phone number field
|
il y a 6 ans |
jakobsn
|
2ae1eb1d75
|
Handle registration input
|
il y a 6 ans |
jakobsn
|
2285ccd3bc
|
Deliver button now changes the status to delivered
|
il y a 6 ans |
jakobsn
|
cd6d7f8c82
|
allow localhost to acces db and update readme
|
il y a 6 ans |
jakobsn
|
c2d01709ad
|
remove workaround
|
il y a 6 ans |
jakobsn
|
9ca6e35050
|
Create project with users
|
il y a 6 ans |
jakobsn
|
6f435602df
|
checkpoint adding users to project
|
il y a 6 ans |
jakobsn
|
1220a4b2ee
|
...
|
il y a 6 ans |
jakobsn
|
fd4e8bb53e
|
remove guestbook
|
il y a 6 ans |
jakobsn
|
fbfeab7ab3
|
sql error
|
il y a 6 ans |
jakobsn
|
78be90a300
|
Fix mysql bug and remove redundant file
|
il y a 6 ans |
jakobsn
|
89bc30aaa6
|
Workaround adding a task to NO TEAM at id 1 to satisfy foreignt key even to the task is not assigned
|
il y a 6 ans |
jakobsn
|
f1829946da
|
Docstrings & bugfixes
|
il y a 6 ans |
jakobsn
|
8322ac055a
|
Create projects
|
il y a 6 ans |
jakobsn
|
bd6504646a
|
more database tables and creating of projects. Bug encountered, sleep on it
|
il y a 6 ans |
jakobsn
|
87497bfb04
|
can write to guestbook when logged in
|
il y a 6 ans |
jakobsn
|
8718575bbb
|
Can now register user
|
il y a 6 ans |
jakobsn
|
0acccf8e47
|
error on insert query
|
il y a 6 ans |
jakobsn
|
d7effe429a
|
using good old mysql queries no longer throwing error.
|
il y a 6 ans |
jakobsn
|
de183f8b4c
|
Define networking with docker-compose. Can now run docker-compose up
|
il y a 6 ans |
jakobsn
|
f52d29f744
|
Launches webserver with nginx, wsgi and webpy. Next step is connecting to database
|
il y a 6 ans |
jakobsn
|
347b7b08e3
|
Works? But error message
|
il y a 6 ans |
jakobsn
|
dbca1eb0ab
|
readme
|
il y a 6 ans |