[Dhis2-devs] Two shortName errors

2016-06-23 Thread Greg Wilson
s."} "e" does not already exist as this is the first time I used that Name. I think it is trying to key off of shortName (blank). Expectation: Either allow for empty shortnames, or prevent submission. Hope this helps. -- Greg Wilson BAO Systems

Re: [Dhis2-devs] Two shortName errors

2016-06-23 Thread Greg Wilson
esponse contains >> "importConflicts":[ >> {"object":"a","value":"Empty shortName for object ... >> >> Repeat the process and more records will be created. This time they will >> have an additional "conflict&quo

Re: [Dhis2-devs] Two shortName errors

2016-06-23 Thread Greg Wilson
It seems like part of this has been recorded in https://github.com/dhis2/maintenance-app/issues/176. I will add to it for better documentation. On Thu, Jun 23, 2016 at 8:47 AM, Greg Wilson wrote: > Ah yes, thank you. > > Greg > > On Thu, Jun 23, 2016 at 8:40 AM, Knut Staring

Re: [Dhis2-devs] Application Security testing for DHIS 2

2016-08-23 Thread Greg Wilson
are >> planning to. >> It would be helpful if you get us started around this. >> >> Thanks >> Aamer. >> >> > > ___ > Mailing list: https://launchpad.net/~dhis2-devs > Post to : dhis2-devs@l

Re: [Dhis2-devs] Application Security testing for DHIS 2

2016-08-26 Thread Greg Wilson
anya > > > On Tue, Aug 23, 2016 at 7:03 PM, Greg Wilson > wrote: > >> Aamer: >> >> As part of the DATIM work, BAO is performing IBM AppScan vulnerability >> assessment and confirmation. The results of these assessments will be >> passed onto

Re: [Dhis2-devs] DHIS dependency scan

2016-10-27 Thread Greg Wilson
Yes, I have been running regular AppScans against DHIS2 and sharing the results with the core team. Greg On Oct 27, 2016 6:14 AM, "Aamer Mohammed" wrote: > Hi Team, > > We have run vulnerability checks on DHIS dependencies using the > dependency-check maven plugin. This plugin wraps the OWASP De

Re: [Dhis2-devs] [Dhis2-users] SQL query for DataSets

2017-02-21 Thread Greg Wilson
his2.org/> >> >> ___ >> Mailing list: https://launchpad.net/~dhis2-users >> Post to : dhis2-us...@lists.launchpad.net >> Unsubscribe : https://launchpad.net/~dhis2-users >> More help : https://help.launchpad.net/ListHelp >> >> > > ___ > Mailing list: https://launchpad.net/~dhis2-devs > Post to : dhis2-devs@lists.launchpad.net > Unsubscribe : https://launchpad.net/~dhis2-devs > More help : https://help.launchpad.net/ListHelp > > -- Greg Wilson BAO Systems ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

Re: [Dhis2-devs] Fwd: [dhis2-issue] (DHIS2-1264) Dashboard and Programs translations - UI language list instead of DB language list

2017-04-14 Thread Greg Wilson
//jira.dhis2.org/browse/DHIS2-1264> > > Hi, > > If your DB locale is missing on your instance, you can add it by going > through app Data Administration -> Locale -> Add new > > Regards > [image: Add Comment] > <https://jira.dhis2.org/browse/DHIS2-1264#add-

[Dhis2-devs] Filtering dataValueSets by catOptionCombo or dataElement

2017-05-04 Thread Greg Wilson
DEs or CatOptCombos not matching the one provided. Are they stuck with post api call filtering? Thanks! -- Greg Wilson BAO Systems gwil...@baosystems.com ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Un

Re: [Dhis2-devs] Latest Struts exploit - CVE-2017-9805 | impact to DHIS2?

2017-09-14 Thread Greg Wilson
I asked the core team last week and they said DHIS2 does not use the REST plugin that CVE-2017-9805 addresses. If this is not correct, I am sure one of them will correct me in a couple hours. Greg Wilson On Thu, Sep 14, 2017 at 9:23 PM, Stephen Macauley < stephen.macau...@inductivehealth.

[Dhis2-devs] SMS truncation

2018-02-12 Thread Greg Wilson
Does DHIS2 truncate SMS messages sent via */api/sms/outbound* ? -- Greg Wilson BAO Systems gwil...@baosystems.com ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net

[Dhis2-devs] User PUT issue

2018-08-14 Thread Greg Wilson
Can someone tell me what I am doing wrong here? According to the docs ( https://docs.dhis2.org/2.29/en/developer/html/dhis2_developer_manual_full.html#webapi_users_create_update) this should work to update a user's account: curl -X PUT -u "admin:district" -d @u.json -H "Content-Type: application/j

Re: [Dhis2-devs] User PUT issue

2018-08-14 Thread Greg Wilson
d to update the username from the > original file you used while POSTing, it should work. > > > > Regards > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *Greg Wilson > *Sent: *14 August 2018 1

Re: [Dhis2-devs] User PUT issue

2018-08-14 Thread Greg Wilson
should work. > > Best regards, > Hendrik > On 14 Aug 2018, 11:16 +0200, Greg Wilson , wrote: > > Can someone tell me what I am doing wrong here? According to the docs ( > https://docs.dhis2.org/2.29/en/developer/html/dhis2_developer_manual_full.html#webapi_users_create_update) >