Skip to content
  1. Dec 29, 2016
    • A. Täffner's avatar
      Zone-Checking improved · fa78df2f
      A. Täffner authored
      Implements a colored background if bind fails to load the zone due to errors
      Implements a status text if errors occured
      Implements not removing a zone if errors occur. instead old zone stays loaded
      fa78df2f
  2. Dec 20, 2016
  3. Dec 15, 2016
    • Timo's avatar
      Implement Issue #4357 · b06d2bb9
      Timo authored
      Shows last ip that was used to login successfully with this useraccount.
      Logins from admins using loginAs are ignored
      
      Implementiert Issue #4357
      Zeigt die IP-Adresse des letzten erfolgreichen Logins auf dem Dashboard an.
      Verändert die gespeicherte IP-Adresse nicht, wenn man sich via "Einloggen als" angemeldet hat.
      
      Needed Database-Changes:
      
      ALTER TABLE `sys_user` ADD `last_login_ip` VARCHAR(50) NULL AFTER `lost_password_reqtime`;
      ALTER TABLE `sys_user` ADD `last_login_at` BIGINT(20) NULL AFTER `last_login_ip`;
      
      Tested/Working on Ubuntu 16.04 LTS
      b06d2bb9
  4. Nov 22, 2016
  5. Nov 21, 2016
  6. Nov 20, 2016
  7. Nov 19, 2016
  8. Nov 16, 2016
  9. Nov 11, 2016
  10. Oct 27, 2016
  11. Oct 26, 2016
  12. Oct 23, 2016
  13. Oct 21, 2016
  14. Oct 20, 2016
  15. Oct 11, 2016
  16. Oct 10, 2016
  17. Oct 09, 2016
  18. Oct 08, 2016
  19. Oct 07, 2016
  20. Oct 06, 2016
  21. Oct 05, 2016
  22. Oct 04, 2016
  23. Oct 03, 2016
  24. Sep 29, 2016