summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-122-2/+2
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-112-3/+2
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-082-82/+106
* Merge pull request #24829 from nextcloud/bugfix/24813/add-missing-migrationsJulius Härtl2021-01-052-0/+85
|\
| * Also add missing oc_share_external.share_type columnVincent Petry2020-12-232-0/+13
| * Adjust share_external tableVincent Petry2020-12-232-0/+72
* | Update license headersChristoph Wurst2020-12-301-0/+1
|/
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-1/+1
|\
| * Unify links to php.netJ0WI2020-09-171-1/+1
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-1619-14/+22
* | use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon2020-12-151-1/+2
* | Show unique displayname context in the user share list entriesJulius Härtl2020-12-141-0/+3
* | Merge pull request #24605 from nextcloud/enh/share-deckRoeland Jago Douma2020-12-104-7/+105
|\ \
| * | Address minor commentsJulius Härtl2020-12-092-4/+4
| * | Include deck shares in sharing mountsJulius Härtl2020-12-091-0/+2
| * | Introduce deck share type to ShareAPIControllerJulius Härtl2020-12-092-5/+91
| * | Let sharees endpoint properly handle deck sharesJulius Härtl2020-12-091-0/+10
* | | Adjust defaultJulius Härtl2020-12-082-3/+45
* | | Do not register share menu in cases where the files app has not been register...Julius Härtl2020-12-081-1/+1
* | | Move columns to bigintJulius Härtl2020-12-081-3/+2
* | | Migrate files_sharing to migrations and move remote_id to a string in share_e...Julius Härtl2020-12-081-0/+90
* | | Move remoteId of remote reshares to stringJulius Härtl2020-12-081-3/+3
|/ /
* | Merge pull request #24017 from nextcloud/enh/share_expirationMorris Jobke2020-11-191-10/+34
|\ \
| * | Make the expire shares cron job actually expire the sharesRoeland Jago Douma2020-11-191-10/+34
* | | Limit shared cache search if it is just a fileRoeland Jago Douma2020-11-191-0/+16
* | | circleId too short in some requestMaxence Lange2020-11-131-3/+4
|/ /
* | Improve CertificateManager to not be user context dependentMorris Jobke2020-11-032-2/+2
* | Fix invalid usages of the new dispatcherRoeland Jago Douma2020-10-291-4/+6
* | Return correct error message on share download without read permissionMorris Jobke2020-10-261-1/+1
* | Also expire share type emailJohn Molakvoæ (skjnldsv)2020-10-201-1/+4
* | Merge pull request #23350 from st3iny/fix/14849/share-api-preview-availabilityMorris Jobke2020-10-131-1/+7
|\ \
| * | Indicate preview availability in share api responsesRichard Steinmetz2020-10-131-1/+7
* | | Expose CLOUD federation for local users as wellJohn Molakvoæ (skjnldsv)2020-10-121-0/+4
|/ /
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-055-23/+23
* | Show filename on share link downloadJohn Molakvoæ (skjnldsv)2020-09-171-1/+4
|/
* Merge pull request #22898 from nextcloud/fix/16696/add-spaces-and-fix-variabl...Morris Jobke2020-09-171-2/+2
|\
| * Fix variable name and add spaces around path in info log lineMorris Jobke2020-09-171-2/+2
* | Merge pull request #22902 from nextcloud/fix/16696/proper-target-path-for-sha...Morris Jobke2020-09-171-1/+1
|\ \
| * | Create proper target path for shared storage fopen eventMorris Jobke2020-09-171-1/+1
| |/
* | optimize View::getPath if we already know the storage idRobin Appelman2020-09-161-5/+5
* | disable update checking for shared storagesRobin Appelman2020-09-151-6/+13
|/
* only get the permissions from the share source if it's not already cachedRobin Appelman2020-09-091-6/+5
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-072-1/+1
* Do not fail if share for mountpoint is no longer availableJulius Härtl2020-09-031-1/+1
* remove unneeded ifRobin Appelman2020-08-281-44/+42
* Merge pull request #22393 from nextcloud/fix/license-headers-20Roeland Jago Douma2020-08-2415-7/+20
|\
| * Update the license headers for Nextcloud 20Christoph Wurst2020-08-2415-7/+20
* | Fix missing FN from federated contactJohn Molakvoæ (skjnldsv)2020-08-241-1/+1
|/
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-192-6/+7
* Improve recent file fetchingRoeland Jago Douma2020-08-181-0/+5