summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-09-1440-10/+150
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34055 from nextcloud/enh/noid/public-audio-styleSimon L2022-09-135-2/+27
|\ | | | | fix public audio style
| * Compile assetsnextcloud-command2022-09-134-2/+18
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix public audio styleszaimen2022-09-131-0/+9
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Merge pull request #34057 from nextcloud/bugfix/noid/fix-2fa-providers-dark-modeSimon L2022-09-132-11/+2
|\ \ | |/ |/| Fix twofactor provider icons in dark mode
| * Fix twofactor provider icons in dark modeJoas Schilling2022-09-132-11/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #34028 from nextcloud/enh/33803/public-viewSimon L2022-09-1315-12/+49
|\ | | | | fix public view
| * Compile assetsnextcloud-command2022-09-1312-10/+32
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix public viewszaimen2022-09-133-2/+17
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Merge pull request #34051 from nextcloud/fix/34027/play-audioSimon L2022-09-131-1/+1
|\ \ | |/ |/| fix: play single audio shares with the viewer
| * fix: play single audio shares with the viewerMax2022-09-131-1/+1
|/ | | | Signed-off-by: Max <max@nextcloud.com>
* Merge pull request #34045 from ↵blizzz2022-09-131-2/+1
|\ | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * Update psalm baselinenextcloud-command2022-09-131-2/+1
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Merge pull request #34043 from ↵Vincent Petry2022-09-133-3/+6
|\ \ | | | | | | | | | | | | nextcloud/enh/sharing-tab-additional-content-spacing Increase spacing between additional sharing tab content sections
| * | Increase spacing between additional sharing tab contentChristopher Ng2022-09-133-3/+6
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #34030 from nextcloud/enh/33835/buttonSimon L2022-09-135-5/+8
|\ \ \ | |_|/ |/| | fix strange-looking button
| * | Compile assetsnextcloud-command2022-09-124-4/+6
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix strange-looking buttonszaimen2022-09-121-1/+2
| | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-138-4/+104
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34039 from nextcloud/enh/34037/heading-login-formSimon L2022-09-123-3/+8
|\ \ | | | | | | add a heading to the login form
| * | Compile assetsnextcloud-command2022-09-122-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | add a heading to the login formszaimen2022-09-121-0/+5
| | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | Merge pull request #34031 from nextcloud/enh/33866/ldap-ui-buttonsSimon L2022-09-123-3/+8
|\ \ \ | | | | | | | | fix ldap ui buttons
| * | | Compile assetsnextcloud-command2022-09-122-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix ldap ui buttonsszaimen2022-09-121-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | Merge pull request #34026 from nextcloud/port-profile-section-checkboxCarl Schwan2022-09-1211-44/+35
|\ \ \ \ | |_|/ / |/| | | Port Profile section checbox to NcCheckoxRadioSwitch component
| * | | Port Profile section checbox to NcCheckoxRadioSwitch componentCarl Schwan2022-09-1211-44/+35
| | | | | | | | | | | | | | | | | | | | | | | | Improve accessibility and unify the design Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #34001 from nextcloud/versions-create-userblizzz2022-09-121-1/+10
|\ \ \ \ | |_|_|/ |/| | | use filesystem user instead of file owner for creating version
| * | | use filesystem user instead of file owner for creating versionRobin Appelman2022-09-091-1/+10
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #33992 from nextcloud/setting-menu-fix-heightVincent Petry2022-09-125-10/+13
|\ \ \ \ | |_|/ / |/| | | Fix setting menu height
| * | | Fix setting menu heightCarl Schwan2022-09-095-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Increase max height to match page height - Move settings 8px from the right instead of 5px to match other top menus - Handle overflow of the content correctly Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #34018 from nextcloud/use-primary-button-updaterVincent Petry2022-09-121-1/+1
|\ \ \ \ | | | | | | | | | | Use primary button in updater
| * | | | Use primary button in updaterCarl Schwan2022-09-121-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #34019 from nextcloud/fix/quota-typeVincent Petry2022-09-122-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Fix quota type to int
| * | | | | Fix quota type to intCarl Schwan2022-09-122-4/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the quota to int from float, since the quota is a number of bits and a bits can not be splitted. Fix #34010 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #34022 from nextcloud/fix/dark-avatar-user-listVincent Petry2022-09-128-18/+43
|\ \ \ \ \ | | | | | | | | | | | | Fix avatar icons in user list when using dark theme
| * | | | | Fix avatar icons in user list when using dark themeCarl Schwan2022-09-128-18/+43
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #34023 from nextcloud/remove-transparent-top-filesVincent Petry2022-09-125-5/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove transparent top
| * | | | | | Remove transparent topCarl Schwan2022-09-125-5/+8
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace 3px of absolute positioning with top padding. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #34024 from nextcloud/make-profile-page-scrollableVincent Petry2022-09-123-3/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Make profile page scrollable again
| * | | | | Make profile page scrollable againCarl Schwan2022-09-123-3/+4
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #33993 from nextcloud/remove-scrollbar-default-dashbordCarl Schwan2022-09-123-10/+5
|\ \ \ \ \ | |/ / / / |/| | | | Improve dashboard default scrollbar behavior
| * | | | Improve dashboard default scrollbar behaviorCarl Schwan2022-09-093-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Decrease spacing so that scrollbar doesn't appear on laptop screen when having one row of panel - Move scrollbar to content so that on chromium the scrollbar is not so ugly Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #33921 from nextcloud/fix/fix-config-file-emptiedCôme Chilliet2022-09-121-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Do not empty config.php file if reading failed for any reason
| * | | | | Do not empty config.php file if reading failed for any reasonCôme Chilliet2022-09-061-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | [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-1020-28/+148
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #34002 from nextcloud/release/25.0.0_beta_6v25.0.0beta6blizzz2022-09-091-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | 25.0.0 beta 6
| * | | | | | 25.0.0 beta 6Arthur Schiwon2022-09-091-2/+2
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #34000 from nextcloud/change-default-login-backgroundAndy Scherzinger2022-09-093-9/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Change default login background to cloud image