You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(admin): allow sorting members by email, org and statuses
* backend resolver respects GUI's current setting in showing the values
* email: 1. user preferred mail, 2. member mail
* organization: 1. member organization, 2. (IdP's) user organization
@@ -109,6 +109,7 @@ export class AuditMessagesManagerService {
109
109
/**
110
110
* Log arbitrary auditer message/event to the audit log.
111
111
* @param msg Message to be logged
112
+
* @param useNon if set to true sends the request to the backend server as 'non' instead of the usual (oauth, krb...).
112
113
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
113
114
* @param reportProgress flag to report request and response progress.
114
115
*/
@@ -215,6 +216,7 @@ export class AuditMessagesManagerService {
215
216
/**
216
217
* Creates new auditer consumer with last processed id which equals current auditer log max id.
217
218
* @param consumerName
219
+
* @param useNon if set to true sends the request to the backend server as 'non' instead of the usual (oauth, krb...).
218
220
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
219
221
* @param reportProgress flag to report request and response progress.
220
222
*/
@@ -324,6 +326,7 @@ export class AuditMessagesManagerService {
324
326
325
327
/**
326
328
* Get list of names of all possible events.
329
+
* @param useNon if set to true sends the request to the backend server as 'non' instead of the usual (oauth, krb...).
327
330
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
328
331
* @param reportProgress flag to report request and response progress.
329
332
*/
@@ -413,6 +416,7 @@ export class AuditMessagesManagerService {
413
416
414
417
/**
415
418
* Get all auditer consumers as a map with key=value pairs like String(name)=Integer(lastProcessedId).
419
+
* @param useNon if set to true sends the request to the backend server as 'non' instead of the usual (oauth, krb...).
416
420
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
417
421
* @param reportProgress flag to report request and response progress.
418
422
*/
@@ -502,6 +506,7 @@ export class AuditMessagesManagerService {
502
506
503
507
/**
504
508
* Get count of all messages stored in auditer logs.
509
+
* @param useNon if set to true sends the request to the backend server as 'non' instead of the usual (oauth, krb...).
505
510
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
506
511
* @param reportProgress flag to report request and response progress.
507
512
*/
@@ -591,6 +596,7 @@ export class AuditMessagesManagerService {
591
596
592
597
/**
593
598
* Get ID of last (newest) message in auditer logs.
599
+
* @param useNon if set to true sends the request to the backend server as 'non' instead of the usual (oauth, krb...).
594
600
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
595
601
* @param reportProgress flag to report request and response progress.
596
602
*/
@@ -681,6 +687,7 @@ export class AuditMessagesManagerService {
681
687
/**
682
688
* Returns 100 newest audit messages from audit log. If there is a less messages than 100, then all of them are returned OR Returns exact number of newest audit messages defined by \'count\' param (disregarding message IDs). If there is less messages present, then all of them are returned..
683
689
* @param count Messages limit
690
+
* @param useNon if set to true sends the request to the backend server as 'non' instead of the usual (oauth, krb...).
684
691
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
685
692
* @param reportProgress flag to report request and response progress.
686
693
*/
@@ -781,6 +788,7 @@ export class AuditMessagesManagerService {
781
788
/**
782
789
* Returns all messages with IDs within the range from max(ID) to (max(ID)-count), where number of returned messages is equal or less than \'count\' param, because some IDs could be skipped in the sequence.
783
790
* @param count Number of IDs to subtract from max_id
791
+
* @param useNon if set to true sends the request to the backend server as 'non' instead of the usual (oauth, krb...).
784
792
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
785
793
* @param reportProgress flag to report request and response progress.
786
794
*/
@@ -888,6 +896,7 @@ export class AuditMessagesManagerService {
888
896
* Returns \"count\" number of messages that are more or equal than the given ID (ascending order), i.e. the method returns newer messages by provided ID.
889
897
* @param id Starting id from which the messages will be taken
890
898
* @param count Number of messages that will be returned
899
+
* @param useNon if set to true sends the request to the backend server as 'non' instead of the usual (oauth, krb...).
891
900
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
892
901
* @param reportProgress flag to report request and response progress.
893
902
*/
@@ -1006,6 +1015,7 @@ export class AuditMessagesManagerService {
1006
1015
/**
1007
1016
* Get page of audit messages. Total count is only estimated.
1008
1017
* @param InputGetMessagesPage
1018
+
* @param useNon if set to true sends the request to the backend server as 'non' instead of the usual (oauth, krb...).
1009
1019
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1010
1020
* @param reportProgress flag to report request and response progress.
1011
1021
*/
@@ -1114,6 +1124,7 @@ export class AuditMessagesManagerService {
1114
1124
/**
1115
1125
* Returns list of AuditMessages from audit log with IDs > lastProcessedId for registered auditer consumer specified by consumerName param.
1116
1126
* @param consumerName
1127
+
* @param useNon if set to true sends the request to the backend server as 'non' instead of the usual (oauth, krb...).
1117
1128
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1118
1129
* @param reportProgress flag to report request and response progress.
1119
1130
*/
@@ -1225,6 +1236,7 @@ export class AuditMessagesManagerService {
1225
1236
* Set ID of last processed message for specified consumer.
1226
1237
* @param consumerName
1227
1238
* @param lastProcessedId id of message to what consumer will be set
1239
+
* @param useNon if set to true sends the request to the backend server as 'non' instead of the usual (oauth, krb...).
1228
1240
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1229
1241
* @param reportProgress flag to report request and response progress.
0 commit comments