Bilal Elmoussaoui
|
f4a279c050
|
bump release to 4.1.0
|
2022-04-19 03:43:31 +02:00 |
|
Bilal Elmoussaoui
|
7b06e09f20
|
account edit: allow changing provider
|
2022-04-19 03:30:34 +02:00 |
|
Bilal Elmoussaoui
|
82812d2ed3
|
providers: unset websites if none are defined
|
2022-04-19 02:49:19 +02:00 |
|
Bilal Elmoussaoui
|
32a274ec5a
|
restore: Don't update prvoider urls
|
2022-04-19 02:48:19 +02:00 |
|
Bilal Elmoussaoui
|
5cd7297316
|
account add: allow user to create new providers automatically
Fixes #297
|
2022-04-19 02:28:12 +02:00 |
|
Bilal Elmoussaoui
|
24a559b9be
|
account-add: validate that a provider is selected as well
Part of #297
|
2022-04-19 00:48:49 +02:00 |
|
Bilal Elmoussaoui
|
31d9a809f1
|
provider: move the time ticking to the model
Avoids the code not being generated if the window is not visible
Fixes #296
|
2022-04-19 00:31:32 +02:00 |
|
Bilal Elmoussaoui
|
e31f138700
|
account row: add a way to increment the counter
|
2022-04-18 23:28:29 +02:00 |
|
Bilal Elmoussaoui
|
771ada3c13
|
account: stop incrementing hotp counter automatically
As whenever you re-open the app the counter is incremented which is not a desired effect
|
2022-04-18 23:16:13 +02:00 |
|
Bilal Elmoussaoui
|
299dc69cb0
|
Account: make details page editable
Only allow changing the name & the counter for hotp
Fixes #234
|
2022-04-18 23:14:22 +02:00 |
|
Bilal Elmoussaoui
|
e0e975b1f4
|
providers: actually default to selecting first item
|
2022-04-18 02:52:44 +02:00 |
|
Bilal Elmoussaoui
|
e2b5c48a2e
|
providers: few design cleanup
|
2022-04-18 02:45:33 +02:00 |
|
Bilal Elmoussaoui
|
98ddb6d23b
|
favicon: Error out based on status code
|
2022-04-18 02:10:15 +02:00 |
|
Bilal Elmoussaoui
|
11ba294816
|
favicon: scale the icons before saving them
Fixes #302
|
2022-04-18 02:01:50 +02:00 |
|
Bilal Elmoussaoui
|
b7f39888bf
|
favicon: Support sizes attribute
|
2022-04-17 23:54:34 +02:00 |
|
Hugo Carvalho
|
4a2cbc1afc
|
Update Portuguese translation
|
2022-04-17 21:28:07 +00:00 |
|
Aleksandr Melman
|
d176c2afea
|
Update Russian translation
|
2022-04-17 18:45:20 +00:00 |
|
Yuri Chornoivan
|
0df6197f1b
|
Update Ukrainian translation
|
2022-04-17 15:18:52 +00:00 |
|
Piotr Drąg
|
fa46218f19
|
Update Polish translation
|
2022-04-17 14:13:41 +00:00 |
|
Bilal Elmoussaoui
|
ee445202b7
|
backup: add aegis to POTFILES
|
2022-04-17 16:04:33 +02:00 |
|
Bilal Elmoussaoui
|
b9be1c71f5
|
templates: switch to klass.bind_template
|
2022-04-17 04:14:36 +02:00 |
|
Bilal Elmoussaoui
|
c5ccbc8f18
|
Use klass.install_action where possible
|
2022-04-17 04:13:35 +02:00 |
|
Bilal Elmoussaoui
|
9292b45e92
|
image: limit features to favicons extensions
|
2022-04-17 03:58:08 +02:00 |
|
Bilal Elmoussaoui
|
c7cc4b7f91
|
Favicon: refactor and support data uris
Closes #299
|
2022-04-17 03:36:21 +02:00 |
|
Bilal Elmoussaoui
|
8217c92574
|
favicon: add various tests and Meta tags support
|
2022-04-17 01:13:30 +02:00 |
|
Bilal Elmoussaoui
|
65c6ec9bb7
|
favicon: Support -uri/favicon.ico
Fixes #270
|
2022-04-17 00:38:46 +02:00 |
|
Hugo Carvalho
|
aaf5411a30
|
Update Portuguese translation
|
2022-04-16 16:23:39 +00:00 |
|
Asier Sarasua Garmendia
|
6f9a6c70c5
|
Update Basque translation
|
2022-04-16 07:39:27 +00:00 |
|
Anders Jonsson
|
24f6bb3628
|
Update Swedish translation
|
2022-04-15 19:19:10 +00:00 |
|
Yuri Chornoivan
|
42b04527b4
|
Update Ukrainian translation
|
2022-04-15 18:51:21 +00:00 |
|
Yaron Shahrabani
|
2688637a28
|
Update Hebrew translation
|
2022-04-15 12:15:47 +00:00 |
|
Bilal Elmoussaoui
|
fac9ce7895
|
search provider: ensure there is a generated otp
Fixes #290
|
2022-04-15 02:59:19 +02:00 |
|
Bilal Elmoussaoui
|
f0af98545a
|
search provider: show a notification
|
2022-04-15 02:32:44 +02:00 |
|
Bilal Elmoussaoui
|
18bb2e888d
|
algorithm: drop unwanted string match
|
2022-04-15 02:28:12 +02:00 |
|
Bilal Elmoussaoui
|
93387ca2ac
|
aegis: drop extra .
|
2022-04-15 02:21:54 +02:00 |
|
Bilal Elmoussaoui
|
ab644ac2f3
|
use classes from adwaita instead of shipping our own variants
|
2022-04-15 02:10:53 +02:00 |
|
Bilal Elmoussaoui
|
14ab39238a
|
account row: switch to AdwActionRow
Simplifies the code and a bit of cleanup
|
2022-04-15 02:10:38 +02:00 |
|
Bilal Elmoussaoui
|
26a69276c1
|
url-row: re-add suffix image
|
2022-04-15 02:10:08 +02:00 |
|
Bilal Elmoussaoui
|
e0ce682c65
|
remove unnused menu
|
2022-04-15 01:44:52 +02:00 |
|
Bilal Elmoussaoui
|
4142f02892
|
Account row: add a ctrl+c copy shortcut
part of #289
|
2022-04-15 01:42:24 +02:00 |
|
Bilal Elmoussaoui
|
06496f96b0
|
login: fix entry/button focus
Fixes #282
|
2022-04-15 01:31:25 +02:00 |
|
Bilal Elmoussaoui
|
214891aec3
|
remove the icon from URL rows
|
2022-04-15 01:20:17 +02:00 |
|
Bilal Elmoussaoui
|
7049b6c9f9
|
aegis: remove extra . in subtitle
|
2022-04-15 00:54:00 +02:00 |
|
Bilal Elmoussaoui
|
a3ad83ce2e
|
Bump dependencies
|
2022-04-15 00:46:56 +02:00 |
|
Bilal Elmoussaoui
|
ae072e649e
|
QR scanner: use trash instead of delete
Fixes #292
|
2022-04-15 00:46:45 +02:00 |
|
Maximiliano Sandoval R
|
9dafef5baa
|
preferences: Set default size to 550x570
Fixes: https://gitlab.gnome.org/World/Authenticator/-/issues/272
|
2022-04-14 19:32:18 +02:00 |
|
Maximiliano Sandoval R
|
844924531b
|
provider: Turn ICO images into PNG
These can't be rendered properly in GTK.
|
2022-04-14 19:11:20 +02:00 |
|
Maximiliano Sandoval R
|
bbfcf0adc2
|
meson: Remove deprecated calls in 0.56
|
2022-04-14 16:59:11 +02:00 |
|
Nathan Follens
|
4e09bb2d33
|
Update Dutch translation
|
2022-03-25 18:05:01 +00:00 |
|
Bilal Elmoussaoui
|
9351815394
|
bump dependencies
|
2022-03-24 15:44:08 +01:00 |
|