提交历史

作者 SHA1 备注 提交日期
  romainq a78e3fdf22 REST/JSON services. Take the user rights into account. Something was already done for core/create and core/delete, but the symptoms were not clear. The other verbs (update, apply_stimulus, get and get_related) had no protection at all. 10 年之前
  romainq 8ddc97daa3 Export (all formats but XML): 10 年之前
  romainq 09deb1236c Export (legacy): bulk read must be authorized for all the queried classes 10 年之前
  romainq 4956dbc212 Export: prevent from usage by a non admin (at the page level) 10 年之前
  romainq 61383b5378 #1123/#1133 The optimization on loaded columns in SQL queries was inoperant for some queries, resulting in a stopper issue if such queries were added to a union query (2.2.0 beta) 10 年之前
  romainq 47ead95a0c Customizations/XML: clearer error reporting when encountering a duplicate value for an AttributeEnum 10 年之前
  romainq 14aa25078a Exports: continuation of commit 3681 (Make the correct column name for friendly names (ext key -> ext field) enlarged to ALL formats with the exception of XML 10 年之前
  romainq e4f8231d99 Export/XML: documented options (no_localize / linksets) + added external fields and friendly name for the external keys, both on the exported objects and the links (linkets=1) 10 年之前
  romainq dbfadb8d27 Export/XML: new option to include link sets (default: no) 10 年之前
  romainq 87017d130a Query phrases: if the attribute 'fields' is left empty, then propose the legacy export URL and keep the user informed about the limitations 10 年之前
  romainq 5501af41d0 Exports: support multi-column queries (e.g. SELECT l, p FROM Person AS p JOIN Location AS l ON p.location_id = l.id) with null values 10 年之前
  romainq 2428e8c26a #1111 Could not attach a UserRequest to a Problem (1-N links). Could not detach either! This fix requires attention: it is assumed that an item of a link set, if it is "modified" then its key to the current object has already been set. 10 年之前
  romainq f6d23c2a56 Printable view: cosmetics on object names (hyperlinks) in the actual print view -reverse merging a file that was NOT ready for committing 10 年之前
  romainq 243d41a046 Printable view: cosmetics on object names (hyperlinks) in the actual print view 10 年之前
  romainq b7ed3bd0ea Printable view: do not show pagination controls (show the full list), must work with plugins calling cmdbAbstractObject::DiplaySet AND cmdbAbstractObjectObject::GetDisplaySet. Sill, GetDisplayExtendedSet should be hacked as well (?) 10 年之前
  romainq 26854382bc #1081 Customizations: adjust the dimensions of the HTML Editor (CKEditor). Also fixed an issue when specifying width/height with unit (e.g. "30em") for AttributeText/AttributeLongText 10 年之前
  romainq 895fcba8bc Log REST/JSON calls (config: 'log_rest_service' => true ; stored as EventRestService) 10 年之前
  romainq fb6ef14bbc #564 Prompt for an update in a case log on a lifecycle transition. Can be retrofitted easily. 10 年之前
  romainq f2e9851667 #1074 Portal: errors when selecting Impact/Urgency, and if the user has access to his organization only. 10 年之前
  romainq 8d93c95d0d #1130 CAS authentication security leak when cas_memberof is left empty (already committed into branch 2.1.0) 10 年之前
  romainq 960f0562b0 Completion of [3668]: #1116 (and #1117): default values for ENUMs must always be expressed as strings. 10 年之前
  romainq e38eb53e3a Export: for tabular exports, the label for the "friendly name" column must match the one recognized by CSV import (the very standard one, almost unused yet) 10 年之前
  romainq 412766a151 Export/CSV: 10 年之前
  romainq d527d1c79d Exports: Friendly names to be escaped and delimited in CSV (bug more exposed now that the export allows field selection) 10 年之前
  romainq a84684630b #576 Printable view for object details. Possibility to hide/show chapters (the equivalent of tabs in the UI) or any fieldset. Requires testing and comments. 10 年之前
  dflaven 8379eef5d1 Automatic installation of modules: remove duplicates if needed. 10 年之前
  dflaven 67e80ac0ee Pan and zoom in the impact analysis view. 10 年之前
  dflaven 99c97e1eed Integration of the German translation provided by ITOMIG thanks to David Gümbel ! 10 年之前
  romainq 5a2f75f457 Secure the server: prevent the users from browsing/getting files from the data and log directories. With Apache, it is still a must to enable htaccess with the spec "AllowOverride All". The index.php files are here to prevent from browsing whatever the HTTP server config. 10 年之前
  romainq a992697d7b #1120 Export V2 not working when using aliases (ex: SELECT Person AS p) 10 年之前