Skip to content
Snippets Groups Projects
  1. May 17, 2018
  2. May 16, 2018
  3. May 12, 2018
    • Philipp Hörist's avatar
      Bring control to front when notification is clicked · 3c22ab75
      Philipp Hörist authored
      if autopopup_chat_opened is activated no control is found because
      the event that triggered the notification is already deleted when
      the notification is clicked by the user. So instead of searching
      for the event, search for the control with jid/account.
      
      Fixes #9124
      3c22ab75
  4. May 11, 2018
  5. May 10, 2018
  6. May 08, 2018
  7. May 07, 2018
  8. May 06, 2018
  9. May 05, 2018
    • Markus Wintermann's avatar
      Select account in account list if edited · e9a4b372
      Markus Wintermann authored
      Before: After a rightclick -> "Modify Account" on an account in the
      roster the preferences of the account are shown but the account is not
      selected in the account list.
      After: account will be selected in the account list too
      e9a4b372
    • Philipp Hörist's avatar
      Refactor FileChooserDialogs · c38db84e
      Philipp Hörist authored
      Use GtkFileChooserDialog only when we need previews, default to
      NativeFileChooser otherwise.
      
      GtkFileChooserDialogs have a long list of issues, so lets only use it
      if we gain something from it.
      
      Flatpak should only run NativeFileChoosers because its sandboxed and
      this is needed for security purposes. As a result of that, Flatpak Users
      dont have image previews in the FileOpenDialogs
      
      Refactor all FileChoosers for a more simple approach when we use them
      
      Add a new SendFileDialog, so we dont have to put widgets into the FileChooser
      which forces non-native Dialogs.
      c38db84e
  10. May 02, 2018
  11. May 01, 2018
    • Philipp Hörist's avatar
      Support for PKIX over Secure HTTP (POSH) · bcf27cb3
      Philipp Hörist authored
      Fixes #9083
      bcf27cb3
    • André's avatar
      Flatpak: limit dbus access · 8d0815c1
      André authored
      8d0815c1
    • Philipp Hörist's avatar
      Refactor SSL errors · c534d3a1
      Philipp Hörist authored
      Dont save fingerprints to config and check certs with our own methods.
      We should trust openssl to do all necessary checks.
      
      Self signed certs can be added to cacert.pem and will not show up as
      an error until the cert changes.
      
      nbxmpp now saves all ssl errors and passes them, so now we loop over
      all errors until all are confirmed or ignored by the user
      
      Also cacerts are now saved in utf-8
      c534d3a1
  12. Apr 30, 2018
  13. Apr 29, 2018
Loading