Commit graph

11 commits

Author SHA1 Message Date
b951cddee4 Put a TODO for "password salts"
The way Danbooru handles passwords is simplistic to stay the least. It's
also impossible to know the "password salt" without visiting the API
page. As such, "salts" need to be put along with the board they
originate from.

The code doesn't handle missing keys, hence this TODO.
2015-02-15 22:05:17 +01:00
98577bbcb8 Allow setting URLs in the widget (for config) and fix "salt" generation 2015-02-15 21:40:27 +01:00
d20cc5d3f5 Fix connect widget
Don't use winId as it breaks QQuickWidget (see Qt docs)
Add an isAnonymous() function to check whether the login is there or will not be used
Properly set passwords in the wallet
Do the hashing properly
2015-02-08 23:51:15 +01:00
39aac8c95b Run astyle-kdelibs on the source 2014-10-05 09:53:19 +02:00
2d5fef28fa Porting++, correct includes and signals 2014-10-04 11:03:40 +02:00
8e2e9ecbc3 Convert to the new signal-slot syntax 2014-10-03 23:17:52 +02:00
d7fec181e2 KUrl -> QUrl 2014-10-03 23:06:43 +02:00
880417502a KLineEdit/QLineEdit 2014-10-03 23:04:09 +02:00
e2cdec1947 KIcon -> QIcon 2014-10-03 23:02:19 +02:00
46dd3d9688 Add an (untested) connection widget for connections 2013-12-26 17:18:54 +01:00
019e0438ae Add a stub for the connection widget 2013-12-24 10:07:09 +01:00