aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #44030 from nextcloud/backport/43764/stable28Côme Chilliet2024-03-061-0/+4
|\ | | | | [stable28] fix(user_ldap): Ignore unserialize error in group membership migration
| * fix(user_ldap): Ignore unserialize error in group membership migrationCôme Chilliet2024-03-061-0/+4
| | | | | | | | | | | | | | The memberships will be checked by the background job later and data will be added to the table anyway. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(settings): Split group listsChristopher Ng2024-03-061-29/+34
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #44021 from nextcloud/backport/44016/stable28Pytal2024-03-061-1/+3
|\ \ | |/ |/| [stable28] fix(settings): Disable app again if it breaks the files app
| * fix(settings): Disable app again if it breaks the files appFerdinand Thiessen2024-03-061-1/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(files): Open new file when created from templateFerdinand Thiessen2024-03-061-1/+7
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Remove deprecated function calls from sidebar and add aria-label ↵Ferdinand Thiessen2024-03-051-56/+43
| | | | | | to favorite icon Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #43981 from nextcloud/backport/43898/stable28Louis2024-03-051-43/+50
|\ | | | | [stable28] Improve files version listing
| * fix(files_versions): Improve files version listingLouis Chemineau2024-03-041-43/+50
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-0570-38/+596
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): fix html structure on pre profile pagejulia.kirschenheuter2024-03-042-7/+5
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-0412-6/+286
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-036-4/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-0228-6/+194
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(updatenotification): use new SVG iconsGrigorii K. Shartsev2024-03-011-10/+18
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(updatenotification): a11y of channel menuGrigorii K. Shartsev2024-03-011-66/+20
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* chore(updatenotification): lintGrigorii K. Shartsev2024-03-011-4/+8
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files_versions): Do not create a new version for empty filesLouis Chemineau2024-03-011-2/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-01106-464/+580
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #43796 from nextcloud/backport/42459/stable28John Molakvoæ2024-02-293-3/+3
|\
| * fix(dav): fallback realm for HTTP authenticationMichaIng2024-02-233-3/+3
| | | | | | | | | | | | | | | | | | | | By default, the name of the Nextcloud instance is an empty string, until changed by the admin. This leads to an empty realm sent with the WWW-Authenticate header, while the realm is mandatory for Basic HTTP authentication. Some clients have issues with an empty realm, e.g. Thunderbird cannot store passwords in this case. This commit applies "Nextcloud" as fallback for the realm, in case the name of the Nextcloud instance is not set. Solves: https://help.nextcloud.com/t/thunderbird-dont-save-caldav-password-because-of-missing-httprealm-or-formsubmiturl/93233 Signed-off-by: MichaIng <micha@dietpi.com>
* | Merge pull request #43835 from nextcloud/backport/43605/stable28John Molakvoæ2024-02-291-8/+2
|\ \
| * | fix: only cleanup orphaned shared dalyRobin Appelman2024-02-261-8/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #43833 from nextcloud/backport/43428/stable28John Molakvoæ2024-02-294-10/+21
|\ \ \
| * | | feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-264-10/+21
| |/ / | | | | | | | | | | | | | | | | | | | | | Because of timezones, not saving time can lead to unexpected behaviour when sharing an item sooner than timezone offset Example: sharing a file before 9am when in UTC+9 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | Merge pull request #43813 from nextcloud/backport/43248/stable28John Molakvoæ2024-02-291-11/+5
|\ \ \
| * | | fix(user_status): Fix status update request not being sentChristopher Ng2024-02-241-11/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> [skip ci]
* | | | Merge pull request #43800 from nextcloud/backport/39553/stable28John Molakvoæ2024-02-291-2/+4
|\ \ \ \ | | | | | | | | | | [stable28] Bug fix: Select the correct table based on CALENDAR_TYPE_CALENDAR
| * | | | Bug fix: Select the correct table based on CALENDAR_TYPE_CALENDARPatrick Fischer2024-02-231-2/+4
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Patrick Fischer <mail@patrickfischer.ch>
* | | | Merge pull request #43795 from nextcloud/backport/43784/stable28John Molakvoæ2024-02-292-4/+6
|\ \ \ \
| * | | | fix(files): page h1 headingGrigorii K. Shartsev2024-02-232-4/+6
| |/ / / | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | | Merge pull request #43788 from nextcloud/backport/39607/stable28John Molakvoæ2024-02-291-1/+1
|\ \ \ \
| * | | | Add "-i" to sendmail's pipe FedericoHeichou2024-02-231-1/+1
| |/ / / | | | | | | | | Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
* | | | Merge pull request #43817 from nextcloud/backport/42706/stable28John Molakvoæ2024-02-293-13/+8
|\ \ \ \
| * | | | fix(admin role): fix old and wrong way to determine whether user is adminArthur Schiwon2024-02-273-13/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes Settings knowing who is an admin of non-local group backend groups - obsoletes and removes a little old, deprecated code - double checks proper parameter type on Group\Manager::isAdmin - also fixes legacy OC_User code to check whether user is an admin Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #43869 from nextcloud/backport/43768/stable28John Molakvoæ2024-02-291-5/+5
|\ \ \ \ \
| * | | | | fix(dav): Init ViewOnlyPlugin after authLouis Chemineau2024-02-281-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-29110-156/+338
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-02-28220-1182/+1812
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | / Fix(l10n): Update translations from TransifexNextcloud bot2024-02-27186-420/+542
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-2612-0/+12
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-2528-86/+102
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-2490-182/+458
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-2318-2/+106
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(dav): Rate limit calendar/subscription creationChristoph Wurst2024-02-227-0/+305
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #43741 from nextcloud/backport/43727/stable28John Molakvoæ2024-02-227-13/+117
|\
| * Hide some actions based on node permissions and share attributesLouis Chemineau2024-02-211-4/+35
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * Check permissions when labeling a versionLouis Chemineau2024-02-211-0/+4
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * Check node permissions when restoring a versionLouis Chemineau2024-02-211-0/+4
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * Check node permissions when deleting a versionLouis Chemineau2024-02-211-1/+29
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>