Commit graph

262 commits

Author SHA1 Message Date
binsky 4c5271854f Merge branch 'master' of github.com:nextcloud/passman into improve-otp-implementation 2023-01-03 19:11:53 +01:00
binsky d3a1e0a6df update settings style to support nc 25
Signed-off-by: binsky <timo@binsky.org>
2022-10-20 23:29:43 +02:00
binsky 54d1171a8b switch to an updated OTP lib and add support for custom OTP digits and period values
Signed-off-by: binsky <timo@binsky.org>
2022-08-27 02:35:25 +02:00
binsky 4152f19c42 fix alignment in some controller classes
Signed-off-by: binsky <timo@binsky.org>
2021-12-15 20:19:03 +01:00
binsky 83bdd935af import missing logger interface
Signed-off-by: binsky <timo@binsky.org>
2021-10-29 16:35:43 +02:00
binsky 301572ac5d add guid/id of failed credential/file deletions to response, assciated with the vault delete action
Signed-off-by: binsky <timo@binsky.org>
2021-10-25 14:42:40 +02:00
binsky 935ff67d71 add logging for failed file and credential deletion, assciated with the vault delete action
Signed-off-by: binsky <timo@binsky.org>
2021-10-25 14:25:20 +02:00
binsky d9815b3ca3 do not collect all credential guids for vault deletion; use custom file mass deletion endpoint
Signed-off-by: binsky <timo@binsky.org>
2021-10-23 19:59:13 +02:00
binsky e9f0beb0a6 remove debug guids response content
Signed-off-by: binsky <timo@binsky.org>
2021-10-22 20:11:36 +02:00
binsky 761c21da0e add dedicated method to delete vault contents before vault deletion
Signed-off-by: binsky <timo@binsky.org>
2021-10-22 20:10:31 +02:00
binsky cef5bce47b delete credentials before vault is deleted from backend 2021-10-22 09:51:23 +02:00
binsky 876d39ab51 fix svg mime type detection for php7.x
Signed-off-by: binsky <timo@binsky.org>
2021-09-23 18:20:51 +02:00
binsky b970780b4f replace offset variable with ICON_CACHE_OFFSET constant
Signed-off-by: binsky <timo@binsky.org>
2021-08-31 22:48:54 +02:00
binsky 930d8bbb90 improve icon picker icon loading #712
Signed-off-by: binsky <timo@binsky.org>
2021-08-31 17:14:05 +02:00
Marcos Zuriaga 88fef6029b
Merge branch 'ui-improvements' into next 2021-08-22 13:45:17 +02:00
Marcos Zuriaga ba116a02ed
Merge branch 'improve-account-mover' into next 2021-08-22 13:28:29 +02:00
Marcos Zuriaga 0298c6dfc1
Merge branch 'Valdnet-patch-2' into next 2021-08-22 13:26:01 +02:00
Marcos Zuriaga 7c7dbd5412
Merge branch 'Valdnet-patch-1' into next 2021-08-22 13:25:21 +02:00
binsky 39a712ca42 fix blocking vault export if a download or decryption failed
Signed-off-by: binsky <timo@binsky.org>
2021-08-17 17:08:45 +02:00
binsky 2ec84c778a use less memory hungry account mover strategy
Signed-off-by: binsky <timo@binsky.org>
2021-08-15 18:00:28 +02:00
rakekniven 9f42c9c7cd
Merge branch 'master' into Valdnet-patch-1 2021-06-06 16:16:50 +02:00
Valdnet 632c250ed3
l10n: Add a dot
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-05-28 09:45:28 +02:00
Valdnet 25f87e6427
l10n: Spelling unification
Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-05-28 09:38:46 +02:00
Valdnet 5de1bab287
l10n: Spelling unification
Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-05-27 09:29:13 +02:00
Valdnet 9332f0a03a
l10m: Remove spaces
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-05-21 12:49:15 +02:00
binsky b45d1a8b70 Merge branch 'master' into fix-passmanjson-import 2021-05-17 14:06:22 +02:00
Valdnet a75a8d2238
l10n: Correct spelling
Unify the spelling in applications.
2021-04-09 12:29:06 +02:00
binsky b996e2dc69 fix sharing method access 2021-04-03 16:00:42 +02:00
binsky 11d774405b catch error for using the same source and destination account in the credential mover 2021-04-03 13:35:39 +02:00
binsky 1e15710bdb fix throwing an exception on icon request with an invalid url, return the default icon instead 2021-03-29 19:54:21 +02:00
binsky 72acc51f4b improve missing importer link 2021-03-24 12:14:02 +01:00
binsky 9d47d0f28d revert some method return type declarations that were IDE optimizations 2021-03-22 23:55:44 +01:00
binsky 8b2eeb9eb2 fix setting a custom icon on credential creation 2021-03-22 17:47:25 +01:00
binsky 1646b95c0c Merge branch 'master' of https://github.com/nextcloud/passman into migrations-2 2021-03-22 15:48:25 +01:00
WolFi 1b9f4add7f
Merge branch 'master' into Valdnet-patch-1 2021-03-22 15:19:34 +01:00
binsky 5f439862d5 fix vaults mover 2021-03-17 00:56:22 +01:00
binsky b14fb90120 migrate L10NFactory access; migrate some other deprecations 2021-03-16 21:10:15 +01:00
binsky c7c3f24215 migrate deprecated (database access) methods 2021-03-14 19:02:52 +01:00
binsky b2a41ea76a remove 'Undefined index: icon' error by adding the icon key to the credential array 2021-03-11 23:43:08 +01:00
Valdnet 7d53d4dd4b
l10n: Removal of backslash and spaces 2020-10-26 14:11:03 +01:00
WolFi 5203c48dba
Merge branch 'Credential-always-reports-as-COMPROMISE' of https://github.com/goodatdrowning/passman into goodatdrowning-Credential-always-reports-as-COMPROMISE 2020-09-20 23:37:35 +02:00
goodatdrowning c8787909c5 Update translationcontroller.php
As mentioned in https://github.com/nextcloud/passman/issues/599#event-2397570661

Changed text to make the purpose of the button clearer.
2020-06-03 22:08:33 +01:00
rakekniven 080f45c981
l10n: Change spelling. Url > URL
Reported at Transifex.

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
2020-02-05 09:50:42 +01:00
rakekniven 4c8a7028c2
Fixed grammar.
Reported at Transifex.

Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
2019-06-22 18:48:20 +02:00
rakekniven 4048ddada1 Changed triple dots to ellipsis (#597)
Reported at Transifex.

See https://www.transifex.com/nextcloud/nextcloud/translate/#de_DE/$/172355120?q=translation_text%3A'in+ein+paar+Sekunden'
2019-06-14 20:33:03 +02:00
newhinton 1d15d253de
Merge pull request #534 from nextcloud/fix/noid/icondisplay
Fix/noid/icondisplay
2019-05-12 23:03:56 +02:00
newhinton 626897bdfa
Merge branch 'master' into feature/540/markcredentialascompromised 2019-05-12 13:04:18 +02:00
fnuesse 7170de48a1
Added filtering UI
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-01-09 18:46:45 +01:00
fnuesse 2a1c5b2777
Added Button to compromise to edit_credential.js
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-01-08 21:40:23 +01:00
fnuesse deee11f454
Added compromised state to database
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-01-08 21:23:27 +01:00