binsky
|
ca3966ed93
|
Merge branch 'constructor_property_promotion'
Signed-off-by: binsky <timo@binsky.org>
|
2023-07-16 23:37:02 +02:00 |
|
binsky
|
0d62b20f87
|
Merge branch 'array_short_syntax'
Signed-off-by: binsky <timo@binsky.org>
|
2023-07-16 23:36:47 +02:00 |
|
Hamid Dehnavi
|
f6def6c811
|
Use square bracket syntax to modify array
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
|
2023-07-06 11:02:16 +03:30 |
|
Hamid Dehnavi
|
8f5de1fd72
|
convert array to short syntax
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
|
2023-07-05 18:06:01 +03:30 |
|
Hamid Dehnavi
|
20d8d8cb35
|
make adjustments based on the review
Co-authored-by: binsky <timo@binsky.org>
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
|
2023-07-05 17:11:49 +03:30 |
|
Hamid Dehnavi
|
9fd9045455
|
use PHP8's constructor property promotion
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
|
2023-07-05 14:40:34 +03:30 |
|
Florent
|
3cfb3bdf10
|
Fix Postgres sharing issue #581
Signed-off-by: Florent F <florent.git@zeteo.me>
|
2023-06-14 21:47:51 +02:00 |
|
binsky
|
776ffe6ea1
|
implement re-encryption of the acl shared_key when changing vault password
|
2023-04-23 18:31:50 +02:00 |
|
binsky
|
2714853195
|
fix public sharing
Signed-off-by: binsky <timo@binsky.org>
|
2021-09-07 19:55:58 +02:00 |
|
binsky
|
9d47d0f28d
|
revert some method return type declarations that were IDE optimizations
|
2021-03-22 23:55:44 +01:00 |
|
binsky
|
c7c3f24215
|
migrate deprecated (database access) methods
|
2021-03-14 19:02:52 +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
|
f1bab7dd68
|
Add license header to files
|
2016-10-19 17:45:50 +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
|
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 |
|
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
|
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 |
|
brantje
|
dbbe383bf9
|
Expire link shared credential after x views
|
2016-10-04 13:11:37 +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 |
|
Marcos Zuriaga
|
4ded0d8e0b
|
Don't return an array on public api
|
2016-10-04 00:13:38 +02:00 |
|
Marcos Zuriaga
|
eada39c2bd
|
Sharing public link creation API endpoint
|
2016-10-03 22:55:33 +02:00 |
|
Marcos Zuriaga
|
eadcdcabb0
|
Api endpoint to get the public link credentials
|
2016-10-03 22:43:36 +02:00 |
|
Marcos Zuriaga
|
8a218344c5
|
Permissions check on credential update api
|
2016-10-03 21:18:28 +02:00 |
|
Marcos Zuriaga
|
fca2d01de0
|
Added documentation
|
2016-10-03 17:38:57 +02:00 |
|
Marcos Zuriaga
|
b4ed5e9c76
|
Added api endpoint to get revisions of shared items
|
2016-10-03 17:20:57 +02:00 |
|
brantje
|
b8028dd640
|
Fix merge conflict
|
2016-10-03 15:54:15 +02:00 |
|
brantje
|
28aa97bc57
|
Add backend for deleting share requests
|
2016-10-03 15:50:10 +02:00 |
|
brantje
|
ab7b2f7a4d
|
Revert "Unshare item. Reading shared credential broke?"
This reverts commit 86d9910f74 .
|
2016-10-03 15:47:00 +02:00 |
|
brantje
|
86d9910f74
|
Unshare item. Reading shared credential broke?
|
2016-10-03 15:40:46 +02:00 |
|
Marcos Zuriaga
|
4844aa1ce0
|
Remove files field from sharing response if user does not have permission to see files
|
2016-10-03 15:01:30 +02:00 |
|
Marcos Zuriaga
|
0516fdbce4
|
Fix ui permissions
|
2016-10-03 13:58:53 +02:00 |
|
Marcos Zuriaga
|
762b5e6af2
|
Added permission check just in case
|
2016-10-02 22:03:34 +02:00 |
|
Marcos Zuriaga
|
dcebd9f849
|
Remove owner's shared key from the answer,
not needed and a possible data leak
|
2016-10-02 19:42:50 +02:00 |
|
brantje
|
2baae50691
|
Get shared items working
|
2016-10-02 19:29:06 +02:00 |
|
Marcos Zuriaga
|
7252aa7f4a
|
Api endpoint to get items shared with a vault
|
2016-10-02 19:04:19 +02:00 |
|
brantje
|
a7eb15d2d8
|
On accept share mark notification as read
|
2016-10-02 18:42:43 +02:00 |
|
Marcos Zuriaga
|
e0e7768dc8
|
Sharing action works
|
2016-10-02 18:22:10 +02:00 |
|
brantje
|
14c2ec26fb
|
Fixes for cleanItemRequestsForUser
|
2016-10-02 18:01:41 +02:00 |
|
brantje
|
2978800c43
|
Merge branch 'sharing_no_groups' of github.com:nextcloud/passman into sharing_no_groups
|
2016-10-02 17:38:42 +02:00 |
|