Skip to content
Snippets Groups Projects
  1. Jun 06, 2018
  2. Mar 19, 2018
  3. Jan 21, 2018
  4. Dec 31, 2017
  5. Dec 05, 2017
  6. Nov 25, 2017
  7. Nov 15, 2017
  8. Nov 13, 2017
  9. Nov 11, 2017
  10. Nov 08, 2017
    • Piotr Drąg's avatar
      Update Polish translation · 4226c39f
      Piotr Drąg authored
      4226c39f
    • Debarshi Ray's avatar
      kerberos: Re-write the account addition UI without realmd · d008bb2d
      Debarshi Ray authored
      So far, realmd was being merely used to auto-discover a list of realms,
      and validate whether the user entered a valid realm or not before
      prompting for credentials. This sounds nice in theory but, in
      practice, it is far too fragile. For example, realmd gets frequently
      tripped up by Fedora's Kerberos setup which uses _kerberos._tcp
      instead of the more common _kerberos._udp SRV record. Secondly, the
      realm validation isn't snappy and can take a while, so the user has to
      wait a bit before she is able to enter her credentials.
      
      The current UI is also odd because it presents separate fields for
      entering the realm and the username. Most people are used to entering
      username@realm or username@REALM because of their familiarity with
      email addresses and kinit.
      
      Therefore, the account addition UI has now been re-written without
      realmd. There is only one field for the user to enter her principal,
      and the realm is automatically capitalized if it isn't. It entire...
      d008bb2d
    • Debarshi Ray's avatar
    • Debarshi Ray's avatar
      kerberos: Don't leak the GcrPrompt · 2d7c9ef1
      Debarshi Ray authored
      2d7c9ef1
  11. Oct 19, 2017
  12. Sep 13, 2017
  13. Sep 05, 2017
  14. Aug 08, 2017
  15. Aug 03, 2017
  16. Jul 26, 2017
  17. Jun 16, 2017
    • Ting-Wei Lan's avatar
      backend: Use constructor to setup gettext · 145e9625
      Ting-Wei Lan authored
      To ensure the translation data are loaded from the correct prefix even
      if libintl and gnome-online-accounts are installed in different
      prefixes, we must call bindtextdomain and bind_textdomain_codeset
      before translating messages.
      
      To keep the code clean, gconstructor.h from GLib is copied to support
      running code when the library is loaded, so we can have a constructor
      to call gettext functions.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=760440
      145e9625
  18. Jun 12, 2017
  19. May 29, 2017
  20. May 09, 2017
  21. Apr 20, 2017
  22. Apr 13, 2017
  23. Apr 08, 2017
  24. Mar 30, 2017
  25. Mar 27, 2017
  26. Mar 25, 2017
  27. Mar 22, 2017