Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Aura with secret service support #570

Merged
merged 25 commits into from
Sep 10, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
24e4590
All - Use development version of Aura with libsecret support
fsobolev Sep 6, 2023
ed4af99
GNOME - Fix enabling keyring
fsobolev Sep 6, 2023
dd2d32f
All - Update Aura version
fsobolev Sep 7, 2023
badf089
GNOME - Don't freeze on enabling keyring
fsobolev Sep 7, 2023
1e40839
All - Update version and changelog
fsobolev Sep 7, 2023
4cc4ddc
Shared - Update po(t)
fsobolev Sep 7, 2023
72213c5
GNOME - Update flatpak sources
fsobolev Sep 7, 2023
20f011e
GNOME - Make download dialog resizable
fsobolev Sep 7, 2023
15c9013
Flatpak - Build libsecret with -Dgcrypt=false
fsobolev Sep 7, 2023
6419d15
Flatpak - Move libsecret json
fsobolev Sep 8, 2023
cd22b81
All - Update Changelog
nlogozzo Sep 9, 2023
33307ef
Docs - Update Keyring Page
nlogozzo Sep 9, 2023
d0c9a73
Shared - Update Po(t)
nlogozzo Sep 9, 2023
933d6a5
Docs - Update Translations
nlogozzo Sep 9, 2023
306def5
GNOME - Button to Docs in PasswordDialog
nlogozzo Sep 9, 2023
8dd413c
Merge branch 'main' into libsecret
nlogozzo Sep 9, 2023
7a7c9cd
All - Update Translations
nlogozzo Sep 9, 2023
454e5e0
GNOME - Use async methods from new Aura release
fsobolev Sep 10, 2023
b3e503a
All - Update changelog
fsobolev Sep 10, 2023
3007528
Shared - Use async methods from new Aura release
fsobolev Sep 10, 2023
6c14d90
Shared - Update docs
fsobolev Sep 10, 2023
cebc5e3
Snap - add password-manager-service plug
fsobolev Sep 10, 2023
91fe78f
All - Update Aura
nlogozzo Sep 10, 2023
9bca5e1
Merge branch 'main' into libsecret
nlogozzo Sep 10, 2023
1528ef2
All - Update Translations
nlogozzo Sep 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions flatpak/libsecret/libsecret.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "libsecret",
"buildsystem": "meson",
"config-opts": [
"-Dmanpage=false",
"-Dvapi=false",
"-Dgtk_doc=false",
"-Dintrospection=false",
"-Dgcrypt=false"
],
"cleanup": [
"/bin",
"/include",
"/lib/pkgconfig",
"/share/man"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libsecret/0.20/libsecret-0.20.5.tar.xz",
"sha256": "3fb3ce340fcd7db54d87c893e69bfc2b1f6e4d4b279065ffe66dac9f0fd12b4d"
}
]
}
2 changes: 2 additions & 0 deletions flatpak/org.nickvision.tubeconverter.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"--share=ipc",
"--share=network",
"--talk-name=com.canonical.Unity",
"--talk-name=org.freedesktop.secrets",
"--system-talk-name=org.freedesktop.NetworkManager",
"--filesystem=xdg-download"
],
Expand Down Expand Up @@ -171,6 +172,7 @@
}
]
},
"libsecret/libsecret.json",
fsobolev marked this conversation as resolved.
Show resolved Hide resolved
{
"name": "org.nickvision.tubeconverter",
"buildsystem": "simple",
Expand Down