summaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Expand)AuthorAgeFilesLines
* Make sure the group id parameter gets properly encoded when used in URLsJulius Härtl2020-04-113-6/+12
* Merge pull request #20426 from nextcloud/techdebt/psr2John Molakvoæ2020-04-112-2/+2
|\
| * Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
| * Add visibility to all properties and move static keywordChristoph Wurst2020-04-101-1/+1
* | Merge pull request #20419 from nextcloud/dependabot/npm_and_yarn/variousJohn Molakvoæ2020-04-1118-266/+525
|\ \
| * | Bump core-js from 1.4.1 to 1.5.0John Molakvoæ (skjnldsv)2020-04-1018-266/+525
* | | [tx-robot] updated from transifexNextcloud bot2020-04-118-4/+72
| |/ |/|
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-1050-254/+319
* | Use elseif instead of else ifChristoph Wurst2020-04-105-15/+15
|/
* Merge pull request #20390 from nextcloud/refactor/no-closing-tagRoeland Jago Douma2020-04-101-2/+1
|\
| * Do not use closing tagsChristoph Wurst2020-04-091-2/+1
* | [tx-robot] updated from transifexNextcloud bot2020-04-104-2/+14
* | Make sure there is exactly one newline after importsChristoph Wurst2020-04-091-1/+0
* | Remove trailing and in between spacesChristoph Wurst2020-04-095-8/+8
|/
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-098-18/+18
* Use a blank line after the opening tagChristoph Wurst2020-04-092-0/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-3/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-9/+9
* [tx-robot] updated from transifexNextcloud bot2020-04-094-0/+30
* Fix multiline commentsChristoph Wurst2020-04-081-3/+3
* [tx-robot] updated from transifexNextcloud bot2020-04-086-2/+60
* [tx-robot] updated from transifexNextcloud bot2020-04-0716-2/+58
* Bump @nextcloud/l10n from 1.1.1 to 1.2.2dependabot-preview[bot]2020-04-0610-31/+31
* [tx-robot] updated from transifexNextcloud bot2020-04-0616-56/+16
* Merge pull request #20308 from nextcloud/rakekniven-patch-1Roeland Jago Douma2020-04-054-9/+9
|\
| * Compile assetsnpmbuildbot[bot]2020-04-052-5/+5
| * l10n: Changed spelling of WebAuthnrakekniven2020-04-041-2/+2
| * l10n: Changed spelling of WebAuthnrakekniven2020-04-041-1/+1
| * l10n: Changed spelling of WebAuthnrakekniven2020-04-041-1/+1
* | [tx-robot] updated from transifexNextcloud bot2020-04-056-0/+60
|/
* [tx-robot] updated from transifexNextcloud bot2020-04-0410-2/+80
* [tx-robot] updated from transifexNextcloud bot2020-04-03128-0/+370
* Ignore compiled webauthn settingsRoeland Jago Douma2020-04-031-0/+1
* Bump regenerator-runtime from 0.13.3 to 0.13.5dependabot-preview[bot]2020-04-038-12/+12
* Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-022-0/+12
|\
| * Add optional column oc_comments.reference_idJoas Schilling2020-03-312-0/+12
* | Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma2020-04-0126-24/+44
|\ \
| * | Update the license headers for Nextcloud 19Christoph Wurst2020-03-3126-24/+44
* | | Start with webauthnRoeland Jago Douma2020-03-3133-232/+1220
|/ /
* | Merge pull request #20219 from nextcloud/dependabot/npm_and_yarn/webpack-4.42.1Christoph Wurst2020-03-3116-32/+32
|\ \ | |/ |/|
| * Bump webpack from 4.42.0 to 4.42.1dependabot-preview[bot]2020-03-3016-32/+32
* | [tx-robot] updated from transifexNextcloud bot2020-03-306-12/+38
* | [tx-robot] updated from transifexNextcloud bot2020-03-294-6/+8
|/
* [tx-robot] updated from transifexNextcloud bot2020-03-282-2/+4
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-276-11/+0
|\
| * Remove unused importsChristoph Wurst2020-03-256-11/+0
* | [tx-robot] updated from transifexNextcloud bot2020-03-272-8/+382
* | Use the short array syntax, everywhereChristoph Wurst2020-03-268-15/+15
* | Merge pull request #20172 from nextcloud/techdebt/phpunit-short-returnChristoph Wurst2020-03-269-95/+95
|\ \
| * | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-259-95/+95
| |/