summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-09186-184/+140
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40349 from nextcloud/fix/noid/autoloader-no-apcuJulius Härtl2023-09-082-6/+4
|\
| * fix(autoloader): no apcu no side effectsArthur Schiwon2023-09-082-6/+4
| | | | | | | | | | | | | | | | | | | | | | apcu lead to side effects especially with app management and (soft) inter-dependencies, and lead also to 500 server errors. While we could add management to clear apcu cache in many cases (may stil leave edge cases) the performance benefit is marginally as also class maps are already cached in opcache. Hence, the simple and effective way to go is to not use apcu for autoloading. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #40341 from nextcloud/fix/hide-set-reminder-publicPytal2023-09-081-1/+1
|\ \ | | | | | | fix: Hide set reminder action on public shares
| * | fix: Hide set reminder action on public sharesChristopher Ng2023-09-071-1/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #40340 from nextcloud/artonge/fix/fileInfo_accessLouis2023-09-083-4/+4
|\ \ \ | | | | | | | | Fix access to fileInfo in VersionTab.vue
| * | | Fix access to fileInfo in VersionTab.vueLouis Chemineau2023-09-073-4/+4
| |/ / | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #40306 from nextcloud/Valdnet-patch-1Andy Scherzinger2023-09-083-4/+4
|\ \ \ | |_|/ |/| | Remove quotation marks
| * | Remove quotation marksValdnet2023-09-083-4/+4
| | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #40323 from nextcloud/enh/init-scriptsJohn Molakvoæ2023-09-081-11/+26
|\ \ \
| * | | feat: Add dedicated method to load init scriptsJulius Härtl2023-09-071-11/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Co-authored-by: John Molakvoæ <skjnldsv@protonmail.com> Update lib/public/Util.php Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #40314 from nextcloud/enh/a11y/search-labelsPytal2023-09-077-10/+16
|\ \ \ \ | | | | | | | | | | enh(a11y): Add search contacts label
| * | | | chore: Compile assetsChristopher Ng2023-09-074-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | enh(a11y): Add search contacts labelChristopher Ng2023-09-073-4/+10
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-0826-2/+152
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #40296 from ↵Louis2023-09-0717-51/+152
|\ \ \ | |/ / |/| | | | | | | | nextcloud/artonge/feat/enable_files_versions_for_groupfolders Enable new versions feature for groupfolders
| * | Fix: allow to name the current versionLouis Chemineau2023-09-074-12/+18
| | | | | | | | | | | | | | | | | | | | | We only need to change the filename of the current version for the viewer Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Enable new versions feature for groupfoldersLouis Chemineau2023-09-077-11/+11
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Move module versions management logic out of main logicLouis Chemineau2023-09-078-31/+126
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #40329 from nextcloud/fix/theming-default-source-imageKate2023-09-071-1/+13
|\ \ \ | | | | | | | | theming: Revert broken SVG optimization in default-source.svg
| * | | theming: Revert broken SVG optimization from f2afcc in default-source.svgjld31032023-09-071-1/+13
| | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Merge pull request #40285 from nextcloud/backport/40233/masterCôme Chilliet2023-09-075-2/+51
|\ \ \ \ | | | | | | | | | | Detect aborted connection in OC\Files\View and stop writing data to t…
| * | | | Detect aborted connection in OC\Files\View and stop writing data to the ↵Benjamin Gaussorgues2023-09-075-2/+51
| | |/ / | |/| | | | | | | | | | | | | | | | | | output buffer Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | Merge pull request #40266 from nextcloud/40172-polish-new-sharing-flowAndy Scherzinger2023-09-079-24/+116
|\ \ \ \ | | | | | | | | | | 40172 Polish new sharing flow : accesibility, expand bahavior, click outside behaviour
| * | | | chore(assets): Recompile assetsnextcloud-command2023-09-077-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | Add accesibility features to quick share dropdownfenn-cs2023-09-071-16/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds appropriate aria attributes - Uses button element for dropdown items as it's more semantically correct - Uses trap-focus lib to trap focus when the drowpdown is active - Adds custom handling for arrow up and down Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | | | Close quickshare dropdown on outside clickfenn-cs2023-09-071-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a user clicks anywhere outside of the quickshare dropdown, it should be closed. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | | | Do not toggle custom permissionsfenn-cs2023-09-071-9/+7
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, swithcing between permissions in the sharing permissions details view would toggle the custom permissions view. We think, it's better for the custom permission option to simple expand the custom permissions view and never close it gain even if the user is switching between bundled permissions. The user can always collapse the view by using the "Advanced settings" toggle. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | Merge pull request #40216 from ↵Côme Chilliet2023-09-072-0/+9
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/print-log-message-when-version-could-not-be-got-from-updater-server Print log message when version could not be got from updater server
| * | | Print log message when version could not be got from updater serverDaniel Calviño Sánchez2023-09-062-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This could help to diagnose why the updater server could not be reached, as well as other subtler issues like requests taking too long if the updater server was tried to be connected to as a "side effect" (for example, when the "updatenotification" app boots). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #40295 from nextcloud/appecosystem-renamingAndy Scherzinger2023-09-073-9/+9
|\ \ \ \ | | | | | | | | | | Rename AppEcosystemV2 to AppAPI
| * | | | new name of AppEcosystem is AppAPIAlexander Piskun2023-09-063-9/+9
| | |/ / | |/| | | | | | | | | | Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-07248-380/+1028
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #40198 from ↵Pytal2023-09-066-9/+13
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/fix/40015-The_apps_view_represents_a_list_of_elements_and_should_be_implemented_as_such
| * | | | chore: build assetsGrigorii K. Shartsev2023-09-064-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | Create right list view for app store viewjulia.kirschenheuter2023-09-062-3/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | | Merge pull request #40275 from ↵Simon L2023-09-063-14/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/enh/noid/change-keyboard-shortcuts-order
| * | | | | change order of keyboard shortcuts settings to be at the endSimon L2023-09-063-14/+14
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #38808 from ↵Julius Härtl2023-09-064-4/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/store-unencrypted-homefolder
| * | | | | fix: Only read unencrypted_size when file is actually encryptedJulius Härtl2023-09-062-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | fix: Only store unencrypted_size if path should be encryptedJulius Härtl2023-09-062-1/+3
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #40292 from nextcloud/fix/birthday-calendarAnna2023-09-063-8/+76
|\ \ \ \ \ | |_|_|_|/ |/| | | | fix(CalDAV): check birthday calendar owner
| * | | | fix(CalDAV): check birthday calendar ownerAnna Larch2023-09-063-8/+76
| | |/ / | |/| | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #40293 from ↵Anna2023-09-061-2/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/bugfix/noid/only-use-memory-cache-backend-for-redis fix(ratelimit): Only use memory cache backend for redis
| * | | fix(ratelimit): Only use memory cache backend for redisJoas Schilling2023-09-061-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #40184 from nextcloud/enh/files_versions_events-vuemax-nextcloud2023-09-063-4/+22
|\ \ \ \ | |/ / / |/| | | feat: Add events for version restore
| * | | chore(assets): Recompile assetsnextcloud-command2023-09-062-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | feat: Add events for version restoreJulius Härtl2023-09-061-1/+19
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #40217 from nextcloud/rakekniven-patch-1Christoph Wurst2023-09-063-4/+4
|\ \ \ | |/ / |/| | fix(10n): Fixed grammar
| * | fix(10n): Fixed grammarrakekniven2023-09-043-4/+4
| | | | | | | | | | | | | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>