EspoCRM 5.1.2 released

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yuri
    Member
    • Mar 2014
    • 8454

    EspoCRM 5.1.2 released

    Enhancements:
    • Auth Log: Login history available for the administrator;
    • Authentication: Parameter 'Only one auth token per user';
    • Authentication: Brute force attack protection;
    • Users: Last Access field;
    • Emails: Supporting email templates for replies;
    • Email Notifications: Configurable note types to notify about;
    • Outbound emails: The ability to use external email client;
    • Activities dashlet: 'Next X Days' filter;
    • Templates for PDF: Today & Now placeholders.

    Bugs fixed:
    • Resized images not taking into account an orientation from exif;
    • Email body sometimes not visible;
    • Field Manager: Enum field problem;
    • Row actions not clickable on mobile devices;
    • Passwords containing ':' are not accepted;
    • My Activities Dashlet Display Count Issue.

    All issues: https://github.com/espocrm/espocrm/m...ne/33?closed=1

    Download: https://www.espocrm.com/download/
    Upgrades: https://www.espocrm.com/download/upgrades/
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.
  • emillod
    Active Community Member
    • Apr 2017
    • 1405

    #2
    Wow! Great
    Can you explain Brute Force attack protection? What if someone try many passwords?

    Comment

    • yuri
      Member
      • Mar 2014
      • 8454

      #3
      The simple protection for now. Blocking IP for a while when too many attempts withing a specific time period.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • emillod
        Active Community Member
        • Apr 2017
        • 1405

        #4
        Great! Thanks !

        Comment

        • emillod
          Active Community Member
          • Apr 2017
          • 1405

          #5
          One more thing. What if someone try to login many times through API? For example here http://demo.espocrm.de/advanced/api/...edAt&asc=false

          Comment

          • yuri
            Member
            • Mar 2014
            • 8454

            #6
            As I mentioned before it's not possible to login any other way than through API.
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            • gundogduyakici
              Senior Member
              • Mar 2018
              • 165

              #7
              Awesome. Thanks yuri

              Comment

              • rodrigocoelho
                Active Community Member
                • Jun 2016
                • 296

                #8
                Originally posted by yurikuzn
                Enhancements:
                • Auth Log: Login history available for the administrator;
                • Authentication: Parameter 'Only one auth token per user';
                • Authentication: Brute force attack protection;
                • Users: Last Access field;
                • Emails: Supporting email templates for replies;
                • Email Notifications: Configurable note types to notify about;
                • Outbound emails: The ability to use external email client;
                • Activities dashlet: 'Next X Days' filter;
                • Templates for PDF: Today & Now placeholders.

                Bugs fixed:
                • Resized images not taking into account an orientation from exif;
                • Email body sometimes not visible;
                • Field Manager: Enum field problem;
                • Row actions not clickable on mobile devices;
                • Passwords containing ':' are not accepted;
                • My Activities Dashlet Display Count Issue.

                All issues: https://github.com/espocrm/espocrm/m...ne/33?closed=1

                Download: https://www.espocrm.com/download/
                Upgrades: https://www.espocrm.com/download/upgrades/
                Hi Yuri, how to disable the email received notifications? I didn't see that option.
                May you explain please?

                Thanks.

                Comment

                • tanya
                  Senior Member
                  • Jun 2014
                  • 4308

                  #9
                  Hello,
                  Administration > Notifications > Email Notification > What to notify about field

                  Comment

                  • rodrigocoelho
                    Active Community Member
                    • Jun 2016
                    • 296

                    #10
                    Is it related to this? (attached)

                    Comment

                    • akafester
                      Member
                      • Mar 2018
                      • 32

                      #11
                      I got this error in the logs after updating:
                      Code:
                        [2018-04-04 19:16:08] Espo.ERROR: API [GET]:/Stream, Params:Array ( ) , InputData:  - ORM: Repository 'Lager' does not exist. [] []
                      [2018-04-04 19:16:08] Espo.ERROR: Display Error: ORM: Repository 'Lager' does not exist., Code: 500 URL: /rep-shack/api/v1/Stream?filter=&maxSize=20&offset=0&sortBy=number&asc=false [] []
                      The activity tab isn't working now. The error refers to a entity I deleted some time ago.

                      Comment

                      • tanya
                        Senior Member
                        • Jun 2014
                        • 4308

                        #12
                        Check in data/config.php - is this entity in Activity or Calendar settings? (calendarEntityList, activitiesEntityList, historyEntityList).
                        As I see, the problem is in stream.
                        Seams it's a bug. Thanks
                        Last edited by tanya; 04-05-2018, 07:51 AM.

                        Comment

                        • tanya
                          Senior Member
                          • Jun 2014
                          • 4308

                          #13
                          akafester , do you have access to the database? Could you remove from table `note` all records, where parent_type = 'Lager' OR related_type='Lager' ?

                          Comment

                          • akafester
                            Member
                            • Mar 2018
                            • 32

                            #14
                            tanya
                            The database fix did the job. There was a single parent_type pointing to Lager. Thank you very much .

                            Comment

                            • wtconseil
                              Active Community Member
                              • Apr 2015
                              • 335

                              #15
                              What about current user having passwor containing a ":" character?
                              I use a password generator with symbols and i'm pretty sure that some users have a ":" inside their password
                              It is going to work ? or should they reset ?

                              Comment

                              Working...