summaryrefslogtreecommitdiffstats
path: root/lib/private/share
Commit message (Collapse)AuthorAgeFilesLines
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Do not blindy copy expiration date on reshareRoeland Jago Douma2015-09-251-1/+0
| | | | | | | | | | If a file/folder is reshared we should not blindly copy the expiration date of the parent share. User/Group shares do not have expiration dates currently, and thus this is always set to null. Fixes #19119 * Added testcase
* Discard expiration date from result for non-link sharesVincent Petry2015-09-171-0/+5
|
* started to implement sharee list view. not completed yet, do not cry please.Arthur Schiwon2015-09-161-0/+1
|
* split off expirationViewArthur Schiwon2015-09-161-0/+1
|
* split off linkShareViewArthur Schiwon2015-09-161-0/+1
|
* split ShareDialogResharerInfoView from base viewArthur Schiwon2015-09-161-0/+1
|
* further work on reimplementing the dialog layoutArthur Schiwon2015-09-161-0/+1
|
* refactor share dialog for multi-purpose use (dropdown, sidebar) and better ↵Arthur Schiwon2015-09-161-0/+2
| | | | maintainability
* Allow 0 and false as passwordLukas Reschke2015-09-081-1/+1
| | | | | | When we use the check for "empty" here passwords such as 0 will not work. Fixes https://github.com/owncloud/password_policy/issues/8
* Merge pull request #18833 from owncloud/share-prevent-twiceMorris Jobke2015-09-041-0/+12
|\ | | | | Prevent sharing twice with user when already a group
| * Prevent sharing twice with user when already a groupVincent Petry2015-09-041-0/+12
| |
* | setup owner when getting users for shareRobin Appelman2015-09-031-0/+2
|/
* Merge pull request #18651 from owncloud/ocs_share_create_with_expireVincent Petry2015-08-301-0/+15
|\ | | | | Allow to directly set the expireDate on a new (link)share
| * Actually validate the expire date on shareRoeland Jago Douma2015-08-301-0/+15
| | | | | | | | * Added more intergration tests
* | Change log level of debugging logs to debugJoas Schilling2015-08-241-22/+22
|/
* Remove unnecessary DB prefixes from existing query builder usagesJoas Schilling2015-08-101-2/+2
|
* Merge pull request #17195 from rullzer/no_multiple_remote_shares_of_same_fileRoeland Douma2015-07-281-0/+13
|\ | | | | Remote shares should be uique
| * Cannot share the same file multiple times with remote userRoeland Jago Douma2015-07-151-0/+13
| | | | | | | | | | | | Fix for #17183 It should not be possible to create multiple remote shares from user A to user B of the same file/folder.
* | Fix PHPDoc on setPasswordThomas Müller2015-07-231-1/+1
| |
* | Use a hook to integrate sharing password verificationThomas Müller2015-07-231-0/+22
| |
* | Fix existing usages by removing the quotesJoas Schilling2015-07-211-6/+6
| |
* | Use the public interface and our method instead of the doctrine thingJoas Schilling2015-07-211-8/+8
| |
* | Merge pull request #17381 from owncloud/fix_sharing_add_to_groupMorris Jobke2015-07-211-28/+87
|\ \ | |/ |/| [sharing] fix addToGroup hook
| * intproduce pre_addToGroup hook. we need to calculate the possible uniqueBjoern Schiessle2015-07-061-28/+87
| | | | | | | | | | targets before the user was added to the group otherwise we will always detect a name collision
* | Merge pull request #17330 from owncloud/fix-share-path-for-group-exceptionsMorris Jobke2015-07-081-10/+28
|\ \ | | | | | | Fix the path for users which have an exception for a group share
| * | Make sure the owner always has the right pathJoas Schilling2015-07-071-3/+6
| | |
| * | Fix the path for users which have an exception for a group shareJoas Schilling2015-07-021-7/+22
| | |
* | | Remove OC_AppconfigThomas Müller2015-07-031-5/+5
| | |
* | | Remove OC_LogThomas Müller2015-07-031-35/+35
| |/ |/|
* | owner is stored as 'uid_owner', not as 'owner' in the oc_share tableBjoern Schiessle2015-07-021-2/+2
|/
* if it is a mount point we need to get the path from the mount managerBjoern Schiessle2015-06-301-3/+19
|
* Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-272-1/+2
|\ | | | | Update license headers
| * update license headers and authorsMorris Jobke2015-06-252-1/+2
| |
* | Merge pull request #17071 from owncloud/share-get-users-non-existingVincent Petry2015-06-261-2/+2
|\ \ | | | | | | fix getUsersSharingFile with locking
| * | fix getUsersSharingFile with lockingRobin Appelman2015-06-261-2/+2
| | |
* | | Merge pull request #17008 from owncloud/fix-17006Björn Schießle2015-06-262-23/+69
|\ \ \ | |/ / |/| | Improve splitting of username and remote adress when username contains an `@`
| * | Use \OC\HintException and translate the hintJoas Schilling2015-06-223-34/+9
| | |
| * | Merge spliteUserRemote with fixRemoteUrlInShareWithJoas Schilling2015-06-222-25/+44
| | |
| * | make sure that we split username and server address at the first '@' from ↵Bjoern Schiessle2015-06-223-1/+53
| | | | | | | | | | | | the right to allow usernames containing '@'
* | | Merge pull request #17165 from ↵Thomas Müller2015-06-261-3/+12
|\ \ \ | |_|/ |/| | | | | | | | owncloud/federated_cloud_sharing_search_address_book Search address book for federated cloud id
| * | ne need to check twice if $row['share_with'] is setBjoern Schiessle2015-06-251-1/+1
| | |
| * | show nice display name for remote shares if possibleBjoern Schiessle2015-06-251-2/+11
| |/
* / set NULL correctly in password updateRoeland Jago Douma2015-06-241-1/+1
|/ | | | | Old code used 'NULL' but docterine wants null. Now it is possible again to remove the password from a link share.
* Fix the share mail notification when the item is in a folderJoas Schilling2015-05-061-0/+5
|
* Merge pull request #15772 from ↵Joas Schilling2015-05-041-7/+9
|\ | | | | | | | | owncloud/issue-15771-dont-restrict-permissions-for-share-owner Do not restrict permissions for the original owner
| * Ignore "parent" shares when the sharee is the owner of the reshare-sourceJoas Schilling2015-04-291-0/+2
| |
| * Correctly select file cache values also when checking group sharesJoas Schilling2015-04-291-7/+7
| |
* | Use internally \OCP\ILogger instead of \OC\LogMorris Jobke2015-04-301-2/+4
| | | | | | | | | | | | * this is the preparation for some upcoming logger related changes * also fixes an issue in the public interface where we request an internal class as parameter
* | Merge pull request #15596 from owncloud/issue/15589Morris Jobke2015-04-291-6/+9
|\ \ | | | | | | Correctly generate the feedback URL for remote share