summaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #32850 from nextcloud/backport/31345/stable24blizzz2022-07-072-3/+3
|\ | | | | [stable24] Fix deletion of additional emails
| * Use unique key to prevent email component reuseChristopher Ng2022-06-272-3/+3
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix loading groupfolder info when share api is disabledCarl Schwan2022-07-062-3/+3
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Rename setting name to reduce its lengthLouis Chemineau2022-06-282-3/+3
|/ | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump webpack from 5.72.0 to 5.72.1dependabot[bot]2022-06-2280-120/+120
| | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.72.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.72.0...v5.72.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development 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>
* Bump dompurify from 2.3.6 to 2.3.8dependabot[bot]2022-06-123-4/+4
| | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.6 to 2.3.8. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.6...2.3.8) --- updated-dependencies: - dependency-name: dompurify 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>
* Merge pull request #32668 from nextcloud/backport/32583/stable24Vincent Petry2022-06-102-3/+3
|\ | | | | [stable24] Fix Nextcloud Android app not showing proper name
| * Fix Nextcloud Android app not showing proper namejld31032022-05-312-3/+3
| |
* | Fix share permissions renderingLouis Chemineau2022-06-092-3/+3
| | | | | | | | | | | | | | | | | | The `SHARE` permissions falls into the `default` case in the switch case, causing the rendering to look like ` , Upload, Read`. This PR changes the return value of the `default` case and adds a `filter` to remove those values. Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Various improvements related to the recent implementation of temporary passwordsCyrille Bollu2022-06-082-3/+3
|/ | | | | | | | | | | | | | | for mail shares: 1- Changes style of "forgot password?" and "Back" button 2- Adds information about share password's expiration time in the emails sent. 3- Shows password expiration time in the Share menu 4- Fixes an issue when the message "Password expires..." would be shown for non email share types (which don't have temporary passswords) 5- At share's creation, password should only be sent when it's a permanent one See also https://github.com/nextcloud/server/issues/31952 Signed-off-by: Cyrille Bollu <cyrpub@bollu.be> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #32619 from nextcloud/backport/32618/stable24John Molakvoæ2022-05-314-6/+6
|\ | | | | [stable24] Fix status handling
| * Don't overwrite certain values if the refreshing comes in via short updatesJoas Schilling2022-05-274-6/+6
| | | | | | | | | | | | | | | | This e.g. happens from the talk participant list which only has the status, message and icon. Due to the overwriting e.g. the clearAt was overwritten with null and afterwards the status modal showed "Invalid date" as "Clear at" Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix backgroundjobs mode radioDaniel Kesselberg2022-05-202-3/+3
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Bump moment from 2.29.2 to 2.29.3dependabot[bot]2022-05-152-3/+3
| | | | | | | | | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.3. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/2.29.3/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.3) --- updated-dependencies: - dependency-name: moment 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>
* Merge pull request #32360 from nextcloud/backport/stable24/share_search_tweaksJohn Molakvoæ2022-05-132-3/+3
|\
| * Add setting to ignore email during searchLouis Chemineau2022-05-122-3/+3
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #32153 from nextcloud/backport/32114/stable24Simon L2022-05-044-6/+6
|\ \ | | | | | | [stable24] fix showing of all apps are up-to-date in apps management
| * | fix showing of all apps are up-to-date in apps managementszaimen2022-04-264-6/+6
| |/ | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / Mount profile after DOMContentLoadedLouis Chemineau2022-04-272-3/+3
|/ | | | | | | Fix https://github.com/nextcloud/server/issues/32187 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add extra filter for file pickerVincent Petry2022-04-144-6/+6
| | | | | | | | Makes it possible to be more flexible when filtering entries to be displayed. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #31932 from nextcloud/feat/ignore_second_dnVincent Petry2022-04-132-3/+3
|\ | | | | Add settings to ignore second display name in search
| * Add settings to ignore second display name in searchLouis Chemineau2022-04-122-3/+3
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix accept/reject remote share actionMSe19692022-04-122-3/+3
|/ | | | | | | This is the fix for the described problem in https://github.com/nextcloud/server/issues/31301 Signed-off-by: MSe1969 <mse1969@posteo.de>
* Merge pull request #31220 from nextcloud/enhancement/31005/temporary-passwordsVincent Petry2022-04-122-3/+3
|\ | | | | Temporary passwords for public non-anonymous protected shares (ie: files shared with an email recipient).
| * Adds a "Request password" button to the public share authentication page for ↵Cyrille Bollu2022-04-112-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shares of type TYPE_EMAIL, when the "video verification" checkbox isn't checked. Users accessing non-anonymous public shares (TYPE_EMAIL shares) can now request a temporary password themselves. - Creates a migration step for the files_sharing app to add the 'password_expiration_time' attribute to the oc_shares table. - Makes share temporary passwords' expiration time configurable via a system value. - Adds a system config value to allow permanent share passwords -Fixes a typo in a comment in apps/files_sharing/src/components/SharingEntryLink.vue See https://github.com/nextcloud/server/issues/31005 Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
* | Merge pull request #31916 from nextcloud/enh/noid/template-picker-sizeSimon L2022-04-112-3/+3
|\ \ | | | | | | fix size of template picker
| * | fix size of template pickerszaimen2022-04-092-3/+3
| | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Wrap contact search result in a linkGnana Sekar2022-04-114-6/+6
| | | | | | | | | | | | | | | Signed-off-by: Gnana Sekar <developersekar1992@gmail.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #31857 from nextcloud/feat/dont_match_useridVincent Petry2022-04-112-3/+3
|\ \ \ | | | | | | | | Add settings to not match userID during full match
| * | | Add settings to not match userID during full matchLouis Chemineau2022-04-062-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Bump marked from 4.0.12 to 4.0.13dependabot[bot]2022-04-102-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 4.0.12 to 4.0.13. - [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.12...v4.0.13) --- 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>
* | | | Bump moment from 2.29.1 to 2.29.2dependabot[bot]2022-04-0918-27/+27
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2) --- updated-dependencies: - dependency-name: moment 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>
* | | Bump @nextcloud/vue from 5.3.0 to 5.3.1dependabot[bot]2022-04-0827-385/+89
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: "@nextcloud/vue" 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>
* | Merge pull request #31847 from nextcloud/performance/user-status-retrivalVincent Petry2022-04-072-3/+3
|\ \ | |/ |/| Retrieve user status only once when displaying page
| * Retrieve user status only once when displaying pageCarl Schwan2022-04-052-3/+3
| | | | | | | | | | | | | | We don't need to inject it in the template if the data is already available in the initial state. This is also a bit cleaner. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #31194 from ↵Vincent Petry2022-04-062-3/+3
|\ \ | |/ |/| | | | | nextcloud/feat/allow-to-exclude-groups-from-password-enforcement Allow to disable password policy enforcement for selected groups
| * Allow to disable password policy enforcement for selected groupsCarl Schwan2022-04-052-3/+3
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Explicitly close div elementLouis Chemineau2022-04-044-6/+6
| | | | | | | | | | | | Fix: #30002 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Bump @nextcloud/vue from 5.2.1 to 5.3.0dependabot[bot]2022-04-042-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 5.2.1 to 5.3.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v5.2.1...v5.3.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Bump sass from 1.49.9 to 1.49.11dependabot[bot]2022-04-0322-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.49.9 to 1.49.11. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.49.9...1.49.11) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development 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>
* | Merge pull request #30550 from nextcloud/Valdnet-patch-1Valdnet2022-04-012-3/+3
|\ \ | | | | | | l10n: Change "rain" to "rainfall"
| * | l10n: Change "rain" to "rainfall"Valdnet2022-03-312-3/+3
| |/ | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | add beta channel advice to the updatenotification sectionszaimen2022-03-302-3/+3
| | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix user counts updates on user add/removePetre T2022-03-292-3/+3
| | | | | | | | | | Signed-off-by: Petre Tudor <petre.tudor@dorkfar.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #31537 from ↵Simon L2022-03-282-3/+3
|\ \ | | | | | | | | | | | | nextcloud/enh/31533/disable-webupdater-biginstances show that the web updater is not recommended on big instances
| * | show warning in update admin overviewszaimen2022-03-242-3/+3
| | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Bump jquery-migrate from 3.3.2 to 3.4.0dependabot[bot]2022-03-283-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jquery-migrate](https://github.com/jquery/jquery-migrate) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/jquery/jquery-migrate/releases) - [Commits](https://github.com/jquery/jquery-migrate/compare/3.3.2...3.4.0) --- updated-dependencies: - dependency-name: jquery-migrate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Bump @nextcloud/vue from 5.1.1 to 5.2.1dependabot[bot]2022-03-282-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 5.1.1 to 5.2.1. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v5.1.1...v5.2.1) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Set max length to app token field to match backendVincent Petry2022-03-252-3/+3
|/ / | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | quick fix for focus on weather and customize buttonVanessa Pertsch2022-03-234-6/+6
| | | | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>