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-05-27Also reset the status on clearAtbugfix/noid/reset-status-on-clearAtJoas Schilling
When you set yourself to "DND - In a meeting" for one hour, the expectation is that you are also "online"/normal again when the meeting is over. So we extend the logic to also include the status itself to be reverted. Signed-off-by: Joas Schilling <coding@schilljs.com>
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-24Merge pull request #32557 from nextcloud/cleanup/dav-admin-settingsCarl Schwan
Modernize the dav admin settings
2022-05-24Modernize the dav admin settingsCarl Schwan
- Use nextcloud-vue components (with proper doc link now) - Add underline to links so we can see them (accessibility++) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-24Fix various errors reported by eslintCarl Schwan
And also make sure eslint doesn't try to index apps-extra that contains other repo with not necessarely the same eslint rules Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-23Update DAV availability vue component to standardJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-20Merge pull request #32443 from nextcloud/port/background-job-adminPytal
2022-05-20Merge pull request #32501 from nextcloud/cleanup/admin-delegation-settingCarl Schwan
Cleanup admin delegation setting page
2022-05-20Merge pull request #32459 from nextcloud/port/federatedfilessharing-adminCarl Schwan
Port admin federated files sharing to vue
2022-05-20Port admin federated files sharing to vueCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-20Port BackgroundJob admin settings to vueCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-20Improve two factor admin settingsCarl Schwan
- Port more of it to vue - Use new nextcloud vue components for the setting section - Add a bit of spacing between the elements Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-19Cleanup admin delegation setting pagecleanup/admin-delegation-settingCarl Schwan
- Simplify code a bit - Add link to doc - Use Nextcloud vue component a bit more Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-19Port share by mail settings to vueCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-18Merge pull request #26813 from nextcloud/feature/files-search-tagsSimon L
Files: Extend search to also cover tags
2022-05-17Files: Extend search to also cover tagsfeature/files-search-tagsMarcel Klehr
fixes #326 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2022-05-16Improve accessibility with more visible focus indication for non vue appsCarl Schwan
- Add visible-focus effect on each header entry - Show focus outline when using focus-visible (keyboard navigation) - Add polyfy for focus-visible since it's only very recently available on webkit - Change text for link to home button to describe the destination and not the current page - Improve focus effect in app sidebar navigation Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-13Fix profile and add gradient-primary-backgroundJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13Cleanup and compileJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-12add vue button component in workflow rule.vueVanessa Pertsch
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2022-05-11Compile themingJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-11Migrate to static icons coloursJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-03Add setting to ignore email during searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-03Merge pull request #32213 from nextcloud/fix/theming-layoutJoas Schilling
Improve theming layout
2022-05-02Merge pull request #32225 from ↵Carl Schwan
nextcloud/dependabot/npm_and_yarn/nextcloud/axios-1.10.0 Bump @nextcloud/axios from 1.9.0 to 1.10.0
2022-05-02Bump @nextcloud/axios from 1.9.0 to 1.10.0dependabot[bot]
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases) - [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: "@nextcloud/axios" 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-30Improve theming layoutJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-30Allow to override the default themeJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-28Bump marked from 4.0.13 to 4.0.14dependabot/npm_and_yarn/marked-4.0.14dependabot[bot]
Bumps [marked](https://github.com/markedjs/marked) from 4.0.13 to 4.0.14. - [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.13...v4.0.14) --- 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-27Merge pull request #32189 from nextcloud/fix/local_loading_for_profileSimon L
Mount Profile view after DOMContentLoaded
2022-04-27Mount profile after DOMContentLoadedLouis Chemineau
Fix https://github.com/nextcloud/server/issues/32187 Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-27Dashboard fixesJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-25fix showing of all apps are up-to-date in apps managementfix/31915/up-to-date-fixszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-21Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-20Merge pull request #30311 from nextcloud/enh/search-loadJulius Härtl
Add unified search options
2022-04-18Bump core-js from 3.21.1 to 3.22.0dependabot[bot]
Bumps [core-js](https://github.com/zloirock/core-js) from 3.21.1 to 3.22.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.21.1...v3.22.0) --- updated-dependencies: - dependency-name: core-js 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-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-13Make typeahead and search limit/length configurableenh/search-loadJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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>