Commit Graph

15 Commits

Author SHA1 Message Date
Milan
a7828b52d9 user sessions: use database instead of filesystem
User sessions will be stored in database and not in files anymore.
CGI::Session is not used anymore for this purpose.  The new module
user_sessions.pm provides functions on new database table user_sessions.
2020-11-14 21:06:22 +01:00
Milan
80b1e484d3 redesign login box 2019-10-04 00:41:41 +02:00
Milan
131548fe0d enhance link if password forgotten 2019-10-04 00:41:41 +02:00
Milan
d3fc5f998a remove cache
* remove cache, cache setup is not easy, todays servers do not really
* need it anymore
* add prototypes and fix parameter issues
* suppress redefinition
2019-04-22 00:59:40 +02:00
Milan
88a52dd674 limit session timeout and write sessions to sub temp dir 2019-03-02 16:03:24 +01:00
Milan
1ae2af09e9 fix login from other usecases than calendar 2018-10-14 00:09:43 +02:00
Milan
5964186c5e reduce use of CGI.pm 2018-10-05 00:28:30 +02:00
Milan
7ff41cecd2 remove CGI where possible
use mod_perl request with fallback to CGI::Simple where possible.
2018-09-23 15:47:03 +02:00
Milan
a6b656779b refactoring
update package definition
fix dependencies
remove global variables
2018-09-02 09:39:24 +02:00
Milan
05b1251c1a refactoring
optimize imports
reformat source code
remove unused cpu and memory log functionality
2018-08-29 00:10:15 +02:00
Milan
41d209f05a rewrite image editor, make images editable at projects and studios 2018-05-14 23:11:32 +02:00
Milan
077d9c5a53 add event creation batch, lib changes for past changes 2018-03-17 13:38:36 +01:00
Milan
aadf3fd06e add user password reset, add series image switch, add image licences, redesign exclude filters 2018-03-17 13:14:13 +01:00
root
502fb6d191 remove carp, add recording config 2018-01-16 22:09:37 +01:00
Milan
69e5d0e4c6 copy current state of medienstaatsvertrag.org, to be verified 2017-12-18 10:58:50 +01:00