Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #44030 from nextcloud/backport/43764/stable28 | Côme Chilliet | 2024-03-06 | 1 | -0/+4 |
|\ | | | | | [stable28] fix(user_ldap): Ignore unserialize error in group membership migration | ||||
| * | fix(user_ldap): Ignore unserialize error in group membership migration | Côme Chilliet | 2024-03-06 | 1 | -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 lists | Christopher Ng | 2024-03-06 | 1 | -29/+34 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Merge pull request #44021 from nextcloud/backport/44016/stable28 | Pytal | 2024-03-06 | 1 | -1/+3 |
|\ \ | |/ |/| | [stable28] fix(settings): Disable app again if it breaks the files app | ||||
| * | fix(settings): Disable app again if it breaks the files app | Ferdinand Thiessen | 2024-03-06 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(files): Open new file when created from template | Ferdinand Thiessen | 2024-03-06 | 1 | -1/+7 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Remove deprecated function calls from sidebar and add aria-label ↵ | Ferdinand Thiessen | 2024-03-05 | 1 | -56/+43 |
| | | | | | | to favorite icon Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #43981 from nextcloud/backport/43898/stable28 | Louis | 2024-03-05 | 1 | -43/+50 |
|\ | | | | | [stable28] Improve files version listing | ||||
| * | fix(files_versions): Improve files version listing | Louis Chemineau | 2024-03-04 | 1 | -43/+50 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-05 | 70 | -38/+596 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files): fix html structure on pre profile page | julia.kirschenheuter | 2024-03-04 | 2 | -7/+5 |
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-04 | 12 | -6/+286 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-03 | 6 | -4/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-02 | 28 | -6/+194 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(updatenotification): use new SVG icons | Grigorii K. Shartsev | 2024-03-01 | 1 | -10/+18 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | fix(updatenotification): a11y of channel menu | Grigorii K. Shartsev | 2024-03-01 | 1 | -66/+20 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | chore(updatenotification): lint | Grigorii K. Shartsev | 2024-03-01 | 1 | -4/+8 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | fix(files_versions): Do not create a new version for empty files | Louis Chemineau | 2024-03-01 | 1 | -2/+3 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-01 | 106 | -464/+580 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #43796 from nextcloud/backport/42459/stable28 | John Molakvoæ | 2024-02-29 | 3 | -3/+3 |
|\ | |||||
| * | fix(dav): fallback realm for HTTP authentication | MichaIng | 2024-02-23 | 3 | -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/stable28 | John Molakvoæ | 2024-02-29 | 1 | -8/+2 |
|\ \ | |||||
| * | | fix: only cleanup orphaned shared daly | Robin Appelman | 2024-02-26 | 1 | -8/+2 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #43833 from nextcloud/backport/43428/stable28 | John Molakvoæ | 2024-02-29 | 4 | -10/+21 |
|\ \ \ | |||||
| * | | | feat(share): save date and time for expiration | Benjamin Gaussorgues | 2024-02-26 | 4 | -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/stable28 | John Molakvoæ | 2024-02-29 | 1 | -11/+5 |
|\ \ \ | |||||
| * | | | fix(user_status): Fix status update request not being sent | Christopher Ng | 2024-02-24 | 1 | -11/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> [skip ci] | ||||
* | | | | Merge pull request #43800 from nextcloud/backport/39553/stable28 | John Molakvoæ | 2024-02-29 | 1 | -2/+4 |
|\ \ \ \ | | | | | | | | | | | [stable28] Bug fix: Select the correct table based on CALENDAR_TYPE_CALENDAR | ||||
| * | | | | Bug fix: Select the correct table based on CALENDAR_TYPE_CALENDAR | Patrick Fischer | 2024-02-23 | 1 | -2/+4 |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Patrick Fischer <mail@patrickfischer.ch> | ||||
* | | | | Merge pull request #43795 from nextcloud/backport/43784/stable28 | John Molakvoæ | 2024-02-29 | 2 | -4/+6 |
|\ \ \ \ | |||||
| * | | | | fix(files): page h1 heading | Grigorii K. Shartsev | 2024-02-23 | 2 | -4/+6 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | | | | Merge pull request #43788 from nextcloud/backport/39607/stable28 | John Molakvoæ | 2024-02-29 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Add "-i" to sendmail's pipe | FedericoHeichou | 2024-02-23 | 1 | -1/+1 |
| |/ / / | | | | | | | | | Signed-off-by: FedericoHeichou <federicoheichou@gmail.com> | ||||
* | | | | Merge pull request #43817 from nextcloud/backport/42706/stable28 | John Molakvoæ | 2024-02-29 | 3 | -13/+8 |
|\ \ \ \ | |||||
| * | | | | fix(admin role): fix old and wrong way to determine whether user is admin | Arthur Schiwon | 2024-02-27 | 3 | -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/stable28 | John Molakvoæ | 2024-02-29 | 1 | -5/+5 |
|\ \ \ \ \ | |||||
| * | | | | | fix(dav): Init ViewOnlyPlugin after auth | Louis Chemineau | 2024-02-28 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-29 | 110 | -156/+338 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* / / / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-28 | 220 | -1182/+1812 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-27 | 186 | -420/+542 |
| |_|/ |/| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-26 | 12 | -0/+12 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-25 | 28 | -86/+102 |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-24 | 90 | -182/+458 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-23 | 18 | -2/+106 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(dav): Rate limit calendar/subscription creation | Christoph Wurst | 2024-02-22 | 7 | -0/+305 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #43741 from nextcloud/backport/43727/stable28 | John Molakvoæ | 2024-02-22 | 7 | -13/+117 |
|\ | |||||
| * | Hide some actions based on node permissions and share attributes | Louis Chemineau | 2024-02-21 | 1 | -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 version | Louis Chemineau | 2024-02-21 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | Check node permissions when restoring a version | Louis Chemineau | 2024-02-21 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | Check node permissions when deleting a version | Louis Chemineau | 2024-02-21 | 1 | -1/+29 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> |