Commit graph

128 commits

Author SHA1 Message Date
mic
3a455f8484 Disable add_tags and spamfilter options in storage when permissions are not granted 2025-03-06 21:19:13 +01:00
mic
d9a2d84916 TB 115 permissions request fixed 2025-03-06 20:46:54 +01:00
mic
84d96a06b4 Optimize state storage updates for add_tags and spamfilter options 2025-03-06 20:39:36 +01:00
mic
a33105114c hiding spamfilter when using chatgpt web interface and disabling spamfilter and ad_tags options. see #284 2025-03-06 20:32:57 +01:00
mic
92b983605a Add Thunderbird version check for messagesTagsList permissions. see #281 2025-03-05 22:02:42 +01:00
Mic
a06d191695 refactor: change const to let for permission request variables 2025-03-05 18:09:01 +01:00
Mic
f4551c3662
Merge branch 'main' into v3.2.0 2025-02-27 21:18:10 +01:00
mic
fc3ca39ee5 tags related permissions are now optional and asked only if the add_tags options is checked. add_tags is now default to false. fixes #259 2025-02-14 23:31:45 +01:00
mic
9b1db0ed8b messagesMove is now an optional permission. see #231 2025-02-13 23:13:05 +01:00
mic
7355934f89 spamfilter added to options page. see #231 2025-02-11 21:39:35 +01:00
mic
fd034bce62 hiding sparks download message when using the chatgpt web interface. fixes #245 2025-02-02 21:56:31 +01:00
mic
decb529cb0 showing a warning message if sparks is not present. see #182 2025-01-11 23:09:48 +01:00
mic
707290720c get_calendar_event_tr hidden qhen using chatgpt web interface 2025-01-11 22:41:04 +01:00
mic
969f17e9dd url error fixed 2025-01-10 23:20:06 +01:00
mic
a03c11794a get_calendar_event added in the options page. see micz/ThunderAI/#182 2025-01-10 23:13:54 +01:00
mic
5a412dc7c5 correctly hiding tags rows when using chatgpt web 2025-01-10 23:02:11 +01:00
mic
3b538050b6 copyright year updated 2025-01-10 21:21:37 +01:00
mic
e7ef1f985a fixed a bug in loading google gemini models that leads to duplicates values 2025-01-08 23:24:22 +01:00
mic
c65d29a918 google gemini system instructions added to the addon options page. see #217 2025-01-06 22:06:16 +01:00
mic
d34569d86e starting to work on the gemini api. getting the models list in the options page. see #204 2025-01-05 23:24:17 +01:00
mic
eb2c07b143 Added a button to manually isnert the OpenAI Comp Model. Fixes #205 2024-12-25 20:15:44 +01:00
Mic
6c823f7992 tags info btn enabled/disabled with the add tags checkbox. see #183 2024-12-18 01:08:00 +01:00
Mic
e8d39d22f5 tags options moved to addtags page. see #183 2024-12-18 01:03:00 +01:00
mic
0537eb8bca custom prompts and tags setting pages moved under pages folder 2024-12-14 22:31:03 +01:00
Mic
fccd707677 added a button in the options page to open the tag info page. see #183 2024-12-13 01:03:00 +01:00
Mic
99cab276fa add_tags_maxnum option added. see #183 2024-12-13 00:23:00 +01:00
mic
7ec4ef89a0 add_tags option added. see #183 2024-12-09 22:50:49 +01:00
Mic
ccf866a003 dispatching a change event 2024-10-29 19:01:53 +01:00
mic
361e512114 clicking on chatgpt_web_model allowed options now sets the text field 2024-10-28 23:01:37 +01:00
Mic
863ce095f8
Merge branch 'main' into v2.3.0 2024-10-23 22:33:34 +02:00
Mic
4f708f5297 border fixed 2024-10-17 18:36:47 +02:00
Mic
8a471c44be max_prompt_length also hidden when using chatgpt_web. see #165 2024-10-17 17:49:36 +02:00
Mic
6808e3a81f max_prompt_length options added. fixes #165 2024-10-17 17:35:36 +02:00
mic
fcb91cc9cb added a warning when an Owl account is found. see #148 2024-10-15 18:07:25 +02:00
mic
9fe528d6c8 openai_comp_use_v1 pref added 2024-10-15 17:06:30 +02:00
mic
bf0e161401 Better Ollama API and OpenAI API error messages handling 2024-10-14 23:57:43 +02:00
mic
eb709fa380 Better OpenAI Comp API error messages handling 2024-10-14 23:54:04 +02:00
mic
00aa5e9305 adde a workaround for chatgpt web login issues. see #155 2024-10-11 21:18:44 +02:00
mic
f9832a1860 uising the optional api key in the openai comp api see #144 2024-10-01 22:44:24 +02:00
mic
205574626b openai comp apikey added in the options page 2024-10-01 21:04:06 +02:00
Mic
57c59914e3 openai api key is now hidden as a password 2024-09-30 20:28:18 +02:00
mic
f7a42bdb2f allowing 0 for chat window dimensions 2024-09-24 22:58:43 +02:00
Mic
4783dda0b7 models fetching method fixed 2024-09-13 19:49:12 +02:00
mic
ee712650b8 fixed red highlighting for model field when loading the option page 2024-09-12 22:17:51 +02:00
mic
7635537ced checking prefs fields also at page loading 2024-09-12 21:58:58 +02:00
mic
db045b159c models loading js in options page done. see #126 2024-09-12 20:53:55 +02:00
mic
68728e77f3 openai comp api option html elements added. see #126 2024-09-12 20:45:16 +02:00
mic
2dcdef11b6 correctly handling ollama options visual feedback 2024-08-22 23:59:25 +02:00
mic
8483ea627b showing an error in fetching models, if needed. fixes #116 2024-08-22 23:16:33 +02:00
mic
969dbb1127 ollama_api: getting models list. see #79 2024-08-20 17:42:04 +02:00
mic
4f7a018f67 ollama options added. see #79 2024-08-20 15:16:48 +02:00
mic
3f2862a571 using logger class in mzta-options 2024-08-19 17:30:05 +02:00
mic
376b2acf4e two console.log translated to console.error statement 2024-08-16 14:28:07 +02:00
mic
e481ea151d the model select element is no more red when a correct model is selected. fixes #100 2024-08-14 21:57:21 +02:00
mic
717bade1a5 better error message when fetching models 2024-08-14 21:49:39 +02:00
mic
e0ed33f183 commented out a debug console.log statement 2024-08-14 21:39:35 +02:00
mic
a34a96a5ff correctly managing apikey and model in the option page 2024-07-29 23:47:14 +02:00
mic
a1a47c137c warnAPIKeyEmpty() executed also at page loaded 2024-07-29 23:36:29 +02:00
mic
9bff8a0358 chatgpt api prefs renamed 2024-07-29 23:35:10 +02:00
mic
aa75de3602 warning when no model selected 2024-07-28 22:57:27 +02:00
mic
b056781aad added a loading info when fetching models 2024-07-26 22:47:28 +02:00
mic
9787db321d giving error to user and console on model fetch if needed. see #92 2024-07-26 22:30:58 +02:00
mic
dbdefd4616 different colors for different connection types. see #92 2024-07-24 00:14:54 +02:00
mic
7eeb50b5b6 disabling btn fetch models and selected models if apikey is empty. see #92 2024-07-23 23:45:06 +02:00
mic
93afbb2490 managing model in the options page. see #92 2024-07-22 23:36:12 +02:00
mic
283e6fda3d Manage the options when using the API. Fixes #93 2024-07-22 23:00:35 +02:00
mic
fe2ed3c00c removed useless import 2024-07-20 23:11:39 +02:00
mic
f5651cd976 using the default_chatgpt_lang default option. see #53 2024-07-14 23:53:10 +02:00
mic
6cdfd1489f micz.it url link typo fixed 2024-05-28 18:44:32 +02:00
mic
83f570feaa log desc improved. fixes #63 2024-05-17 22:46:11 +02:00
mic
da955b4a26 added a btn to open the manage prompts tab 2024-05-06 23:15:08 +02:00
mic
42d212c715 License header added to js files 2024-04-16 22:19:52 +02:00
mic
5caa6a6d89 Added the reply type option. related to #14 2024-04-05 12:00:32 +02:00
mic
1e8fc2a1e9 Default lang for chatgpt responses. related to #14 2024-04-05 00:34:00 +02:00
mic
0d626a491c prefs: added chatgpt win dimensions option. related #14. fixes #8. 2024-04-03 22:59:05 +02:00
mic
8d4f3b564a prefs: saved only the changed pref. #14 2024-04-03 21:57:56 +02:00
mic
f2e4db183c prefs: managing different input types. related to #14 2024-04-03 21:24:14 +02:00
mic
41e4a2e547 First working version 2024-04-01 22:58:39 +02:00