summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix too many file download notifications when watching a videoszaimen2022-03-087-14/+53
* Use the new option to signaling insensitivityJoas Schilling2022-02-221-0/+2
* Revert "Add non-breaking space in the file size"szaimen2022-02-101-1/+1
* Merge pull request #30688 from nextcloud/backport/30499/stable23MichaIng2022-01-151-70/+0
|\
| * Remove inefficient fed share scannerVincent Petry2022-01-141-70/+0
* | Add non-breaking space in the file sizeCarl Schwan2022-01-141-1/+1
|/
* Handle LocalServerException when scanning external sharesCarl Schwan2022-01-091-2/+11
* Fix passing on the parameterJoas Schilling2022-01-071-1/+1
* Handle external share with invalid hostCarl Schwan2021-12-291-3/+11
* Discard share notification for non-existing groupsVincent Petry2021-12-171-1/+1
* Limit more contact searchesJoas Schilling2021-12-132-3/+12
* code checker fixes for instanceOfStorageRobin Appelman2021-12-021-1/+3
* background scan the source storage when a background scan on a storage jail i...Robin Appelman2021-12-021-0/+1
* Merge branch 'master' into imountpoint-ocp-storageJohn Molakvoæ2021-10-2271-358/+728
|\
| * update testsRobin Appelman2021-10-191-17/+1
| * use the correct navigation manager for the sharesRobin Appelman2021-10-191-2/+2
| * call setupSharingMenus againRobin Appelman2021-10-191-13/+12
| * move files_sharing to IBootStrapRobin Appelman2021-10-192-68/+47
| * Merge pull request #28377 from nextcloud/fix/shared-ext-storage-scanszaimen2021-09-101-1/+16
| |\
| | * Return proper watcher if SharedStorage originates from ExternalMountJohn Molakvoæ (skjnldsv)2021-09-101-1/+16
| * | Merge pull request #28764 from nextcloud/feat/sharing-link-eventJohn Molakvoæ2021-09-102-2/+100
| |\ \
| | * | Emit event on link share actionJohn Molakvoæ2021-09-102-2/+100
| | |/
| * / use specific email getter where necessaryArthur Schiwon2021-09-091-1/+1
| |/
| * Let users choose a share_folderHinrich Mahler2021-09-065-6/+47
| * add event for when a share is mountedRobin Appelman2021-08-242-1/+75
| * Fix remote share deletion when deleting userVincent Petry2021-07-271-23/+54
| * Replace ILogger with LoggerInterface in remote share managerVincent Petry2021-07-273-12/+14
| * Fix remote group share decline+accept code pathVincent Petry2021-07-271-1/+7
| * Fix external share manager with multiple user groupsVincent Petry2021-07-271-8/+15
| * Fix remote group share API interactionsVincent Petry2021-07-271-8/+36
| * Fix re-accepting or re-rejecting remote group sharesVincent Petry2021-07-271-42/+97
| * Add logging to external shares managerVincent Petry2021-07-273-15/+28
| * Fix received federated group sharesVincent Petry2021-07-271-9/+41
| * Merge pull request #27875 from goyome/goyome-patch-group-shares-limitblizzz2021-07-141-1/+1
| |\
| | * No limit in the number of group sharesGuillaume Colson2021-07-081-1/+1
| * | Update "Sending password by Nextcloud Talk failed" sentenceszaimen2021-07-071-1/+1
| |/
| * Migrate HintException to OCPGary Kim2021-06-301-2/+2
| * Use DI for files_sharing CacheMorris Jobke2021-06-172-11/+13
| * Use proper methods for display name retrievalMorris Jobke2021-06-171-1/+8
| * Merge pull request #26571 from nextcloud/bugfix/noid/existing-link-no-reshareblizzz2021-06-161-0/+6
| |\
| | * When changing the share owner, downgrade permissions where neededJulius Härtl2021-06-091-0/+1
| | * Drop share if moved to a parent share that does not allow resharingJulius Härtl2021-06-091-0/+5
| * | Use product name in places where it is appropriate rather than the instance nameJulius Härtl2021-06-161-1/+2
| * | use searchoperation for storage filter instead of db expressionRobin Appelman2021-06-141-8/+13
| * | rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-141-11/+11
| * | Correctly check the reception of a remote feedbackLouis Chemineau2021-06-091-2/+2
| |/
| * Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0469-133/+66
| * Also make other shares listen to the "Allow sharing with groups"Joas Schilling2021-05-261-1/+3
| * Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke2021-05-212-24/+34
| |\
| | * load share settings from the share manager in more placesRobin Appelman2021-05-122-24/+34