aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/office365-owa
Commit message (Collapse)AuthorAge
* chore: bump all recipes minor versionsLibravatar André Oliveira2024-05-04
|
* Office365: Fix selector for "Folders" (#483)Libravatar Ujp8LfXBJ6wCPR2024-01-07
| | | | | | | | | | * Office365: Fix selector for "Folders" * Update versioning --------- Co-authored-by: Carl Hjerpe <git@hjerpe.xyz> Co-authored-by: André Oliveira <37463445+SpecialAro@users.noreply.github.com>
* Improve lint setup (#400)Libravatar Vijay Aravamudhan2023-07-26
| | | | * Use strict configuration of node/npm/pnpm * When generating a new recipe, string replace should handle all placeholders in a single file
* chore: improve lint setup (#397)Libravatar MCMXC2023-07-26
| | | | | | | | | | | | | | | | | - update eslint config to closely mirror the ones from ferdium-app - add .eslintignore - opt in to eslint `reportUnusedDisableDirectives` config option - remove `trailingComma: all` from `prettier` config which is default in `prettier` v3 - autofix or disable a lot of lint issues throughout codebase - add `volta` configuration to `package.json` to autoload correct `node` and `pnpm` versions - upgrade all `eslint` and `prettier` related dependencies to latest - update lint:fix npm script - reformat touched files with prettier - bumped up minor version for all recipes that have changes - introduced injection of 'service.css' where it was missing in many recipes --------- Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Error Handling on Office 365 landing page (#125)Libravatar Slan2022-07-13
| | | Updated Office365 trying to fetch xpath elements that dont exist yet
* Fix outlook issue by changing the service URL (#104)Libravatar André Oliveira2022-07-04
|
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-18
|
* chore: add eslint-plugin-unicorn (#733)Libravatar Markus Hatvan2021-10-05
|
* feature: allow services to delineate favorites vs non-favorites in unread countsLibravatar Vijay A2021-09-23
| | | | implements getferdi/recipes#721
* fix: fix js error; stylingLibravatar Vijay A2021-09-19
|
* Removed redundant 'README.md' filesLibravatar Vijay A2021-09-12
|
* fix issue with Office365 not getting unread counts in non-english locale ↵Libravatar Vijay Aravamudhan2021-09-11
| | | | (fixes #679) (#681)
* Partially reverted changes to certificate-handling for office365 and msteams ↵Libravatar Vijay A2021-09-09
| | | | since they crashed.
* Expose 'known certificate hosts' in ms teams and outlook to try to fix ↵Libravatar Vijay Raghavan Aravamudhan2021-09-08
| | | | certificate expiry issue (#675)
* refactor: Use Ferdi.safeParseInt to ensure that parsing is done consistently ↵Libravatar Vijay A2021-08-31
| | | | in all recipes.
* fix: Fix unread count in outlook (fixes #1808)Libravatar Vijay A2021-08-29
|
* cleanup: Remove duplicated recipes for Outlook Web App and Enterprise OWA. ↵Libravatar Vijay A2021-08-29
| | | | Fixes #523
* chore: normalized all recipes to ensure compatibility with es6 (#639)Libravatar Vijay Raghavan Aravamudhan2021-08-27
| | | | - Removed some calls to set badge with '0' all the time. - Removed all 'sourceMaps' since they are all outdated atm.
* Cleanup all recipes (#605)Libravatar Vijay Raghavan Aravamudhan2021-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | * Removed legacy properties that are no longer used: 'author' 'customURL' 'description' 'hostedOnly' 'main' 'openDevTools' 'popup' 'repository' 'serviceName' 'webviewOptions' 'wording' - Removed entries for if they were the defaults: 'hasCustomUrl' 'hasDirectMessages' 'hasIndirectMessages' 'hasNotificationSound' 'hasTeamId' 'message' Fixed incorrect 'urlInputSuffix' type. Added validations for ensuring the above do not creep back in.
* Fixed eslintrc as root for this folder; Reformatted all files.Libravatar Vijay A2021-07-31
|
* Minify svg's using svgoLibravatar Vijay A2021-07-06
|
* Removed references to png images since they were not being used anyways.Libravatar Vijay A2021-07-06
|
* Changed Office365 recipe to allow for self-hosted urls. Bumped version.Libravatar Vijay A2021-05-16
|
* Synchronize Outlook services and correct message count (#398)Libravatar Cromefire_2021-01-05
|
* Revert "Use imagemin to minify images (#323)"Libravatar Amine Mouafik2020-10-10
| | | | This reverts commit 5f7d8ebe6d8a9a9e5a1b4e9f041ece1a7ae38ab1.
* Use imagemin to minify images (#323)Libravatar Vijay Raghavan Aravamudhan2020-10-09
|
* Minify images using ImageOptim (lossless compression) (#313)Libravatar Vijay Raghavan Aravamudhan2020-10-07
|
* Update user agent for OWA and Outlook (#302)Libravatar Daniel Smith2020-10-02
|
* Unpack recipes and update recipes icons (#292)Libravatar Bennett2020-09-22
Co-authored-by: Amine Mouafik <amine@mouafik.fr>