summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #20427 from nextcloud/bug/noid/fix-password-reset-activityRoeland Jago Douma2020-04-132-2/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix password reset saying Admin changed my password when reset fromThomas Citharel2020-04-102-2/+15
* | | | | [tx-robot] updated from transifexNextcloud bot2020-04-1318-34/+66
* | | | | Merge pull request #20421 from nextcloud/fix/20393/recommendend_webauthn_modsRoeland Jago Douma2020-04-121-0/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Show setup check for recommended php modulesRoeland Jago Douma2020-04-101-0/+8
* | | | | Merge pull request #20439 from nextcloud/Valdnet-patch-3John Molakvoæ2020-04-123-3/+3
|\ \ \ \ \
| * | | | | Changing the translation catalog for "Share"Valdnet2020-04-123-3/+3
| | |_|/ / | |/| | |
* / | | | [tx-robot] updated from transifexNextcloud bot2020-04-122-0/+10
|/ / / /
* | | | Add tests for encoded group idJulius Härtl2020-04-115-18/+82
* | | | Make sure the group id parameter gets properly encoded when used in URLsJulius Härtl2020-04-113-6/+12
* | | | Make the groupId url encodedJulius Härtl2020-04-111-0/+7
* | | | Merge pull request #20185 from azul/open-new_tabJohn Molakvoæ2020-04-118-60/+93
|\ \ \ \
| * | | | Allow opening files for editing in new tabsAzul2020-04-097-45/+76
| * | | | refactor: fileActions.getCurrentDefaultFileAction()Azul2020-04-084-18/+20
* | | | | Merge pull request #20426 from nextcloud/techdebt/psr2John Molakvoæ2020-04-11208-638/+639
|\ \ \ \ \
| * | | | | Format code according to PSR2Christoph Wurst2020-04-106-5/+6
| * | | | | Add visibility to all constantsChristoph Wurst2020-04-10112-323/+323
| * | | | | Add visibility to all methods and position of static keywordChristoph Wurst2020-04-10109-305/+305
| * | | | | Add visibility to all properties and move static keywordChristoph Wurst2020-04-104-5/+5
| | |_|/ / | |/| | |
* | | | | Merge pull request #20419 from nextcloud/dependabot/npm_and_yarn/variousJohn Molakvoæ2020-04-1146-465/+799
|\ \ \ \ \
| * | | | | Bump core-js from 1.4.1 to 1.5.0John Molakvoæ (skjnldsv)2020-04-1046-465/+799
| | |_|/ / | |/| | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-04-1128-8/+158
| |/ / / |/| | |
* | | | Format control structures, classes, methods and functionChristoph Wurst2020-04-10770-3085/+2143
* | | | Use elseif instead of else ifChristoph Wurst2020-04-1095-291/+291
|/ / /
* | | 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-1014-14/+48
* | | | Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-0984-162/+151
|\ \ \ \
| * | | | Remove space between switch case and colonChristoph Wurst2020-04-095-15/+15
| * | | | Make sure there is exactly one newline after importsChristoph Wurst2020-04-093-6/+4
| * | | | Make sure every file ends with an empty newlineChristoph Wurst2020-04-0910-10/+1
| * | | | Remove trailing whitespaces from commentsChristoph Wurst2020-04-096-8/+8
| * | | | Remove trailing and in between spacesChristoph Wurst2020-04-0956-115/+115
| * | | | Remove spaces after method or function callChristoph Wurst2020-04-098-10/+10
| |/ / /
* | | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-095-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Use php keywords in lowercaseChristoph Wurst2020-04-095-6/+6
* | | | Merge pull request #20383 from nextcloud/techdebt/function-spacingChristoph Wurst2020-04-09192-480/+480
|\ \ \ \ | |/ / / |/| | |
| * | | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-09192-480/+480
* | | | Merge pull request #20355 from nextcloud/fix/comments/clear-input/19585John Molakvoæ2020-04-093-21/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Clear comment on successful postJohn Molakvoæ (skjnldsv)2020-04-083-21/+24
* | | | Use a blank line after the opening tagChristoph Wurst2020-04-0917-0/+17
* | | | Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-09188-175/+17
* | | | Fix (array) indent style to always use one tabChristoph Wurst2020-04-0976-617/+617
* | | | Merge pull request #20363 from nextcloud/smb-3.2.3John Molakvoæ2020-04-0912-27/+70
|\ \ \ \
| * | | | update icewind/smb to 3.2.3Robin Appelman2020-04-0812-27/+70
| | |/ / | |/| |
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-0912-2/+44
* | | | Fix multiline commentsChristoph Wurst2020-04-0816-60/+60
* | | | Show the displayname instead of the user idJoas Schilling2020-04-081-19/+34
* | | | Try to use the display name of file transfersJoas Schilling2020-04-081-6/+20
|/ / /
* | | Merge pull request #20315 from nextcloud/dependabot/npm_and_yarn/handlebars-4...Roeland Jago Douma2020-04-082-2/+2
|\ \ \ | |/ / |/| |