Skip to content

Commit a52b9d9

Browse files
authored
Merge pull request #30 from prrvchr/v1.6.1
v1.6.1
2 parents b92dcf4 + d1ea3a7 commit a52b9d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+229
-402
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,15 @@ This might help me find a solution to allow automatic updating of extensions in
351351
- All methods needed for rendering and running in the background now use the UNO service [com.sun.star.awt.AsyncCallback][116] for callback.
352352
- Has been tested under LibreOfficeDev 26.2.
353353

354-
### What remains to be done for version 1.6.0:
354+
### What has been done for version 1.6.1:
355+
356+
- If the OAuth2 configuration wizard is opened in read-only mode, then the first page of the wizard is no longer editable.
357+
- This can be verified in the extension options by launching the wizard and providing a URL and a username.
358+
- It is possible to use the UNO Wizard service instead of the embedded Wizard by modifying the parameter `io.github.prrvchr.OAuth2OOo.UnoWizard` in the LibreOffice expert configuration.
359+
- All modal windows now open correctly in modal mode.
360+
- Updated the [Python pyRdfa3][54] package to version 3.6.5.
361+
362+
### What remains to be done for version 1.6.1:
355363

356364
- Add new language for internationalization...
357365

CHANGELOG_fr.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,15 @@ Cela pourrait m'aider à trouver une solution pour permettre la mise à jour aut
351351
- Toutes les méthodes nécessaires à l'affichage et s'exécutant en arrière-plan utilisent désormais le service UNO [com.sun.star.awt.AsyncCallback][116] pour le rappel.
352352
- A été testé sous LibreOfficeDev 26.2.
353353

354-
### Que reste-t-il à faire pour la version 1.6.0:
354+
### Ce qui a été fait pour la version 1.6.1:
355+
356+
- Si l'assistant de configuration OAuth2 est ouvert en mode lecture seule alors la première page de l'assistant n'est plus modifiable.
357+
- Ceci peut être vérifié dans les options de l'extension en lançant l'assistant et en fournissant une URL et un nom d'utilisateur.
358+
- Il est possible d'utiliser le service UNO Wizard au lieu de l'assistant intégré en modifiant le paramètre `io.github.prrvchr.OAuth2OOo.UnoWizard` dans la configuration experte de LibreOffice.
359+
- Toutes les fenêtres modales s'ouvrent désormais correctement en mode modal.
360+
- Mise à jour du paquet [Python pyRdfa3][54] vers la version 3.6.5.
361+
362+
### Que reste-t-il à faire pour la version 1.6.1:
355363

356364
- Ajouter de nouvelles langue pour l'internationalisation...
357365

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
**The use of this software subjects you to our [Terms Of Use][4] and [Data Protection Policy][5].**
3131

32-
# version [1.6.0][6]
32+
# version [1.6.1][6]
3333

3434
## Introduction:
3535

@@ -212,7 +212,7 @@ ___
212212
[3]: <https://prrvchr.github.io/OAuth2OOo/README_fr>
213213
[4]: <https://prrvchr.github.io/OAuth2OOo/source/OAuth2OOo/registration/TermsOfUse_en>
214214
[5]: <https://prrvchr.github.io/OAuth2OOo/source/OAuth2OOo/registration/PrivacyPolicy_en>
215-
[6]: <https://prrvchr.github.io/OAuth2OOo/CHANGELOG#what-has-been-done-for-version-160>
215+
[6]: <https://prrvchr.github.io/OAuth2OOo/CHANGELOG#what-has-been-done-for-version-161>
216216
[7]: <https://prrvchr.github.io>
217217
[8]: <https://www.libreoffice.org/download/download/>
218218
[9]: <https://www.openoffice.org/download/index.html>
@@ -240,7 +240,7 @@ ___
240240
[31]: <https://packaging.python.org/en/latest/tutorials/installing-packages/#use-pip-for-installing>
241241
[32]: <https://prrvchr.github.io/OAuth2OOo/img/OAuth2OOo.svg#middle>
242242
[33]: <https://github.com/prrvchr/OAuth2OOo/releases/latest/download/OAuth2OOo.oxt>
243-
[34]: <https://img.shields.io/github/downloads/prrvchr/OAuth2OOo/latest/total?label=v1.6.0#right>
243+
[34]: <https://img.shields.io/github/downloads/prrvchr/OAuth2OOo/latest/total?label=v1.6.1#right>
244244
[35]: <https://github.com/prrvchr/OAuth2OOo/blob/master/uno/rdb/idl/com/sun/star/auth/XOAuth2Service.idl>
245245
[36]: <https://github.com/prrvchr/OAuth2OOo/blob/master/uno/rdb/idl/com/sun/star/rest/XRequestParameter.idl>
246246
[37]: <https://github.com/prrvchr/OAuth2OOo/blob/master/uno/rdb/idl/com/sun/star/rest/XRequestResponse.idl>

README_fr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
**L'utilisation de ce logiciel vous soumet à nos [Conditions d'Utilisation][4] et à notre [Politique de Protection des Données][5].**
3131

32-
# version [1.6.0][6]
32+
# version [1.6.1][6]
3333

3434
## Introduction:
3535

