Commit graph

108 commits

Author SHA1 Message Date
brantje c2c4d613d8
Add icons to credentials 2017-10-29 13:31:18 +01:00
brantje e6c1c131d6
Add icon service 2017-08-06 21:16:15 +02:00
Julius Härtl e624c0c3bc
Remove log message on cron run
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-07-10 13:22:59 +02: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 fa13c071b0
Add setting to disable javascript console.
This setting is enabled by default.
Signed-off-by: brantje <brantje@gmail.com>
2017-01-18 21:01:56 +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 d4600833ab
Fix for uploading files 2017-01-11 20:43:52 +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 e5c8c5d1f7
Create encryption class 2017-01-11 18:09:49 +01:00
brantje f30f986d60
Fix if statements 2017-01-03 21:33:00 +01:00
brantje 863d7c4985
Add test for Settings, improve SettingsService 2016-12-30 16:59:48 +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
brantje fc3c019895
Don't publish an activity if there is no user
Signed-off-by: brantje <brantje@gmail.com>
2016-12-21 14:41:43 +01:00
brantje 63e089f363
Remove some unused code 2016-12-19 18:43:15 +01:00
brantje 892965e869
Fix for NC12 $container->getDb() 2016-12-19 18:04:00 +01:00
brantje 0cf6deeb65
Add missing phpdoc 2016-10-23 12:14:43 +02:00
brantje f1bab7dd68
Add license header to files 2016-10-19 17:45:50 +02:00
Marcos 75f541e2c9 Merge branch 'master' into phpunit 2016-10-16 19:07:20 +02:00
brantje bb554a8407
Remove deprecated cron 2016-10-16 13:21:27 +02:00
brantje 306c267b1b
Fix test and typo 2016-10-15 22:18:44 +02:00
Marcos Zuriaga 52c072631d
Added unit tests agains sharerequest mapper
Added some helper functions on the database helper test
Renamed method so it's less confusing
2016-10-14 22:39:06 +02:00
brantje 1a74def8dc
Remove unused code 2016-10-12 20:16:37 +02:00
brantje 6dc3ddf63f
Revert "Scrutinizer Auto-Fixes"
This reverts commit 33ef75ac2f.
2016-10-08 13:45:34 +02:00
Scrutinizer Auto-Fixer 33ef75ac2f Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2016-10-07 23:01:16 +00:00
brantje 724a3b33ff
Fix travis errors in ShareService 2016-10-08 00:05:43 +02:00
brantje 80289b1a71
Fix travis errors in CronService 2016-10-08 00:05:08 +02:00
brantje ea8ee93efd
Fix travis errors in CredentialService 2016-10-08 00:04:36 +02:00
brantje c94df47a9f
Vault use guids 2016-10-07 12:58:41 +02:00
brantje 8e80bb529a
Credentials use guids 2016-10-07 12:45:11 +02:00
Marcos Zuriaga d0fbc485d0
Improved pending request permissions update
PHP doc improvements and additions
Changes on the utility class
2016-10-05 18:24:22 +02:00
brantje e6aef00193
Downloading shared files works 2016-10-05 16:58:19 +02:00
brantje f80263dff0
Add route to update revisions 2016-10-05 14:30:28 +02:00
brantje b01afb4f3d
Add route for updating file 2016-10-05 14:09:15 +02:00
brantje 35d6d3777c
Add activity support for sharing 2016-10-05 13:46:25 +02:00
brantje 13197c583c
Format file 2016-10-05 12:49:43 +02:00
brantje 4bc90d904e
Setting permission on share requests works 2016-10-05 12:48:59 +02:00
brantje eb915e065e
Dont create new requests for a credential, when target user has pending requests for that credential 2016-10-05 12:11:43 +02:00
Marcos Zuriaga 2259f002be
Added pending requests to the acl api 2016-10-04 19:59:55 +02:00
Marcos Zuriaga bca3cefd0c
Api endpoint logic to gather the ACL of a credential 2016-10-04 14:40:48 +02:00
brantje 5c9aac9495
Expire shared items after a certain date 2016-10-04 14:15:34 +02:00
brantje dbbe383bf9
Expire link shared credential after x views 2016-10-04 13:11:37 +02:00
brantje 23a02c84d9
Add todo 2016-10-04 00:35:30 +02:00
brantje 42c3e1dee0
Add todo 2016-10-04 00:34:16 +02:00
Marcos Zuriaga 62b54aee8e
Behave as if no item was found if public user has no read permission 2016-10-04 00:21:27 +02:00
Marcos Zuriaga 1ba859269f
Add missing data to the public api response 2016-10-04 00:14:20 +02:00