| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Use shorter text on the sidebar for files_sharing activities | Joas Schilling | 2015-10-02 | 1 | -1/+2 |
| |/ |
|
* | | Made routes remote_shares only again | Roeland Jago Douma | 2015-10-02 | 1 | -8/+8 |
* | | Added '../remote_shares' endpoint | Roeland Jago Douma | 2015-10-02 | 1 | -0/+16 |
* | | Move OCS endpoint ../remote_share to ../pending_shares | Roeland Jago Douma | 2015-10-02 | 1 | -3/+3 |
|/ |
|
* | Disable the remote sharing notifications until they work properly | Joas Schilling | 2015-09-17 | 1 | -0/+3 |
* | now you even can share | Arthur Schiwon | 2015-09-16 | 1 | -0/+1 |
* | Add share dialog into share tab | Vincent Petry | 2015-09-16 | 1 | -3/+10 |
* | refactor share dialog for multi-purpose use (dropdown, sidebar) and better ma... | Arthur Schiwon | 2015-09-16 | 1 | -1/+2 |
* | Scrap the notifications when the share is accepted or declined | Joas Schilling | 2015-09-08 | 1 | -0/+1 |
* | Add notifications for remote shares | Joas Schilling | 2015-09-08 | 1 | -0/+7 |
* | Move registration of background job to install/update | Joas Schilling | 2015-09-02 | 4 | -5/+24 |
* | Fix performance issues of the sharees api | Joas Schilling | 2015-08-26 | 1 | -2/+2 |
* | Take a list of share IDs instead of the user and group names | Joas Schilling | 2015-08-26 | 1 | -1/+2 |
* | Inject the logger as well | Joas Schilling | 2015-08-26 | 1 | -1/+2 |
* | Do not use deprecated method in new code | Joas Schilling | 2015-08-26 | 1 | -1/+1 |
* | Start of OCS Share API sharees endpoint | Roeland Jago Douma | 2015-08-26 | 1 | -0/+11 |
* | Use IClientService to check for remote ownCloud instances | Lukas Reschke | 2015-08-22 | 2 | -4/+13 |
* | Merge pull request #15093 from rullzer/capabilities_manager | Roeland Douma | 2015-08-10 | 2 | -6/+8 |
|\ |
|
| * | Use DI | Roeland Jago Douma | 2015-08-10 | 1 | -5/+1 |
| * | Moved core apps to the capabilities manager | Roeland Jago Douma | 2015-08-10 | 2 | -6/+12 |
* | | Styling fixes + hightlight in files sidebar | Vincent Petry | 2015-08-07 | 1 | -0/+1 |
|/ |
|
* | Add OCS api to get, accept and decline remote shares | Joas Schilling | 2015-07-03 | 1 | -0/+15 |
* | Merge pull request #17316 from owncloud/master-delete-ocsid-from-db-if-none-s... | Joas Schilling | 2015-07-02 | 1 | -1/+1 |
|\ |
|
| * | Bump versions | Lukas Reschke | 2015-07-02 | 1 | -1/+1 |
* | | [master] Remove OCS IDs | Lukas Reschke | 2015-07-02 | 1 | -1/+0 |
|/ |
|
* | update license headers and authors | Morris Jobke | 2015-06-25 | 4 | -7/+20 |
* | show federated cloud id in the personal settings | Bjoern Schiessle | 2015-06-02 | 1 | -0/+1 |
* | fix merge | Robin Appelman | 2015-04-27 | 2 | -0/+75 |
* | propagate etags for all user of a share | Robin Appelman | 2015-04-27 | 3 | -18/+73 |
* | Fix usage of deprecated private constants | Joas Schilling | 2015-04-18 | 1 | -7/+8 |
* | Added FIXME about registering jobs in apps.php | Vincent Petry | 2015-04-08 | 1 | -0/+2 |
* | Delete orphaned shares in a background job | Vincent Petry | 2015-04-08 | 1 | -0/+2 |
* | Merge pull request #13964 from rullzer/capabilities | Morris Jobke | 2015-03-30 | 1 | -0/+6 |
|\ |
|
| * | Added route again | Roeland Jago Douma | 2015-03-11 | 1 | -0/+6 |
* | | replace share proxy with hook | Robin Appelman | 2015-03-26 | 1 | -2/+0 |
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 3 | -2/+70 |
|/ |
|
* | Merge pull request #14530 from owncloud/revert-14403 | Thomas Müller | 2015-02-27 | 3 | -69/+2 |
|\ |
|
| * | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 3 | -69/+2 |
* | | Bump up files_sharing version for schema update | Vincent Petry | 2015-02-26 | 1 | -1/+1 |
* | | Add default value for remote_id | Vincent Petry | 2015-02-26 | 1 | -0/+1 |
|/ |
|
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 3 | -2/+69 |
* | Copy sharing related activity code to Files_Sharing activity extension | Joas Schilling | 2015-02-13 | 1 | -1/+4 |
* | Revert "Add OCS sharing info to capabilities" | Lukas Reschke | 2015-02-07 | 1 | -7/+0 |
* | Added capabilities whether a server allows public links | Roeland Jago Douma | 2015-02-04 | 1 | -0/+7 |
* | Merge pull request #13347 from owncloud/share-scanpermissionsfromsource | Morris Jobke | 2015-01-15 | 1 | -0/+1 |
|\ |
|
| * | Use source storage permissions when scanning shared storage | Vincent Petry | 2015-01-14 | 1 | -0/+1 |
* | | Remove unneeded addTranslations() calls | Vincent Petry | 2015-01-14 | 1 | -1/+0 |
* | | set accept to 1 (=true) for all server-to-server shares on update, at this po... | Bjoern Schiessle | 2015-01-13 | 2 | -1/+13 |
|/ |
|
* | Next step in server-to-server sharing next generation, see #12285 | Bjoern Schiessle | 2014-12-19 | 1 | -5/+17 |
* | Check for share by link enabled | Gadzy | 2014-12-12 | 1 | -9/+12 |