Commit graph

192 commits

Author SHA1 Message Date
brantje 95980fb876
Reprase string. Ref #396 2017-11-07 23:03:27 +01:00
brantje 6c5ba4abfa
Specify default icon mime type 2017-10-29 14:41:05 +01:00
brantje 5ed525e4b1
Make use of icon groups 2017-10-29 14:14:08 +01:00
brantje c2c4d613d8
Add icons to credentials 2017-10-29 13:31:18 +01:00
Nick Barendregt (Msc.) 87f361ca7c
Fixes #238 - @brantje own solution 2017-10-16 22:41:20 +02:00
brantje 120a168b91
Merge comradekingu-patch-2 and sign 2017-07-12 19:48:51 +02:00
Joas Schilling e4179d43f5
Fix translations
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-06 13:32:39 +02:00
brantje 61e07f598c
Update translation. Closes PR #284. 2017-05-06 13:32:18 +02:00
brantje 8a694a0885
Disable database test. Fix tests. 2017-05-06 13:32:18 +02:00
brantje 3ccb84a600
Merge message parts. Fixes #287 2017-05-06 13:32:18 +02:00
brantje acedaf1535
Code style fixes 2017-02-22 18:02:55 +01:00
brantje 33d1a5db01
Small fixes 2017-02-22 18:02:55 +01:00
brantje fd8dcc6c1c
Add feature to request vault destructions 2017-02-22 18:02:55 +01:00
brantje 514cb569fb
Add feature to move vaults to other account 2017-02-22 18:02:55 +01:00
brantje 9e7f47a715
Add a generic CSV importer 2017-02-22 18:02:55 +01:00
brantje dca12aee07
Fix Call to a member function getId() on array (Fixes #252) 2017-02-22 18:02:55 +01:00
brantje 6767322a22
Lock vault after 3 wrong attempts (Fixes #197)
Fix share button, fix shared_key not added to storedCredential after sharing (Fixes #249)
    Add password app importer. Fixes #248
    Fix version check via proxy. Fixes #237
    Fix activity app not filtering. Fixes #246
    Add EnPass txt importer. Fixes #159
    Fix for disabled share button
    Require vault key for export. Fixes #199
    Indicate that sharing only works with users that have 1 or more vaults.
    Fixes #242
    Reset tags on logout. Fixes #245
    Ability to enter OTP secret manually. Fixes #198
    Create teampass importer. Fixes #244
2017-02-17 21:25:18 +01:00
brantje 9c35282f89
Small fixes for 2.0.1
Fix for going back from deleted credentials

Use method
2017-02-06 12:17:37 +01:00
brantje 39bd0d8b20
Fix OTP not working
Fix [Object object] for file fields.

Add a copy icon to share link
Signed-off-by: brantje <brantje@gmail.com>
2017-01-29 15:00:39 +01:00
brantje d509bbd160
Fix cors headers 2017-01-19 13:39:01 +01:00
brantje 612dcd355b
Fix missing admin-settings.js
Remove settings property (Fixes #211)

Add file to avoid errors (Fixes #210)

Fix for deleting credential

Fix for deleting vault (fixes #212)
2017-01-18 19:08:59 +01:00
brantje a8ae7e0bda
Implement delete vault 2017-01-12 00:17:23 +01:00
brantje 331eda72ff
Clean up when a credential is deleted 2017-01-11 21:25:18 +01:00
brantje 5f7661659a
Adjust reviewed code 2017-01-11 20:06:39 +01:00
brantje 3f4afba34f
Fixes 2017-01-11 18:09:49 +01:00
brantje 734496ebcc
Implement encryption class 2017-01-11 18:09:49 +01:00
brantje 8c82b795e2
Add vault logout timer 2017-01-09 13:54:02 +01:00
brantje f0e00c5704
Merge remote-tracking branch 'EdOverflow/hash_equals' 2017-01-06 19:38:47 +01:00
Phil Davis 45590f745c Translation text 2017-01-06 17:39:47 +05:45
EdOverflow cf59eee98c
Add hash_equals 2017-01-04 16:59:14 +01:00
brantje ac3db47232
Fixes for errors found by tests 2017-01-04 11:55:48 +01:00
brantje f30f986d60
Fix if statements 2017-01-03 21:33:00 +01:00
brantje a224ce4af9
Implement middleware for sharing
Check if sharing is enabled, if not return an empty array.
Signed-off-by: brantje <brantje@gmail.com>
2016-12-30 15:47:38 +01:00
brantje 7bb1839184
Refactor settings, create SettingsService
Fix settings not working in ownCloud
Signed-off-by: brantje <brantje@gmail.com>
2016-12-30 13:37:40 +01:00
rakekniven 392a52e798
Update translationcontroller.php
Fixed typo
2016-12-29 12:37:46 +01:00
rakekniven c067344e6a
Update translationcontroller.php
Fixed typo
2016-12-29 12:37:46 +01:00
brantje 9ab74be344
Check if shared_key exists
Remove value set by php

Replace DoesNotExistException with Exeption
2016-12-29 12:29:48 +01:00
brantje a1f8ace5c1
Fix setting vault key strength is not saved 2016-12-29 00:04:37 +01:00
brantje 858195834d
Add settings page, non functional
Implement disable context menu

Implemement disable http warning

Implement vault key strength setting

Implement share settings

Implement version check setting
2016-12-28 21:34:59 +01:00
brantje 585cdbaff8
Require a minimum password strength for vaults 2016-12-28 16:09:01 +01:00
brantje ff80ef18cb
Add app version
Make the version route dont require csrf
2016-12-27 13:07:04 +01:00
brantje d589bbda61
Make api endpoints available to extensions 2016-12-23 13:46:43 +01:00
brantje a3a49cdcc5
Ditch OC_App 2016-12-21 17:59:23 +01:00
brantje a57e60ee4c
Small fix 2016-12-21 17:49:29 +01:00
brantje d241f0e6bf
Return correct app version.
Signed-off-by: brantje <brantje@gmail.com>
2016-12-21 17:38:22 +01:00
brantje b27306d030
Make route public 2016-12-21 14:32:02 +01:00
brantje bc2e1d08ac
Change translation key 2016-12-21 14:18:25 +01:00
brantje b1aebc4a14
Add translations to javascript files 2016-12-21 14:06:29 +01:00
brantje 5e119ff7ed
Format code 2016-12-20 00:47:32 +01:00
brantje a6406e53f6
Add test 2016-12-20 00:39:00 +01:00