summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #35962 from nextcloud/backport/359577stable25John Molakvoæ2023-01-049-1/+39
|\ | | | | [stable25] chore(CI): Improve rate limit situation when installing phpunit
| * Fix indentJohn Molakvoæ2023-01-041-4/+4
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * chore(CI): Improve rate limit situation when installing phpunitJoas Schilling2023-01-049-1/+39
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #35904 from nextcloud/backport/35785/stable25Vincent Petry2023-01-049-19/+13
|\ \ | | | | | | [stable25] Replace custom tooltips with native one for files sharing
| * | Replace custom tooltips with native ones in files_sharingjulia.kirschenheuter2022-12-2810-21/+14
| | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Merge pull request #35905 from nextcloud/backport/35795/stable25Vincent Petry2023-01-049-51/+11
|\ \ \ | | | | | | | | [stable25] Replace custom tooltips with native ones in files
| * | | Replace custom tooltips with native ones in filesjulia.kirschenheuter2022-12-289-51/+11
| |/ / | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Merge pull request #35992 from nextcloud/backport/35941/stable25Joas Schilling2023-01-041-3/+0
|\ \ \ | |_|/ |/| | [stable25] Remove myself from being codeowner of some modules
| * | Remove myself from being codeowner of some modulesCarl Schwan2023-01-041-3/+0
|/ / | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #35984 from nextcloud/backport/35978/stable25Simon L2023-01-045-3/+17
|\ \ | | | | | | [stable25] Fix user status icon in avatar menu
| * | Fix user status icon in avatar menuJoas Schilling2023-01-045-3/+17
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #35983 from nextcloud/backport/35972/stable25Vincent Petry2023-01-043-4/+15
|\ \ \ | |/ / |/| | [stable25] appsidebar should be compact when opened on small heights
| * | appsidebar should be compact when opened on small heightsSimon L2023-01-043-4/+15
|/ / | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #35977 from nextcloud/backport/35965/stable25Joas Schilling2023-01-042-1/+5
|\ \ | | | | | | [stable25] Also limit the password length on reset
| * | Also limit the password length on resetJoas Schilling2023-01-042-1/+5
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #35963 from nextcloud/backport/docs/ipv6-cidr-stable25Vincent Petry2023-01-031-8/+6
|\ \ | | | | | | [stable25] docs: trusted_proxies support IPv6 ranges
| * | docs: trusted_proxies support IPv6 rangesDaniel Kesselberg2023-01-031-8/+6
| | | | | | | | | | | | | | | | | | Support for IPv6 ranges was added by https://github.com/nextcloud/server/pull/32615 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #35948 from nextcloud/backport/35939/stable25Joas Schilling2023-01-0214-61/+44
|\ \ \ | | | | | | | | [stable25] Update the user status dashboard widget and fix the icon color
| * | | Update the user status dashboard widget and fix the icon colorJoas Schilling2023-01-0214-61/+44
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #35848 from nextcloud/backport/35836/stable25Julius Härtl2023-01-023-4/+15
|\ \ \ | | | | | | | | [stable25] fix: remove other shares from ui when deleted
| * | | fix: remove other shares from ui when deletedMax2022-12-223-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the share entry in question when unsharing a folder from within the `others with access` section of a file within that folder. Using the code from the ShareList view here as well. Just copying the code here as this is a bugfix that will need to be backported. Signed-off-by: Max <max@nextcloud.com>
* | | | Merge pull request #35902 from nextcloud/backport/35897/stable25Simon L2023-01-026-2/+15
|\ \ \ \ | | | | | | | | | | [stable25] fix video fullscreen on public page
| * | | | fix automatic compilingSimon L2022-12-292-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix video fullscreen on public pageSimon L2022-12-284-1/+13
| | |_|/ | |/| | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #35734 from nextcloud/stable25-quota-as-float-for-32bit-folksCôme Chilliet2023-01-0210-28/+29
|\ \ \ \ | | | | | | | | | | [stable25] Quota value as float for 32-bit systems
| * | | | Silence a warning from psalm with explanationCôme Chilliet2022-12-191-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Adapt types of subclassesCôme Chilliet2022-12-195-11/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Make it clear that file sizes may be float on 32bitsCôme Chilliet2022-12-194-16/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Remove quota value type for 32-bit systemsVincent Petry2022-12-191-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | Merge pull request #35812 from nextcloud/backport/35177/stable25Vincent Petry2023-01-021-0/+9
|\ \ \ \ \ | | | | | | | | | | | | [stable25] restoring clearCachedConfig()
| * | | | | restoring clearCachedConfig()Maxence Lange2022-12-191-0/+9
| | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-318-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #35914 from nextcloud/revert-35895-backport/35891/stable25Simon L2022-12-291-2/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Revert "[stable25] avatar generation - disable setimageformat"
| * | | | | | Revert "[stable25] avatar generation - disable setimageformat"Simon L2022-12-291-2/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | / / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-294-0/+8
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #35895 from nextcloud/backport/35891/stable25Simon L2022-12-281-1/+2
|\ \ \ \ \ | | | | | | | | | | | | [stable25] avatar generation - disable setimageformat
| * | | | | avatar generation - disable setimageformatSimon L2022-12-271-1/+2
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2724-22/+42
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2620-4/+80
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2514-0/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-24156-302/+304
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #35771 from nextcloud/backport/35501/stable25Julia Kirschenheuter2022-12-238-20/+97
|\ \ \ \ \ | | | | | | | | | | | | [stable25] Change app menu focused items behavior that neighbor elements (text and border) have no overlapping
| * | | | | Change focused items behavior that neighbor elements (text and border) have ↵julia.kirschenheuter2022-12-228-20/+97
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no overlapping. Add native tooltips to items. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2376-212/+212
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #35676 from nextcloud/backport/35071/stable25Vincent Petry2022-12-2210-41/+15
|\ \ \ \ | | | | | | | | | | [stable25] Add alt to the logo, adapt css for logo
| * | | | Add alt to the logo, adapt css for logojulia.kirschenheuter2022-12-2210-41/+15
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #35864 from nextcloud/backport/35856/stable25Simon L2022-12-223-7/+7
|\ \ \ \ \ | | | | | | | | | | | | [stable25] increase preview_max_memory and make it easier to debug
| * | | | | increase preview_max_memory and make it easier to debugSimon L2022-12-223-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | | | Merge pull request #35629 from nextcloud/backport/35249/stable25Vincent Petry2022-12-223-4/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [stable25] Set page title for each sidebar section through User management pages
| * | | | | Adapt router.js for setting document titlejulia.kirschenheuter2022-12-223-4/+21
| |/ / / / | | | | | | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>