Commit Graph

  • b6452faa9b order documents by id, return null if getDocumentByOriginalFilename() does not find any documents Uwe Steinmann 2021-09-22 09:41:23 +0200
  • 96f8c1db21 order documents by id in getDocumentByName(), return null if not document was found Uwe Steinmann 2021-09-22 09:40:25 +0200
  • b777b786dd check expiration date in search() Uwe Steinmann 2021-09-22 09:39:18 +0200
  • 8e7d2547b4 remove constructor, because it was the same like in the parent class Uwe Steinmann 2021-09-20 16:42:14 +0200
  • 63ae861257 many code style cleanups Uwe Steinmann 2021-09-20 16:41:48 +0200
  • 822a07485c getImage() returns null if no image exists Uwe Steinmann 2021-09-20 16:41:07 +0200
  • 4322b97fe2 better checking of quota when set by setQuota() Uwe Steinmann 2021-09-20 16:40:30 +0200
  • 472b066d4b cast $newRole to int when passed to setRole() Uwe Steinmann 2021-09-20 16:40:00 +0200
  • af9178aa93 set internal pwd expiration to null when set to 'never' or '' Uwe Steinmann 2021-09-20 16:39:08 +0200
  • 08836de4d8 number of counted folders/documents is converted to int before return Uwe Steinmann 2021-09-20 16:37:45 +0200
  • 47e07ae2d1 return null if no folder was found by getParent() Uwe Steinmann 2021-09-20 16:37:10 +0200
  • 247e8b09ca set date to current timestamp if $date passed to setDate() is false Uwe Steinmann 2021-09-20 16:36:24 +0200
  • 6d01627553 fix comment (document -> folder) Uwe Steinmann 2021-09-20 16:34:57 +0200
  • 7ed1a83453 check if $user, $requestUser is passed to addIndReviewer() addIndApprover() Uwe Steinmann 2021-09-20 16:33:25 +0200
  • 69e3ad87f9 add note in comment about a possible wrong check for a return value Uwe Steinmann 2021-09-20 16:32:34 +0200
  • a5e12cb444 fix errors in coding style Uwe Steinmann 2021-09-20 16:31:42 +0200
  • 851e81a9b9 check if login != '' in setLogin() Uwe Steinmann 2021-09-18 17:51:17 +0200
  • 578aa30bc5 better checking of passed arguments Uwe Steinmann 2021-09-18 17:50:32 +0200
  • e765737d93 trim name passed to various methods Uwe Steinmann 2021-09-18 17:49:26 +0200
  • a3e6373673 createDump() has moved into database class and now expects a file pointer Uwe Steinmann 2021-09-17 19:03:14 +0200
  • a3965b8299 min version of php is 7.3 Uwe Steinmann 2021-09-17 19:02:53 +0200
  • 90aac2f1ad new method createDump() which was in SeedDMS_Core_DMS Uwe Steinmann 2021-09-17 19:00:57 +0200
  • 2789e017eb check function pass to setCallback() and addCallback() is callable, remove createDump() Uwe Steinmann 2021-09-17 19:00:06 +0200
  • 59c16b3ce4 trim name passed to addDocumentCategory() and check if != '' Uwe Steinmann 2021-09-17 18:59:06 +0200
  • 3ed0854e13 check if id passed to getDocumentCategory() is < 1 Uwe Steinmann 2021-09-17 18:58:29 +0200
  • e809297cfd getAllUserKeywordCategories() calls getAllKeywordCategories(), better checking of parameters pass to addDocumentCategory() Uwe Steinmann 2021-09-17 18:31:19 +0200
  • 2ee30ccd5b ensure user ids passed to getAllKeywordCategories() are all integers Uwe Steinmann 2021-09-17 18:29:33 +0200
  • 7d7deeb313 check if id passed to getKeywordCategory() is greater 0 Uwe Steinmann 2021-09-17 18:28:40 +0200
  • e06cd59f6c fix wrong spell callback name 'onPostAddUser' Uwe Steinmann 2021-09-17 18:28:01 +0200
  • a39355f2ed ensure $logicalmode in search() is either 'OR' or 'AND' Uwe Steinmann 2021-09-17 18:27:16 +0200
  • 31290fbcf7 document meaning of 5 in $seachin passed to search() Uwe Steinmann 2021-09-17 18:26:11 +0200
  • 9687c8f081 check if user passed to setUser() is a real user Uwe Steinmann 2021-09-17 18:25:23 +0200
  • 0cd4c9b727 check if the folder set by setRootFolderID() actually exists Uwe Steinmann 2021-09-17 18:24:32 +0200
  • ffd5cd9a7b use upper case in sql statements for reserved words Uwe Steinmann 2021-09-17 18:23:25 +0200
  • 9309497e75 init $user to null in constructor Uwe Steinmann 2021-09-17 18:22:35 +0200
  • f9afc08355 add more documentation Uwe Steinmann 2021-09-17 18:21:57 +0200
  • 4ad5628833 return better error msg if regex is invalid Uwe Steinmann 2021-09-16 17:11:42 +0200
  • 56a352caca add placeholder with example for regex Uwe Steinmann 2021-09-16 17:11:14 +0200
  • 16da190e06 setRegex() checks regex only if not '' Uwe Steinmann 2021-09-16 17:10:41 +0200
  • f1db74929c pass sortusersinlist of view Uwe Steinmann 2021-09-16 16:25:36 +0200
  • 0d37021f6d no need to check isHidden()=='1' anymore, isHidden() returns a bool Uwe Steinmann 2021-09-16 16:21:58 +0200
  • 5e112fb8f3 set email of admin to info@seeddms.org, fix inserts of sqlite Uwe Steinmann 2021-09-16 16:20:57 +0200
  • c13756ac02 do not call $dms->setEnableConverting() and setViewOnlineFileTypes() Uwe Steinmann 2021-09-16 16:19:19 +0200
  • a7e2ec7b01 ensure isHidden and isDisabled is a boolean Uwe Steinmann 2021-09-16 16:18:26 +0200
  • adba550a63 minor simplification of sql statement Uwe Steinmann 2021-09-16 16:17:24 +0200
  • 1d031e44a2 return null not false if getInstanceByName() didn't find a folder Uwe Steinmann 2021-09-16 16:16:21 +0200
  • 95b4bb9d22 init value set, separator, trim value set in setValue() Uwe Steinmann 2021-09-16 16:14:51 +0200
  • 4aa4556df8 add more documentation Uwe Steinmann 2021-09-16 16:14:21 +0200
  • 32dda4b3e9 return ',' as separator for most attr types, if value map is not set Uwe Steinmann 2021-09-16 16:12:54 +0200
  • c50be6d215 init separator and validation error in constructor Uwe Steinmann 2021-09-16 16:12:27 +0200
  • ffe4b50c7f many value validation improvements, use constants for validation errors Uwe Steinmann 2021-09-16 16:11:13 +0200
  • cd1800c19d add docs for var $separator Uwe Steinmann 2021-09-16 16:09:18 +0200
  • 90074c3947 fix get value map separator Uwe Steinmann 2021-09-16 16:07:31 +0200
  • b0d13f9518 replace array_search by in_array, makeTimestamp() returns an error if days > max days of month Uwe Steinmann 2021-09-16 16:05:04 +0200
  • ad52fffd21 set file format to unix, fix indenting of comments Uwe Steinmann 2021-09-16 16:02:16 +0200
  • b111c1428e remove old database file unused for a long time Uwe Steinmann 2021-09-15 21:49:44 +0200
  • 9334e1a6f2 make all class variables of SeedDMS_Core_User protected Uwe Steinmann 2021-09-13 10:15:33 +0200
  • fe71cf92b3 move old tests out of the way Uwe Steinmann 2021-09-13 09:09:41 +0200
  • 84887e3b18 some clean ups, add more documentation Uwe Steinmann 2021-09-10 09:37:07 +0200
  • 24ae96b9fa Merge branch 'seeddms-5.1.x' into seeddms-6.0.x Uwe Steinmann 2021-09-09 12:07:17 +0200
  • da0f5d3053 more settings to disable import and download of extensions Uwe Steinmann 2021-09-09 11:42:38 +0200
  • 9f618c5437 remove titleDisplayHack configuration Uwe Steinmann 2021-09-09 09:57:00 +0200
  • 5904d22394 add dummy note in 6.0.17, update release date Uwe Steinmann 2021-09-09 08:20:53 +0200
  • 753d808d2a Merge branch 'seeddms-5.1.x' into seeddms-6.0.x Uwe Steinmann 2021-09-09 08:19:51 +0200
  • 40f3cf35c9 use formField() instead of plain html for select menus Uwe Steinmann 2021-09-09 08:19:04 +0200
  • c376e352b5 add attribute 'for' to label in formField() Uwe Steinmann 2021-09-09 08:17:52 +0200
  • 4a5426a180 fix indention Uwe Steinmann 2021-09-09 08:17:28 +0200
  • a343c4cc1c Merge branch 'seeddms-5.1.x' into seeddms-6.0.x Uwe Steinmann 2021-09-06 16:33:26 +0200
  • fc19df6b71 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x Uwe Steinmann 2021-09-06 16:33:13 +0200
  • f5347e6b04 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x Uwe Steinmann 2021-09-06 16:32:59 +0200
  • d00ac5c1b0 add html body of all notification mails Uwe Steinmann 2021-09-06 16:32:24 +0200
  • 7a1b03951e use methods in notification class for sending notifications Uwe Steinmann 2021-09-01 17:45:56 +0200
  • 1398b614cd Merge branch 'seeddms-5.1.x' into seeddms-6.0.x Uwe Steinmann 2021-09-01 16:29:01 +0200
  • 9ea8a02893 fix task parameters of type 'select' Uwe Steinmann 2021-09-01 16:25:54 +0200
  • ce621bb6b8 add entry for 5.1.24 Uwe Steinmann 2021-08-31 13:32:36 +0200
  • 67ab9fbf71 remove old code Uwe Steinmann 2021-08-31 10:29:56 +0200
  • 200806effd use new methods to inform approvers/reviewers about deleting/adding a review/approval Uwe Steinmann 2021-08-31 10:27:20 +0200
  • df8e0c29e9 add methods to inform a user/group about adding/deleting as a reviewer/approver Uwe Steinmann 2021-08-31 10:26:34 +0200
  • 1d5164c2ab use sendChangedDocumentStatusMail() Uwe Steinmann 2021-08-30 19:41:26 +0200
  • cd10bcaea3 add sendApprovalRequestMail() and sendReviewRequestMail() Uwe Steinmann 2021-08-30 19:40:43 +0200
  • aadcbbd979 check if workflow exists in sendRequestWorkflowActionMail() Uwe Steinmann 2021-08-30 19:40:10 +0200
  • a4276a42a9 add and use sendRewindWorkflowMail() Uwe Steinmann 2021-08-30 19:39:29 +0200
  • 6dac961e9c call sendChangedDocumentStatusMail() if status has changed Uwe Steinmann 2021-08-30 19:36:40 +0200
  • 3951c3ec38 call sendReviewRequestMail() after review was removed Uwe Steinmann 2021-08-30 19:35:47 +0200
  • 13ad0788a3 send notification mail when new attachment was added Uwe Steinmann 2021-08-30 19:35:08 +0200
  • 33c10fc1db add some documentation in comments Uwe Steinmann 2021-08-30 19:34:38 +0200
  • 48a0ca8cb9 use new methods sendTriggerWorkflowTransitionMail and sendRequestWorkflowActionMail Uwe Steinmann 2021-08-30 16:04:51 +0200
  • 42fdeaf915 fix type of recipient when send notification, remove old code Uwe Steinmann 2021-08-30 16:04:15 +0200
  • 8018dc1a24 remove old code Uwe Steinmann 2021-08-30 16:03:42 +0200
  • 96ca072528 add methods sendRequestWorkflowActionMail and sendTriggerWorkflowTransitionMail Uwe Steinmann 2021-08-30 16:03:00 +0200
  • 33ad98bdfd replace $notifier-> by $this-> Uwe Steinmann 2021-08-30 16:02:22 +0200
  • 45b51cb043 send notification to owner Uwe Steinmann 2021-08-30 16:01:54 +0200
  • 0ac0ca5760 remove duplicate of sendRequestWorkflowActionMail() Uwe Steinmann 2021-08-30 16:00:51 +0200
  • 5cf3b5fc3e Merge branch 'seeddms-5.1.x' into seeddms-6.0.x Uwe Steinmann 2021-08-27 09:56:43 +0200
  • 567488cab9 lots or minor corrections and updates Uwe Steinmann 2021-08-27 09:55:58 +0200
  • 6ccabf1c68 start change log for 6.0.17 Uwe Steinmann 2021-08-27 09:55:31 +0200
  • 4f3a7f6512 send notification on submit of reception Uwe Steinmann 2021-08-27 09:55:08 +0200
  • 6fbfe15baf Merge branch 'seeddms-5.1.x' into seeddms-6.0.x Uwe Steinmann 2021-08-25 16:11:04 +0200
  • e80da33da7 start changelog for 5.1.24 Uwe Steinmann 2021-08-25 15:09:33 +0200
  • 60a13b9f13 check view access for DocumentAccess and Folder FolderAccess Uwe Steinmann 2021-08-25 15:08:24 +0200