@@ -212,7 +212,7 @@ ___
212212
[3]: <https://prrvchr.github.io/OAuth2OOo>
213213
[4]: <https://prrvchr.github.io/OAuth2OOo/source/OAuth2OOo/registration/TermsOfUse_fr>
214214
[5]: <https://prrvchr.github.io/OAuth2OOo/source/OAuth2OOo/registration/PrivacyPolicy_fr>
215-
[6]: <https://prrvchr.github.io/OAuth2OOo/CHANGELOG_fr#ce-qui-a-été-fait-pour-la-version-160>
215+
[6]: <https://prrvchr.github.io/OAuth2OOo/CHANGELOG_fr#ce-qui-a-été-fait-pour-la-version-161>
216216
[7]: <https://prrvchr.github.io/README_fr>
217217
[8]: <https://fr.libreoffice.org/download/telecharger-libreoffice/>
218218
[9]: <https://www.openoffice.org/fr/Telecharger/>
@@ -240,7 +240,7 @@ ___
240240
[31]: <https://packaging.python.org/en/latest/tutorials/installing-packages/#use-pip-for-installing>
241241
[32]: <https://prrvchr.github.io/OAuth2OOo/img/OAuth2OOo.svg#middle>
242242
[33]: <https://github.com/prrvchr/OAuth2OOo/releases/latest/download/OAuth2OOo.oxt>
243-
[34]: <https://img.shields.io/github/downloads/prrvchr/OAuth2OOo/latest/total?label=v1.6.0#right>
243+
[34]: <https://img.shields.io/github/downloads/prrvchr/OAuth2OOo/latest/total?label=v1.6.1#right>
244244
[35]: <https://github.com/prrvchr/OAuth2OOo/blob/master/uno/rdb/idl/com/sun/star/auth/XOAuth2Service.idl>
245245
[36]: <https://github.com/prrvchr/OAuth2OOo/blob/master/uno/rdb/idl/com/sun/star/rest/XRequestParameter.idl>
246246
[37]: <https://github.com/prrvchr/OAuth2OOo/blob/master/uno/rdb/idl/com/sun/star/rest/XRequestResponse.idl>

source/OAuth2OOo/description.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
xmlns:d="http://openoffice.org/extensions/description/2006"
2929
xmlns:l="http://libreoffice.org/extensions/description/2011"
3030
xmlns:xlink="http://www.w3.org/1999/xlink">
31-
<version value="1.6.0"/>
31+
<version value="1.6.1"/>
3232
<identifier value="io.github.prrvchr.OAuth2OOo"/>
3333
<platform value="all"/>
3434
<dependencies>

source/OAuth2OOo/dialogs/OptionsDialog_en_US.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ OptionsDialog.Title=
33
OptionsDialog.FixedLine1.HelpText=
44
OptionsDialog.FixedLine1.Label=Timeout setting
55
OptionsDialog.Label1.HelpText=
6-
OptionsDialog.Label1.Label=Http request connection timeout (second):
6+
OptionsDialog.Label1.Label=HTTP request connection timeout (second):
77
OptionsDialog.NumericField1.HelpText=
88
OptionsDialog.Label2.HelpText=
9-
OptionsDialog.Label2.Label=Http request read timeout (second):
9+
OptionsDialog.Label2.Label=HTTP request read timeout (second):
1010
OptionsDialog.NumericField2.HelpText=
1111
OptionsDialog.Label3.HelpText=
12-
OptionsDialog.Label3.Label=Http service listening period (second):
12+
OptionsDialog.Label3.Label=HTTP service listening period (second):
1313
OptionsDialog.NumericField3.HelpText=
1414
OptionsDialog.FixedLine2.HelpText=
1515
OptionsDialog.FixedLine2.Label=OAuth2 configuration

source/OAuth2OOo/dialogs/OptionsDialog_fr_FR.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ OptionsDialog.Label2.HelpText=
99
OptionsDialog.Label2.Label=Temps d'attente sur lecture des requ\u00eates (seconde):
1010
OptionsDialog.NumericField2.HelpText=
1111
OptionsDialog.Label3.HelpText=
12-
OptionsDialog.Label3.Label=P\u00e9riode d'\u00e9coute du service Http (seconde):
12+
OptionsDialog.Label3.Label=P\u00e9riode d'\u00e9coute du service HTTP (seconde):
1313
OptionsDialog.NumericField3.HelpText=
1414
OptionsDialog.FixedLine2.HelpText=
1515
OptionsDialog.FixedLine2.Label=Configuration OAuth2

source/OAuth2OOo/package.properties

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

source/OAuth2OOo/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ parsel>=1.10.0
3030
ply>=3.11
3131
pycparser>=2.22
3232
pyparsing>=3.2.1
33-
pyRdfa3>=3.6.4
33+
pyRdfa3>=3.6.5
3434
PySocks>=1.7.1
3535
python-dotenv>=1.0.1
3636
rdflib>=7.1.3

source/OAuth2OOo/service/Dispatcher.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ def getImplementationName(self):
8383
def getSupportedServiceNames(self):
8484
return g_ImplementationHelper.getSupportedServiceNames(g_ImplementationName)
8585

86+
8687
g_ImplementationHelper.addImplementation(Dispatcher, # UNO object class
8788
g_ImplementationName, # Implementation name
8889
g_ServiceNames) # List of implemented services
90+

0 commit comments

Comments
 (0)