aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/AppInfo/Application.php
Commit message (Expand)AuthorAgeFilesLines
* feat(files_sharing): add public name prompt for files requestsskjnldsv2024-07-181-1/+6
* Merge pull request #44967 from nextcloud/perf/sharing-eventsFerdinand Thiessen2024-06-101-64/+13
|\
| * perf(files_sharing): Move events to listener classes and registration instead...Julius Härtl2024-05-131-64/+13
* | chore: Add SPDX headerAndy Scherzinger2024-06-061-26/+3
|/
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-3/+2
* fix(cache): Remove displayname cache entry on deleteJoas Schilling2023-08-281-0/+4
* move "aways loaded" sharing script to event listenerRobin Appelman2023-08-171-5/+6
* fix!: Remove LegacyBeforeTemplateRenderedListener from files_sharingJoas Schilling2023-07-281-2/+0
* feat!: Migrate Sharing events to typed eventsJoas Schilling2023-07-281-4/+1
* fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcherJoas Schilling2023-07-251-8/+9
* fix: adjust testingJohn Molakvoæ2023-07-111-9/+0
* fix: drop legacy sharing filesJohn Molakvoæ2023-07-111-68/+3
* feat(sharing): add sharing overview viewJohn Molakvoæ2023-07-111-7/+7
* Port Files navigation to vueJohn Molakvoæ2023-01-041-1/+0
* Add group display name cacheAnna Larch2022-11-281-0/+3
* Multiple fixesCarl Schwan2022-07-311-28/+25
* Block download when needed on direct download endpointVincent Petry2022-07-281-0/+2
* Fix view-only code after code review commentsVincent Petry2022-07-281-5/+5
* Add share attributes + prevent download permissionVincent Petry2022-07-281-3/+65
* Move files_sharing over to new event for projectsJulius Härtl2022-05-121-3/+4
* Update cache when display name changeCarl Schwan2022-04-221-0/+3
* Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-081-2/+2
* 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-191-54/+30
* Replace ILogger with LoggerInterface in remote share managerVincent Petry2021-07-271-1/+2
* Add logging to external shares managerVincent Petry2021-07-271-1/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* load share settings from the share manager in more placesRobin Appelman2021-05-121-7/+13
* Do not register share menu in cases where the files app has not been register...Julius Härtl2020-12-081-1/+1
* Fix invalid usages of the new dispatcherRoeland Jago Douma2020-10-291-4/+6
* Move federated_share_added into a typed eventMorris Jobke2020-07-231-1/+2
* Migrate files sharing to the PSR containerChristoph Wurst2020-07-161-7/+7
* Add BeforeTemplateRenderedEvent for files_sharingJulius Härtl2020-07-151-0/+3
* Lazy register the navigationRoeland Jago Douma2020-07-091-53/+56
* Update license headers for 19Christoph Wurst2020-04-291-2/+0
* 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 visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-4/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Convert share event to an interaction eventChristoph Wurst2020-03-251-1/+2
* Auto accept group shares for users added to a groupRoeland Jago Douma2020-03-251-0/+3
* Remove global share accepter since auto-accepting is the defaultJulius Härtl2020-01-161-1/+0
* Fix license headersChristoph Wurst2020-01-131-0/+1
* Add pending share list to frontendJulius Härtl2020-01-071-0/+9
* Allow users to specify to accept (internal) shares by defaultRoeland Jago Douma2019-12-171-0/+2
* config.php setting to always accept internal sharesRoeland Jago Douma2019-12-161-5/+8