Skip to content
Snippets Groups Projects
  1. Sep 27, 2022
    • Jean-Pascal Kanter's avatar
      refs #21718 [fid] user export · a425a32a
      Jean-Pascal Kanter authored
      * config variable name
      * data transfer object user now has functionality to filter whitespace in orders
      * fid.ini got out-commented variable field for user export fields in [Admin] section
      * updated user export behaviour, field 'orders' will now always be the last in an export
      * introduced an user export hydrator that enriches data for export into csv and json files
      * further altered the interface and handling of various csv flavors, prepared work for an unified
      * export interface to a future date, created adlr exporting to stated specs
      * introduced an user export hydrator that enriches data for export into csv and json files
      * further altered the interface and handling of various csv flavors, prepared work for an unified
      * export interface to a future date, created adlr exporting to stated specs
      * added some language tokens for better integration
      * updated json export to make the address list a associative array
      
      co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
      * o...
      a425a32a
  2. Sep 22, 2022
    • Jean-Pascal Kanter's avatar
      refs #20927 [fid] OrderController Update · a3da6dd1
      Jean-Pascal Kanter authored
      * refactored logic for fidis orders, formerly living in the UserController, seperated User and Order Controller
      * added an (by default hidden) export option for orders)
      * extended abilities of order transfer object
      * added an order export hydrator that compiles data of an order to an array
      * extended the order list with a button that is hidden by default (if 'export_button' is not set)
      * allows export of orders in 3 different flavor of CSV (or rather, fake csv that is labelled as txt) and json.
      * language vars replaced some static texts with dynamic i18n ones, in this particular case the button descriptions of are affected
      a3da6dd1
  3. Jul 20, 2022
    • Robert Lange's avatar
      refs #21486 [fid] introduce rules for get-it-box · ecc94112
      Robert Lange authored
      * usage of rules evaluator and GetItRules.yaml in instance
      * add temp check with old implementation - TODO: remove with 22011
      
      * fix status on invalid session state, also refs #22043
      ** throw UserNotAuthorizedException on 401
      ** on 401 logout in RecordController homeAction
      ecc94112
  4. Jan 04, 2022
  5. Dec 15, 2021
    • Alexander Purr's avatar
      refs #21063 [fid] changes after using PHP CS Fixer 3.1.0 instead of 2.14.0... · d51e616d
      Alexander Purr authored
      refs #21063 [fid] changes after using PHP CS Fixer 3.1.0 instead of 2.14.0 (friendsofphp/php-cs-fixer)
      
      * PHP CS Fixer 3.1.0 is used in VuFind8
      * working just with test/vufind.php-cs-fixer.php ruleset from VuFind8
      ** with updated ruleset
      ** some rule names / settings changed because of fixer version
      * running by command:
      ** ../VuFind8/vendor/bin/php-cs-fixer fix --config=../VuFind8/tests/vufind.php-cs-fixer.php module/fid
      d51e616d
    • Alexander Purr's avatar
      refs #21063 [fid] running fixer · ea8e05d8
      Alexander Purr authored
      * vendor/bin/phpcbf --standard=tests/phpcs.xml module/fid/
      * vendor/bin/php-cs-fixer fix --config=tests/vufind.php_cs module/fid
      * using PHP_CodeSniffer 3.6.2 instead of 3.4.0 (squizlabs/php_codesniffer)
      ea8e05d8
  6. Oct 15, 2021
    • Alexander Purr's avatar
      refs #20234 [fid] order editing for admins, improved order listings · 6b0c4e24
      Alexander Purr authored
      * new Client methods:
      ** get order (uses fidis GET resource)
      ** update order (is complemented by fidis PUT resource - ticket 20690)
      * add new route for EditOrder
      * new UserController methods
      ** editOrderAction -> loads order, form-config & view; checks EditOrder-Permission
      ** updateOrder
      ** applyStatusOptions for correct prefilling and translate of status options
      * new form-configs for simple (only status) and complete (status and due date) form
      * new configuration blocks in fid.ini (disabled)
      ** OrderList section for displaying additional columns in order list table
      ** Edit section (depending on order type - here pda and digitization) sets form type (basic / complete) and possible status options
      * templates
      ** add configured columns (like type, status, due date, edit button) on admin order list (and nested templates)
      ** new edit order main template (incl. some order information)
      ** new basic and complete form template
      * add getter and se...
      6b0c4e24
  7. Sep 29, 2021
    • Alexander Purr's avatar
      refs #20243 [fid] some changes in PDA form · 40548cf7
      Alexander Purr authored and Dorian Merz's avatar Dorian Merz committed
      * enable comment field for pda
      ** in controller
      ** in hydrator
      * check complete address
      
      * allow multi-step form by saving and retrieving followup url
      * prevent hiding pda form in lightbox after redirect from profile update - SuccessMessage of flash messenger would disable displaying pda form
      40548cf7
  8. Aug 10, 2021
    • Robert Lange's avatar
      refs #20154 [fid] allow user to delete own account · c0022bff
      Robert Lange authored
      * add action in User Controller
      * add form for password confirmation
      * check credentials in Client
      * add properties in User dto for deletion
      * check for deleted property on login in Authenticator
      * add default translation texts
      * add template for success message
      * redirect to home page after closing of modal
      c0022bff
  9. Mar 11, 2021
  10. Dec 16, 2020
  11. Apr 21, 2020
  12. Apr 06, 2020
  13. Mar 06, 2020
  14. Feb 21, 2020
  15. Feb 20, 2020
  16. Feb 19, 2020
  17. Jan 27, 2020
  18. Jan 14, 2020
    • Sebastian Kehr's avatar
      refs #16728 [fid] · 838855ee
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * fix: properly handle empty user data on hydration
      * add missing translations
      * account for anonymous logons on authorization
      * remove headline in template
      838855ee
  19. Jan 09, 2020
  20. Dec 04, 2019
  21. Nov 19, 2019
  22. Nov 15, 2019
  23. Nov 14, 2019
  24. Nov 08, 2019
  25. Nov 07, 2019
  26. Oct 23, 2019
  27. Oct 17, 2019
    • Sebastian Kehr's avatar
      refs #15998 [fid] user management forms related changes · c8ffe802
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * initial refactoring to use address fieldsets on user creation and update
      * generalize user creation form
      ** allow for multiple addresses in more flexible ways
      ** introduce general radio fields for user groups
      * reuse dto on user creation with the help of zend-hydrator
      * adjust user update form
      * use hydrator for all user forms
      * fixup to user init method
      * add gpl license header
      * remove empty home library option from user update form
      * remove imports of non-existing classes
      * custom submit label in user update form
      * pass library list with ils authenticator
      * rename property for less confusion
      * implement possibly required ils authenticator method
      * render address id field only if value non-empty
      * convert user data property names to camel case via custom strategy
      * pass root input filter with context to nested input filters
      * relax requirements for first mandatory user address
      * first fixes to admin edit form
      * completely specify admin edit form in its own file
      * include job title field in admin edit form
      * revision of admin edit form
      c8ffe802
  28. Sep 03, 2019
    • Sebastian Kehr's avatar
      refs #15925 [fid] use fieldsets for user addresses · d79b1a70
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * allow for multiple addresses
      * use correct validator method and address index
      * remove type attribute
      * adjust profile view w.r.t. empty addresses
      * reintroduce form label helper to account for required attributes
      * let second address line be optional
      d79b1a70
  29. Aug 29, 2019
  30. Aug 27, 2019
  31. Aug 23, 2019
    • Dorian Merz's avatar
      refs #15642 [fid] API admin section · df0d74c9
      Dorian Merz authored
      * adds actions and routes to
      ** user list
      ** user profile manipulation
      * introduces basic authorization and permission handling
      
      * introduces Admin config section containing
      ** editable fields
      ** applicable user permissions
      ** disable select inputs
      
      * user overview
      ** styles user overview as a table
      ** links to user edit page for each
      
      * adds 'denied' values for unselected permissions
      
      * force login for admin pages
      * flushes user list cache on successfull edit
      ** displays latest data in user list
      
      * reacts on admin roles from API (cf. #15692)
      
      * VuFind permission handling
      ** adds PermissionProvider to handle FID API permissions via Permission ViewHelper
      df0d74c9
  32. Jun 27, 2019
    • Sebastian Kehr's avatar
      refs #15445 [fid] styling user forms · 432d6a84
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * introduce custom method for password updates
      * improvements to user access level selection
      * improved user creation form look
      * set college value in update form
      * translate username to email address
      432d6a84
    • Robert Lange's avatar
      refs #15445 [fid] add user role to registration · da544af2
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * add select in final registration form
      * add properties to model and dto
      * remove dto for permissions, use simple array instead
      * set permission (group) in ILSAuthenticator
      * show !multiple! groups in profile
      * add select in update from
      * refactor User model => extra property 'role'
      da544af2
  33. Jun 20, 2019