summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17456 from ↵John Molakvoæ2020-09-047-0/+7
|\ | | | | | | brad2014/feature/brad2014/12391-improve-imip-mail-message-take-2
| * Make icon set for CalDav event presentation, use in iMIP email.brad20142020-08-207-0/+7
| | | | | | | | | | | | | | | | | | | | iMIP e-mails were, as a hack, using filetypes icons for caldav elements (titles, locations). This commit creates a folder of caldav element icons. To start, they are used in iMIP emails, but eventually should be used by any app that wants to have icon labels for caldav elements. Signed-off-by: brad2014 <brad2014@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-09-042-0/+2
| |
* | Adjust acceptance tests to changes in @nextcloud/vue 2.6.3Daniel Calviño Sánchez2020-09-0314-17/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The menu button and the menu of a share are no longer direct childs of the actions of the share row. The menu button is now a child of a ".trigger" element, while the menu is a direct child of the body and has an id defined in the "aria-describedby" attribute of the ".trigger" element. In XPath 1.0 it does not seem possible to "backreference" a value or create variables, so when the share menu or one of its item is needed now the ".trigger" element is first found and then its XPath expression is used to compose its "aria-describedby" attribute in the XPath expression for the menu. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Bump @nextcloud/vue to v2.6.3John Molakvoæ (skjnldsv)2020-09-037-7/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix search placeholder animation & dark theme compatibilityJohn Molakvoæ (skjnldsv)2020-09-039-167/+146
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Allow unified search filteringJohn Molakvoæ (skjnldsv)2020-09-034-7/+188
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Emit unified search queryRaimund Schlüßler2020-09-0213-12/+17
| | | | | | | | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #22491 from ↵dependabot-preview[bot]2020-09-014-4/+4
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/dompurify-2.0.14
| * | Bump dompurify from 2.0.12 to 2.0.14dependabot-preview[bot]2020-09-014-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.12 to 2.0.14. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.12...2.0.14) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-09-012-16/+16
|/ /
* | Bump underscore from 1.10.2 to 1.11.0dependabot-preview[bot]2020-08-3118-18/+18
| | | | | | | | | | | | | | | | | | Bumps [underscore](https://github.com/jashkenas/underscore) from 1.10.2 to 1.11.0. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.10.2...1.11.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Bump @nextcloud/dialogs from 1.4.0 to 2.0.1dependabot-preview[bot]2020-08-3118-18/+18
| | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 1.4.0 to 2.0.1. - [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v1.4.0...v2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Declare OCA.Search directly, not via a monkey patchChristoph Wurst2020-08-319-19/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Apps could use OCA.Search very early on a page load without a problem prior to Nextcloud 20 (current master). Since the unified search work moved some code around, it now was added later, resulting in `TypeError: OCA.Search is not a constructor` errors if the apps did not wrap their calls in a `DOMLoaded` event handler. To ensure existing code continues to work without modification, this patch moves the declaration of the `OCA.Search` API to where we defined `OCA`, instead of monkey-patching it later on. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-08-302-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-292-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-282-0/+8
| |
* | Merge pull request #22420 from ↵John Molakvoæ2020-08-273-4/+4
|\ \ | | | | | | | | | | | | nextcloud/fix/unified-search-ellipsized-title-subline Make ellipsized unified search results visible on hover
| * | Make ellipsized unified search results visible on hoverChristoph Wurst2020-08-263-4/+4
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2020-08-278-38/+48
|/ /
* | Provide from on the search query tooJoas Schilling2020-08-263-2/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add the missing cursor parameter to unified search requestsChristoph Wurst2020-08-262-3/+8
| | | | | | | | | | | | | | | | | | | | | | Otherwise paginated search does not work. Basically you always requested the first x items and then showed them again and again. The second or any other subsequent page was never requested. On a side note this also caused lots of Vue warning due to duplicate keys. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-08-264-12/+26
| |
* | Bump vue and vue-template-compilerdependabot-preview[bot]2020-08-256-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.11 to 2.6.12 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12) Updates `vue-template-compiler` from 2.6.11 to 2.6.12 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-08-254-8/+8
| |
* | Merge pull request #22393 from nextcloud/fix/license-headers-20Roeland Jago Douma2020-08-2455-7/+65
|\ \ | | | | | | Update the license headers for Nextcloud 20
| * | Update the license headers for Nextcloud 20Christoph Wurst2020-08-2455-7/+65
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #22376 from nextcloud/design/wording-leave-shareJohn Molakvoæ2020-08-241-1/+3
|\ \ \ | |/ / |/| |
| * | Fix contrast issue in Files app menuJan C. Borchardt2020-08-231-1/+3
| | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-08-244-12/+40
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-08-236-0/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-222-0/+4
| |
* | Fix dark-theme selectorJoas Schilling2020-08-213-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2020-08-2120-36/+88
|/
* Merge pull request #22331 from ↵Roeland Jago Douma2020-08-202-6/+8
|\ | | | | | | | | nextcloud/bugfix/noid/dont-use-deprecated-inigetwrapper Don't use deprecated getIniWrapper() anymore
| * Use the DI container also for the Install command registrationMorris Jobke2020-08-201-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Don't use deprecated getIniWrapper() anymoreJoas Schilling2020-08-201-5/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | New SSE key formatRoeland Jago Douma2020-08-202-0/+269
|/ | | | | | | * Encrypt the keys with the instance secret * Store them as json (so we can add other things if needed) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* new weather status used in dashboardJulien Veyssier2020-08-201-0/+1
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Merge pull request #22218 from nextcloud/enh/sse/make_legacy_cipher_opt_inRoeland Jago Douma2020-08-191-2/+8
|\ | | | | SSE: make legacy format opt in
| * Add setup check that links to the migration documentationMorris Jobke2020-08-191-2/+8
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #22304 from nextcloud/techdebt/noid/matching-param-namesMorris Jobke2020-08-191-2/+2
|\ \ | | | | | | Use matching parameter names form interfaces and implementations
| * | Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-2/+2
| |/ | | | | | | | | | | Found by Psalm 3.14.1 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #22280 from nextcloud/bugfix/noid/429-on-brute-force-maximumMorris Jobke2020-08-191-0/+4
|\ \ | |/ |/| Send "429 Too Many Requests" in case of brute force protection
| * Send "429 Too Many Requests" in case of brute force protectionJoas Schilling2020-08-191-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Show disabled user count in occ user:reportMorris Jobke2020-08-192-2/+10
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2020-08-194-0/+24
|
* [tx-robot] updated from transifexNextcloud bot2020-08-184-4/+40
|
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-178-16/+15
| | | | | | Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #22260 from nextcloud/dependabot/npm_and_yarn/lodash-4.17.20Roeland Jago Douma2020-08-1711-11/+11
|\ | | | | Bump lodash from 4.17.19 to 4.17.20