Граф коммитов

147 Коммитов

Автор SHA1 Сообщение Дата
Hong Ooi 983aaaaaa7 fix outdated links 2023-09-06 17:23:39 +10:00
Hong Ooi 13682de9d7 update news and description 2023-09-06 08:16:16 +10:00
Jonathan Carroll 221771e346
Encode hash (#) in URL path (#33)
* encode hash in path

* bump version and add NEWS
2023-09-06 08:10:12 +10:00
Hong Ooi 0075366b6f update actions tags 2023-09-06 07:00:56 +10:00
Hong Ooi 5176cccc88
Merge pull request #31 from Azure/users/GitHubPolicyService/4f030252-1dc2-4156-bc16-2eb1c77c828a
Adding Microsoft SECURITY.MD
2022-07-30 01:42:57 +10:00
microsoft-github-policy-service[bot] 6403583dbb
Microsoft mandatory file 2022-07-28 16:34:47 +00:00
Hong Ooi 542ded30e1 bump ver no for release 2021-11-27 13:28:55 +11:00
Hong Ooi aba8fd6602 use load_azure_token when listing graph logins 2021-11-05 17:16:20 +11:00
Hong Ooi 7aed8d75a3 tenant also required for client creds login 2021-06-02 20:28:21 +10:00
Hong Ooi c38dcd73b9 mention auth vignette in news 2021-06-01 20:12:28 +10:00
Hong Ooi 4ab338fdda add authentication vignette 2021-05-31 14:02:08 +10:00
Hong Ooi a7bcb1a3cb update description, news 2021-05-29 23:54:03 +10:00
Hong Ooi 6184b8b59e add print method for request object 2021-05-05 13:05:58 +10:00
Hong Ooi 8e54902411 add print method for ms_graph_pager 2021-05-03 09:33:04 +10:00
Hong Ooi 1eebbb9fd3 fix default_generator arg in get_list_pager 2021-05-03 09:21:45 +10:00
Hong Ooi 914f1fc86d add default_generator to pager args 2021-04-27 12:14:41 +10:00
Hong Ooi 08bda33e66 bump for release 2021-04-27 00:41:29 +10:00
Hong Ooi 287af760db refresh intro vignette 2021-04-26 03:42:29 +10:00
Hong Ooi bdd48e17a0
Add listing methods to graph client (#23)
* add list methods to ms_graph

* get it working

* update readme

* enhance get_group
2021-04-26 02:51:46 +10:00
Hong Ooi 7230fcabd7 update extract_list_values doc, tests 2021-04-25 23:23:56 +10:00
Hong Ooi f0188058d4
Add filter arg to all listing methods (#22)
* add filter args to all list_* methods

* document

* filtering working again
2021-04-25 08:56:49 +10:00
Hong Ooi 38bec8bb15
Pager API (#21)
New public API for working with paged result sets. Replaces the private methods 'get_paged_list' and 'init_list_objects'; these are retained for backward compatibility but deprecated.
2021-04-24 00:56:05 +10:00
Hong Ooi 17f6546e43 fix bug in capping length of list/data.frame 2021-04-21 23:51:12 +10:00
Hong Ooi a6d08e7fe8 support getting user by name or email 2021-04-21 12:38:56 +10:00
Hong Ooi b97fca151f bump to dev version 2021-04-13 10:01:18 +10:00
eitsupi 5bf9fb77b2
Fix example (#20) 2021-04-13 01:38:07 +10:00
Hong Ooi e863dc5614 fix URLs, expand login documentation 2021-04-07 00:17:29 +10:00
Hong Ooi 4faf3d4e6c bump for release 2021-04-05 18:07:39 +10:00
Hong Ooi d09a8e05b8 fix batch request 2021-04-02 19:33:06 +11:00
Hong Ooi f44e6a86a1
Handle throttling (#18)
closes #17
2021-04-02 19:08:16 +11:00
Hong Ooi 7a3f8a2c1b
Implement batch requests (#16) 2021-04-01 00:22:09 +11:00
Hong Ooi 1dd45d559b
Update DESCRIPTION 2021-03-06 13:18:49 +11:00
gwd b7042ebe93
Fix small typo - missing parenthesis (#14)
Noticed, during walking through the vignette that since `list_group_memberships` is a function call - the necessary parenthesis were missing.
2021-03-06 13:17:14 +11:00
Hong Ooi fe85dd7932 bump to release ver 2021-02-09 03:00:58 +11:00
Hong Ooi a573b451ce
Object enhancements (#13)
- Allow setting an optional limit to the number of objects returned by the private `ms_object$get_paged_list()` method.
- The private `ms_object$init_list_objects()` method now has a `...` argument to allow passing extra parameters to class constructors.
- Add documentation on how to use `get_paged_list` and `init_list_objects`.
2021-02-08 23:35:04 +11:00
Hong Ooi a5f7a25e61 really fix links 2021-01-14 03:22:54 +11:00
Hong Ooi 2cfe7280e4 more fixes, tests for login 2021-01-13 00:28:09 +11:00
Hong Ooi 22ac357226 fix references to SharePointR 2021-01-12 22:58:10 +11:00
Hong Ooi 1af2590a8a revise how to choose token 2021-01-12 16:25:54 +11:00
Hong Ooi 4d19dac5b0
1.2.0 update (#12)
* change org

* test commit

* Extensibility (#1)

* sharepoint site/drive

* use basename of src for download

* download method for drive

* add top-level get_sharepoint_site, get_drive

* refactoring

* fix glitch in test

* add more is_* functions

* start on list_files

* list_files working, add get_drives methods

* rationalise get_drive/document_library

* fine-tune drive/file detection

* add drive_item class

* tweak for personal onedrive

* add app for personal auth

* file uploading

* delete file

* drive items

* use AAD v2.0 as default

* class registry

* tweak login defaults

* document everything

* linting

* update description

* split ms_object and az_object

* change default for init_list_objects

* stub sharepoint list object

* basic list functionality

* break sharepoint stuff into new pkg

* fixes

* util fns from AzureRMR

* update news

* update docs

* basic testing

* add vignette

* fix vignette

* update news

* change org back

* also set default to aad v2 in ms_graph

* update doc

* bump version no

* rework get_graph_login
2021-01-12 04:17:32 +11:00
Hong Ooi c57654053e bump ver no 2020-10-12 15:42:54 +11:00
Hong Ooi c51a05f344 change maintainer email address 2020-10-11 12:03:56 +11:00
Hong Ooi c4a810e872 switch to Github Actions 2020-10-11 11:38:53 +11:00
Hong Ooi 4b50adcc0c
switch to v1.0 endpoint
closes #4
2020-05-25 11:57:05 +10:00
Hong Ooi 7c2c962ee6 bump ver no 2019-11-08 09:40:21 +11:00
Hong Ooi 09d7345530 also update mds 2019-11-08 08:02:24 +11:00
Hong Ooi 22303fea12
New creds api (#5)
- Use new Graph password API
- Better cert handling
2019-11-08 07:50:36 +11:00
Hong Ooi 2c22b95d0f update news/desc 2019-10-28 15:37:55 +11:00
Hong Ooi a1701a9e8c treat access token as opaque 2019-10-27 23:13:33 +11:00
Hong Ooi d7d8acd2df empty list fix, update tests 2019-10-15 19:20:12 +11:00