34 Commits (24e7c4efd49c935decf9f6ad07ab5dfdc8e11606)

Author SHA1 Message Date
sudden6 24e7c4efd4
refactor(core): format code 7 years ago
sudden6 82a7141e31
refactor(core): reimplement restart and small cleanups 7 years ago
sudden6 e5acc6726f
refactor(core): reimplement avatar transfers 7 years ago
sudden6 b647f9291e
refactor(core): reimplement profile saving 7 years ago
sudden6 a8494980da
refactor(core): fix error handling 7 years ago
sudden6 8574162949
refactor(core): cleanup Core class 7 years ago
ezavod 847f155b7b
refactor(chatform): Use QStringList instead of QVector<QString> 7 years ago
Anthony Bilinski 5dc4e6de81
chore(legal): update copyright date to 2018 for all source files 7 years ago
sudden6 f82f57ec91
refactor: don't pass ToxPk as QString 8 years ago
Diadlo 65b1463933
refactor(core): Move setAvatar to profile from core 8 years ago
Diadlo 49e9eb8de2
refactor(core): Move saving request to history to Profile 8 years ago
sudden6 084f3b0626
feat: stop using plaintext passwords in the code 8 years ago
sudden6 3e50757ddb
refactor(profile): reduce code duplication 8 years ago
Zetok Zalbavar 80f5de31b3
style: reformat current C++ codebase using clang-format 9 years ago
sudden6 7cd800374a
refactor(encryption): move everything to ToxEncrypt 9 years ago
sudden6 e07d8d358f
feat(toxid): reduce passing Tox IDs around 9 years ago
Zetok Zalbavar d4ac13dbf4
revert: "refactor: Added to include path and exclude it from all includes" 9 years ago
iphydf de407c4714
chore: Update qTox to the latest toxencryptsave API. 9 years ago
Zetok Zalbavar 231e1d746a
fix: remove unnecessary variable when checking whether save is a TES 9 years ago
Zetok Zalbavar 7b60a5dd36
chore: explicitly mention that copyright belongs to qTox contributors 9 years ago
Diadlo b4a9f04f92
refactor: Added to include path and exclude it from all includes 9 years ago
sudden6 c4b9d302d0
feat(database): use own public key as salt to encrypt the database 9 years ago
Diadlo b522da5bed
refactor(history): Moved creaton of RawDatabase from History constuctor 9 years ago
Diadlo 1c547fc73f
docs(persistence): Change comment style 9 years ago
PafXUS e852ed92f6
fix(persistence): pass by reference to const 9 years ago
initramfs 56e15aeab1
refactor(profile): display files that could not be deleted in prompt 9 years ago
initramfs 78fd245e4c
feat(profile): add a dialog to indicate profile deletion error 9 years ago
Jacob Henner 3f4c21216a
Fixes #2629: avatars will be re-encrypted when the profile password changes 10 years ago
tux3 b5cdfb3dce
Implement new SQLCipher based database and history 10 years ago
tux3 2396109a7e
Encrypt avatar for encryped profiles 10 years ago
tux3 25ed3d4fba
Fix avatars for encrypted profiles 10 years ago
tux3 645b1e5566
Fix raciness of encryption API 10 years ago
Zetok Zalbavar 67e9aeec63
Fix incorrect copyright headers 10 years ago
tux3 20f254651d
Reorganize files 10 years ago
tux3 192d9a5e29
Cleanup main() a bit 10 years ago
tux3 0642c1b0d7 Add button to delete password 10 years ago
tux3 2dbf2e54b1 Implement restarting toxcore 10 years ago
tux3 5f94f33117 Use profile password for all encryption 10 years ago
tux3 42a7efb053 Implement the -p option 10 years ago
tux3 7fc087ea95 Implement profile renaming 10 years ago
tux3 21db31c215 Implement profile deletion 10 years ago
tux3 abf65a5060 Remove deprecated profile management functions 10 years ago
tux3 933dce485d Add tox save loading/saving to Profile 10 years ago
tux3 840fd7dc40 Cleanly create new profiles 10 years ago
tux3 bf29d4a6d5 Allow to load/create from login screen 10 years ago
tux3 032c561e62 Make Nexus own and start the LoginScreen 10 years ago
tux3 7d6167d90c Scan profiles for login screen 10 years ago