Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-28 | 2 | -0/+8 |
| | |||||
* | Merge pull request #22420 from ↵ | John Molakvoæ | 2020-08-27 | 3 | -4/+4 |
|\ | | | | | | | | | nextcloud/fix/unified-search-ellipsized-title-subline Make ellipsized unified search results visible on hover | ||||
| * | Make ellipsized unified search results visible on hover | Christoph Wurst | 2020-08-26 | 3 | -4/+4 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-27 | 8 | -38/+48 |
|/ | |||||
* | Provide from on the search query too | Joas Schilling | 2020-08-26 | 3 | -2/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add the missing cursor parameter to unified search requests | Christoph Wurst | 2020-08-26 | 2 | -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 transifex | Nextcloud bot | 2020-08-26 | 4 | -12/+26 |
| | |||||
* | Bump vue and vue-template-compiler | dependabot-preview[bot] | 2020-08-25 | 6 | -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 transifex | Nextcloud bot | 2020-08-25 | 4 | -8/+8 |
| | |||||
* | Merge pull request #22393 from nextcloud/fix/license-headers-20 | Roeland Jago Douma | 2020-08-24 | 55 | -7/+65 |
|\ | | | | | Update the license headers for Nextcloud 20 | ||||
| * | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 55 | -7/+65 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #22376 from nextcloud/design/wording-leave-share | John Molakvoæ | 2020-08-24 | 1 | -1/+3 |
|\ \ | |/ |/| | |||||
| * | Fix contrast issue in Files app menu | Jan C. Borchardt | 2020-08-23 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-24 | 4 | -12/+40 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-23 | 6 | -0/+14 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-22 | 2 | -0/+4 |
| | |||||
* | Fix dark-theme selector | Joas Schilling | 2020-08-21 | 3 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-21 | 20 | -36/+88 |
| | |||||
* | Merge pull request #22331 from ↵ | Roeland Jago Douma | 2020-08-20 | 2 | -6/+8 |
|\ | | | | | | | | | nextcloud/bugfix/noid/dont-use-deprecated-inigetwrapper Don't use deprecated getIniWrapper() anymore | ||||
| * | Use the DI container also for the Install command registration | Morris Jobke | 2020-08-20 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Don't use deprecated getIniWrapper() anymore | Joas Schilling | 2020-08-20 | 1 | -5/+7 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | New SSE key format | Roeland Jago Douma | 2020-08-20 | 2 | -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 dashboard | Julien Veyssier | 2020-08-20 | 1 | -0/+1 |
| | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> | ||||
* | Merge pull request #22218 from nextcloud/enh/sse/make_legacy_cipher_opt_in | Roeland Jago Douma | 2020-08-19 | 1 | -2/+8 |
|\ | | | | | SSE: make legacy format opt in | ||||
| * | Add setup check that links to the migration documentation | Morris Jobke | 2020-08-19 | 1 | -2/+8 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #22304 from nextcloud/techdebt/noid/matching-param-names | Morris Jobke | 2020-08-19 | 1 | -2/+2 |
|\ \ | | | | | | | Use matching parameter names form interfaces and implementations | ||||
| * | | Use matching parameter names form interfaces and implementations | Morris Jobke | 2020-08-19 | 1 | -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-maximum | Morris Jobke | 2020-08-19 | 1 | -0/+4 |
|\ \ | |/ |/| | Send "429 Too Many Requests" in case of brute force protection | ||||
| * | Send "429 Too Many Requests" in case of brute force protection | Joas Schilling | 2020-08-19 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Show disabled user count in occ user:report | Morris Jobke | 2020-08-19 | 2 | -2/+10 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-19 | 4 | -0/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-18 | 4 | -4/+40 |
| | |||||
* | Fix "misplaced variables" warning of Psalm in PHPDoc statements | Morris Jobke | 2020-08-17 | 8 | -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.20 | Roeland Jago Douma | 2020-08-17 | 11 | -11/+11 |
|\ | | | | | Bump lodash from 4.17.19 to 4.17.20 | ||||
| * | Bump lodash from 4.17.19 to 4.17.20 | dependabot-preview[bot] | 2020-08-17 | 11 | -11/+11 |
| | | | | | | | | | | | | | | | | | | Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.20. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.20) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-17 | 4 | -16/+26 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-14 | 4 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-13 | 4 | -2/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-12 | 4 | -2/+24 |
| | |||||
* | Merge pull request #22148 from nextcloud/dependabot/npm_and_yarn/bootstrap-4.5.2 | Morris Jobke | 2020-08-11 | 2 | -2/+2 |
|\ | | | | | Bump bootstrap from 4.5.0 to 4.5.2 | ||||
| * | Bump bootstrap from 4.5.0 to 4.5.2 | dependabot-preview[bot] | 2020-08-10 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.5.0 to 4.5.2. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.5.0...v4.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-11 | 2 | -0/+12 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-10 | 2 | -0/+12 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-09 | 2 | -0/+2 |
|/ | |||||
* | Merge pull request #22004 from nextcloud/enh/noid/setup-checks-php | blizzz | 2020-08-07 | 1 | -0/+21 |
|\ | | | | | Add setup checks for php default charset and output buffering. | ||||
| * | Change const/let to var for PhantomJS | Daniel Kesselberg | 2020-08-07 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | Add setup checks for php default charset and output buffering. | Daniel Kesselberg | 2020-07-26 | 1 | -0/+21 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Allow to update to nightly | John Molakvoæ (skjnldsv) | 2020-08-07 | 5 | -8/+17 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #22135 from nextcloud/enh/noid/occ-preview-repair | Morris Jobke | 2020-08-07 | 2 | -0/+281 |
|\ \ | | | | | | | Add occ preview:migrate to migrate previews from the old flat structure to a subfolder structure | ||||
| * | | Use array_filter instead | Morris Jobke | 2020-08-07 | 1 | -10/+9 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> |