Personal management system v1.20.8 Release Notes

Release Date: 2020-03-18 // about 4 years ago
  • Changes

    • ➕ added new mechanisms
      • Resource Lock
      • as the project concept says "Personal" but it sometimes just happens that it's required to check something in the system while someone is next to us, with this we can hide certain things in certain modules from GUI overview. It's implemented in,
        • Notes,
        • Files,
        • Images,
        • Passwords,
      • mechnism is fully adjustable and can be pretty easily added to other modules when needed,
      • System Lock
      • this is a switch that makes the locked resources visible as long as the lock is turned off
        • lock is cleared upon logging of (there is no timeout for that),
        • lock requires password - and that can be (and recommend to be so) other password than the one used for loging into system,
        • password can be changed in user settings (there is no call for providing old password first),

    🛠 Bugfixes

    • wrong label in settings,
    • upload page didn't worked with ajax call,