-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/fix/expiry time access token #58
base: master
Are you sure you want to change the base?
Feature/fix/expiry time access token #58
Commits on Oct 18, 2018
-
Check whether array has at least two elements before accessing the in…
…dex 1 This allows to have an editorconfig with insert_final_new_line and prevents a nasty bug to track down.
Jürgen Ratzenböck committedOct 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 15fd966 - Browse repository at this point
Copy the full SHA 15fd966View commit details -
Update package descriptions in composer.json
Jürgen Ratzenböck committedOct 18, 2018 Configuration menu - View commit details
-
Copy full SHA for b3a303c - Browse repository at this point
Copy the full SHA b3a303cView commit details -
Merge pull request #1 from jobs-at/feature/extend-array-access-check
Feature/extend array access check
Configuration menu - View commit details
-
Copy full SHA for 09718d3 - Browse repository at this point
Copy the full SHA 09718d3View commit details -
Make setConfigValues methods static to prevent an exception when call…
…ing them PHP throws an exception when you call non-static methods from within a static method. This was done until this change.
Jürgen Ratzenböck committedOct 18, 2018 Configuration menu - View commit details
-
Copy full SHA for e225f12 - Browse repository at this point
Copy the full SHA e225f12View commit details
Commits on Oct 30, 2018
-
Interpret sandbox env flag as boolean
The sandbox flag comes into the zoho api as boolean flag from our config file but was interpreted by the official zcrm php sdk as string ("true" or "false") which makes no sense. Thus, interpet it as boolean value to decide whether to use sandbox or production.
Jürgen Ratzenböck committedOct 30, 2018 Configuration menu - View commit details
-
Copy full SHA for c8490f9 - Browse repository at this point
Copy the full SHA c8490f9View commit details
Commits on Oct 31, 2018
-
Merge pull request #2 from jobs-at/feature/fix-sandbox-api-request
Interpret sandbox env flag as boolean
Configuration menu - View commit details
-
Copy full SHA for b17253d - Browse repository at this point
Copy the full SHA b17253dView commit details
Commits on Jul 11, 2019
-
Remove array filter to allow syncing of null values
Roman Sumereder committedJul 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 5f79bf0 - Browse repository at this point
Copy the full SHA 5f79bf0View commit details
Commits on Aug 8, 2019
-
Merge pull request #3 from jobs-at/feature/fix-record-as-json
Remove array filter to allow syncing of null values
Configuration menu - View commit details
-
Copy full SHA for c431fef - Browse repository at this point
Copy the full SHA c431fefView commit details
Commits on Nov 25, 2019
-
Bugfix Check if is array before calling the count function
Roman Sumereder committedNov 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 7f0eebf - Browse repository at this point
Copy the full SHA 7f0eebfView commit details
Commits on Dec 5, 2019
-
Merge pull request #4 from jobs-at/bugfix/fix-count-on-null
Bugfix Check if is array before calling the count function
Configuration menu - View commit details
-
Copy full SHA for 9616044 - Browse repository at this point
Copy the full SHA 9616044View commit details
Commits on Feb 12, 2020
-
JOBS-526 Replaces deprecated offset access syntax curly braces with s…
…quare ones for PHP 7.4
Matthias Balota committedFeb 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 70c1abd - Browse repository at this point
Copy the full SHA 70c1abdView commit details
Commits on Feb 14, 2020
-
Jürgen Ratzenböck committed
Feb 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 1dd033e - Browse repository at this point
Copy the full SHA 1dd033eView commit details
Commits on Apr 27, 2020
-
Merge pull request #5 from jobs-at/feature/JOBS-526/php-7-4
JOBS-526 Replaces deprecated offset access syntax
Configuration menu - View commit details
-
Copy full SHA for b005604 - Browse repository at this point
Copy the full SHA b005604View commit details
Commits on Jul 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 45bc957 - Browse repository at this point
Copy the full SHA 45bc957View commit details -
JOBS-870 Set back the Logger log path
Marc Melchor committedJul 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 6e75fdb - Browse repository at this point
Copy the full SHA 6e75fdbView commit details
Commits on Jul 21, 2020
-
JOBS-845 Replace Congif by import
Marc Melchor committedJul 21, 2020 Configuration menu - View commit details
-
Copy full SHA for d0d53d1 - Browse repository at this point
Copy the full SHA d0d53d1View commit details
Commits on Jul 22, 2020
-
Merge pull request #6 from jobs-at/bugfix/JOBS-845/zoho-crm-not-call-…
…zoho-api Bugfix/jobs 845/zoho crm not call zoho api
Configuration menu - View commit details
-
Copy full SHA for f44203c - Browse repository at this point
Copy the full SHA f44203cView commit details
Commits on Aug 31, 2020
-
FIX Convert expiry duration to milliseconds before adding to expiry time
The expiry time is returned in seconds from the refresh token call but the current timestamp is retrieved in milliseconds. Thus we have to convert the duration first to milliseconds before adding it to the final expiry time.
Jürgen Ratzenböck committedAug 31, 2020 Configuration menu - View commit details
-
Copy full SHA for 045064d - Browse repository at this point
Copy the full SHA 045064dView commit details