aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Listener
Commit message (Expand)AuthorAgeFilesLines
* feat(files_sharing): show Account menu on public pagesskjnldsv2025-06-111-4/+6
* fix(files_sharing): Move `ConfigLexicon` to Config dir, update sharing inputnfebe2025-05-061-0/+5
* fix(files_sharing): Use session id as part of cache key to avoid concurrency ...Côme Chilliet2025-03-251-3/+3
* fix: Avoid triggering several activities for Range request on the same fileCôme Chilliet2025-03-251-2/+10
* fix: Fix download activity for foldersCôme Chilliet2025-03-251-7/+72
* fix(sharing): Publish activity for download by public linkCôme Chilliet2025-03-251-0/+116
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-131-1/+2
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-212-20/+9
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+4
* feat(files_sharing): add public name prompt for files requestsskjnldsv2024-07-181-0/+59
* chore: Add SPDX headerAndy Scherzinger2024-06-132-38/+4
* Merge pull request #44967 from nextcloud/perf/sharing-eventsFerdinand Thiessen2024-06-102-0/+141
|\
| * perf(files_sharing): Move events to listener classes and registration instead...Julius Härtl2024-05-132-0/+141
* | chore: Add SPDX headerAndy Scherzinger2024-06-065-98/+10
|/
* Use `@nextcloud/capabilities` to obtain share api defaultsfenn-cs2024-02-011-7/+0
* Consider admin defaults when creating sharesfenn-cs2024-02-011-0/+1
* fix: Fix template parameter for some listenersCôme Chilliet2024-01-301-1/+1
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-305-1/+5
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-10/+7
* feat(files): add files_sharing indicatorJohn Molakvoæ (skjnldsv)2023-09-201-1/+1
* Enfore allowPublicShares admin settingfenn-cs2023-09-121-2/+21
* fix!: Remove LegacyBeforeTemplateRenderedListener from files_sharingJoas Schilling2023-07-281-57/+0
* fix: adjust testingJohn Molakvoæ2023-07-111-0/+6
* fix: drop legacy sharing filesJohn Molakvoæ2023-07-111-2/+0
* Migrate files sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-061-16/+6
* Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-082-3/+3
* Allow scripts prioritization based on other appsJohn Molakvoæ (skjnldsv)2021-12-022-3/+5
* No limit in the number of group sharesGuillaume Colson2021-07-081-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-15/+9
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Expose CLOUD federation for local users as wellJohn Molakvoæ (skjnldsv)2020-10-121-0/+4
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-2/+1
* Add BeforeTemplateRenderedEvent for files_sharingJulius Härtl2020-07-151-0/+59
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-6/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-3/+7
* Convert share event to an interaction eventChristoph Wurst2020-03-251-0/+95
* Auto accept group shares for users added to a groupRoeland Jago Douma2020-03-251-0/+82
* Make auto accepting the default and provide setting to enforce the share acce...Julius Härtl2020-01-161-1/+4
* Remove global share accepter since auto-accepting is the defaultJulius Härtl2020-01-161-63/+0
* Listen to the right even for auto share acceptRoeland Jago Douma2020-01-151-9/+30
* Update license headers for 18Christoph Wurst2019-12-202-2/+6
* Allow users to specify to accept (internal) shares by defaultRoeland Jago Douma2019-12-171-0/+59
* config.php setting to always accept internal sharesRoeland Jago Douma2019-12-161-0/+61
* Update license headersChristoph Wurst2019-12-052-6/+8
* Fix files_sharing app LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-12-022-0/+87