summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
| * more share permission logic to storage wrapperRobin Appelman2023-09-041-0/+4
| | | | | | | | | | | | this way we only have to determine the share permissions once Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix(CardDAV): allow disabling of the system address book via config optionAnna Larch2023-09-051-1/+2
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-05118-232/+326
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-046-6/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-0318-4/+44
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-02138-6/+140
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-0150-16/+352
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Improve sharing flowfenn-cs2023-08-3115-554/+1468
| | | | | | | | | | | | | This commit introduces the following changes: - Does not create new share once user is selected for internal shares - Adds a `SharingDetails` view for share configurations - Adds a quick share select to enable fast changes in share permisions. Resolves: https://github.com/nextcloud/server/issues/26691 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Revert "Improve sharing flow"Arthur Schiwon2023-08-3115-1468/+554
| | | | This reverts commit 8b42fb033fdcd3775b4850de6faf6091c8dcc716.
* Merge pull request #40074 from nextcloud/backport/39944/stable27Andy Scherzinger2023-08-312-5/+14
|\ | | | | [stable27] pass the share to the cache instead of having to ask the storage
| * pass the share to the cache instead of having to ask the storageRobin Appelman2023-08-282-5/+14
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-31122-1540/+2318
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Improve sharing flowfenn-cs2023-08-3015-554/+1468
| | | | | | | | | | | | | | | | | | | | | | | | | | This commit introduces the following changes: - Does not create new share once user is selected for internal shares - Adds a `SharingDetails` view for share configurations - Adds a quick share select to enable fast changes in share permisions. Resolves: https://github.com/nextcloud/server/issues/26691 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-30172-114/+244
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #40032 from nextcloud/backport/40013/stable27Arthur Schiwon2023-08-291-0/+9
|\ \ | | | | | | [stable27] Do not log passwords in debug mode
| * | Do not log passwords in debug modeAnna Larch2023-08-241-0/+9
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #40080 from nextcloud/backport/40077/stable27Joas Schilling2023-08-291-0/+4
|\ \ \ | | | | | | | | [stable27] fix(cache): Remove displayname cache entry on delete
| * | | fix(cache): Remove displayname cache entry on deleteJoas Schilling2023-08-281-0/+4
| | |/ | |/| | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2940-8/+64
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #40060 from nextcloud/backport/27-upload-progressFerdinand Thiessen2023-08-284-20/+60
|\ \ | | | | | | [stable27] Improve upload progress visualization
| * | fix: Upload progress shows number of files to upload and current indexFerdinand Thiessen2023-08-264-9/+23
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix: Make smooth bitrate and remaining upload time work when unsetFerdinand Thiessen2023-08-261-6/+6
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | Smooth time remaining, bitrate and stabilize user informationPhlogi2023-08-261-14/+40
| | | | | | | | | | | | | | | | | | | | | | | | Besides the existing moving average, a smoothing factor is introduced for the time remaining display as well as the bitrate. Furthermore, half of the buffer needs to be filled before the first prediction is displayed to the user. This reduces volatile and jumping durations towards the user and improves usability. Signed-off-by: Cyrill H. <phlogi@posteo.de> Co-authored-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #40066 from nextcloud/backport/39911/stable27Anna2023-08-287-13/+71
|\ \ \ | | | | | | | | [stable27] fix(CardDAV): only run upgrade sync if 1000 users or less
| * | | fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-277-13/+71
| | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-286-2/+70
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #40062 from nextcloud/fix/theming-async-chunksJohn Molakvoæ2023-08-272-0/+8
|\ \ \
| * | | fix(theming): Add `__webpack_nounce__` to support async chunks like the ↵Ferdinand Thiessen2023-08-262-0/+8
| |/ / | | | | | | | | | | | | | | | filepicker Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2023-08-274-4/+6
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2616-14/+92
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: encode basename in restore actionDaniel Kesselberg2023-08-251-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #39900 from ↵John Molakvoæ2023-08-254-5/+8
|\ \ | | | | | | | | | nextcloud/fix/stable27/set-owner-principal-for-SAB
| * | fix(CardDAV): set owner-principal, displayname properties for SABAnna Larch2023-08-244-5/+8
| |/ | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* / Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2520-36/+60
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39953 from nextcloud/backport/39903/stable27John Molakvoæ2023-08-241-0/+5
|\
| * don't bother checking dav acl's in filesRobin Appelman2023-08-181-0/+5
| | | | | | | | | | | | any permissions for files is handled in the filesystem layer anyway Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2424-6/+50
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #39997 from nextcloud/backport/39870/stable27Joas Schilling2023-08-232-0/+15
|\ \ | | | | | | [stable27] feat(security): Add a bruteforce protection backend base on memcache
| * | feat(admin): Show an error when the admin is throttledJoas Schilling2023-08-232-0/+15
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-23106-460/+480
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(CI): Satisfy old psalm by being less specificJoas Schilling2023-08-221-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | feat(dashboard): implement widget item api v2Richard Steinmetz2023-08-229-664/+313
| | | | | | | | | | | | | | | | | | This API enables the dashboard to render all widgets from the API data alone without having apps to provide their own bundles. This saves a lot of traffic and execution time as a lot less javascript has to be parsed on the frontend. Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2214-4/+54
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2110-36/+110
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2018-0/+24
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files): Fix legacy files list sortingFerdinand Thiessen2023-08-193-23/+36
| | | | | | | | | | | | | | The sorting was not saved since files2vue changes in Nextcloud 27, as a new API endpoint was introduced and the old one was dropped without adjusting the legacy file list to use it. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(CS): Use the naming pattern for the URL schemeJoas Schilling2023-08-192-6/+6
| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> (cherry picked from commit bf2a9aa46d886d9032f1c6f2e95e44aa97f30525)
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-19148-134/+160
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #39947 from nextcloud/backport/39910/stable27Joas Schilling2023-08-181-1/+2
|\ \ | |/ |/| [stable27] fix(memcache): Fix comparison of Memcache configs to classes
| * fix(memcache): Fix comparison of Memcache configs to classesJoas Schilling2023-08-171-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>