summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | make php-cs happyRobin Appelman2020-04-231-1/+0
* | | Merge pull request #20575 from nextcloud/fix/sharing-suggestionsMorris Jobke2020-04-221-29/+30
|\ \ \
| * | | Fix Sharing recommendation user displayJohn Molakvoæ (skjnldsv)2020-04-211-29/+30
| | |/ | |/|
* | | Merge pull request #20114 from nextcloud/techdebt/noid/allow-some-apps-to-hav...Roeland Jago Douma2020-04-211-76/+4
|\ \ \ | |/ / |/| |
| * | PHP CS fixesJoas Schilling2020-04-181-5/+0
| * | Directly use the class to get the serviceJoas Schilling2020-04-181-1/+1
| * | Fix creating the share controllerJoas Schilling2020-04-181-70/+3
* | | Add method to storage backends to get directory content with metadataRobin Appelman2020-04-202-2/+2
|/ /
* | Also disallow ; in remote urlsJoas Schilling2020-04-141-1/+1
* | Add visibility to all constantsChristoph Wurst2020-04-1010-41/+41
* | Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-3/+3
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-1041-98/+27
* | Use elseif instead of else ifChristoph Wurst2020-04-1015-76/+76
* | Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-092-3/+1
|\ \
| * | Make sure there is exactly one newline after importsChristoph Wurst2020-04-091-1/+0
| * | Make sure every file ends with an empty newlineChristoph Wurst2020-04-091-1/+0
| * | Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-091-1/+1
|\ \ \ | |/ / |/| |
| * | Use php keywords in lowercaseChristoph Wurst2020-04-091-1/+1
* | | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-097-11/+11
|/ /
* | Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-095-5/+0
* | Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* | Fix multiline commentsChristoph Wurst2020-04-082-2/+2