Skip to content
  1. Oct 04, 2012
    • tbrehm's avatar
      Changed encoding of incremental sql files to "UTF8 ohne BOM" as some older... · a5b1a01b
      tbrehm authored
      Changed encoding of incremental sql files to "UTF8 ohne BOM" as some older mysql versions cant load them otherwise with errors like:
      
      ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE `web_domain` ADD `pm` ENUM( 'static', 'dynamic', 'ondemand' ) NOT' at line 1
      Loading SQL patch file: /tmp/trunk/install/sql/incremental/upd_0032.sql
      a5b1a01b
  2. Sep 18, 2012
  3. Sep 06, 2012
  4. Aug 22, 2012
  5. Aug 21, 2012
  6. Aug 20, 2012
  7. Aug 19, 2012
  8. Aug 16, 2012
  9. Aug 15, 2012
  10. Aug 08, 2012
  11. Aug 07, 2012
  12. May 31, 2012
  13. May 24, 2012
  14. May 23, 2012
    • Falko Timme's avatar
      - Added group (we call groups "circles" so that users don't mix them up with... · b17cc67e
      Falko Timme authored
      - Added group (we call groups "circles" so that users don't mix them up with user groups) feature to client messaging section so that messages can be sent to either all clients/resellers or to groups of clients/resellers. TODO: add circle access control so that 1) a reseller can create circles that contain only his clients, not all clients, and 2) a reseller can send messages only to his own circles instead of all circles.
      b17cc67e
  15. May 04, 2012
  16. Apr 05, 2012
  17. Mar 07, 2012
  18. Mar 06, 2012
  19. Feb 24, 2012
  20. Feb 13, 2012
  21. Feb 03, 2012
  22. Nov 04, 2011
  23. Oct 31, 2011
  24. Oct 28, 2011
  25. Oct 21, 2011
  26. Sep 27, 2011
  27. Sep 26, 2011
  28. Sep 22, 2011
  29. Sep 21, 2011
  30. Sep 20, 2011
  31. Sep 15, 2011
    • tbrehm's avatar
      Fixed: FS#1744 - Missing table by new setup · 6ad46ab9
      tbrehm authored
      Removed unused database tables: 
      
      DROP TABLE `mail_greylist`;
      DROP TABLE `firewall_filter`;
      DROP TABLE `firewall_forward`;
      DROP TABLE `proxy_reverse`;
      
      - Added tables for web folder protection.
      6ad46ab9
  32. Sep 12, 2011
  33. Sep 09, 2011
  34. Sep 08, 2011