Ondrej Holy
0aff10e509
user-accounts: allow password changing if old password is empty
...
https://bugzilla.gnome.org/show_bug.cgi?id=733619
2014-08-07 11:50:32 +02:00
Ondrej Holy
f904756f74
user-accounts: allow password changing if old password isn't set
...
https://bugzilla.gnome.org/show_bug.cgi?id=733619
2014-08-07 11:50:23 +02:00
Ondrej Holy
4f2e590cf5
user-accounts: fix response sensitivity of photo dialog
...
Preview has to be generated after default handler of "selection-changed"
signal, otherwise dialog response sensitivity is rewritten (Bug 547988).
Preview also has to be generated on "selection-changed" signal to reflect
all changes (Bug 660877).
https://bugzilla.gnome.org/show_bug.cgi?id=721683
2014-07-24 11:40:32 +02:00
Ondrej Holy
924872ba0c
user-accounts: do not generate previews for directories
...
https://bugzilla.gnome.org/show_bug.cgi?id=721683
2014-07-18 18:19:12 +02:00
Ondrej Holy
8d5d712e2c
user-accounts: add pixbuf filter for the avatar file chooser
...
https://bugzilla.gnome.org/show_bug.cgi?id=721683
2014-06-24 13:28:22 +02:00
Ondrej Holy
58c1bbc255
um-editable-combo: use GtkStack instead of GtkNotebook
...
The mechanism of setting label padding had to be changed consequently.
It fixes following warnings:
(gnome-control-center:32638): Gtk-WARNING **: GtkComboBox 0x28bcef0 is mapped but not child_visible
(gnome-control-center:32638): Gtk-WARNING **: GtkComboBoy 0x28bcef0 is mapped but visible=1 child_visible=0 parent GtkNotebook 0x2b86600 mapped=1
The ugly hack to catch when combo is losing focus had to be also removed
and notify::popup-shown is used instead. It fixes when GtkComboBox is wrongly
shown instead of GtkButton due to escape is pressed or active item is selected.
https://bugzilla.gnome.org/show_bug.cgi?id=694325
2014-06-23 18:23:14 +02:00
Ondrej Holy
06367651d7
user-accounts: replace deprecated gtk_widget_get_state
...
https://bugzilla.gnome.org/show_bug.cgi?id=731271
2014-06-23 14:13:43 +02:00
Ondrej Holy
0173b88f99
user-accounts: fix language showing
...
Wrong language is shown for user with unset language if we are
switching between "Other accounts" and panel is locked.
https://bugzilla.gnome.org/show_bug.cgi?id=731272
2014-06-12 13:14:15 +02:00
Yosef Or Boczko
7ea4dc158c
user-accounts: Use the new support for RTL icons in GtkIconTheme
...
https://bugzilla.gnome.org/show_bug.cgi?id=730597
2014-05-23 12:31:44 +03:00
Rui Matos
16cd01b304
user-accounts: Don't leak DateTime instances
...
Before, we were freeing the DateTime instances when closing the dialog
through the close button and always creating new ones on _show().
Now, with the header bar, we go through the delete-event handler which
just hides the dialog, meaning that we leak the dates instanced on
_show().
Clearing the dates on _show() is more robust anyway. Note that we'd
leak even before switching to a header bar when going through the
delete-event handler.
https://bugzilla.gnome.org/show_bug.cgi?id=729181
2014-05-16 11:59:48 +02:00
Debarshi Ray
e168e2a665
user-accounts: Remove unused callback
...
Fallout from 00dacd5854
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-29 12:19:09 +02:00
Yosef Or Boczko
4c42f1530f
user-accounts: Use header bar in the photo dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Yosef Or Boczko
1470c254c1
user-accounts: Use header bar in the password dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Yosef Or Boczko
5a8a96dcbb
user-accounts: Use header bar in the account dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Yosef Or Boczko
00dacd5854
user-accounts: Use header bar in the history dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Ondrej Holy
a53905f030
user-accounts: don't append period at the end of sentence
...
The period is appended at the end of sentences after there are
translated. However some languages might not use periods at the
end of sentences. This patch changes the texts directly.
2014-04-25 13:05:56 +02:00
Ondrej Holy
5c7c83921a
user-accounts: fix password changing
...
https://bugzilla.gnome.org/show_bug.cgi?id=701701
2014-03-27 13:24:05 +01:00
Ryan Lortie
8bf4f51d1a
user-accounts: missing semicolon
2014-02-12 13:27:06 -05:00
Ryan Lortie
07d24bbdab
user-accounts: use POSIX for max login name length
...
Use the POSIX-specified way of determining the maximum length of a valid
username on this system.
https://bugzilla.gnome.org/show_bug.cgi?id=724193
2014-02-12 13:15:29 -05:00
Daniel Mustieles
2c5951819d
Updated FSF's address
2014-01-29 11:27:38 +01:00
Matthias Clasen
2991d70476
users: Improve logged-in check when deleting users
...
When deleting a user account, we try to check if the user is
still logged in, but we are using an accountsservice API that
ignores console logins. But deleting a user that is logged
in on the console is just as bad, so use
act_user_is_logged_in_anywhere instead, which includes console
logins.
https://bugzilla.gnome.org/show_bug.cgi?id=721951
2014-01-10 12:55:09 -05:00
Yosef Or Boczko
b42c0d428b
user-accounts: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:34:22 +02:00
Jasper St. Pierre
dd52ac9417
Add NoDisplay to all gnome-control-center panel .desktop files
...
These aren't apps -- they're simply launchers for gnome-control-center.
They should not be shown as apps in the UI at all.
https://bugzilla.gnome.org/show_bug.cgi?id=712246
2013-11-15 08:44:53 -05:00
Rui Matos
4001cbfc24
user-accounts: Remove unused toplevel window from .ui file
...
https://bugzilla.gnome.org/show_bug.cgi?id=708286
2013-10-01 10:05:04 +02:00
Rui Matos
d8620d3bc1
user-accounts: Remove no longer used .ui file
...
https://bugzilla.gnome.org/show_bug.cgi?id=708286
2013-10-01 10:05:04 +02:00
Rui Matos
3b485b6df2
user-accounts: Don't leak a dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=708286
2013-10-01 10:05:03 +02:00
Ondrej Holy
3f8d1ca21e
user-accounts: port history dialog to use GtkListBox
...
Port is necessary to be consistent across panels.
https://bugzilla.gnome.org/show_bug.cgi?id=706239
2013-09-16 13:35:32 +02:00
Ondrej Holy
60e1999618
user-accounts: add password generation to the add user dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=706067
2013-08-16 23:08:44 +02:00
Ondrej Holy
a3d0840bdd
user-accounts: Add password generation back to the password dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=706067
2013-08-16 23:08:28 +02:00
Ondrej Holy
12da80928e
user-accounts: let realmd prefil the DHCP domain if it's joinable
...
https://bugzilla.gnome.org/show_bug.cgi?id=704407
2013-08-16 22:47:18 +02:00
Ondrej Holy
cb056263fd
user-accounts: Hint improvements when adding enterprise accounts
...
Add domain hint and change error messages.
https://bugzilla.gnome.org/show_bug.cgi?id=704407
2013-08-16 22:24:19 +02:00
Ondrej Holy
a4bac32271
user-accounts: move strength meter below in the add user dialog
...
Remove strength hint, add verify hint, change labels and replace domain spinner
by dialog spinner.
https://bugzilla.gnome.org/show_bug.cgi?id=704407
2013-08-16 22:24:05 +02:00
Ondrej Holy
e42be5dfff
user-accounts: move strength meter below in the password dialog
...
Remove strenght hint, add verify hint and change labels also.
https://bugzilla.gnome.org/show_bug.cgi?id=704407
2013-08-16 22:00:36 +02:00
Stef Walter
7ae6814784
user-accounts: Validate dialog immediately when enter is pressed
...
This allows users to touch type passwords, press <ENTER> without
waiting for the pasword timeout to clear.
https://bugzilla.gnome.org/show_bug.cgi?id=702476
2013-08-16 21:56:29 +02:00
Stef Walter
6d21f8f358
user-accounts: activates_default = TRUE on add account password entries
...
https://bugzilla.gnome.org/show_bug.cgi?id=702476
2013-08-16 21:56:29 +02:00
Stef Walter
7b3746af23
user-accounts: Don't disable the verify password entry
...
This completely breaks pressing <TAB> to get to the next
control in the dialog, especially when immediately typing
a password.
https://bugzilla.gnome.org/show_bug.cgi?id=702476
2013-08-16 21:56:29 +02:00
Ondrej Holy
af691e6122
user-accounts: add positive confirmation to the add user dialog
...
Add checkmarks, remove exclam icons and decrese timeout (by design).
https://bugzilla.gnome.org/show_bug.cgi?id=702476
2013-08-16 21:56:29 +02:00
Ondrej Holy
aaf25450ee
user-accounts: add positive confirmation to the password dialog
...
Add checkmarks, remove exclam icons, remove tooltips, change
password hints and decrese timeout (by design).
https://bugzilla.gnome.org/show_bug.cgi?id=702476
2013-08-16 21:56:28 +02:00
Ondrej Holy
7f3f853fb3
user-accounts: username generation fix
...
https://bugzilla.gnome.org/show_bug.cgi?id=703748
2013-08-15 09:16:39 +02:00
Ondrej Holy
f05d244155
user-accounts: remove spinner from the password dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=702480
2013-08-14 22:30:37 +02:00
Ondrej Holy
39e6b6d044
user-accounts: Info message when we are offline
...
https://bugzilla.gnome.org/show_bug.cgi?id=702477
2013-08-14 22:29:53 +02:00
Ondrej Holy
dca2746038
user-accounts: Add an explanation of what enterprise login
...
https://bugzilla.gnome.org/show_bug.cgi?id=702478
2013-08-14 22:29:11 +02:00
Stef Walter
66893e9f40
user-accounts: Remove some unused code in UmAccountDialog
...
We don't use UmAccountDialog.mode_areas
https://bugzilla.gnome.org/show_bug.cgi?id=705990
2013-08-14 16:02:21 +02:00
Jiro Matsuzawa
aa3af40114
user-accounts: Mark some strings as translatable
...
https://bugzilla.gnome.org/show_bug.cgi?id=695230
2013-08-13 21:15:26 +09:00
Ondrej Holy
0510baa660
user-accounts: Remove a domain validation error icon
...
https://bugzilla.gnome.org/show_bug.cgi?id=702479
2013-08-07 18:37:38 +02:00
Ondrej Holy
067d064105
user-accounts: Add padding between current and new password fields
...
https://bugzilla.gnome.org/show_bug.cgi?id=702481
2013-08-05 21:08:01 +02:00
Jonh Wendell
f1d59d06df
user-accounts: make sure to check for permissions everywhere
...
every time we call show_user() we should also verify the permissions.
this fixes the issue where sometimes we may have some controls
enabled on startup, even on 'locked' state.
https://bugzilla.gnome.org/show_bug.cgi?id=705322
2013-08-02 13:31:51 -03:00
Ondrej Holy
00316c33f4
user-accounts: Change password hint to be more obvious
...
https://bugzilla.gnome.org/show_bug.cgi?id=702474
2013-07-30 16:00:13 +02:00
Ondrej Holy
596908c5d3
user-accounts: Enable checking for seqences in password
...
Bump libpwquality version to 1.2.2.
ttps://bugzilla.gnome.org/show_bug.cgi?id=702474
2013-07-30 14:52:57 +02:00
Jonh Wendell
7e62ec47ce
user-accounts: really selects the newly-created user
...
complement to f438da7c3b
make sure to only return the newly created User object when
it is fully loaded.
https://bugzilla.gnome.org/show_bug.cgi?id=704426
2013-07-30 09:47:23 -03:00