Michael Gapczynski
|
b475164e95
|
Fix autocomplete search for users for groups only share policy
|
13 years ago |
Björn Schießle
|
003241e847
|
fix for bug #1942: Allow user to share with every group if "allow users to share with anyone" is set
|
13 years ago |
Christian Reiner
|
743826bbf3
|
Reimplementation of CSRF protection including autorefresh
|
13 years ago |
Lukas Reschke
|
ac79fe649c
|
Added a missing CSRF check
|
13 years ago |
Michael Gapczynski
|
8f0354bcdd
|
Temporarily disable sharing with contacts and emails, will come in next release
|
13 years ago |
Michael Gapczynski
|
13d513c17c
|
Fix shared collection item searching
|
13 years ago |
Thomas Mueller
|
3829460ab8
|
adding space between) and {
|
13 years ago |
Thomas Tanghus
|
f2fd228801
|
Revert commit 8cf0e853686a5c4f9f082d8e47832277f50ea6c0.
|
13 years ago |
Thomas Tanghus
|
1edab438d1
|
Added possibility to get permissions for shared item with ajax call.
|
13 years ago |
Thomas Müller
|
5868f834c8
|
Respect coding style
|
13 years ago |
Thomas Müller
|
ae67841461
|
Respect coding style
|
13 years ago |
Thomas Müller
|
ff8b8909c1
|
Respect coding style
|
13 years ago |
Thomas Müller
|
f4cace6cc1
|
Respect coding style
|
13 years ago |
Thomas Müller
|
6e76c59007
|
Remove closing php tag
|
13 years ago |
Thomas Müller
|
5bd4d6b051
|
Respect coding style
|
13 years ago |
Michael Gapczynski
|
6c29334b48
|
Add support for share expiration
|
13 years ago |
Michael Gapczynski
|
2aac6f02a0
|
Reimplement links support for sharing and add password protection option
|
13 years ago |
Michael Gapczynski
|
fedb3641f9
|
Determine if reshare needs to be checked
|
13 years ago |
Lukas Reschke
|
76e0ca785b
|
Added XSRF check
|
13 years ago |
Michael Gapczynski
|
9699ff03bd
|
Revert using item name, no longer allowing the same item source exist for a user
|
13 years ago |
Michael Gapczynski
|
09e851a9c4
|
Fix share ajax calls to use itemName/itemSource, show who shared a file with you
|
13 years ago |
Michael Gapczynski
|
49229da0e1
|
Remove setTarget from ajax
|
13 years ago |
Michael Gapczynski
|
5eca531f99
|
Refactor again so we can tell what item is being reshared in case the same source shows up. This is the end of the share_api branch, moving to master.
|
13 years ago |
Michael Gapczynski
|
64ef1e2181
|
Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a constructor...
|
13 years ago |
Lukas Reschke
|
334296b027
|
Removed unused file
|
13 years ago |
Lukas Reschke
|
ab97c04894
|
Added XSRF check
|
13 years ago |
Bart Visscher
|
d4882df8cb
|
Fix warnings and better styling
|
13 years ago |
Bart Visscher
|
1b5c8ff471
|
Don't return error when just no sharing found
|
13 years ago |
Michael Gapczynski
|
0ddfc94cf5
|
Try to fix last commit
|
13 years ago |
Michael Gapczynski
|
5e2ef1e918
|
Check if itemShares share type is an array instead of set, javascript likes to set indexes to 'undefined'
|
13 years ago |
Michael Gapczynski
|
b6b713eb76
|
Only show the user's groups in the share with autocomplete
|
13 years ago |
Michael Gapczynski
|
4933128850
|
Throw exceptions in share API for UI to display
|
13 years ago |
Michael Gapczynski
|
2201074e1f
|
Basic setup for sharing with contacts
|
13 years ago |
Michael Gapczynski
|
b6aa5d2875
|
Include contacts in share with search
|
13 years ago |
Michael Gapczynski
|
8d01e1a355
|
Don't show self or already shared with users and groups in the share with search
|
13 years ago |
Michael Gapczynski
|
d66f071d3e
|
Use search and limit parameters for share with search in sharing dropdown
|
13 years ago |
Michael Gapczynski
|
ed71343df8
|
Autocomplete for share with search in sharing dropdown
|
13 years ago |
Lukas Reschke
|
12dfe5868a
|
Updated style
|
13 years ago |
Lukas Reschke
|
d24326ecce
|
Updated style
|
13 years ago |
Lukas Reschke
|
d425740dc2
|
Remove unused files
|
13 years ago |
Lukas Reschke
|
1554d7a2c0
|
Check for admin user
|
13 years ago |
Lukas Reschke
|
9605e1926c
|
Check for admin user
|
13 years ago |
Lukas Reschke
|
85a410d7a3
|
Remove unused files
|
13 years ago |
Michael Gapczynski
|
88f4845ca3
|
Sanitization isn't required here
|
13 years ago |
Michael Gapczynski
|
b148256233
|
Get rid of sneaky error_log() that got left behind
|
13 years ago |
Michael Gapczynski
|
c0e1b8e7e7
|
Sanitize POST and GET in ajax/share
|
13 years ago |
Jörn Friedrich Dreyer
|
e59a1806cf
|
remove superfluous ?> at the end of .php files (left out apps/*/templates)
|
13 years ago |
Michael Gapczynski
|
5e8ef33190
|
Clean up in the dropdown for unsharing
|
13 years ago |
Michael Gapczynski
|
dd56416a39
|
Remove the method getItemsSharedStatuses, it is easy enough to just pass the format instead
|
13 years ago |
Michael Gapczynski
|
578b8a9da1
|
$_POST variables should be $_GET for fetch
|
13 years ago |