Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | split off linkShareView | Arthur Schiwon | 2015-09-16 | 1 | -0/+1 | |
| | ||||||
* | split ShareDialogResharerInfoView from base view | Arthur Schiwon | 2015-09-16 | 1 | -0/+1 | |
| | ||||||
* | further work on reimplementing the dialog layout | Arthur Schiwon | 2015-09-16 | 1 | -0/+1 | |
| | ||||||
* | refactor share dialog for multi-purpose use (dropdown, sidebar) and better ↵ | Arthur Schiwon | 2015-09-16 | 1 | -0/+2 | |
| | | | | maintainability | |||||
* | Allow 0 and false as password | Lukas Reschke | 2015-09-08 | 1 | -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-twice | Morris Jobke | 2015-09-04 | 1 | -0/+12 | |
|\ | | | | | Prevent sharing twice with user when already a group | |||||
| * | Prevent sharing twice with user when already a group | Vincent Petry | 2015-09-04 | 1 | -0/+12 | |
| | | ||||||
* | | setup owner when getting users for share | Robin Appelman | 2015-09-03 | 1 | -0/+2 | |
|/ | ||||||
* | Merge pull request #18651 from owncloud/ocs_share_create_with_expire | Vincent Petry | 2015-08-30 | 1 | -0/+15 | |
|\ | | | | | Allow to directly set the expireDate on a new (link)share | |||||
| * | Actually validate the expire date on share | Roeland Jago Douma | 2015-08-30 | 1 | -0/+15 | |
| | | | | | | | | * Added more intergration tests | |||||
* | | Change log level of debugging logs to debug | Joas Schilling | 2015-08-24 | 1 | -22/+22 | |
|/ | ||||||
* | Remove unnecessary DB prefixes from existing query builder usages | Joas Schilling | 2015-08-10 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #17195 from rullzer/no_multiple_remote_shares_of_same_file | Roeland Douma | 2015-07-28 | 1 | -0/+13 | |
|\ | | | | | Remote shares should be uique | |||||
| * | Cannot share the same file multiple times with remote user | Roeland Jago Douma | 2015-07-15 | 1 | -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 setPassword | Thomas Müller | 2015-07-23 | 1 | -1/+1 | |
| | | ||||||
* | | Use a hook to integrate sharing password verification | Thomas Müller | 2015-07-23 | 1 | -0/+22 | |
| | | ||||||
* | | Fix existing usages by removing the quotes | Joas Schilling | 2015-07-21 | 1 | -6/+6 | |
| | | ||||||
* | | Use the public interface and our method instead of the doctrine thing | Joas Schilling | 2015-07-21 | 1 | -8/+8 | |
|/ | ||||||
* | Merge pull request #17330 from owncloud/fix-share-path-for-group-exceptions | Morris Jobke | 2015-07-08 | 1 | -10/+28 | |
|\ | | | | | Fix the path for users which have an exception for a group share | |||||
| * | Make sure the owner always has the right path | Joas Schilling | 2015-07-07 | 1 | -3/+6 | |
| | | ||||||
| * | Fix the path for users which have an exception for a group share | Joas Schilling | 2015-07-02 | 1 | -7/+22 | |
| | | ||||||
* | | Remove OC_Appconfig | Thomas Müller | 2015-07-03 | 1 | -5/+5 | |
| | | ||||||
* | | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -35/+35 | |
|/ | ||||||
* | if it is a mount point we need to get the path from the mount manager | Bjoern Schiessle | 2015-06-30 | 1 | -3/+19 | |
| | ||||||
* | Merge pull request #17071 from owncloud/share-get-users-non-existing | Vincent Petry | 2015-06-26 | 1 | -2/+2 | |
|\ | | | | | fix getUsersSharingFile with locking | |||||
| * | fix getUsersSharingFile with locking | Robin Appelman | 2015-06-26 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #17008 from owncloud/fix-17006 | Björn Schießle | 2015-06-26 | 1 | -5/+7 | |
|\ \ | |/ |/| | Improve splitting of username and remote adress when username contains an `@` | |||||
| * | Use \OC\HintException and translate the hint | Joas Schilling | 2015-06-22 | 1 | -0/+1 | |
| | | ||||||
| * | Merge spliteUserRemote with fixRemoteUrlInShareWith | Joas Schilling | 2015-06-22 | 1 | -4/+5 | |
| | | ||||||
| * | make sure that we split username and server address at the first '@' from ↵ | Bjoern Schiessle | 2015-06-22 | 1 | -1/+1 | |
| | | | | | | | | the right to allow usernames containing '@' | |||||
* | | Merge pull request #17165 from ↵ | Thomas Müller | 2015-06-26 | 1 | -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 set | Bjoern Schiessle | 2015-06-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | show nice display name for remote shares if possible | Bjoern Schiessle | 2015-06-25 | 1 | -2/+11 | |
| |/ | ||||||
* / | set NULL correctly in password update | Roeland Jago Douma | 2015-06-24 | 1 | -1/+1 | |
|/ | | | | | Old code used 'NULL' but docterine wants null. Now it is possible again to remove the password from a link share. | |||||
* | Merge pull request #15772 from ↵ | Joas Schilling | 2015-05-04 | 1 | -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-source | Joas Schilling | 2015-04-29 | 1 | -0/+2 | |
| | | ||||||
| * | Correctly select file cache values also when checking group shares | Joas Schilling | 2015-04-29 | 1 | -7/+7 | |
| | | ||||||
* | | Merge pull request #15596 from owncloud/issue/15589 | Morris Jobke | 2015-04-29 | 1 | -6/+9 | |
|\ \ | | | | | | | Correctly generate the feedback URL for remote share | |||||
| * | | Fix scrutinizer complains and return type doc | Joas Schilling | 2015-04-28 | 1 | -4/+6 | |
| | | | ||||||
| * | | Correctly remove the protocol before prepeding it | Joas Schilling | 2015-04-28 | 1 | -0/+1 | |
| | | | ||||||
| * | | Correctly generate the feedback URL for remote share | Joas Schilling | 2015-04-28 | 1 | -2/+2 | |
| |/ | | | | | | | | | The trailing slash was added in c78e3c4a7fa1d2f474ab58551e67a50e093f6ed8 to correctly generate the encryption keys | |||||
* | | Merge pull request #15906 from rullzer/fix_15777 | Morris Jobke | 2015-04-29 | 1 | -1/+1 | |
|\ \ | |/ |/| | Password set via OCS API should not be double escaped | |||||
| * | Password set via OCS API should not be double escaped | Roeland Jago Douma | 2015-04-28 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #14764 from owncloud/shared-etag-propagate | Morris Jobke | 2015-04-28 | 1 | -0/+24 | |
|\ \ | | | | | | | Propagate etags across shared storages | |||||
| * | | propagate etags for all user of a share | Robin Appelman | 2015-04-27 | 1 | -0/+12 | |
| | | | ||||||
| * | | Allow getting *all* share entries owned by a user | Robin Appelman | 2015-04-27 | 1 | -0/+12 | |
| |/ | ||||||
* / | fix several issues with doc blocks on share.php | Joas Schilling | 2015-04-28 | 1 | -8/+20 | |
|/ | ||||||
* | fix followup issues with unneeded parameters | Morris Jobke | 2015-04-18 | 1 | -8/+8 | |
| | ||||||
* | only create a db entry for the user in case of a name conflict on group share | Bjoern Schiessle | 2015-04-09 | 1 | -2/+7 | |
| | ||||||
* | Merge pull request #14987 from rullzer/ocs_password_fix2 | Morris Jobke | 2015-04-08 | 1 | -0/+84 | |
|\ | | | | | OCS Fixes to allow setting of password without removing additional settings |