Skip to content
Snippets Groups Projects
  1. Oct 12, 2021
  2. 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
  3. Jul 30, 2021
    • Alexander Purr's avatar
      refs #20106 [fid] Digitization-on-Demand Service · 71917609
      Alexander Purr authored and Dorian Merz's avatar Dorian Merz committed
      * new inputs: library, signature, external_url
      * now 2 different forms:
      ** a) via record, prefilled (like before)
      ** b) via profile: free request (not indexed record)
      * about b)
      ** new action and route
      ** inherit and extend form configuration (new hydrator, 4 more fields) from a)
      ** reuse template from a) and add record-inputs
      ** new inputs: title (required), responsible, year, language
      ** record information ships via digitization-array (see FidAcquisitionTrait.php) into order object
      ** using createViewModel-function from AbstractBase for prevent loading not existing record
      * adjust orders listing template for displaying none indexed records correctly
      
      refs #20106 [fid] orders list
      * enable external links coming from data-lightbox
      * show additional request data if request is not linked to solr record
      71917609
    • Alexander Purr's avatar
      refs #20106 [fid] Digitization-on-Demand Service · 65367a30
      Alexander Purr authored and Dorian Merz's avatar Dorian Merz committed
      * new inputs: library, signature, external_url
      * now 2 different forms:
      ** a) via record, prefilled (like before)
      ** b) via profile: free request (not indexed record)
      * about b)
      ** new action and route
      ** inherit and extend form configuration (new hydrator, 4 more fields) from a)
      ** reuse template from a) and add record-inputs
      ** new inputs: title (required), responsible, year, language
      ** record information ships via digitization-array (see FidAcquisitionTrait.php) into order object
      ** using createViewModel-function from AbstractBase for prevent loading not existing record
      * adjust orders listing template for displaying none indexed records correctly
      
      refs #20106 [fid] orders list
      * enable external links coming from data-lightbox
      * show additional request data if request is not linked to solr record
      65367a30
  4. Mar 22, 2021
  5. Mar 05, 2021
    • Alexander Purr's avatar
      refs #19204 [fid] add digitization-on-demand service · a0315910
      Alexander Purr authored
      * new route via "/Record/0-123456/fidDigitization"
      * new form config
      * new form template
      * add type specific order information on acquisition trait and order hydrator
      * add translation keys - incomplete jet
      * add translation
      a0315910
  6. Feb 16, 2021
  7. Apr 28, 2020
  8. Apr 21, 2020
    • Alexander Purr's avatar
      refs #17176 [fid] add advanced subito partial copy page selection validaton · 68a1f311
      Alexander Purr authored and Dorian Merz's avatar Dorian Merz committed
      * add new validators
      ** page selection: correct page order
      ** page selection: highest selected page can not exceed number of pages
      ** page selection: can not not exceed a certain percentaged part of whole record
      * add first validator to form configuration
      * add other validators within controller trait to from
      * add hyphen filter to form configuration
      * add dynamic page selection validators
      ** add session to RecordController via DelegatorFactory
      ** adjust behavior to handle false page selection warning with session parameter
      * add fid translation
      * display number of record pages in summary of subito partial copy
      ** changes in RecordDataFormatterFactory
      *** add general spec builder function
      *** extend general specs for subito partial copy
      68a1f311
  9. Mar 06, 2020
  10. Jan 27, 2020
  11. Jan 21, 2020
  12. Dec 03, 2019
  13. Nov 29, 2019
  14. Nov 19, 2019
  15. Nov 15, 2019
    • Gregor Gawol's avatar
      refs #16136 [fid] modified ezb resolver output · 67254d17
      Gregor Gawol authored and Dorian Merz's avatar Dorian Merz committed
      * display print issues in separate box
      * display messages
      * only one ezb request
      * set js function to fid module
      * fixed button bug
      * changed get it box config
      * set new position messages
      * set registration info
      * default info ezb resolver
      * set other registration info text
      67254d17
  16. Nov 14, 2019
  17. Nov 13, 2019
  18. Oct 29, 2019
    • Dorian Merz's avatar
      refs #16223 [fid] book orders in user profile · 9240d092
      Dorian Merz authored
      * adds book orders menu entry
      * displays open orders in table
      * adds several templates
      * adds script to close modal on click to Order list links
      
      co-authored by: ckaz <kazzer@ub.uni-leipzig.de>
      9240d092
  19. Oct 23, 2019
  20. 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 i...
      c8ffe802
  21. Oct 01, 2019
  22. Sep 27, 2019
  23. 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
  24. Aug 30, 2019
  25. Aug 29, 2019
  26. Aug 27, 2019
  27. 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
  28. Jul 09, 2019
    • Sebastian Kehr's avatar
      refs #15590 [fid] migrate form specs to configurable services · 03943db7
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * enable required zend modules
      * register abstract form factory
      * migrate initial registration form
      * remove annotations
      * migrate annotions to php-arrays
      ** migrate user create and update form
      ** set home library value options in controller
      ** migrate password forms
      ** remove unnecessesary validators
      * adjust controller factory
      03943db7
  29. 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
  30. Jun 19, 2019
    • Robert Lange's avatar
      refs #15383 password recover feature · 71974e04
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      
      Co-authored-by: Sebastian Kehr's avatarSebastian Kehr <kehr@ub.uni-leipzig.de>
      71974e04
    • Sebastian Kehr's avatar
      refs #15383 [fid] user management / registration · ea7bfde8
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * migration of former core-module-package contents
      * first adjustments of api client logon functionality
      * fix initial registration step
      * registration finalization adjustments
      * fetch libraries on registration
      * improved logon client method
      * refresh logon only if stale
      * throw exception on bad credentials
      * adjust config files
      * fetch user details only if logged on
      * rename namespace, text domain as well as module and theme
      
      * untrack compiled css
      * let registration form look like login form
      * rename ils driver for config injection by ils connection
      * use aliases for authenticator and ils driver
      * let authenticator support account creation
      * enable account creation in base config
      * override default account creation route
      
      * introduce user controller and update action
      ea7bfde8