Uwe Steinmann
|
00fe04a82f
|
number of user session can be limited
|
2023-10-13 19:31:41 +02:00 |
|
Uwe Steinmann
|
b4b635e96a
|
use getDMS() instead of accessing _dms in folder or document object
|
2020-05-18 18:29:19 +02:00 |
|
Uwe Steinmann
|
dcfefa5801
|
remove cloѕing php tag
|
2020-04-20 10:18:51 +02:00 |
|
Uwe Steinmann
|
89e526a5e2
|
use new method SeedDMS_Core_[Folder|Document]::isType()
|
2019-08-08 09:08:27 +02:00 |
|
Uwe Steinmann
|
2ab62605b0
|
use microtime for session id
|
2017-12-30 12:41:07 +01:00 |
|
Uwe Steinmann
|
5543333291
|
move getUser() in file
|
2017-11-21 08:33:57 +01:00 |
|
Uwe Steinmann
|
d4c6dc8962
|
fix getting last sessions
group by didn't work anymore in new mysql versions
|
2017-10-27 19:42:56 +02:00 |
|
Uwe Steinmann
|
3cd370cb2e
|
add methods getLastAccessedSessions() and getUser()
|
2017-03-24 15:54:52 +01:00 |
|
Uwe Steinmann
|
6a3bf35739
|
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
|
2017-02-12 08:07:45 +01:00 |
|
Uwe Steinmann
|
a3a80f0a6b
|
put backticks around identifier in sql statements
|
2017-02-12 08:07:14 +01:00 |
|
Uwe Steinmann
|
a60294f371
|
use SeedDMS_Core_DMS::getClassname() to check for propper class
|
2015-06-09 21:50:32 +02:00 |
|
Uwe Steinmann
|
878ab2fd9a
|
add class SessionMgr, different session update
add SeedDMS_Session::getLastUpdate(), SeedDMS_Session::load() doesn't
update last access anymore
new Session manager not ready yet
|
2014-05-22 06:35:12 +02:00 |
|
Uwe Steinmann
|
12d2e4778b
|
add method clearClipboard()
|
2013-06-13 23:14:47 +02:00 |
|
Uwe Steinmann
|
88c8fa8ef6
|
rename all xxxFlashMsg() methods to xxxSplashMsg()
|
2013-05-21 08:36:11 +02:00 |
|
Uwe Steinmann
|
b5caa801b6
|
add more flash msg methods
|
2013-05-18 22:52:43 +02:00 |
|
Uwe Steinmann
|
917e018bb4
|
initial functions for flash messages
|
2013-05-18 22:29:45 +02:00 |
|
Uwe Steinmann
|
43323140a2
|
initialize substituted user in session to 0
|
2013-05-02 08:27:59 +02:00 |
|
Uwe Steinmann
|
e8e58b6bae
|
fix sql statement to create session
|
2013-04-22 10:26:48 +02:00 |
|
Uwe Steinmann
|
b6bf0604a4
|
add new parameter 'su' for switching users while being admin
|
2013-04-19 08:44:04 +02:00 |
|
Uwe Steinmann
|
3f20f624bc
|
replace mktime() by time()
|
2013-02-27 09:08:16 +01:00 |
|
Uwe Steinmann
|
73c6ff9427
|
major name change from letodms to seeddms
|
2013-02-14 12:10:53 +01:00 |
|
steinm
|
8e950290dc
|
- added function to set user id in session (currently not used)
|
2013-02-06 17:33:11 +00:00 |
|
steinm
|
0c22d143eb
|
- added clipboard management
|
2013-01-30 19:58:36 +00:00 |
|
steinm
|
d30cdb6799
|
- added methods setLanguage() and getLanguage(), better internal data handling
|
2013-01-24 08:04:14 +00:00 |
|
steinm
|
da2e00e96b
|
- new method getId()
|
2012-08-29 20:42:33 +00:00 |
|
steinm
|
19d222b4df
|
- quote string propperly before using in sql statement
|
2011-12-01 21:37:10 +00:00 |
|
steinm
|
c3c1694826
|
- added method qstr() to inc.DBAccess.php and use it class Session
|
2011-11-29 07:17:29 +00:00 |
|
steinm
|
8a84bc3b51
|
- rename all classes belonging to the core of LetoDMS into LetoDMS_Core_xxx
- move them all into LetoDMS_Core
|
2011-01-20 08:18:37 +00:00 |
|
steinm
|
3de58ab8bc
|
- added documentation
|
2011-01-14 19:40:12 +00:00 |
|
steinm
|
f9cf7309d4
|
- new class for simple session management
|
2011-01-11 08:02:45 +00:00 |
|