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 |
|
brantje
|
be14586db5
|
Apply translations to html templates
|
2016-12-19 23:51:15 +01:00 |
|
brantje
|
4aa6314915
|
Create translation controller
|
2016-12-19 18:52:32 +01:00 |
|
brantje
|
0d7cf6e055
|
Download files from link shared credential
Add missing ;
|
2016-10-12 19:07:46 +02:00 |
|
brantje
|
82314fadc3
|
getFile should be public accessible.
This because public shared credentials can contain files.
|
2016-10-12 18:56:31 +02:00 |
|
brantje
|
d0fa4bd27c
|
Removed required instance of IUser
This because when using link sharing $UserId is not an instance
of IUser.
|
2016-10-12 18:24:25 +02:00 |
|
brantje
|
adb7dd582b
|
Remove comment
Fix if statement
Add return
Add return
Remove assignment
|
2016-10-08 15:00:07 +02:00 |
|
brantje
|
e96911e50f
|
Revert "Scrutinizer Auto-Fixes"
This reverts commit ae73bff5c4 .
|
2016-10-08 13:45:44 +02:00 |
|
brantje
|
8f6ab6cacf
|
fix conflicts
|
2016-10-08 12:28:29 +02:00 |
|
Scrutinizer Auto-Fixer
|
ae73bff5c4
|
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
2016-10-07 22:59:30 +00:00 |
|
brantje
|
74575abf7c
|
Remove comment
|
2016-10-08 00:24:53 +02:00 |
|
brantje
|
3afc3c9c9c
|
Fix OC_App - private class must not be instantiated
|
2016-10-08 00:20:02 +02:00 |
|
brantje
|
2c40097036
|
OC_App - Static method of private class must not be called
|
2016-10-08 00:13:40 +02:00 |
|
brantje
|
bbcee22431
|
Fix travis errors in share controller
|
2016-10-07 23:57:42 +02:00 |
|
brantje
|
a63d32d1c8
|
Fix travis errors in internal controller
|
2016-10-07 23:56:00 +02:00 |
|
brantje
|
ce588f1be7
|
Fix travis errors in credential controller
|
2016-10-07 23:54:16 +02:00 |
|
brantje
|
3357c02da0
|
Return jsonreponse
|
2016-10-07 21:33:23 +02:00 |
|
brantje
|
62aa51dfe9
|
Create tests for page controller
|
2016-10-07 21:27:57 +02:00 |
|