Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-16 | 4 | -0/+38 |
| | |||||
* | Merge pull request #22337 from owncloud/new_reshare_no_initiator | Thomas Müller | 2016-02-15 | 1 | -4/+4 |
|\ | | | | | On backend hickups don't crash OCS output | ||||
| * | The owner and recipient can also be null | Roeland Jago Douma | 2016-02-12 | 1 | -3/+3 |
| | | | | | | | | | | If we have backend hickups it can be that we are unable to retrive the owner and recipient user as well. In such cases just return the UID. | ||||
| * | If the initiator no longer exists return UID | Roeland Jago Douma | 2016-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | It can happen that the share initiator is deleted. Because of the new resharing behaviour this share then still exists. We just can fetch the displayname properly. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-15 | 6 | -0/+116 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-14 | 2 | -0/+10 |
| | | |||||
* | | Merge pull request #22351 from owncloud/fix_22277 | Thomas Müller | 2016-02-13 | 2 | -4/+168 |
|\ \ | | | | | | | show remote server on federated share auto-complete | ||||
| * | | add remote server to the result | Bjoern Schiessle | 2016-02-12 | 2 | -4/+168 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-13 | 14 | -0/+196 |
| | | | |||||
* | | | Merge pull request #22305 from owncloud/sharestatus_to_ocs_22298 | Thomas Müller | 2016-02-12 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | Calculate the share statuses in js from the OCS Response | ||||
| * | | | Reload list of shares on directory change | Roeland Jago Douma | 2016-02-11 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge pull request #22317 from owncloud/fix_invisible_linkshares | Thomas Müller | 2016-02-12 | 3 | -32/+183 |
|\ \ \ \ | |_|_|/ |/| | | | Do not allow invisible link shares | ||||
| * | | | Fix migration step to avoind invisible shares | Roeland Jago Douma | 2016-02-11 | 2 | -32/+63 |
| | | | | |||||
| * | | | Add tests | Roeland Jago Douma | 2016-02-11 | 1 | -0/+120 |
| |/ / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-12 | 120 | -276/+302 |
| | | | |||||
* | | | Merge pull request #22307 from ↵ | Thomas Müller | 2016-02-11 | 3 | -4/+17 |
|\ \ \ | |/ / |/| | | | | | | | | owncloud/remove-notification-on-unshare-and-on-errors Remove notification on unshare and on errors | ||||
| * | | Delete the notification when the owner unshares the remote before the user ↵ | Joas Schilling | 2016-02-11 | 1 | -0/+7 |
| | | | | | | | | | | | | did anything | ||||
| * | | Remove the notification if accepting/declining failed because of 404 | Joas Schilling | 2016-02-11 | 2 | -4/+10 |
| | | | |||||
* | | | Merge pull request #22281 from owncloud/activity-100-unshare-activities | Thomas Müller | 2016-02-11 | 1 | -16/+77 |
|\ \ \ | |/ / |/| | | Add translations of unshare activities | ||||
| * | | Add translations of unshare activities | Joas Schilling | 2016-02-10 | 1 | -16/+77 |
| |/ | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-11 | 50 | -50/+0 |
| | | |||||
* | | Revert back to non-webdav download link for public URLs | Vincent Petry | 2016-02-10 | 2 | -7/+4 |
|/ | | | | | Fixes issues with browsers not happy with the token. Fixes activities which were not sent. | ||||
* | Fix oracle by using less quotes | Joas Schilling | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | Listen to the notification event to reload the file list | Joas Schilling | 2016-02-10 | 1 | -1/+13 |
| | |||||
* | Mark the accept button as primary | Joas Schilling | 2016-02-10 | 1 | -1/+2 |
| | |||||
* | Create the actions with the correct ID | Joas Schilling | 2016-02-10 | 2 | -5/+6 |
| | |||||
* | Make sure the share ID is an integer | Joas Schilling | 2016-02-10 | 1 | -2/+2 |
| | |||||
* | Fix action paths | Joas Schilling | 2016-02-10 | 1 | -2/+2 |
| | |||||
* | Bring the messages inline | Joas Schilling | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | Fix the notification API usage | Joas Schilling | 2016-02-10 | 2 | -1/+6 |
| | |||||
* | Revert "Disable the remote sharing notifications until they work properly" | Joas Schilling | 2016-02-10 | 3 | -8/+2 |
| | | | | | | | This reverts commit 6bc93c740194d245bb9a7d1f230ed33461f842a7. Conflicts: apps/files_sharing/lib/external/manager.php | ||||
* | add tests | Robin Appelman | 2016-02-09 | 1 | -0/+49 |
| | |||||
* | Fix unit tests | Roeland Jago Douma | 2016-02-09 | 1 | -0/+2 |
| | |||||
* | check share permissions in share controller | Robin Appelman | 2016-02-09 | 1 | -0/+17 |
| | |||||
* | Example hook check | Roeland Jago Douma | 2016-02-09 | 2 | -14/+26 |
| | |||||
* | Fix unit test | Roeland Jago Douma | 2016-02-09 | 1 | -1/+5 |
| | |||||
* | throw hooks when accessing a link share | Arthur Schiwon | 2016-02-09 | 1 | -2/+55 |
| | |||||
* | Merge pull request #22206 from owncloud/share2_migration_with_federated | Thomas Müller | 2016-02-08 | 4 | -6/+25 |
|\ | | | | | Update the migration step to include federated shares | ||||
| * | Update the migration step to include federated shares | Roeland Jago Douma | 2016-02-08 | 4 | -6/+25 |
| | | | | | | | | | | Now federated shares will also be updated to the flat reshare model. | ||||
* | | Respect not allowing outgoing shares | Roeland Jago Douma | 2016-02-08 | 2 | -3/+27 |
| | | |||||
* | | Update OCS Share API to use federated share provider | Roeland Jago Douma | 2016-02-08 | 2 | -15/+31 |
|/ | |||||
* | Even single shares are returned as array | Roeland Jago Douma | 2016-02-08 | 2 | -2/+2 |
| | | | | | | | When fetching a single share using ../shares/<ID> we should still return an array of shares. Fixes #22189 | ||||
* | Merge pull request #22159 from owncloud/fix_21678 | Thomas Müller | 2016-02-05 | 1 | -0/+6 |
|\ | | | | | Gracefull handle link shares rename hook | ||||
| * | Gracefull handle link shares rename hook | Roeland Jago Douma | 2016-02-05 | 1 | -0/+6 |
| | | | | | | | | | | | | | | Fixes #21678 The hook is called on all renames. However when we use a link share the getUserFolder fails. We now just opt out. | ||||
* | | Use HTTPS instead of HTTP | Lukas Reschke | 2016-02-05 | 1 | -1/+1 |
|/ | | | This is now supported by github.io | ||||
* | [Share 2.0] Fix public link sharing | Roeland Jago Douma | 2016-02-03 | 2 | -26/+32 |
| | |||||
* | [Share 2.0] Fix OCS endpoint | Roeland Jago Douma | 2016-02-03 | 2 | -108/+123 |
| | |||||
* | Merge pull request #22095 from owncloud/public_link_with_port | Thomas Müller | 2016-02-03 | 2 | -10/+4 |
|\ | | | | | Public link downloads should work on instance on non default port | ||||
| * | Construct valid URL | Roeland Jago Douma | 2016-02-03 | 2 | -10/+4 |
| | | |||||
* | | [Share 2.0] Use GenericShareException | Roeland Jago Douma | 2016-02-02 | 2 | -28/+8 |
| | |