Paolo
4152a67d8f
- Removed permission system from DB_Model and FHC_Model
...
- Removed method _isEntitled from DB_Model
- Removed method isEntitled from DHC_Model
2018-03-29 12:15:12 +02:00
Paolo
d9b80b790d
Removed permission system from models
2018-03-29 12:13:08 +02:00
Paolo
0906f5bc85
- No permission type is needed anymore in controllers CallerLibrary and CallerModel
...
- No permission type is anymore given as parameter to library CallerLib
- Removed method checkLibraryPermission from library CallerLib
- Adapted code in library CallerLib
2018-03-29 11:52:41 +02:00
Manfred Kindl
0183cfd03e
CIS-Suche an neue DMS-Spalten angepasst
...
- CIS-Suche sucht nun nach Schlagworten
- Funktion search sucht nun auch direkt nach DMS-ID wenn erstes Zeichen im Suchstring "#" ist.
2018-03-29 11:15:10 +02:00
Paolo
e8bf6ad747
Changed the required permission to controllers CallerLibrary and CallerModel.
2018-03-28 18:41:38 +02:00
Manfred Kindl
5c429e9990
Merge remote-tracking branch 'origin/master'
2018-03-28 16:58:11 +02:00
Manfred Kindl
8f12394f0a
DMS-Changes
...
New Attributes:
- cis_suche: Defines if file is searchable via CIS
- schlagworte: Semikolon-Separated Text for CIS-Search
- kategorie_oe_kurzbz: Organisational Unit defines rights for viewing, uploading and changing documents in DMS
- berechtigung_kurzbz: Controls visibility for categories in DMS
Access to categories can now be restricted with oe_kurzbz and rights. If an Organisational Unit is added to a category, only users with the according rights can access, upload and change documents in this category.
If a right is saved to a category it is only accessible for users with this right. Use the right to restrict access to sensible DMS-Categories (e.g. FAS-Documents)
!! Downloading of documents via dms.php is still controlled only with the group assigned to the category !!
New right "basis/dmsAdmin" needed for accessing DMS-Administration (Editing categories)
2018-03-28 16:57:56 +02:00
Paolo
1fcc878cb5
Added permissions array to every controller that extends APIv1_Controller
...
CheckUserAuth and Test controllers now extends directly the REST_Controller
2018-03-28 12:09:54 +02:00
alex
350eae5985
Merge remote-tracking branch 'origin/master'
2018-03-27 13:44:33 +02:00
alex
8493638605
Added Studiengang and Orgform to Subject of Freigabemail
2018-03-27 13:44:09 +02:00
Cris
6f08f637e9
Vilesci Notification GUI optimized
...
- tooltips added to explain some fields
- textareas only for languages which are set to true
- datepicker now html5 input type=date
2018-03-27 09:31:36 +02:00
Manfred Kindl
f52b7772ff
Merge remote-tracking branch 'origin/master'
2018-03-26 11:58:31 +02:00
Manfred Kindl
b39dd6a3fc
BugFix
...
Typ numeric (6,2) was out of range.
Changed to numeric (8,2)
2018-03-26 11:58:17 +02:00
Nikolaus Krondraf
b6cd5b9208
Bugfix (use function instead of class method)
2018-03-26 11:30:38 +02:00
Nikolaus Krondraf
0e35872f81
Bugfix (use function instead of class method)
2018-03-26 10:19:10 +02:00
Manfred Kindl
d10f58b495
Merge remote-tracking branch 'origin/master'
2018-03-23 17:56:50 +01:00
Manfred Kindl
4376db69a2
Bugfix Support < PHP5
2018-03-23 17:56:30 +01:00
Manfred Kindl
175a10a8d1
Breite, Spaltenreihenfolge und Standardspalten geändert
2018-03-23 17:55:53 +01:00
Manfred Kindl
10f69bae67
Statusgründe werden alphabetisch sortiert
2018-03-23 17:54:53 +01:00
Manfred Kindl
766f1d8148
Wenn vorhanden wird "Titel intern" neben Dokumentbezeichnung angezeigt
2018-03-23 17:54:39 +01:00
Manfred Kindl
3d75c7e0f2
Locales zu Freischaltung gesperrte Mailverteiler
2018-03-23 17:53:13 +01:00
Manfred Kindl
2e90718469
Person ID wird angezeigt, Spalte "AbgeschicktAm" wird default angezeigt
2018-03-23 17:52:49 +01:00
Manfred Kindl
2dcf4dd09f
Updateamum und -von bei Änderung von Dokumenttyp
2018-03-23 17:51:00 +01:00
Manfred Kindl
afeb3c1e5c
Freischaltung gesperrte Mailverteiler
...
Der generierte Verteiler wird automatisch ins BCC-Feld übernommen.
Ein Hinweis wird angezeigt, dass man bei manuellem kopieren des Verteilers, diesen ins BCC-Feld schreiben soll
- GUI Behübschung
2018-03-23 17:50:17 +01:00
Gerald Raab
31a467ac57
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
2018-03-23 11:33:17 +01:00
Gerald Raab
24c54c6b3c
Index fuer system.tbl_log added
2018-03-23 11:32:28 +01:00
Paolo
546b3bfef3
Bugfix: removed redundant event binding for element remove-filter in view selecteFilters
2018-03-23 11:03:46 +01:00
Gerald Raab
a1c4537540
Filter Infocenter angepasst
2018-03-23 09:57:01 +01:00
Paolo
e4a254a284
Fixed permissions: now all the controllers that extend FHC_Controller and need the write permission, have added the read permission
...
It it a workaroud for GET/POST checks
2018-03-22 17:13:12 +01:00
Andreas Österreicher
00c94778c1
Fixed Problem with Personal Filters
2018-03-22 10:03:06 +01:00
Paolo
e8bec1ebf5
Added a permissions array to all the controllers that extends FHC_Controller
2018-03-21 15:33:39 +01:00
Paolo
1f2450cf17
- Moved _checkPermissions from FHC_Controller to PermissionLib (now is public and it's renamed checkPermissions)
...
- Added include of PermissionLib in APIv1_Controller
- Added method _isAllowed to APIv1_Controller to call checkPermissions from PermissionLib
- Now the APIv1_Controller constructor requires an array of permissions as parameter
2018-03-20 13:00:35 +01:00
Andreas Österreicher
10cb2129a8
Archivierte Dokumente werden ab sofort mit dem Mimetype application/pdf
...
archiviert
2018-03-20 10:54:27 +01:00
Andreas Österreicher
89af37bc10
Beim Bescheid wird nur die zuletzt eingetragene Abschlusspruefung
...
berücksichtigt
2018-03-20 10:53:40 +01:00
Andreas Österreicher
c7c18b83ac
Zeugnisvorlage für Spezialstudiengänge angepasst
2018-03-19 18:25:34 +01:00
Manfred Kindl
54208d20b9
New columns in tbl_dms_version and tbl_dms_kategorie
...
New columns oe_kurzbz and berechtigung_kurzbz in tbl_dms_kategorie
New columns cis_suche (boolean) and schlagworte in tbl_dms_version
2018-03-19 17:17:44 +01:00
Manfred Kindl
e96ea40978
New right "basis/dmsAdmin"
...
For administrators to edit DMS-Categories
2018-03-19 17:16:15 +01:00
Manfred Kindl
06d02e0f0c
Merge remote-tracking branch 'origin/master'
2018-03-19 16:12:08 +01:00
Manfred Kindl
497b10f8c5
Benutzerberechtigung Option "Nur User"
...
Zeigt heruntergebrochen auf User, welche User welche Berechtiung haben
2018-03-19 16:11:59 +01:00
Manfred Kindl
0d2ca75c70
GUI-Behübschung
2018-03-19 16:10:07 +01:00
Andreas Österreicher
32e881390b
Download von Archivierten Dokumenten im CIS
2018-03-19 09:51:14 +01:00
Andreas Österreicher
f3d5a1e3b3
Fehler behoben wodruch stud_selfservice nicht korrekt gespeichert wurde
2018-03-19 08:50:07 +01:00
Andreas Österreicher
8ab2523df1
Added electronic Signature Option
2018-03-19 08:42:44 +01:00
Andreas Österreicher
5a735d3987
Fixed Error handling
2018-03-19 08:41:53 +01:00
Gerald Raab
a5fbd45357
Spalte Nation hinzgrfügt, Login with code wird für Liste ignoriert
2018-03-16 17:54:33 +01:00
Manfred Kindl
fc96790c36
Writing Log when deleting DMS entry
2018-03-16 16:17:10 +01:00
Paolo
15c4c1af24
- Removed application/core/VileSci_Controller.php
...
- Controllers now don't extend VileSci_Controller but FHC_Controller
2018-03-16 15:22:34 +01:00
Paolo
34f7d335ed
Added a check of the user permissions in the FHC_Controller
...
- FHC_Controller includes PermissionLib
- Added new method _isAllowed to FHC_Controller
- Added permission _checkPermissions to FHC_Controller
- Added new constants to PermissionLib
2018-03-16 15:18:19 +01:00
Manfred Kindl
fc1bbd540b
Web User Insert for public.tbl_log granted
2018-03-16 11:19:27 +01:00
Manfred Kindl
4593072d17
Merge remote-tracking branch 'origin/master'
2018-03-16 11:13:13 +01:00