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

37 Коммитов

Автор SHA1 Сообщение Дата
Hong Ooi 6b5125e253
Copy and move (#162)
closes #137
2023-05-27 23:50:00 +10:00
Hong Ooi 3dc550ec30
File transfer enhancements (#160)
closes #105, #142
2023-05-26 08:34:04 +10:00
Hong Ooi f9303c1585
Get by itemid (#157)
closes #116
2023-05-23 04:46:42 +10:00
Hong Ooi 69266dbb38
Multitransfer (#156)
closes #19
2023-05-22 22:16:36 +10: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 6158983c05
add get_path method (#91) 2021-10-02 06:33:42 +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 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 872ed9b2be add basic planner tests, fix get_plan 2021-05-20 16:38:07 +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 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 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 e7d2930943
Support inline images, ref attachments (#34)
Also remove attachment arg for create_email() method; attachments have options that are best provided in add_attachment()
2021-04-02 01:24:06 +11:00
Hong Ooi 7922cbe811
Outlook (#30)
Implement support for emails with Outlook:
- send, reply to, forward emails
- copy/move emails between folders
- manage attachments
- copy/move folders
2021-03-23 01:45:02 +11:00
Hong Ooi 9006908ddb
Fix nested folder creation for business OD, SPO (#28)
Use PATCH which can recursively create nested folders on all services
2021-03-20 02:51:44 +11:00
Hong Ooi f33fb11671
Add ability to create nested folders (#27)
* implement nested folder creation

* fix for root dir

* add tests

* update news
2021-03-13 02:19:38 +11:00
Hong Ooi d9d7bad1b0
Teams polish (#18)
* enable inline imgs in chat message

* redoc

* testing

* reword vignette

* reword vignette 2
2021-02-25 14:57:44 +11:00
Hong Ooi c5c4d7a7cf fix special filename chars, no drv item parentpath 2021-02-19 15:34:46 +11:00
Hong Ooi 17098574dd
Extra methods (#16)
- Add channel create/delete methods
- Move drive file/folder methods to the `ms_drive_item` class
- Fix `assert_one_arg` missing in added AzureGraph methods
- Restore previous client functions but mark as deprecated
- Pass site and list ID explicitly to `ms_list_item$new()` instead of guessing from properties
- Add folder method for channel
- Mark message deletion as unimplemented
- Add business OneDrive tests
2021-02-17 11:10:46 +11:00
Hong Ooi 7f17bc1779
Teams testing (#14)
* team tests

* channel testing

* don't test replies yet

* also don't test deleting messages

* tests pass
2021-02-12 04:37:29 +11:00
Hong Ooi 0ae79a78cc update sharepoint tests 2021-02-12 00:39:11 +11:00
Hong Ooi 47126a8ec2
Interface revamp (#13)
* revamping

* fix duplicated aliases

* doc fix: don't use site url as default
2021-02-11 18:36:52 +11:00
Hong Ooi 3f774dbba8 add tests 2021-01-29 08:10:30 +11:00
Hong Ooi 093af1de77
Add get_item method for drives (#7)
Also changes `get_item_properties` to return the actual properties as a list, not a drive_item object
2021-01-24 07:13:03 +11:00
Hong Ooi 78fe4c3ce6
Add CRUD methods for list items (#6)
* allow modifying lists

* fix ms_sharepoint_list

* list item methods work

* listitem tests pass

* ms_sharepoint_list -> ms_list

* vignette refresh
2021-01-24 06:32:38 +11:00
Hong Ooi 1f44da6d4b add sharepoint tests, redoc 2021-01-23 03:25:01 +11:00
Hong Ooi 815ea8107b allow interop with cli for ms365 2021-01-22 12:00:38 +11:00
Hong Ooi 031c9b23c1 fill out testing 2021-01-22 02:27:20 +11:00
Hong Ooi 9cf308f39c also change testing 2021-01-11 14:43:44 +11:00
Hong Ooi 5a4cdac22d bug fixes 2021-01-11 11:45:59 +11:00
Hong Ooi dc9ecfbe12 add create_share_link, redoc 2021-01-09 03:26:26 +11:00
Hong Ooi e031e6344b add personal onedrive tests 2020-12-27 05:06:27 +11:00