Commit Graph

61318 Commits (550dfe0ef12293baf8be922e1fcc0c4f3c550b68)
 

Author SHA1 Message Date
Nextcloud bot 550dfe0ef1
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-04 02:26:47 +07:00
Simon L 68b2463107
Merge pull request #30990 from nextcloud/enh/noid/fulltextsearch-collection
FullTextSearch/IIndex: +getCollection(): string;
2022-02-04 00:18:17 +07:00
Simon L 772b3d38f3
Merge pull request #30974 from max65482/fix_bday_cal_update_issue
Fix: Birthday events missing after reimporting contacts
2022-02-04 00:16:25 +07:00
Simon L f2cd30df8d
Merge pull request #30985 from rotdrop/bugfix/get-storage-info-unjail-shared-path
Use the unjailed-path in OC_Helper::getStorageInfo() for files located in SharedStorage.
2022-02-04 00:03:56 +07:00
Simon L 8d631a096a
Merge pull request #30987 from nextcloud/enh/30962/show-mail-server-settings-in-overview
show if the mail server settings are not set or verified
2022-02-03 23:59:19 +07:00
Carl Schwan 94b79c25f4
Merge pull request #30955 from nextcloud/fix/sticky-position
Fix position sticky declaration
2022-02-03 21:35:36 +07:00
szaimen 445ab85b01 add a test for wasEmailTestSuccessful
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-02-03 20:41:12 +07:00
szaimen fa1ee8f0c7 fix tests
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-02-03 20:41:12 +07:00
szaimen 84cf39f582 show if the mail server settings are not set or verified
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-02-03 20:16:35 +07:00
John Molakvoæ 9005cd0837
Merge pull request #30937 from Brennii96/feature-app-version-sidebar 2022-02-03 18:02:18 +07:00
Julius Härtl 20f1971266
Merge pull request #30624 from nextcloud/theming/background-image
Avoid file system access on checking if an image exists
2022-02-03 17:38:29 +07:00
Brendan 7148b3f948
30937
Signed-off-by: Brendan <brendan.oneill96@hotmail.co.uk>
2022-02-03 17:24:05 +07:00
Brendan b7d9142ecf
30937
Signed-off-by: Brendan <brendan.oneill96@hotmail.co.uk>
2022-02-03 17:22:06 +07:00
Brendan 20e372f0fd
Add app version to sidebar, mainly for mobile view as it disappears from list view
Signed-off-by: Brendan O'Neill brendan.oneill96@hotmail.co.uk
2022-02-03 17:22:06 +07:00
Louis eb1927040f
Merge pull request #30979 from nextcloud/fix/user-settings-menu-button-radius
Fix Actions trigger element when editing user
2022-02-03 14:39:14 +07:00
Julien Veyssier 63e755e1c8
change Actions trigger to <button> when editing user
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-02-03 12:50:24 +07:00
Maxence Lange 144e83520b +getCollection(): string;
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-02-03 10:35:06 +07:00
Claus-Justus Heine a355410b88
Use the unjailed-path in OC_Helper::getStorageInfo() for files located in SharedStorage.
The current implementation already switches the storage-backend to
$storage->getSourceStorage(). However, it then calls
$rootInfo->getInternalPath() which returns the internal path relative to
the storage where the share is mounted. This is wrong, we need also to
unjail the path. Compare, e.g., with
OCA\Files_Sharing\SharedStorage::file_get/put_contents() for the
"logic".

Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
2022-02-03 10:05:49 +07:00
Nextcloud bot e167d7f44c
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-03 02:26:58 +07:00
Maximilian Martin 33c698872b delete birthday calendar events permanently
Signed-off-by: Maximilian Martin <maximilian_martin@gmx.de>
2022-02-02 09:19:03 +07:00
Julius Härtl 3d0b5c1ff9
Avoid file system access on checking if an image exists
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-02-02 11:26:36 +07:00
Joas Schilling 5e5c31ea84
Merge pull request #30235 from nextcloud/bugfix/noid/primary-key-for-ratelimit-table
Add primary key for ratelimit table
2022-02-02 10:03:26 +07:00
Joas Schilling 2544ab48d4
Merge pull request #30940 from nextcloud/request-id-in-header
send request id in response header
2022-02-02 09:50:17 +07:00
Nextcloud bot e32090f44f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-02 02:27:10 +07:00
Louis 2c27ffd415
Merge pull request #30043 from ArcticFall/master
Add ability to rename Groups in the frontend
2022-02-01 15:37:30 +07:00
Robin Appelman c712987878
send request id in response header
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-02-01 14:24:01 +07:00
Carl Schwan 16fc9eb9cc Fix position sticky declaration
Before the generated css was: "position: 'sticky'", now it is
position: sticky. Firefox considered the old value has invalid.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-01 13:26:29 +07:00
Louis Chemineau 78481e2e7c Add compiled files
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-01 12:54:55 +07:00
ArcticFall 398297b449 Add new component for the group list items.
Signed-off-by: Martin Jänel <spammemore@posteo.de>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-01 12:54:55 +07:00
ArcticFall 849d3697d3 Add js methods for renaming a group.
Signed-off-by: Martin Jänel <spammemore@posteo.de>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-01 12:54:55 +07:00
ArcticFall 1f80d767b4 Add ActionInput for renaming a group and corresponding method.
Signed-off-by: Martin Jänel <spammemore@posteo.de>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-01 12:54:55 +07:00
Côme Chilliet d635d58d19
Merge pull request #29286 from nextcloud/enhancement/drop-php-7-3
Drop PHP7.3
2022-02-01 10:50:28 +07:00
Nextcloud bot 16521e9f7c
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-01 02:26:49 +07:00
Louis b47a42f935
Merge pull request #30926 from rotdrop/bugfix/settings-delegation-for-subadmins
Allow sub-admins to access delegated settings.
2022-01-31 16:55:53 +07:00
Louis 35b60511a1
Merge pull request #30907 from nextcloud/dependabot/npm_and_yarn/marked-4.0.12
Bump marked from 4.0.10 to 4.0.12
2022-01-31 16:46:04 +07:00
dependabot[bot] b46f42ab5d Bump marked from 4.0.10 to 4.0.12
Bumps [marked](https://github.com/markedjs/marked) from 4.0.10 to 4.0.12.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v4.0.10...v4.0.12)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-01-31 14:46:52 +07:00
Louis 4d7bd5a7fc
Merge pull request #30904 from nextcloud/dependabot/npm_and_yarn/karma-6.3.12
Bump karma from 6.3.11 to 6.3.12
2022-01-31 14:55:10 +07:00
Claus-Justus Heine a234217bb7
Allow sub-admins to access delegated settings.
Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
2022-01-31 14:08:49 +07:00
dependabot[bot] f805873ff0
Bump karma from 6.3.11 to 6.3.12
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.11 to 6.3.12.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v6.3.11...v6.3.12)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 12:43:11 +07:00
Louis 84043da24f
Merge pull request #30931 from nextcloud/dependabot/npm_and_yarn/puppeteer-13.1.3
Bump puppeteer from 13.1.1 to 13.1.3
2022-01-31 13:41:52 +07:00
Louis f79a30c8d0
Merge pull request #30903 from nextcloud/dependabot/npm_and_yarn/clipboard-2.0.9
Bump clipboard from 2.0.8 to 2.0.9
2022-01-31 13:40:46 +07:00
Louis f2abc3f9db
Merge pull request #30934 from nextcloud/Valdnet-patch-2
l10n: Change l10n directory
2022-01-31 13:40:12 +07:00
Valdnet 62e7245fa3
i10n: Change l10n directory
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-01-31 12:12:36 +07:00
Joas Schilling 85ca7cafba
Merge pull request #30932 from nextcloud/nickvergessen-patch-1
Make fewer fields mandatory in the bug reporting
2022-01-31 12:02:37 +07:00
dependabot[bot] c823b472cd Bump clipboard from 2.0.8 to 2.0.9
Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.8...v2.0.9)

---
updated-dependencies:
- dependency-name: clipboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-01-31 11:02:10 +07:00
Joas Schilling 0a2e156605
Make less fields mandatory in the bug reporting 2022-01-31 11:14:00 +07:00
dependabot[bot] 9103c7f467
Bump puppeteer from 13.1.1 to 13.1.3
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 13.1.1 to 13.1.3.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v13.1.1...v13.1.3)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 09:35:53 +07:00
Louis c84c7654a7
Merge pull request #30905 from nextcloud/dependabot/npm_and_yarn/node-sass-7.0.1
Bump node-sass from 6.0.1 to 7.0.1
2022-01-31 10:34:19 +07:00
Louis 260a0dbc53
Merge pull request #30906 from nextcloud/dependabot/npm_and_yarn/dompurify-2.3.5
Bump dompurify from 2.3.4 to 2.3.5
2022-01-31 10:32:14 +07:00
John Molakvoæ ac2bc2384e
Merge pull request #25418 from kaktuspalme/patch-1 2022-01-31 08:07:44 +07:00