Announcement

Collapse
No announcement yet.

EspoCRM 5.1.2 released

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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/

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

    Comment


    • #3
      The simple protection for now. Blocking IP for a while when too many attempts withing a specific time period.

      Comment


      • #4
        Great! Thanks !

        Comment


        • #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


          • #6
            As I mentioned before it's not possible to login any other way than through API.

            Comment


            • #7
              Awesome. Thanks yuri

              Comment


              • #8
                Originally posted by yurikuzn View Post
                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


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

                  Comment


                  • #10
                    Is it related to this? (attached)

                    Comment


                    • #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


                      • #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


                        • #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


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

                            Comment


                            • #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...
                              X