Skip to content
Snippets Groups Projects
  1. Mar 03, 2020
    • Sebastian Kehr's avatar
      refs #16923 [master-v5] docker development consolidation · ecb94e9d
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * no more usage of slow vufind-php image for various containers
      * use stock docker library images where possible for faster startup
      * build custom images for php and composer only to include xdebug and required extensions
      * provide and leverage custom entrypoint shell scripts for most containers
      * inject environment variables defined in docker-env.*.yml files within entrypoints
      * place environment variables defaults in in docker-env.0.finc.yml
      * place composer and npm caches in git-ignored subdirectories of project root directory
      * gracefully terminate all container processes (especially grunt and mail) for faster shutdown
      * let versions of php and mariadb equal those in current live systems
      * let container-written files have uid/gid of project root directory by default
      * forward exposed container ports to non-standard ports on host system
      * allow to override uid/gid of written files as well as host ports via environment variables
      
      * specify exact autoconfig version to install
      * avoid recursive call to chown in env entrypoint
      * drop unnecessary argument when calling grunt
      
      * report all errors (including notices, deprecation messages etc.)
      ecb94e9d
  2. Jun 19, 2019
    • 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
  3. Apr 24, 2019
  4. Apr 03, 2019
  5. Jun 12, 2018
  6. Jun 06, 2018
  7. May 31, 2018
    • Ulf Seltmann's avatar
      refs #12914 · a704426b
      Ulf Seltmann authored and Frank Morgner's avatar Frank Morgner committed
      * update docker-compose.yml to new images
      * remove /vendor folder
      * remove /local/dev folder
      * remove auth.json
      * update composer.lock
      a704426b
  8. Jan 24, 2018
  9. Jan 11, 2018
  10. Oct 25, 2017
  11. Oct 24, 2017
  12. Oct 19, 2017
  13. Aug 03, 2017
  14. Feb 14, 2017
  15. Dec 12, 2016
  16. Nov 14, 2016
  17. Sep 15, 2016
  18. May 13, 2016
  19. Apr 19, 2016
  20. Mar 18, 2016
  21. Mar 08, 2016
    • André Lahmann's avatar
      refs #7163: · fcd12cc8
      André Lahmann authored
      * removed vendor from .gitignore
      * updated and added dependencies in vendor folder
      fcd12cc8
  22. Jan 07, 2016
  23. Nov 11, 2015
  24. Jul 17, 2015
    • André Lahmann's avatar
      refs #5640: · f69a2d2f
      André Lahmann authored
      * updated gruntfile.js with de_j59, de_bn3 and adlr_link
      * changed package.json name to vufind2-foundation (e.g. for community release)
      * added node_modules to .gitignore
  25. Jun 25, 2015
  26. Dec 01, 2014
  27. Nov 26, 2014
    • Martin Czygan's avatar
      Add various .gitignore patterns. · b275c11b
      Martin Czygan authored
      This combines the changes to .gitignore from three commits:
      
      91847d1a added oauth token to provide composer with github login credentials
      75681907 added git config
      d26d7b8c added dev config and some gitignore entries
      
      via `git diff d26d7b8c^..91847d1a  -- .gitignore`, except
      
      `vendor/*` is changed to `/vendor` so it does not match:
      
          themes/bootstrap3/js/vendor
      b275c11b
  28. Aug 09, 2013
  29. Jul 01, 2013
  30. Jun 30, 2013
  31. Mar 04, 2013
  32. Oct 18, 2012
  33. Oct 02, 2012
  34. Sep 28, 2012