aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-0724-0/+24
|
* Merge pull request #12653 from owncloud/full_content_search_resultsMorris Jobke2015-01-061-0/+6
|\ | | | | Full content width search results
| * use class for no results div instead of id. the elements are not unique.Jörn Friedrich Dreyer2015-01-061-1/+1
| |
| * filter trashbin and share viewsJörn Friedrich Dreyer2015-01-051-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-0672-74/+2
| |
* | Check for version before mounting a public linkMorris Jobke2015-01-052-2/+3
| | | | | | | | | | | | * ownCloud 7.0.0 is needed - version of merge of server <-> server sharing - https://github.com/owncloud/core/pull/8399 * adjust error message
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-054-2/+38
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-046-14/+62
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-032-30/+30
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-022-6/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-012-0/+20
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-316-2/+28
|
* Merge pull request #13012 from owncloud/small_fixThomas Müller2014-12-271-11/+9
|\ | | | | only send activity if we have a valid path and the file is readable
| * only send activity if we have a valid path and the file is readableBjoern Schiessle2014-12-231-11/+9
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-272-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-266-0/+18
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-254-0/+8
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-2416-0/+44
|/
* Merge pull request #10292 from owncloud/external-share-deleteMorris Jobke2014-12-231-1/+0
|\ | | | | Fix trashbin when deleting a file over an external share
| * Fix trashbin when deleting a file over an external shareRobin Appelman2014-08-081-1/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-232-0/+10
| |
* | Make sure the path passed to the activity manager is normalizedRobin Appelman2014-12-221-1/+1
| |
* | add activity if public shared file/folder was downloadedBjoern Schiessle2014-12-223-6/+43
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-228-0/+42
| |
* | Merge pull request #12942 from owncloud/favs-missingsharedsubdirsMorris Jobke2014-12-212-13/+78
|\ \ | | | | | | Fix issues with searchByTag in shared storage
| * | Fix issues with searchByTag in shared storageVincent Petry2014-12-182-13/+78
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-2114-0/+34
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-2024-24/+24
| | |
* | | Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-1913-102/+414
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Beside some small improvements and bug fixes this will probably the final state for OC8. To test this you need to set up two ownCloud instances. Let's say: URL: myPC/firstOwnCloud user: user1 URL: myPC/secondOwnCloud user: user2 Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud". The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined. If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him.
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1918-2/+110
| | |
* | | Merge pull request #12941 from owncloud/wave-accessibility-complianceMorris Jobke2014-12-192-2/+6
|\ \ \ | | | | | | | | Wave accessibility compliance
| * | | add empty alt text to decorative preview of public share imageJan-Christoph Borchardt2014-12-181-1/+1
| | | |
| * | | fix accessibility of logosJan-Christoph Borchardt2014-12-181-1/+5
| |/ /
* | | Merge pull request #12896 from owncloud/drop-deprecatedJörn Friedrich Dreyer2014-12-184-8/+9
|\ \ \ | | | | | | | | first step to drop \OCP\Config:: in favour of IConfig
| * | | first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-174-8/+9
| | | |
* | | | Merge pull request #12907 from owncloud/delete-invalid-external-shareRobin Appelman2014-12-181-0/+8
|\ \ \ \ | |_|/ / |/| | | Fix deleting invalid s2s shares
| * | | Root always existsRobin Appelman2014-12-171-0/+8
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1876-224/+6
| | | |
* | | | improve empty states for sharing and shared links as wellJan-Christoph Borchardt2014-12-171-3/+7
| | | |
* | | | use empty state for 'Shared with you' as wellJan-Christoph Borchardt2014-12-171-1/+3
|/ / /
* / / [tx-robot] updated from transifexJenkins for ownCloud2014-12-174-10/+22
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-166-0/+20
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-154-2/+8
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1414-0/+46
| |
* | Merge pull request #12795 from owncloud/files-layoutchangesMorris Jobke2014-12-132-6/+7
|\ \ | | | | | | Move file thumbnail element into the label tag
| * | Move file thumbnail into the label elementVincent Petry2014-12-112-6/+7
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1322-66/+0
| | |
* | | Merge pull request #12778 from owncloud/searchbytags2Vincent Petry2014-12-122-0/+74
|\ \ \ | | | | | | | | Added searchByTags to view, storage and cache
| * | | Make $userId mandatory for searchByTagsVincent Petry2014-12-122-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | $userId is now a mandatory parameter for searchByTags. Also fixed some places in the code where the argument was missing (Node API and View)
| * | | Added searchByTags to view, storage and cacheVincent Petry2014-12-112-0/+73
| | | |