summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-10109-305/+305
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-104-5/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-10770-3085/+2143
| | | | | | | | | | | | | | | 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-1095-291/+291
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #20390 from nextcloud/refactor/no-closing-tagRoeland Jago Douma2020-04-101-2/+1
|\ | | | | Do not use closing tags
| * Do not use closing tagsChristoph Wurst2020-04-091-2/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-04-1014-14/+48
| |
* | Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-0984-162/+151
|\ \ | | | | | | Remove all extra whitespace PSR2 does not like
| * | Remove space between switch case and colonChristoph Wurst2020-04-095-15/+15
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Make sure there is exactly one newline after importsChristoph Wurst2020-04-093-6/+4
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Make sure every file ends with an empty newlineChristoph Wurst2020-04-0910-10/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Remove trailing whitespaces from commentsChristoph Wurst2020-04-096-8/+8
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Remove trailing and in between spacesChristoph Wurst2020-04-0956-115/+115
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Remove spaces after method or function callChristoph Wurst2020-04-098-10/+10
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-095-6/+6
|\ \ | |/ |/| Use php keywords in lowercase
| * Use php keywords in lowercaseChristoph Wurst2020-04-095-6/+6
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #20383 from nextcloud/techdebt/function-spacingChristoph Wurst2020-04-09192-480/+480
|\ \ | |/ |/| Unify function spacing to PSR2 recommendation
| * Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-09192-480/+480
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #20355 from nextcloud/fix/comments/clear-input/19585John Molakvoæ2020-04-093-21/+24
|\ \ | |/ |/| Clear comment on successful post
| * Clear comment on successful postJohn Molakvoæ (skjnldsv)2020-04-083-21/+24
| | | | | | | | | | 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-0917-0/+17
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-09188-175/+17
| | | | | | | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix (array) indent style to always use one tabChristoph Wurst2020-04-0976-617/+617
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #20363 from nextcloud/smb-3.2.3John Molakvoæ2020-04-0912-27/+70
|\ \ | | | | | | update icewind/smb to 3.2.3
| * | update icewind/smb to 3.2.3Robin Appelman2020-04-0812-27/+70
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-0912-2/+44
| | |
* | | Fix multiline commentsChristoph Wurst2020-04-0816-60/+60
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Show the displayname instead of the user idJoas Schilling2020-04-081-19/+34
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Try to use the display name of file transfersJoas Schilling2020-04-081-6/+20
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #20315 from ↵Roeland Jago Douma2020-04-082-2/+2
|\ \ | |/ |/| | | | | 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-082-2/+2
| | | | | | | | | | | | | | | | | | | | 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-0812-6/+70
| |
* | Merge pull request #20188 from ↵Roeland Jago Douma2020-04-072-6/+53
|\ \ | |/ |/| | | | | nextcloud/bug/19662/add-default-title-for-event-in-invitatios Add default titles for titleless events in invitations
| * Add default titles for titleless events in invitationsThomas Citharel2020-04-032-6/+53
| | | | | | | | | | | | Closes #19662 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | [tx-robot] updated from transifexNextcloud bot2020-04-0736-6/+84
| |
* | Inline usages of OCP.Toast in bundled filesChristoph Wurst2020-04-068-37/+46
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use external Toast implementation and deprecate the OCP APIChristoph Wurst2020-04-066-25/+25
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #20276 from nextcloud/files-external-param-tooltopRoeland Jago Douma2020-04-063-5/+34
|\ \ | | | | | | allow setting tooltips for external storage config options
| * | allow setting tooltips for external storage config optionsRobin Appelman2020-04-033-5/+34
| | | | | | | | | | | | | | | | | | allows explaining non-obvious config options a bit more Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Bump @nextcloud/l10n from 1.1.1 to 1.2.2dependabot-preview[bot]2020-04-0623-85/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.1.1 to 1.2.2. - [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.1.1...v1.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Merge pull request #19761 from ↵Roeland Jago Douma2020-04-062-0/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/19658/add_missing_index_to_original_migration Add missing index to original migration
| * | | Create Mount IDs as BigInt by defaultGeorg Ehrke2020-03-032-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | Add indices to original DAV migrationGeorg Ehrke2020-03-031-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-0640-86/+178
| | | |
* | | | Merge pull request #20309 from nextcloud/rakekniven-patch-2Roeland Jago Douma2020-04-051-1/+1
|\ \ \ \ | | | | | | | | | | l10n: Triple dot to ellipsis.
| * | | | l10n: Triple dot to ellipsis.rakekniven2020-04-041-1/+1
| | | | | | | | | | | | | | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* | | | | Merge pull request #20308 from nextcloud/rakekniven-patch-1Roeland Jago Douma2020-04-054-9/+9
|\ \ \ \ \ | | | | | | | | | | | | l10n: Changed spelling of WebAuthn
| * | | | | Compile assetsnpmbuildbot[bot]2020-04-052-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | | | | l10n: Changed spelling of WebAuthnrakekniven2020-04-041-2/+2
| | | | | | | | | | | | | | | | | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
| * | | | | l10n: Changed spelling of WebAuthnrakekniven2020-04-041-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>