summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersLukas Reschke2015-10-264-2/+5
|
* use correct class nameMorris Jobke2015-10-202-2/+2
|
* Add backgroundjob to expire link sharesRoeland Jago Douma2015-10-203-1/+3
| | | | | | Simple background job to expire the link shares. * added unit tests
* Increase the 2nd digit of shipped appsJoas Schilling2015-10-172-2/+4
|
* Consolidate webdav code - move all to one appThomas Müller2015-10-161-1/+0
|
* Merge pull request #19589 from owncloud/shares-external-mount-providerThomas Müller2015-10-071-0/+12
|\ | | | | Move the setup of external share mounts to a mountprovider
| * extract the mount provider from the managerRobin Appelman2015-10-051-1/+12
| |
| * register the external share mount providerRobin Appelman2015-10-051-0/+1
| |
* | Propagate shares etag when group membership changedVincent Petry2015-10-061-0/+13
| |
* | update licence headers via scriptMorris Jobke2015-10-054-2/+4
|/
* Merge pull request #19487 from owncloud/split_share_middlewareThomas Müller2015-10-052-8/+2
|\ | | | | Split files_sharing middelware
| * sharingcheckmiddleware now handles externalshares as wellRoeland Jago Douma2015-10-022-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-textThomas Müller2015-10-021-1/+2
|\ \ | | | | | | Activity 395 less sidebar text
| * | Use shorter text on the sidebar for files_sharing activitiesJoas Schilling2015-10-021-1/+2
| |/
* | Made routes remote_shares only againRoeland Jago Douma2015-10-021-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' endpointRoeland Jago Douma2015-10-021-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_sharesRoeland Jago Douma2015-10-021-3/+3
|/
* Disable the remote sharing notifications until they work properlyJoas Schilling2015-09-171-0/+3
|
* now you even can shareArthur Schiwon2015-09-161-0/+1
|
* Add share dialog into share tabVincent Petry2015-09-161-3/+10
|
* refactor share dialog for multi-purpose use (dropdown, sidebar) and better ↵Arthur Schiwon2015-09-161-1/+2
| | | | maintainability
* Scrap the notifications when the share is accepted or declinedJoas Schilling2015-09-081-0/+1
|
* Add notifications for remote sharesJoas Schilling2015-09-081-0/+7
|
* Move registration of background job to install/updateJoas Schilling2015-09-024-5/+24
|
* Fix performance issues of the sharees apiJoas Schilling2015-08-261-2/+2
|
* Take a list of share IDs instead of the user and group namesJoas Schilling2015-08-261-1/+2
|
* Inject the logger as wellJoas Schilling2015-08-261-1/+2
|
* Do not use deprecated method in new codeJoas Schilling2015-08-261-1/+1
|
* Start of OCS Share API sharees endpointRoeland Jago Douma2015-08-261-0/+11
|
* Use IClientService to check for remote ownCloud instancesLukas Reschke2015-08-222-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_managerRoeland Douma2015-08-102-6/+8
|\ | | | | Capabilities manager
| * Use DIRoeland Jago Douma2015-08-101-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 managerRoeland Jago Douma2015-08-102-6/+12
| | | | | | | | | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions
* | Styling fixes + hightlight in files sidebarVincent Petry2015-08-071-0/+1
|/ | | | | Sidebar scrolls with contents Highlight currently show file
* Add OCS api to get, accept and decline remote sharesJoas Schilling2015-07-031-0/+15
|
* Merge pull request #17316 from ↵Joas Schilling2015-07-021-1/+1
|\ | | | | | | | | owncloud/master-delete-ocsid-from-db-if-none-specified [Master] Delete OCS ID from DB if none is specified
| * Bump versionsLukas Reschke2015-07-021-1/+1
| |
* | [master] Remove OCS IDsLukas Reschke2015-07-021-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 authorsMorris Jobke2015-06-254-7/+20
|
* show federated cloud id in the personal settingsBjoern Schiessle2015-06-021-0/+1
|
* fix mergeRobin Appelman2015-04-272-0/+75
|
* propagate etags for all user of a shareRobin Appelman2015-04-273-18/+73
|
* Fix usage of deprecated private constantsJoas Schilling2015-04-181-7/+8
|
* Added FIXME about registering jobs in apps.phpVincent Petry2015-04-081-0/+2
|
* Delete orphaned shares in a background jobVincent Petry2015-04-081-0/+2
|
* Merge pull request #13964 from rullzer/capabilitiesMorris Jobke2015-03-301-0/+6
|\ | | | | Add OCS sharing info to capabilities - take 2
| * Added route againRoeland Jago Douma2015-03-111-0/+6
| |
* | replace share proxy with hookRobin Appelman2015-03-261-2/+0
| |
* | Update license headersJenkins for ownCloud2015-03-263-2/+70
|/
* Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-273-69/+2
|\ | | | | Revert "Updating license headers"