Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1757 | -5891/+3872 |
* | Merge pull request #20403 from nextcloud/techdebt/utf8-encoding | Christoph Wurst | 2020-04-10 | 0 | -0/+0 |
|\ | |||||
| * | Use utf8 encoding everywhere | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | | Merge pull request #20402 from nextcloud/techdebt/elseif | John Molakvoæ | 2020-04-10 | 218 | -595/+595 |
|\ \ | |/ |/| | |||||
| * | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 218 | -595/+595 |
|/ | |||||
* | Merge pull request #20256 from nextcloud/dependabot/composer/nikic/php-parser... | Roeland Jago Douma | 2020-04-10 | 1 | -0/+0 |
|\ | |||||
| * | Bump nikic/php-parser from 4.2.1 to 4.3.0 | Christoph Wurst | 2020-04-08 | 1 | -0/+0 |
* | | Merge pull request #20281 from nextcloud/bugfix/noid/use-primary-element-color | Roeland Jago Douma | 2020-04-10 | 5 | -7/+7 |
|\ \ | |||||
| * | | Use the primary element color in case it primary color is too bright | Joas Schilling | 2020-04-10 | 5 | -7/+7 |
|/ / | |||||
* | | Merge pull request #20313 from nextcloud/dependabot/npm_and_yarn/underscore-1... | Roeland Jago Douma | 2020-04-10 | 12 | -108/+108 |
|\ \ | |||||
| * | | Bump underscore from 1.9.2 to 1.10.2 | dependabot-preview[bot] | 2020-04-08 | 12 | -108/+108 |
* | | | Merge pull request #20385 from nextcloud/skeeable-http-harden | Roeland Jago Douma | 2020-04-10 | 1 | -3/+13 |
|\ \ \ | |||||
| * | | | harden seekable http stream a bit against failures | Robin Appelman | 2020-04-09 | 1 | -3/+13 |
* | | | | Merge pull request #20390 from nextcloud/refactor/no-closing-tag | Roeland Jago Douma | 2020-04-10 | 1 | -2/+1 |
|\ \ \ \ | |||||
| * | | | | Do not use closing tags | Christoph Wurst | 2020-04-09 | 1 | -2/+1 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-10 | 16 | -14/+52 |
* | | | | | Merge pull request #20391 from nextcloud/refactor/spaces-cleanup | Christoph Wurst | 2020-04-09 | 169 | -426/+411 |
|\ \ \ \ \ | |||||
| * | | | | | Remove space between switch case and colon | Christoph Wurst | 2020-04-09 | 8 | -51/+53 |
| * | | | | | Make sure there is exactly one newline after imports | Christoph Wurst | 2020-04-09 | 4 | -7/+4 |
| * | | | | | Make sure every file ends with an empty newline | Christoph Wurst | 2020-04-09 | 15 | -15/+1 |
| * | | | | | Remove trailing whitespaces from comments | Christoph Wurst | 2020-04-09 | 23 | -39/+39 |
| * | | | | | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 115 | -296/+296 |
| * | | | | | Remove spaces after method or function call | Christoph Wurst | 2020-04-09 | 15 | -25/+25 |
| |/ / / / | |||||
* | | | | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywords | Christoph Wurst | 2020-04-09 | 14 | -19/+19 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Use php keywords in lowercase | Christoph Wurst | 2020-04-09 | 14 | -19/+19 |
| |/ / / | |||||
* | | | | Merge pull request #20383 from nextcloud/techdebt/function-spacing | Christoph Wurst | 2020-04-09 | 384 | -1134/+1130 |
|\ \ \ \ | |||||
| * | | | | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 384 | -1134/+1130 |
* | | | | | Merge pull request #20376 from nextcloud/fix/tags-ellipsis | John Molakvoæ | 2020-04-09 | 3 | -3/+8 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Fix systemtags overflow | John Molakvoæ (skjnldsv) | 2020-04-09 | 3 | -3/+8 |
* | | | | | Merge pull request #20355 from nextcloud/fix/comments/clear-input/19585 | John Molakvoæ | 2020-04-09 | 3 | -21/+24 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Clear comment on successful post | John Molakvoæ (skjnldsv) | 2020-04-08 | 3 | -21/+24 |
* | | | | | Merge pull request #20379 from nextcloud/techdebt/blank-lines | Christoph Wurst | 2020-04-09 | 473 | -365/+152 |
|\ \ \ \ \ | |||||
| * | | | | | Use a blank line after the opening tag | Christoph Wurst | 2020-04-09 | 69 | -12/+93 |
| * | | | | | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 408 | -353/+59 |
|/ / / / / | |||||
* | | | | | Merge pull request #20375 from nextcloud/techdebt/fix-array-indent-style | Christoph Wurst | 2020-04-09 | 145 | -2632/+2632 |
|\ \ \ \ \ | |||||
| * | | | | | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 145 | -2632/+2632 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #20303 from nextcloud/version/19/beta2v19.0.0beta2 | Roeland Jago Douma | 2020-04-09 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | 19 beta 2 | Roeland Jago Douma | 2020-04-04 | 1 | -2/+2 |
* | | | | | Merge pull request #20368 from nextcloud/refactor/psr1 | Christoph Wurst | 2020-04-09 | 0 | -0/+0 |
|\ \ \ \ \ | |||||
| * | | | | | Migrate to PSR1 coding style | Christoph Wurst | 2020-04-08 | 8 | -10/+1 |
* | | | | | | Merge pull request #20363 from nextcloud/smb-3.2.3 | John Molakvoæ | 2020-04-09 | 12 | -27/+70 |
|\ \ \ \ \ \ | |||||
| * | | | | | | update icewind/smb to 3.2.3 | Robin Appelman | 2020-04-08 | 12 | -27/+70 |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-09 | 18 | -6/+78 |
* | | | | | | | Merge pull request #16035 from nextcloud/share-search-hide-on-match | blizzz | 2020-04-09 | 3 | -70/+105 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | dont show remote and email options if we have an exact match for local user e... | Robin Appelman | 2020-04-08 | 3 | -70/+105 |
* | | | | | | | | Merge pull request #20370 from nextcloud/techdebt/fix-multiline-comments | blizzz | 2020-04-09 | 69 | -750/+741 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||||
| * | | | | | | | Fix multiline comments | Christoph Wurst | 2020-04-08 | 69 | -750/+741 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #20321 from nextcloud/enh/noid/check-translation-for-tripl... | Joas Schilling | 2020-04-08 | 2 | -0/+65 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Check for triple dots in translations in CI | Gary Kim | 2020-04-07 | 2 | -0/+65 |
* | | | | | | | | Merge pull request #20360 from nextcloud/bugfix/20182/try-to-use-the-displayn... | Roeland Jago Douma | 2020-04-08 | 3 | -26/+55 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | |