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

144 Коммитов

Автор SHA1 Сообщение Дата
Hong Ooi 23861da81f basic cal fns 2021-12-29 20:00:07 +11:00
Hong Ooi 30234cb823 skeleton 2021-12-29 19:11:42 +11:00
Hong Ooi 1c29cb197d
Emayili compatibility update (#97)
* handle new emayili version

* update news, add package version check

* emayili addresses are a custom class

* use accessor functions
2021-11-24 18:23:57 +11:00
Hong Ooi 4f6d31a9b0 update for release 2021-10-26 03:17:44 +11:00
Hong Ooi 211e801302
Add service account description (#94) 2021-10-25 17:38:40 +11:00
Hong Ooi 295ab26ac0 add warnings re use of app permissions 2021-10-21 13:54:35 +11:00
Hong Ooi 6e9ba75d82
Vignette on unattended use (#93)
closes #92
2021-10-13 10:51:29 +11:00
Hong Ooi 6158983c05
add get_path method (#91) 2021-10-02 06:33:42 +10:00
Hong Ooi c194175530 don't actually need a new method 2021-09-30 19:12:22 +10:00
Hong Ooi fc48e6040a
Shared folder fix (#90)
* fix methods for shared drive items

* update news

* add explanatory comment

* keep all properties consistent
2021-09-30 04:33:50 +10:00
Hong Ooi 7caee82ef4
Chat attachments fix (#88)
Implement file attachments for Teams chat messages
2021-09-26 05:44:58 +10:00
Hong Ooi ff62d9eb5f bump ver no for release 2021-09-20 05:02:25 +10:00
Hong Ooi 1e73fb48ce
Auth enhancements (#85)
* make token an explicit client arg

* document

* updating documentation for token auth

* update auth vignette

* simplify login process

* redoc

* redoc again

* clarify what token arg overrides

* rationalising tests

* add basic login testing

* better vignette index entry

* mention that token is unchecked

* app/scope munging

* some auth testing
2021-09-17 17:41:09 +10:00
Hong Ooi faa9da8af5 fix calls to private$make_basic_list 2021-09-15 18:02:16 +10:00
Hong Ooi eecfa199fd
Shiny documentation (#82)
closes #79
2021-09-11 17:31:02 +10:00
Hong Ooi d889fd4daa add @r-ash to ctbs in description 2021-09-03 15:02:01 +10:00
Rob d4c6a1d5eb
Qualify package names in added methods (#75)
* Qualify package names in added methods

* Move make_basic_list to a private class method to solve namespacing issues

* Remove roxygen docs for private methods

* update news

Co-authored-by: Hong Ooi <hongooi73@gmail.com>
2021-08-29 16:30:02 +10:00
Hong Ooi 8cd57b701a
Parent item (#74)
* get parent for drive item

* seems to be working

* cleanup

* add tests

* add business onedrive tests

* update docs

* rm stray debugging code

* test
2021-08-24 12:27:34 +10:00
Hong Ooi 1a78851157 bump to dev version 2021-08-21 16:44:19 +10:00
Hong Ooi f79ed226ca bump ver no for release 2021-08-09 16:50:38 +10:00
Hong Ooi 7eb1515f11 update appreg.md 2021-07-12 17:31:56 +10:00
Hong Ooi 56b6084637 sites.readwrite.all, not sites.readwrite 2021-07-12 17:21:30 +10:00
Hong Ooi d2d5136bd1 list all permissions (avoid SPO unless needed) 2021-07-12 17:11:30 +10:00
Hong Ooi 708ea500c0 update news 2021-07-12 15:10:39 +10:00
Hong Ooi c112f78c04 use explicit permissions for default scope 2021-07-12 14:31:40 +10:00
Hong Ooi 6fe14ea64e
Teams chat (#68)
* chat class, chatmessage changes

* register chat class

* add accessors

* document

* add new permissions to appreg doc

* update vignette
2021-07-11 05:05:08 +10:00
Hong Ooi 7ae9c7cebd
support retrieving shared mailboxes (#65) 2021-07-07 16:55:01 +10:00
Hong Ooi 12e6e64880 require latest AzureGraph 2021-07-06 10:12:49 +10:00
Hong Ooi 760b17e5f5
Outlook calendar invite fix (#62)
* fix list_emails to use ms_outlook_email as default

* allow for possibility that email structure varies
2021-07-02 15:01:08 +10:00
Hong Ooi 31ff33bca4 some clarifications/extra info 2021-06-10 18:22:26 +10:00
Hong Ooi aadc39dda6 export make_basic_list, fixes #58 2021-06-10 12:50:40 +10:00
Hong Ooi 2d7d43a26d bump ver no for release 2021-05-25 16:06:19 +10:00
Hong Ooi 872ed9b2be add basic planner tests, fix get_plan 2021-05-20 16:38:07 +10:00
Hong Ooi 4b9909aee3
Planner (#54)
* Initial attempt at adding the planner APIs

* add romanzenka to authors

* linting

* redocument

* update news

* formatting

* more formatting

* use new pager methods

* redoc

* add group get_plan method, redoc

Co-authored-by: Roman Zenka <zenka.roman@mayo.edu>
2021-05-19 19:49:33 +10:00
Hong Ooi ad3b7bd1c3 mention that permissions are delegated 2021-05-19 02:33:24 +10:00
Hong Ooi 38d7498a88 use private channel for testing messages 2021-05-13 15:07:32 +10:00
Hong Ooi 8e6569292c fix some list filtering tests 2021-05-07 12:43:56 +10:00
Hong Ooi fba3346640 more robust is_folder logic 2021-05-06 17:22:44 +10:00
Hong Ooi e354ab2c44 make news items better organised 2021-05-06 15:30:13 +10:00
Hong Ooi 43f765ebbc
Get drive by name (#51)
* get drive by name

* update news

* redoc

* slight rewording

* tests pass

* add comment

* add some clarifications for methods
2021-05-06 14:29:47 +10:00
Hong Ooi 95151870af
Search arg for email list (#50)
This along with #48 should close #40
2021-05-04 01:43:03 +10:00
Hong Ooi 53a46c9ea0 update item doc to mention fields 2021-05-04 00:43:41 +10:00
Hong Ooi dbf2ddfdb6
Add filter, n args for all list methods (#48)
closes #44
2021-04-30 11:49:34 +10:00
Hong Ooi 3d07d20f19
Shared files listing (#47)
closes #45
2021-04-27 02:04:46 +10:00
Hong Ooi d0492eb99e add id to cols returned by list_files() 2021-04-25 09:55:19 +10:00
Hong Ooi d8d35a15a9
Recursive folder delete (#43)
closes #21
2021-04-17 03:26:21 +10:00
Hong Ooi e50c6fa6bd
Team members and mentions (#42)
closes #26
2021-04-17 01:55:51 +10:00
Hong Ooi 5631450f92 bump to dev version 2021-04-15 01:35:11 +10:00
Hong Ooi 8f10497821 bump ver no for release 2021-04-12 13:26:21 +10:00
Hong Ooi abf86be088
Outlook vignette (#36)
* vignette init

* fill out vignette

* fix yaml

* tweaks
2021-04-10 11:57:14 +10:00