Skip to content
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jobe-m/ownkeepass
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.6
Choose a base ref
...
head repository: jobe-m/ownkeepass
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 134 files changed
  • 1 contributor

Commits on Oct 6, 2019

  1. Removed legacy Keepass 1 database support

    - Updated settings for Keepass 2 database format
    - Updated recent database list items
    - Updated default Keepass 2 database encryption, key derivation function and key transformation rounds
    - Updated lots of help text
    jobe-m committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    d251478 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Implement creation of Keepass 2 database

    - Currently database settings like crypto, kdf and transformation rounds are preselected
    - Default database settings create a keepass 2 database which takes a bit too long to open
    - That will be changed later
    jobe-m committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    ad2cb25 View commit details
    Browse the repository at this point in the history
  2. Update main page of database view

    - The inital page when opening a database reads now 'Password groups and entries' at the top of the page. This was changed because with Keepass 1 it was only possible to have password groups on the root groups page.
    jobe-m committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    88b9204 View commit details
    Browse the repository at this point in the history
  3. Make recent database list backward compatible

    - In case the user downgrades ownKeepass from v2.x to v 1.2.x the recent database list format must stay consistent to avoid problems.
    - When a new Keepass database is created the database type is set to Keepass 2 (hardcoded). But this info from the recent database list is not used any more and set only for legacy reasons.
    jobe-m committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    43d6de4 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    jobe-m committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    a66b8cc View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Remove database reconnection code

    - Because with ownKeepass 2 only one database type is used the code which was used to switch between database types (legacy Keepass 1 and Keepass 2) was removed. This makes the whole database access code a bit cleaner.
    jobe-m committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    5f70dd1 View commit details
    Browse the repository at this point in the history
  2. Fix deletion of Keepass database

    - After deleting the database the pointer was not set to zero. That lead to a crash when trying to open a second database.
    jobe-m committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    404d7d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Update README.md

    jobe-m committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    6314f1f View commit details
    Browse the repository at this point in the history
Loading