summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* Merge pull request #22109 from nextcloud/feature/20931/followup-1John Molakvoæ2020-08-171-1/+21
|\
| * Expose status via Collaborators APIGeorg Ehrke2020-08-141-1/+21
* | Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-144-5/+5
|/
* merge file activity settings into a single 'favorite changed' itemRobin Appelman2020-08-133-9/+0
* move share notifcation settings to files groupRobin Appelman2020-08-134-36/+50
* When no user is logged in null is usedJoas Schilling2020-07-291-2/+2
* Move federated_share_added into a typed eventMorris Jobke2020-07-233-38/+23
* Migrate files sharing to the PSR containerChristoph Wurst2020-07-161-7/+7
* Better event description for BeforeTemplateRenderedEvent in files and files_s...Morris Jobke2020-07-151-0/+18
* Add BeforeTemplateRenderedEvent for files_sharingJulius Härtl2020-07-154-12/+125
* Merge pull request #21816 from nextcloud/techdebt/noid/federatedfilesharing-t...Morris Jobke2020-07-141-3/+1
|\
| * Use IBootstrap for the app federatedfilesharingMorris Jobke2020-07-141-3/+1
* | Add user input for link share labelsGary Kim2020-07-141-0/+3
|/
* Lazy register the navigationRoeland Jago Douma2020-07-091-53/+56
* Merge pull request #21591 from nextcloud/debt/noid/set-path-for-ocm-permissionsRoeland Jago Douma2020-07-021-1/+1
|\
| * Pass $path to ocmPermissions2ncPermissionsDaniel Kesselberg2020-06-251-1/+1
* | Also always return in app commandsJoas Schilling2020-06-262-2/+4
|/
* Update share type constant usageJoas Schilling2020-06-249-30/+35
* Don't initialize Application directlyJoas Schilling2020-06-171-1/+2
* Always sort shares in a reliable wayJoas Schilling2020-06-081-3/+5
* Do not only catch Exceptions but any Throwable during rmt share deleteChristoph Wurst2020-06-021-2/+2
* Fix reference to wrong class nameDaniel Calviño Sánchez2020-05-291-3/+3
* Have share permissions on link shares if it is enabledRoeland Jago Douma2020-05-151-9/+10
* Do not filter id matching userId on non-user-share sharesJohn Molakvoæ (skjnldsv)2020-05-051-4/+5
* Fix federated link sharing permissionsJohn Molakvoæ (skjnldsv)2020-05-041-60/+71
* Allow to navigate to others with access from the sidebarRoeland Jago Douma2020-04-291-2/+21
* Update license headers for 19Christoph Wurst2020-04-2926-2/+25
* Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshareMorris Jobke2020-04-271-5/+8
|\
| * Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl2020-04-211-5/+8
* | Merge pull request #17623 from j3l11234/masterRoeland Jago Douma2020-04-241-0/+1
|\ \
| * | Add support for download share on old android browserj3l112342019-10-211-0/+1