aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #34028 from nextcloud/enh/33803/public-viewSimon L2022-09-135-8/+39
|\ \ | | | | | | fix public view
| * | Compile assetsnextcloud-command2022-09-134-6/+24
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix public viewszaimen2022-09-131-2/+15
| | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | fix: play single audio shares with the viewerMax2022-09-131-1/+1
|/ / | | | | | | Signed-off-by: Max <max@nextcloud.com>
* | Increase spacing between additional sharing tab contentChristopher Ng2022-09-131-0/+3
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Port Profile section checbox to NcCheckoxRadioSwitch componentCarl Schwan2022-09-121-2/+2
| | | | | | | | | | | | Improve accessibility and unify the design Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-09-112-8/+20
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-09-104-24/+76
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-09-092-6/+52
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-09-082-92/+262
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33895 from nextcloud/fix/fix-apps-typosCarl Schwan2022-09-0611-13/+13
|\ \ | | | | | | Fix typos in apps/ subdirectory
| * | Fix typos in apps/ subdirectoryluz paz2022-09-0511-13/+13
| |/ | | | | | | | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / [tx-robot] updated from transifexNextcloud bot2022-09-062-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix jsunit testsJulius Härtl2022-09-011-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make scroll areas keyboard focussableJulius Härtl2022-09-011-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #33764 from nextcloud/cloudid-cacheVincent Petry2022-09-012-5/+17
|\ | | | | cache cloud id data in CloudIdManager
| * adjusts tests for CloudIdManagerRobin Appelman2022-08-312-5/+17
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2022-08-312-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-274-2/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Remove copy in file actions when not allowedVincent Petry2022-08-261-0/+4
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* fix: use old singe file share rendering as fallbackMax2022-08-251-1/+44
| | | | | | | | | | Only render images and videos with the viewer. Text has its own way of handling single file shares for now. In case viewer does not support the file format fall back to the old way of handling single file shares. Signed-off-by: Max <max@nextcloud.com>
* fix: only use viewer when mimetype is supportedMax2022-08-251-5/+16
| | | | | | Also bring back the text fallback Signed-off-by: Max <max@nextcloud.com>
* feature: first take on using the viewer to render single file sharesMax2022-08-2511-96/+64
| | | | Signed-off-by: Max <max@nextcloud.com>
* Merge pull request #33430 from nextcloud/fix/remove-broken-resetstorageVincent Petry2022-08-251-13/+0
|\ | | | | Remove broken function resetStorage from test cases
| * Remove broken function resetStorage from test casesCôme Chilliet2022-08-021-13/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Add Nc prefix to Nc vue component namesVincent Petry2022-08-2510-172/+172
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #33569 from nextcloud/enh/hide-projectsJulius Härtl2022-08-251-1/+3
|\ \ | | | | | | Add config option to hide deprecated projects in sharing tab by default
| * | Hide deprecated projects in sharing tab by defaultChristopher Ng2022-08-181-1/+3
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #33593 from nextcloud/improve-binary-cachingCarl Schwan2022-08-241-3/+3
|\ \ \ | | | | | | | | Move findBinaryFinder and isFunctionEnabled away from OC_Helper
| * | | Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | findBinaryFinder is now a service that is still private but with some minor optimization (remove the hasKey check). isFunctionEnabled is now in OCP\Util Both function are still keep but all internal usage in nextcloud/server were migrated to the new usage, so that we can remove it in 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #33574 from nextcloud/search-share-query-filter-no-initVincent Petry2022-08-231-2/+4
|\ \ \ \ | | | | | | | | | | directly build the search filter for shared storage instead of setting up the source cache
| * | | | directly build the search filter for shared storage instead of setting up ↵Robin Appelman2022-08-171-2/+4
| | |/ / | |/| | | | | | | | | | | | | | | | | | the source cache Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-232-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-202-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Use user name cache in activity providersJoas Schilling2022-08-191-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #33575 from nextcloud/search-shared-post-process-filterCarl Schwan2022-08-181-0/+8
|\ \ \ \ | | | | | | | | | | further pre-filter search result before setting up share source cache
| * | | | further pre-filter search result before setting up share source cacheRobin Appelman2022-08-171-0/+8
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / / / [tx-robot] updated from transifexNextcloud bot2022-08-182-0/+4
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / / Make DisplayNameCache return null if user doesn't existsCarl Schwan2022-08-161-1/+1
|/ / | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Remove redundant eventsVincent Petry2022-08-151-16/+0
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-144-34/+40
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-132-0/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-126-4/+48
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-102-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-086-8/+18
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-074-0/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-0620-42/+94
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-05104-0/+164
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix label for allow download share permissionJulius Härtl2022-08-041-5/+1
| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | fix external share scanner not propagating locking-opt-outRobin Appelman2022-08-031-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>