Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-12Implement delete vaultbrantje
2017-01-11Clean up when a credential is deletedbrantje
2017-01-11Adjust reviewed codebrantje
2017-01-11Fixesbrantje
2017-01-11Implement encryption classbrantje
2017-01-09Add vault logout timerbrantje
2017-01-06Merge remote-tracking branch 'EdOverflow/hash_equals'brantje
2017-01-06Translation textPhil Davis
2017-01-04Add hash_equalsEdOverflow
2017-01-04Fixes for errors found by testsbrantje
2017-01-03Fix if statementsbrantje
2016-12-30Implement middleware for sharingbrantje
Check if sharing is enabled, if not return an empty array. Signed-off-by: brantje <brantje@gmail.com>
2016-12-30Refactor settings, create SettingsServicebrantje
Fix settings not working in ownCloud Signed-off-by: brantje <brantje@gmail.com>
2016-12-29Update translationcontroller.phprakekniven
Fixed typo
2016-12-29Update translationcontroller.phprakekniven
Fixed typo
2016-12-29Check if shared_key existsbrantje
Remove value set by php Replace DoesNotExistException with Exeption
2016-12-29Fix setting vault key strength is not savedbrantje
2016-12-28Add settings page, non functionalbrantje
Implement disable context menu Implemement disable http warning Implement vault key strength setting Implement share settings Implement version check setting
2016-12-28Require a minimum password strength for vaultsbrantje
2016-12-27Add app versionbrantje
Make the version route dont require csrf
2016-12-23Make api endpoints available to extensionsbrantje
2016-12-21Ditch OC_Appbrantje
2016-12-21Small fixbrantje
2016-12-21Return correct app version.brantje
Signed-off-by: brantje <brantje@gmail.com>
2016-12-21Make route publicbrantje
2016-12-21Change translation keybrantje
2016-12-21Add translations to javascript filesbrantje
2016-12-20Format codebrantje
2016-12-20Add testbrantje
2016-12-20Apply translations to html templatesbrantje
2016-12-19Create translation controllerbrantje
2016-10-12Download files from link shared credentialbrantje
Add missing ;
2016-10-12getFile should be public accessible.brantje
This because public shared credentials can contain files.
2016-10-12Removed required instance of IUserbrantje
This because when using link sharing $UserId is not an instance of IUser.
2016-10-08Remove commentbrantje
Fix if statement Add return Add return Remove assignment
2016-10-08Revert "Scrutinizer Auto-Fixes"brantje
This reverts commit ae73bff5c4a8a1441c8509fb06fd2a94133b58f5.
2016-10-08fix conflictsbrantje
2016-10-08Scrutinizer Auto-FixesScrutinizer Auto-Fixer
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2016-10-08Remove commentbrantje
2016-10-08Fix OC_App - private class must not be instantiatedbrantje
2016-10-08OC_App - Static method of private class must not be calledbrantje
2016-10-08Fix travis errors in share controllerbrantje
2016-10-08Fix travis errors in internal controllerbrantje
2016-10-08Fix travis errors in credential controllerbrantje
2016-10-07Return jsonreponsebrantje
2016-10-07Create tests for page controllerbrantje
2016-10-07Add skip_revision parambrantje
2016-10-07Fix bookmarkletbrantje
2016-10-07Return 404 if vault is not foundMarcos Zuriaga
2016-10-07Small error 500 fixbrantje