summaryrefslogtreecommitdiff
path: root/src/passwords-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* password-manager: Handle security origins only (no more URIs)Gabriel Ivascu2017-08-271-1/+1
* sync: Store target_origin for password recordsExalm2017-08-251-1/+1
* password-manager: Query by ID when handling single recordsGabriel Ivascu2017-08-191-4/+2
* sync: Use GList instead of GSList when handling recordsGabriel Ivascu2017-08-151-6/+6
* sync: Fix issues pointed in the code reviewGabriel Ivascu2017-08-061-1/+2
* password-manager: Username and password fields are not needed in _forget()Gabriel Ivascu2017-08-061-3/+1
* passwords-dialog: Make the password manager an object propertyGabriel Ivascu2017-08-061-8/+61
* sync: Implement passwords syncGabriel Ivascu2017-08-061-17/+9
* lib: Replace ephy-form-auth-data with ephy-password-managerGabriel Ivascu2017-08-061-116/+56
* form-auth: Store passwords for security origins, not hostsMichael Catanzaro2017-02-011-10/+14
* Fix the passwords dialogMichael Catanzaro2017-01-201-1/+1
* Don't use deprecated gtk_menu_popupMichael Catanzaro2016-10-141-1/+1
* Relicense to GPLv3+Michael Catanzaro2016-10-071-5/+7
* Standardize modelinesMichael Catanzaro2016-09-111-1/+1
* UncrustifyMichael Catanzaro2016-03-291-339/+328
* Remove FSF address from license headersMichael Catanzaro2015-12-071-3/+1
* Reenable and placate -Wno-incompatible-pointer-typesMichael Catanzaro2015-11-071-19/+24
* EphyPasswordsDialog: Make final class.Arnaud Bonatti2015-11-041-107/+114
* PasswordsDialog: Define keybindings in UI file.Arnaud Bonatti2015-11-011-25/+3
* PasswordsDialog: Create popup menu from a model.Arnaud Bonatti2015-11-011-11/+8
* PasswordsDialog: Use GActions.Arnaud Bonatti2015-11-011-43/+71
* PasswordsDialog: Call response_cb from the UI file.Arnaud Bonatti2015-11-011-16/+15
* PasswordsDialog: Use tree_selection.Arnaud Bonatti2015-11-011-9/+5
* passwords-dialog.ui: Manually unbloat.Arnaud Bonatti2015-11-011-2/+0
* Passwords dialog: fix missing edges of buttonsMichael Catanzaro2013-12-191-13/+13
* passwords-dialog: refactor copy popup codeClaudio Saavedra2013-12-111-20/+11
* Add a popup menu to copy username and passwordWilliam Jon McCann2013-12-111-0/+95
* Add a new passwords dialogWilliam Jon McCann2013-12-111-0/+454