Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Collapse)Author
2022-07-18Recompilebackport/33222/stable24Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-07Merge pull request #32850 from nextcloud/backport/31345/stable24blizzz
[stable24] Fix deletion of additional emails
2022-07-06Fix loading groupfolder info when share api is disabledbackport/32594/stable24Carl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-28Rename setting name to reduce its lengthLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-27Use unique key to prevent email component reusebackport/31345/stable24Christopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-22Bump webpack from 5.72.0 to 5.72.1dependabot/npm_and_yarn/stable24/webpack-5.72.1dependabot[bot]
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>
2022-06-12Bump dompurify from 2.3.6 to 2.3.8dependabot[bot]
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>
2022-06-10Merge pull request #32668 from nextcloud/backport/32583/stable24Vincent Petry
[stable24] Fix Nextcloud Android app not showing proper name
2022-06-09Fix share permissions renderingbackport/32670/stable24Louis Chemineau
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>
2022-06-08Various improvements related to the recent implementation of temporary passwordsbackport/31981/stable24Cyrille Bollu
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>
2022-05-31Fix Nextcloud Android app not showing proper namebackport/32583/stable24jld3103
2022-05-31Merge pull request #32619 from nextcloud/backport/32618/stable24John Molakvoæ
[stable24] Fix status handling
2022-05-27Don't overwrite certain values if the refreshing comes in via short updatesJoas Schilling
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>
2022-05-20Fix backgroundjobs mode radiobug/noid/stable24-fix-backgroundjobs-modeDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-05-15Bump moment from 2.29.2 to 2.29.3dependabot/npm_and_yarn/stable24/moment-2.29.3dependabot[bot]
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>
2022-05-13Merge pull request #32360 from nextcloud/backport/stable24/share_search_tweaksJohn Molakvoæ
2022-05-12Add setting to ignore email during searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-04Merge pull request #32153 from nextcloud/backport/32114/stable24Simon L
[stable24] fix showing of all apps are up-to-date in apps management
2022-04-27Mount profile after DOMContentLoadedbackport/32189/stable24Louis Chemineau
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>
2022-04-26fix showing of all apps are up-to-date in apps managementbackport/32114/stable24szaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-14Add extra filter for file pickerVincent Petry
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>
2022-04-13Merge pull request #31932 from nextcloud/feat/ignore_second_dnVincent Petry
Add settings to ignore second display name in search
2022-04-12Fix accept/reject remote share actionMSe1969
This is the fix for the described problem in https://github.com/nextcloud/server/issues/31301 Signed-off-by: MSe1969 <mse1969@posteo.de>
2022-04-12Add settings to ignore second display name in searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-12Merge pull request #31220 from nextcloud/enhancement/31005/temporary-passwordsVincent Petry
Temporary passwords for public non-anonymous protected shares (ie: files shared with an email recipient).
2022-04-11Adds a "Request password" button to the public share authentication page for ↵Cyrille Bollu
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>
2022-04-11Merge pull request #31916 from nextcloud/enh/noid/template-picker-sizeSimon L
fix size of template picker
2022-04-11Wrap contact search result in a linkGnana Sekar
Signed-off-by: Gnana Sekar <developersekar1992@gmail.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-11Merge pull request #31857 from nextcloud/feat/dont_match_useridVincent Petry
Add settings to not match userID during full match
2022-04-10Bump marked from 4.0.12 to 4.0.13dependabot[bot]
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>
2022-04-10Bump moment from 2.29.1 to 2.29.2dependabot[bot]
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>
2022-04-09fix size of template pickerszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-08Bump @nextcloud/vue from 5.3.0 to 5.3.1dependabot[bot]
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>
2022-04-07Merge pull request #31847 from nextcloud/performance/user-status-retrivalVincent Petry
Retrieve user status only once when displaying page
2022-04-06Add settings to not match userID during full matchfeat/dont_match_useridLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-06Merge pull request #31194 from ↵Vincent Petry
nextcloud/feat/allow-to-exclude-groups-from-password-enforcement Allow to disable password policy enforcement for selected groups
2022-04-05Retrieve user status only once when displaying pageperformance/user-status-retrivalCarl Schwan
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>
2022-04-05Allow to disable password policy enforcement for selected groupsCarl Schwan
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>
2022-04-04Explicitly close div elementLouis Chemineau
Fix: #30002 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-04Bump @nextcloud/vue from 5.2.1 to 5.3.0dependabot[bot]
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>
2022-04-03Bump sass from 1.49.9 to 1.49.11dependabot[bot]
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>
2022-04-01Merge pull request #30550 from nextcloud/Valdnet-patch-1Valdnet
l10n: Change "rain" to "rainfall"
2022-03-31l10n: Change "rain" to "rainfall"Valdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-03-30add beta channel advice to the updatenotification sectionszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-29Fix user counts updates on user add/removePetre T
Signed-off-by: Petre Tudor <petre.tudor@dorkfar.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-03-28Merge pull request #31537 from ↵Simon L
nextcloud/enh/31533/disable-webupdater-biginstances show that the web updater is not recommended on big instances
2022-03-28Bump jquery-migrate from 3.3.2 to 3.4.0dependabot[bot]
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>
2022-03-28Bump @nextcloud/vue from 5.1.1 to 5.2.1dependabot[bot]
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>
2022-03-25Set max length to app token field to match backendVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-03-25show warning in update admin overviewszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>