summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20426 from nextcloud/techdebt/psr2John Molakvoæ2020-04-119-18/+19
|\ | | | | It is done
| * Format code according to PSR2Christoph Wurst2020-04-101-0/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Add visibility to all constantsChristoph Wurst2020-04-108-18/+18
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #20419 from nextcloud/dependabot/npm_and_yarn/variousJohn Molakvoæ2020-04-1110-73/+73
|\ \ | | | | | | Bump p-limit from 2.2.2 to 2.3.0, @nextcloud/auth from 1.2.2 to 1.2.3, @babel/preset-env from 7.8.7 to 7.9.5, @nextcloud/event-bus from 1.1.3 to 1.1.4, @nextcloud/password-confirmation from 1.0.0 to 1.0.1, @nextcloud/l10n from 1.2.2 to 1.2.3, @nextcloud/initial-state from 1.1.1 to 1.1.2, core-js from 3.6.4 to 3.6.5 …
| * | Bump core-js from 1.4.1 to 1.5.0John Molakvoæ (skjnldsv)2020-04-1010-73/+73
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-116-0/+56
| |/ |/|
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-1097-214/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use elseif instead of else ifChristoph Wurst2020-04-1016-21/+21
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the primary element color in case it primary color is too brightJoas Schilling2020-04-105-7/+7
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #20313 from ↵Roeland Jago Douma2020-04-1010-104/+104
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/underscore-1.10.2 Bump underscore from 1.9.2 to 1.10.2
| * Bump underscore from 1.9.2 to 1.10.2dependabot-preview[bot]2020-04-0810-104/+104
| | | | | | | | | | | | | | | | | | Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.2 to 1.10.2. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.9.2...1.10.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-0911-41/+41
|\ \ | | | | | | Remove all extra whitespace PSR2 does not like
| * | Remove trailing whitespaces from commentsChristoph Wurst2020-04-091-1/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Remove trailing and in between spacesChristoph Wurst2020-04-0910-38/+38
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Remove spaces after method or function callChristoph Wurst2020-04-092-2/+2
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-092-6/+6
|\ \ \ | |/ / |/| | Use php keywords in lowercase
| * | Use php keywords in lowercaseChristoph Wurst2020-04-092-6/+6
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #20383 from nextcloud/techdebt/function-spacingChristoph Wurst2020-04-099-37/+37
|\ \ \ | | | | | | | | Unify function spacing to PSR2 recommendation
| * | | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-099-37/+37
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #20376 from nextcloud/fix/tags-ellipsisJohn Molakvoæ2020-04-093-3/+8
|\ \ \ | |/ / |/| | Fix systemtags overflow
| * | Fix systemtags overflowJohn Molakvoæ (skjnldsv)2020-04-093-3/+8
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Use a blank line after the opening tagChristoph Wurst2020-04-092-0/+2
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-096-6/+0
| | | | | | | | | | | | | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Fix (array) indent style to always use one tabChristoph Wurst2020-04-096-18/+18
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-04-094-4/+30
| |
* | Fix multiline commentsChristoph Wurst2020-04-086-105/+105
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #20343 from nextcloud/bugfix/noid/themed-error-behaviourRoeland Jago Douma2020-04-082-2/+1
|\ | | | | Default to dark background in dark mode and better themed navbar
| * Default to dark background in dark mode and better themed navbarJoas Schilling2020-04-072-2/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #20315 from ↵Roeland Jago Douma2020-04-086-6/+6
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/handlebars-4.7.6 Bump handlebars from 4.7.4 to 4.7.6
| * | Bump handlebars from 4.7.4 to 4.7.6dependabot-preview[bot]2020-04-086-6/+6
| |/ | | | | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.4 to 4.7.6. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.4...v4.7.6) 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-04-082-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2020-04-074-4/+16
|
* Inline usages of OCP.Toast in bundled filesChristoph Wurst2020-04-0612-130/+142
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use external Toast implementation and deprecate the OCP APIChristoph Wurst2020-04-0612-120/+134
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #19761 from ↵Roeland Jago Douma2020-04-061-3/+6
|\ | | | | | | | | nextcloud/bugfix/19658/add_missing_index_to_original_migration Add missing index to original migration
| * Create Mount IDs as BigInt by defaultGeorg Ehrke2020-03-031-3/+6
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | [tx-robot] updated from transifexNextcloud bot2020-04-068-2/+56
| |
* | [tx-robot] updated from transifexNextcloud bot2020-04-054-2/+8
| |
* | Merge pull request #20273 from ↵Roeland Jago Douma2020-04-046-6/+6
|\ \ | | | | | | | | | | | | nextcloud/dependachristoph/npm_and_yarn/handlebars-minimist Update handlebars to get rid of minimist
| * | Update handlebars to get rid of minimistChristoph Wurst2020-04-036-6/+6
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-042-2/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-04-03130-276/+536
|/ /
* | Merge pull request #20217 from ↵Roeland Jago Douma2020-04-032-2/+2
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/regenerator-runtime-0.13.5 Bump regenerator-runtime from 0.13.3 to 0.13.5
| * | Bump regenerator-runtime from 0.13.3 to 0.13.5dependabot-preview[bot]2020-04-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [regenerator-runtime](https://github.com/facebook/regenerator) from 0.13.3 to 0.13.5. - [Release notes](https://github.com/facebook/regenerator/releases) - [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.3...regenerator-runtime@0.13.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Merge pull request #19672 from ↵Roeland Jago Douma2020-04-021-0/+16
|\ \ \ | |/ / |/| | | | | | | | nextcloud/fix-pointer-cursor-on-icons-in-primary-button Fix cursor on click inputs and their descendants
| * | Fix cursor on click inputs and their descendantsDaniel Calviño Sánchez2020-03-251-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cursor in click inputs is shown as a pointer to convey that it can be interacted with. However, in those click inputs that can have descendants, like buttons, the descendants may not inherit the cursor from it (for example, a "strong" element would, but a "span" element would not), which causes a pointer cursor to be shown on some areas of the button and a different one to be shown on other areas. To prevent that now all the descendants of click inputs that can have descendants use a pointer cursor. On the other hand, if a click input is disabled it can not be interacted with it, so now disabled click inputs as well as their descendants show a default cursor instead of a pointer cursor in that case. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #20215 from nextcloud/bug/19939/password-reset-arrowRoeland Jago Douma2020-04-023-50/+52
|\ \ \ | | | | | | | | Align password reset arrow
| * | | Add fieldset to align arrowDaniel Kesselberg2020-04-013-50/+52
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-027-1/+160
|\ \ \ \ | |/ / / |/| | | Add optional comments reference_id
| * | | Update new test as wellJoas Schilling2020-04-011-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>