summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-09-244-2/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-09-236-6/+6
|
* Merge pull request #23008 from ↵Roeland Jago Douma2020-09-223-2/+7
|\ | | | | | | | | nextcloud/bugfix/noid/fix-placeholder-with-longer-languages Add padding to the empty content and center it
| * Add padding to the empty content and center itJoas Schilling2020-09-223-2/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | add size index for filecacheRobin Appelman2020-09-223-0/+12
|/ | | | | | improves performance of #23004 Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2020-09-224-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2020-09-214-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-09-2012-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-09-18124-126/+162
|
* Merge pull request #22924 from nextcloud/design/fix-appname-displayMorris Jobke2020-09-181-3/+15
|\ | | | | Make sure most app names don’t ellipsize, fix #22845, fix #22219
| * Make sure most app names don’t ellipsize, fix #22845, fix #22219Jan C. Borchardt2020-09-171-3/+15
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* | Merge pull request #22911 from ↵Roeland Jago Douma2020-09-181-12/+22
|\ \ | | | | | | | | | | | | nextcloud/enh/noid/allow-to-run-preview-repair-parallel Allow to run occ preview:repair in parallel
| * | Migrate verbose messages to inline syntax of writeln()Morris Jobke2020-09-171-11/+3
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Show lock messages only in verbose modeMorris Jobke2020-09-171-2/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Allow to run occ preview:repair in parallelMorris Jobke2020-09-171-1/+19
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Prevent empty search placeholderJohn Molakvoæ (skjnldsv)2020-09-185-28/+43
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Build assets and fix unified search event syntaxJohn Molakvoæ (skjnldsv)2020-09-1817-19/+19
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Properly show loading state if there are still pending requestsJohn Molakvoæ (skjnldsv)2020-09-181-1/+9
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Properly use form role=search and unify reset buttonJohn Molakvoæ (skjnldsv)2020-09-182-52/+145
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix loading error catchJohn Molakvoæ (skjnldsv)2020-09-187-36/+55
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2020-09-1810-0/+60
|/
* [tx-robot] updated from transifexNextcloud bot2020-09-1770-88/+90
|
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-162-3/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #22866 from nextcloud/fix/recommendations-altMorris Jobke2020-09-163-4/+4
|\ | | | | Fix recommendation design details
| * Recommendations recompileJan C. Borchardt2020-09-152-2/+2
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * Recommended apps: Fix loading spinner colorJan C. Borchardt2020-09-151-1/+1
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * Recommended apps: Empty alt text since the app logo is decorativeJan C. Borchardt2020-09-151-1/+1
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* | [tx-robot] updated from transifexNextcloud bot2020-09-162-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2020-09-1564-112/+96
|
* Merge pull request #22854 from nextcloud/bugfix/noid/unified-searchRoeland Jago Douma2020-09-151-3/+4
|\ | | | | Bugfix/noid/unified search
| * Add an ETag for the search providersJoas Schilling2020-09-151-3/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Bump dompurify from 2.0.14 to 2.0.15dependabot-preview[bot]2020-09-144-4/+4
| | | | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.14 to 2.0.15. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.14...2.0.15) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add users and apps inner search and add HeaderMenu cancelJohn Molakvoæ (skjnldsv)2020-09-1414-27/+42
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Bump @nextcloud/vue from 2.6.4 to 2.6.5dependabot-preview[bot]2020-09-142-2/+2
|/ | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.6.4 to 2.6.5. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.6.4...v2.6.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #22780 from nextcloud/bugfix/20921John Molakvoæ2020-09-101-2/+2
|\ | | | | Fix tense of updater logs
| * Fix tense of updater logsNils Wittenbrink2020-09-101-2/+2
| | | | | | | | Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
* | Merge pull request #22635 from ↵Roeland Jago Douma2020-09-102-2/+2
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.4.1 Bump @nextcloud/l10n from 1.4.0 to 1.4.1
| * | Bump @nextcloud/l10n from 1.4.0 to 1.4.1dependabot-preview[bot]2020-09-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases) - [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v1.4.0...v1.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Revert "Bump query-string from 5.1.1 to 6.13.1"Morris Jobke2020-09-102-2/+2
| |/ |/|
* | Merge pull request #22773 from ↵Joas Schilling2020-09-101-1/+1
|\ \ | |/ |/| | | | | nextcloud/revert-22614-fix/22606/popover-boundaries Revert "Increase html body height to full content height"
| * Revert "Increase html body height to full content height"Joas Schilling2020-09-101-1/+1
| |
* | Compile assetsnpmbuildbot[bot]2020-09-102-2/+2
|/ | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #22687 from ↵Morris Jobke2020-09-102-2/+2
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/query-string-6.13.1 Bump query-string from 5.1.1 to 6.13.1
| * Bump query-string from 5.1.1 to 6.13.1dependabot[bot]2020-09-082-2/+2
| | | | | | | | | | | | | | | | | | Bumps [query-string](https://github.com/sindresorhus/query-string) from 5.1.1 to 6.13.1. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v5.1.1...v6.13.1) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #22766 from nextcloud/fix/22507/php-eol-warningMorris Jobke2020-09-101-1/+1
|\ \ | | | | | | Clarify PHP warning in admin settings
| * | Clarify PHP warning in admin settingsMorris Jobke2020-09-101-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #22614 from nextcloud/fix/22606/popover-boundariesMorris Jobke2020-09-101-1/+1
|\ \ \ | | | | | | | | Increase html body height to full content height
| * | | Increase html body height to full content heightRaimund Schlüßler2020-09-051-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
* | | | Merge pull request #22587 from timm2k/patch-1Roeland Jago Douma2020-09-091-1/+1
|\ \ \ \ | |_|/ / |/| | | Check if var debugMode exists
| * | | Check if var debugMode existstimm2k2020-09-041-1/+1
| | | | | | | | | | | | | | | | Closes #21150 a second time. 2nd appearance of debugMode may not seen in first fix.