1. 28 Jul, 2017 3 commits
  2. 27 Jul, 2017 7 commits
  3. 25 Jul, 2017 8 commits
  4. 21 Jul, 2017 2 commits
  5. 20 Jul, 2017 17 commits
    • felixvarghese's avatar
      Allow SSL connections to a remote database server (#3742) · f1898292
      felixvarghese authored
      * Allow SSL connections to a remote database server
      
      Add the following options in site_config.json to use ssl
      
      - "db_ssl_ca" = "/path/to/ca/cert.pem"
      - "db_ssl_cert" = "/path/to/ssl/cert.pem"
      - "db_ssl_key" = "/path/to/ssl/key.pem"
      
      The files mentioned should be stored on the App server in the location mentioned.
      
      This commit allows for basic ssl connections. X509 is still not supported.
      
      If the above options are not set, the connection will not use an encrypted connection, and connect normally.
      
      * docs - Allow SSL to remote database host
      f1898292
    • Faris Ansari's avatar
      Email header (#3748) · 5a498616
      Faris Ansari authored
      * Fix fonts for emails
      
      * Email header with indicator
      
      * Login emails with header
      
      * Add tests for email header
      
      * fix codacy
      5a498616
    • mbauskar's avatar
      Merge branch 'hotfix' · 553b3059
      mbauskar authored
      553b3059
    • mbauskar's avatar
      Merge branch 'master' into develop · 0dd91f4f
      mbauskar authored
      0dd91f4f
    • mbauskar's avatar
      bumped to version 8.5.7 · 7f8125e2
      mbauskar authored
      7f8125e2
    • Rushabh Mehta's avatar
      [minor] setup wizard fixes · c3598c25
      Rushabh Mehta authored
      c3598c25
    • Rushabh Mehta's avatar
      [minor] allow tests with longer timeout · ebbad93d
      Rushabh Mehta authored
      ebbad93d
    • Rushabh Mehta's avatar
      [minor] allow tests with longer timeout · db6743cf
      Rushabh Mehta authored
      db6743cf
    • mbauskar's avatar
      Merge branch 'hotfix' · e4204e9d
      mbauskar authored
      e4204e9d
    • mbauskar's avatar
      Merge branch 'master' into develop · d674a69b
      mbauskar authored
      d674a69b
    • mbauskar's avatar
      bumped to version 8.5.6 · 497103de
      mbauskar authored
      497103de
    • Nabin Hait's avatar
      124a326a
    • Prateeksha Singh's avatar
      [versioning] check for empty field values (#3739) · 680809ac
      Prateeksha Singh authored
      * [versioning] check for empty field values
      
      * [test] get_diff for changes across docs
      680809ac
    • Faris Ansari's avatar
      Slickgrid ltr in rtl mode (#3744) · aa791ead
      Faris Ansari authored
      aa791ead
    • Narciso E. Núñez Arias's avatar
      [docs] Translation of the Guides And Resources section in bench to Spanish (#3747) · 92399087
      Narciso E. Núñez Arias authored
      * Add basic files structure for spanish translation of the doc
      
      * Translate the video tutorial index page
      
      * Translate Before Start page
      
      * Translate What is an app page
      
      * Translate the Bench page
      
      * Translate Conslusion page of the tutorial
      
      * Translate to spanish Tutorial Index page
      
      * Translate to spanish Reports page
      
      * Translate to Spanish Roles Page
      
      * Translate to Spanish the Tutorial Model Page
      
      * Translate to Spanish the tutorial Single Doctypes page
      
      * Translate to Spanish the tutorial Doctype files structure page
      
      * Translate to Spanish the tutorial Start Bench page
      
      * Translate to Spanish the tutorial New App page
      
      * Translate to Spanish the tutorial Client Side Script page
      
      * Translate to Spanish the tutorial Users and records page
      
      * Translate to Spanish the tutorial Setting Up the site page
      
      * Translate to Spanish the tutorial Task Runner page
      
      * Translate to Spanish the tutorial Controllers Page
      
      * Translate to Spanish the tutorial Doctypes page
      
      * Translate to Spanish the tutorial Naming And Linking page
      
      * Translate to Spanish the tutorial Web Views page
      
      * Add basic file structure to translate the bench section of the tutorial
      
      * [docs] Translate to Spanish the tutorial Adding custom domain page
      
      * [docs] Translate to Spanish the tutorial Configuring HTTPS page
      
      * [docs] Translate to Spanish the tutorial Diagnosing the Scheduler page
      
      * [docs] Translate to Spanish the tutorial Settings Site Limits\ page
      
      * [docs] Translate to Spanish the tutorial Setup Production page
      
      * [docs] Translate to Spanish the tutorial Bench ProcFile page
      
      * [docs] Translate to Spanish the tutorial Manual Setup page
      
      * [docs] Translate to Spanish the tutorial Background Services page
      
      * [docs] Translate to Spanish the tutorial Lets Encrypt Setup page
      
      * [docs] Translate to Spanish the tutorial Setup Multitenancy page
      
      * [docs] Translate to Spanish the tutorial Bench Commands page
      92399087
    • Faris Ansari's avatar
      Auto email report redesign (#3730) · 9418d5b6
      Faris Ansari authored
      * Add auto_email_report.html
      
      * Add table styling for email
      
      * wip
      
      * commonify template
      
      * Right align numeric fields
      
      * Add text utility classes
      
      * fix tests
      9418d5b6
    • Prateeksha Singh's avatar
      7029f8b8
  6. 19 Jul, 2017 3 commits