This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ghopp
/
taskrambler
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
366
Commits
8
Branches
10
Tags
3.6 MiB
Tree:
fa63e7d5fe
0.1.7
master
next
release0.1.5
release0.1.6
release0.1.7
v0.1.8
v0.1.9
0.1.8
0.1.9
v0.1
v0.1.1
v0.1.2
v0.1.3
v0.1.4
v0.1.5
v0.1.6
v0.1.7
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'fa63e7d5fe'
${ noResults }
Commit Graph
21 Commits (fa63e7d5fed83ac1072861aa0658c377f17ff914)
Author
SHA1
Message
Date
Georg Hopp
8c2de51c57
Use new class interface and update copyright information
12 years ago
Georg Hopp
8d41a5707b
compile with latest library versions, escpecialy the new socket code.
12 years ago
Georg Hopp
a9b2338655
add session removal by ip
12 years ago
Georg Hopp
5849bb7274
utilize libtrdata
12 years ago
Georg Hopp
527b9e2d38
move all hashing helper code in separate library
12 years ago
Georg Hopp
1307358fbd
moved the class and memory management into a separate project libtrbase / prefix all of the public interface of libtrbase with TR_
12 years ago
Georg Hopp
06c15c2b3c
basic user update functionality
12 years ago
Georg Hopp
de714f8a19
use the new application container
12 years ago
Georg Hopp
f95c7f2fae
display lines of code in page footer
12 years ago
Georg Hopp
17d11ab2a8
remove no longer used application signup method
12 years ago
Georg Hopp
45dc79e210
generalise user handling more so that not only signup and login is possible but also password or userdata changes and further administration.
12 years ago
Georg Hopp
080add7222
remove specialized load and save from user, add serializable and indexable interface and make user utilize both and store a user and its credentials keyed by its uuid
12 years ago
Georg Hopp
1dd874a99b
optimized session handling.
closes
#41
12 years ago
Georg Hopp
52f6fbc52a
logout no longer tries to stop the session. Now simply the user is removed.
12 years ago
Georg Hopp
c70d626931
update prototypes
12 years ago
Georg Hopp
711dc28fc5
show taskrambler version in Frontend
12 years ago
Georg Hopp
f1a1399db7
now signup and login with storage of a hashed password works.
12 years ago
Georg Hopp
70c5edfde9
put most of the parts for simple signup/login in place...not tested now as it is late. Hopefully tomorrow I find the time to setup a small testform and bring this whole thing finally to work. refs
#36
12 years ago
Georg Hopp
1094e9c9f0
make sessions start on any request and clean them when they have timed out.
12 years ago
Georg Hopp
9cd89f97cf
now signup and login with storage of a hashed password works.
12 years ago
Georg Hopp
6139e8f03a
put most of the parts for simple signup/login in place...not tested now as it is late. Hopefully tomorrow I find the time to setup a small testform and bring this whole thing finally to work. refs
#36
12 years ago
Georg Hopp
76d164b80c
make sessions start on any request and clean them when they have timed out.
12 years ago
Georg Hopp
79b346559a
code with abstraced application compiles again, but does not work correctly, start debugging. refs
#24
12 years ago
Georg Hopp
36612df0da
implemented an application class as well as an http adapter for it and use it to start application logic by http requests as well as creating a fitting repsonse. Not perfect, but a start. This code is not finish and will not work...in fact it won't even compile i think. refs
#24
12 years ago
Georg Hopp
817758272a
remove occurences of write circular buffer
12 years ago
Georg Hopp
d235aaef32
try to use memory mapped io for asset access, but this one leaks like a rotten barge
12 years ago
Georg Hopp
623a062df7
add suppport for file extension based mime type detection.
12 years ago
Georg Hopp
61f8dc58e1
add latest stuff from parent project yabrog. Essentially some request variable handling and authentication interface with ldap implementation. Additionally add docBlocks to all C source and header files and make a real copyright sign from the (C).
14 years ago
Georg Hopp
fa02368ab8
initial fork from server project
14 years ago