Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Lukas Reschke | 2015-10-26 | 4 | -2/+5 |
| | |||||
* | use correct class name | Morris Jobke | 2015-10-20 | 2 | -2/+2 |
| | |||||
* | Add backgroundjob to expire link shares | Roeland Jago Douma | 2015-10-20 | 3 | -1/+3 |
| | | | | | | Simple background job to expire the link shares. * added unit tests | ||||
* | Increase the 2nd digit of shipped apps | Joas Schilling | 2015-10-17 | 2 | -2/+4 |
| | |||||
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 1 | -1/+0 |
| | |||||
* | Merge pull request #19589 from owncloud/shares-external-mount-provider | Thomas Müller | 2015-10-07 | 1 | -0/+12 |
|\ | | | | | Move the setup of external share mounts to a mountprovider | ||||
| * | extract the mount provider from the manager | Robin Appelman | 2015-10-05 | 1 | -1/+12 |
| | | |||||
| * | register the external share mount provider | Robin Appelman | 2015-10-05 | 1 | -0/+1 |
| | | |||||
* | | Propagate shares etag when group membership changed | Vincent Petry | 2015-10-06 | 1 | -0/+13 |
| | | |||||
* | | update licence headers via script | Morris Jobke | 2015-10-05 | 4 | -2/+4 |
|/ | |||||
* | Merge pull request #19487 from owncloud/split_share_middleware | Thomas Müller | 2015-10-05 | 2 | -8/+2 |
|\ | | | | | Split files_sharing middelware | ||||
| * | sharingcheckmiddleware now handles externalshares as well | Roeland Jago Douma | 2015-10-02 | 2 | -8/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new annotations for the externalsharescontroller class * @NoOutgoingFederatedSharingRequired * @NoIncomingFederatedSharingRequired By default both are required for all functions in the externalSharesController. A proper exception is thrown and then a 405 is returned instead of the default error page. Since it is only an API endpoint this makes more sense. Unit tests added and updated | ||||
* | | Merge pull request #19522 from owncloud/activity-395-less-sidebar-text | Thomas Müller | 2015-10-02 | 1 | -1/+2 |
|\ \ | | | | | | | Activity 395 less sidebar text | ||||
| * | | 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 |
| | | | | | | | | | | | | | | | | Since we need a unique id to accept/reject shares for now we keep the pending shares under remote_shares. * remote_shares/pending lists pending shares * PUT/DELETE to remote_shares/pending/<ID> will accept/reject the share | ||||
* | | Added '../remote_shares' endpoint | Roeland Jago Douma | 2015-10-02 | 1 | -0/+16 |
| | | | | | | | | | | | | * list incoming remote shares at 'remote_shares' * get per share info at 'remote_shares/<ID>' * delete remote share with a DELETE to 'remote_shares/<ID>' | ||||
* | | 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 ↵ | Arthur Schiwon | 2015-09-16 | 1 | -1/+2 |
| | | | | maintainability | ||||
* | 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 |
| | | | | | | | 1. Allows to set a timeout (though still not perfect but way better than before) 2. Allows to have unit tests 3. I also added unit tests for the existing controller code 4. Corrected PHPDoc on IClient | ||||
* | Merge pull request #15093 from rullzer/capabilities_manager | Roeland Douma | 2015-08-10 | 2 | -6/+8 |
|\ | | | | | Capabilities manager | ||||
| * | Use DI | Roeland Jago Douma | 2015-08-10 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | * Register OCP\Capability\IManager at DIContainer * Add register capabilities to appframework * Register capabilities in DI way * Make unit test pass again * Remove CapabiltiesManager from OCP | ||||
| * | Moved core apps to the capabilities manager | Roeland Jago Douma | 2015-08-10 | 2 | -6/+12 |
| | | | | | | | | | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions | ||||
* | | Styling fixes + hightlight in files sidebar | Vincent Petry | 2015-08-07 | 1 | -0/+1 |
|/ | | | | | Sidebar scrolls with contents Highlight currently show file | ||||
* | Add OCS api to get, accept and decline remote shares | Joas Schilling | 2015-07-03 | 1 | -0/+15 |
| | |||||
* | Merge pull request #17316 from ↵ | Joas Schilling | 2015-07-02 | 1 | -1/+1 |
|\ | | | | | | | | | owncloud/master-delete-ocsid-from-db-if-none-specified [Master] Delete OCS ID from DB if none is specified | ||||
| * | Bump versions | Lukas Reschke | 2015-07-02 | 1 | -1/+1 |
| | | |||||
* | | [master] Remove OCS IDs | Lukas Reschke | 2015-07-02 | 1 | -1/+0 |
|/ | | | | | | While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as https://github.com/owncloud/core/issues/17307 Ref https://github.com/owncloud/activity/issues/320#issuecomment-117691867 | ||||
* | 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 |
|\ | | | | | Add OCS sharing info to capabilities - take 2 | ||||
| * | 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" |