Commit Graph

10912 Commits

Author SHA1 Message Date
Uwe Steinmann
55df94a993 use authentication service 2022-11-29 17:34:29 +01:00
Uwe Steinmann
a5e975caa5 searchfolder returns full path of folder 2022-11-29 17:33:04 +01:00
Uwe Steinmann
e8192d2813 add $skiproot and $sep parameter to getFolderPathPlain() 2022-11-29 17:31:54 +01:00
Uwe Steinmann
8a01102cf5 add documentation on how to use the scheduler 2022-11-29 10:49:37 +01:00
Uwe Steinmann
c87eb6c6f0 add changs for 5.1.29 2022-11-29 10:49:01 +01:00
Uwe Steinmann
6a24ce5d10 documentation on how to use swagger 2022-11-29 10:46:34 +01:00
Uwe Steinmann
e9b3b25b64 pass notification and authentication service to ServeRequest 2022-11-29 10:44:19 +01:00
Uwe Steinmann
f7ebe88822 add authentication service 2022-11-28 21:40:42 +01:00
Uwe Steinmann
28a4a24613 add constructor, authenticate() returns null if authentication fails 2022-11-28 21:36:40 +01:00
Uwe Steinmann
0f0ba03449 remove constructor and class vars from abstract class 2022-11-28 21:35:41 +01:00
Uwe Steinmann
182418c856 allow parameter of type 'folder' and 'users' 2022-11-25 15:06:49 +01:00
Uwe Steinmann
1488cdcfca use predefined key for translation of parameter description 2022-11-25 13:45:27 +01:00
Uwe Steinmann
e4be5465be issue propper err msg when view access is prohibited 2022-11-24 17:16:43 +01:00
Uwe Steinmann
0c28f47481 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2022-11-24 12:40:55 +01:00
Uwe Steinmann
4e528975b8 use Login controller 2022-11-24 12:40:25 +01:00
Uwe Steinmann
2556bf5b3f set 'source' = 'web' for controller 2022-11-24 12:39:57 +01:00
Uwe Steinmann
ec38938d8d include Log.php 2022-11-24 12:39:37 +01:00
Uwe Steinmann
53389d9054 do cookie handling and session update only if logged in via web page 2022-11-24 12:38:59 +01:00
Uwe Steinmann
53f350c2fa Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2022-11-24 11:03:56 +01:00
Uwe Steinmann
3e61d93049 add changes for 5.1.29 2022-11-24 11:02:07 +01:00
Uwe Steinmann
d3d7956f4e set data-remote of button to open a modal box with content loaded from remote 2022-11-24 11:01:31 +01:00
Uwe Steinmann
7854f75c8c add unsafe-inline to csp rule, because of jquery 3.6.1 2022-11-24 11:01:14 +01:00
Uwe Steinmann
63ca342576 show warning if import file has no users or misses a header line 2022-11-24 09:44:43 +01:00
Uwe Steinmann
823d98b261 add a render function for hashed passwords 2022-11-24 09:44:23 +01:00
Uwe Steinmann
9e4eae8206 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2022-11-22 06:56:46 +01:00
Uwe Steinmann
3af5b0f943 new version 5.1.29 2022-11-22 06:52:44 +01:00
Uwe Steinmann
4fe2f97fea js code for drag&drop upload is added even if user has no access on folder 2022-11-21 16:33:38 +01:00
Uwe Steinmann
0073b00c5e fix calling changeFolderAccess() 2022-11-21 16:33:02 +01:00
Uwe Steinmann
c93d42228d start new version 5.1.29 2022-11-21 16:32:37 +01:00
Uwe Steinmann
4e1e126783 propperly rollback addDocument() if add categories fails 2022-11-21 16:32:06 +01:00
Uwe Steinmann
baa3010b43 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2022-11-18 17:17:38 +01:00
Uwe Steinmann
c9ea05b263 fix target to create api doc 2022-11-18 11:22:08 +01:00
Uwe Steinmann
8d2becb0ca change namespace of iterators from SeedDMS to SeedDMS\Core 2022-11-18 11:20:38 +01:00
Uwe Steinmann
a9feb3e182 change namespace of iterators from SeedDMS to SeedDMS\Core 2022-11-18 11:20:18 +01:00
Uwe Steinmann
bafa55b489 fix typo, update copyright 2022-11-18 11:15:27 +01:00
Uwe Steinmann
9dbe4e25aa Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2022-11-17 17:44:05 +01:00
Uwe Steinmann
2e4b19e4ef fix counting of login failures if both ldap and db authentication is done 2022-11-17 17:43:55 +01:00
Uwe Steinmann
330073f52a Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2022-11-17 15:24:32 +01:00
Uwe Steinmann
b45bc9d57c update notes of 5.1.28 2022-11-17 13:10:53 +01:00
Uwe Steinmann
d06f33abeb all file operations use methods of SeedDMS_Core_File 2022-11-17 13:10:46 +01:00
Uwe Steinmann
820370d713 getMimeType() is now SeedDMS_Core_File::mimetype() 2022-11-17 11:35:34 +01:00
Uwe Steinmann
2c96fb5a1c remove getMimeType(), it has been moved to SeedDMS_Core 2022-11-17 11:34:28 +01:00
Uwe Steinmann
e719f31167 fix moveDir() which didn't work at all 2022-11-17 11:33:43 +01:00
Uwe Steinmann
09f6dc64a6 removeDir() does not require a leading dir separator 2022-11-17 11:33:34 +01:00
Uwe Steinmann
f9328a5b7c add text/markdown in fileExtension() 2022-11-17 11:32:45 +01:00
Uwe Steinmann
62c2606d09 add file_exists(), improve parse_filesize() 2022-11-17 11:32:05 +01:00
Uwe Steinmann
7716d3ad54 add method mimetype() 2022-11-17 11:31:12 +01:00
Uwe Steinmann
0e8f9c5164 fix copyright and description of class 2022-11-17 11:30:07 +01:00
Uwe Steinmann
4888082cda Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2022-11-15 17:16:46 +01:00
Uwe Steinmann
83770f7521 fix getMimetype() 2022-11-15 16:15:24 +01:00