ralphlee
|
21b2cfb58b
|
Adding read only roles to PortalUserRole
|
2020-11-23 13:22:12 -05:00 |
|
Mike Hansen
|
c7deb7e74d
|
WIFI-1068: Cloud Backend: Extend or replace existing base_model CountryCode
|
2020-11-16 13:54:57 -05:00 |
|
ralphlee
|
b4dd6aa56b
|
Adding refreshToken and id_token to WebToken transactions
|
2020-11-09 11:37:09 -05:00 |
|
ralphlee
|
1af8228dc4
|
Adding SourceSelection classes
|
2020-10-20 15:31:49 -04:00 |
|
Dmitry Toptygin
|
0975549360
|
force loading of subclasses of vendor-extended enums for EquipmentType
|
2020-09-17 13:16:04 -04:00 |
|
Dmitry Toptygin
|
0f3b2d4a7c
|
added name() and values() methods to EquipmentType to better align them with java enums
|
2020-09-11 19:03:55 -04:00 |
|
Dmitry Toptygin
|
2b888b555c
|
added a way for the 3rd party vendors to define new items for the EquipmentType
|
2020-09-11 18:31:07 -04:00 |
|
Dmitry Toptygin
|
747dc28048
|
when refreshing registered subtypes for the BaseJsonModel - replace the whole ObjectMapper instance, otherwise it may not know about the changes to the registered subtypes. this is useful only in the unit tests.
|
2020-08-31 12:16:58 -04:00 |
|
Dmitry Toptygin
|
e98adae653
|
ignore TestVendorModels for now, as it seems to be unstable
|
2020-08-27 21:55:37 -04:00 |
|
Dmitry Toptygin
|
b47326fec4
|
add support for using extensible enums and their collections in REST API parameters
|
2020-08-27 20:43:11 -04:00 |
|
Dmitry Toptygin
|
1b3379732e
|
added a way for 3rd party vendors to extend some of the enumerations defined by the CloudSDK
|
2020-08-27 17:28:18 -04:00 |
|
Dmitry Toptygin
|
4868b631aa
|
fixed registration of vendor extensions with BaseJsonModel
|
2020-08-27 14:59:38 -04:00 |
|
Dmitry Toptygin
|
f6c59ffe57
|
added a way to extend BaseJsonModel, BaseJdbcTest, BaseRemoteTest by classes located under 3rd-party top-level packages which are different from the TIP's com.telecominfraproject.wlan
|
2020-08-26 16:19:09 -04:00 |
|
Dmitry Toptygin
|
14cfd78946
|
moved getDayOfYear into DateTimeUtils
|
2020-07-30 17:44:26 -04:00 |
|
Dmitry Toptygin
|
a6f6442239
|
added TimeBasedId utility class
|
2020-07-18 18:44:01 -04:00 |
|
Dmitry Toptygin
|
2fcf195b37
|
added base-cassandra and base-cassandra-tests projects
|
2020-06-23 20:49:34 -04:00 |
|
Dmitry Toptygin
|
c3b253f90f
|
fixed unit tests for TokenUtils
|
2020-06-18 12:05:26 -04:00 |
|
Dmitry Toptygin
|
4f85d0331e
|
addressing security issue reported by sonar: Use secure mode and padding scheme
|
2020-06-18 09:06:43 -04:00 |
|
Dmitry Toptygin
|
209d699df8
|
implemented base-stream-consumer classes
|
2020-06-08 18:47:25 -04:00 |
|
Dmitry Toptygin
|
da8ec8f914
|
moved MinMaxAvgValueInt into base-models, fixed typo in the name of NeighborScanPacketType
|
2020-06-01 22:24:24 -04:00 |
|
Dmitry Toptygin
|
2416784f4d
|
added HasClientMac interface
|
2020-05-28 22:01:34 -04:00 |
|
Dmitry Toptygin
|
9ede01fa5c
|
corrected date pattern in logback.xml files
|
2020-05-28 09:45:39 -04:00 |
|
Dmitry Toptygin
|
198a4aad46
|
changed pagination context to have an opaque cursor property
|
2020-05-26 19:32:21 -04:00 |
|
Dmitry Toptygin
|
ae8ef9e76b
|
renamed CloudServiceType -> GatewayType
|
2020-05-11 18:31:43 -04:00 |
|
Dmitry Toptygin
|
89e2bbb469
|
added support for AutoOrManual settings
|
2020-05-04 20:35:35 -04:00 |
|
Dmitry Toptygin
|
ad07e8eba5
|
added code to generate an example of DaysOfWeekTimeRangeSchedule object
|
2020-05-01 20:34:05 -04:00 |
|
Dmitry Toptygin
|
af0a90868d
|
Added radio types for 5GHzU and 5GHzL
|
2020-05-01 09:41:52 -04:00 |
|
Dmitry Toptygin
|
d7caa6b7f3
|
added default value for maxItemsPerPage in the PaginationContext
|
2020-04-20 15:59:22 -04:00 |
|
Dmitry Toptygin
|
8e6107e07f
|
Updated JDK version, addressed some of the warnings in the code
|
2020-04-14 17:59:44 -04:00 |
|
Dmitry Toptygin
|
22103d6326
|
added more common models
|
2020-04-03 19:54:29 -04:00 |
|
Dmitry Toptygin
|
516b68d247
|
added components for webtoken authentication
|
2020-04-01 20:00:30 -04:00 |
|
Dmitry Toptygin
|
5cf709ffa5
|
added more base components
|
2020-03-24 18:10:46 -04:00 |
|
Dmitry Toptygin
|
346bc63d7c
|
updated version of spring framework to 2.2.5.RELEASE
|
2020-03-18 15:11:07 -04:00 |
|
DTop
|
b61028576f
|
changed _type property in BaseJsonModel to model_type because it was giving us too much trouble in the past and to distinguish from KDC models.
|
2020-03-10 15:13:23 -04:00 |
|
DTop
|
fdbec12d1f
|
renamed com.whizcontrol java packages into com.telecominfraproject.wlan
|
2020-03-02 17:55:28 -05:00 |
|
DTop
|
ecea572d7d
|
initial version
|
2020-02-27 12:14:41 -05:00 |
|