| Commit message (Expand) | Author | Age | Files | Lines |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 34 | -128/+128 |
* | Add visibility to all properties and move static keyword | Christoph Wurst | 2020-04-10 | 5 | -13/+13 |
* | Merge pull request #20422 from nextcloud/techdebt/format-control-structs-clas... | Christoph Wurst | 2020-04-10 | 218 | -643/+420 |
|\ |
|
| * | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 218 | -643/+420 |
* | | Merge pull request #19495 from nextcloud/preview-generate-batch | Roeland Jago Douma | 2020-04-10 | 1 | -14/+23 |
|\ \
| |/
|/| |
|
| * | fix preview generation tests | Robin Appelman | 2020-04-10 | 1 | -14/+23 |
* | | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 16 | -56/+56 |
* | | Remove space between switch case and colon | Christoph Wurst | 2020-04-09 | 1 | -32/+32 |
* | | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 11 | -26/+26 |
* | | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 69 | -319/+315 |
* | | Use a blank line after the opening tag | Christoph Wurst | 2020-04-09 | 34 | -12/+58 |
* | | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 62 | -47/+15 |
* | | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 29 | -1810/+1810 |
* | | Merge pull request #16035 from nextcloud/share-search-hide-on-match | blizzz | 2020-04-09 | 1 | -62/+77 |
|\ \ |
|
| * | | dont show remote and email options if we have an exact match for local user e... | Robin Appelman | 2020-04-08 | 1 | -62/+77 |
| |/ |
|
* / | Fix multiline comments | Christoph Wurst | 2020-04-08 | 19 | -246/+245 |
|/ |
|
* | Move legacy classes from PSR0 to PSR4 | Christoph Wurst | 2020-04-07 | 1 | -2/+1 |
* | Merge pull request #20033 from nextcloud/s3-seekable-stream | Roeland Jago Douma | 2020-04-06 | 2 | -4/+20 |
|\ |
|
| * | add basic tests for s3 seeking and add some error handling if reopen return t... | Robin Appelman | 2020-04-01 | 2 | -4/+20 |
* | | Merge pull request #20139 from nextcloud/unify-default-value-for-restricting-... | Roeland Jago Douma | 2020-04-04 | 1 | -3/+3 |
|\ \ |
|
| * | | Unify default value for restricting user enumeration with settings | Daniel Calviño Sánchez | 2020-03-24 | 1 | -3/+3 |
* | | | fix tests | Robin Appelman | 2020-04-01 | 1 | -6/+26 |
| |/
|/| |
|
* | | [POC] Event for failed login attempts | Roeland Jago Douma | 2020-03-31 | 1 | -1/+8 |
* | | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 49 | -92/+0 |
|\ \ |
|
| * | | Remove unused imports | Christoph Wurst | 2020-03-25 | 49 | -92/+0 |
* | | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 107 | -2075/+2075 |
* | | | Merge pull request #20172 from nextcloud/techdebt/phpunit-short-return | Christoph Wurst | 2020-03-26 | 87 | -1251/+1251 |
|\ \ \ |
|
| * | | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 87 | -1251/+1251 |
| |/ / |
|
* / / | Use lowercase true, false and null constants | Christoph Wurst | 2020-03-25 | 5 | -6/+6 |
|/ / |
|
* | | Merge pull request #14722 from tacruc/GpgMailerHooks | Roeland Jago Douma | 2020-03-25 | 2 | -14/+69 |
|\ \ |
|
| * | | Added Hook before Message is send | Arne Hamann | 2020-03-24 | 2 | -14/+69 |
* | | | Merge pull request #20127 from nextcloud/bugfix/noid/check-user-on-remote-wipe | Roeland Jago Douma | 2020-03-24 | 1 | -13/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Check the user on remote wipe | Joas Schilling | 2020-03-16 | 1 | -13/+3 |
* | | | Remove admin_notifications since it is obsolete since Nextcloud 14 | Julius Härtl | 2020-03-24 | 1 | -1/+0 |
| |/
|/| |
|
* | | Merge pull request #17684 from mlatief/support-no-proxy | Roeland Jago Douma | 2020-03-22 | 1 | -11/+139 |
|\ \ |
|
| * | | Add support for GuzzleHTTP 'no' proxy | Mohammed Abdellatif | 2020-02-29 | 1 | -11/+139 |
* | | | Add tests for ContactsStore filtering | Julius Härtl | 2020-03-20 | 1 | -4/+99 |
* | | | Add tests for user group enumeration limit | Julius Härtl | 2020-03-20 | 1 | -16/+128 |
* | | | Fix recursive calls in logging via server methods | Joas Schilling | 2020-03-18 | 2 | -8/+9 |
* | | | Move deprecated aliases over to new registration | Roeland Jago Douma | 2020-03-15 | 1 | -2/+3 |
| |/
|/| |
|
* | | Add system config flag to manually set that a subscription is available | Julius Härtl | 2020-03-10 | 1 | -1/+17 |
* | | Merge pull request #19742 from nextcloud/bug/19740/add-msg-for-exception | blizzz | 2020-03-02 | 1 | -0/+17 |
|\ \
| |/
|/| |
|
| * | Add message for DoesNotExistException | Daniel Kesselberg | 2020-03-02 | 1 | -0/+17 |
* | | better tests for SimpleFolder | Robin Appelman | 2020-02-28 | 1 | -71/+48 |
|/ |
|
* | Strip of users home path from share api message | Joas Schilling | 2020-02-20 | 1 | -0/+3 |
* | when we receive intentional empty whats new info, do not try to show it | Arthur Schiwon | 2020-02-13 | 1 | -0/+4 |
* | disable timeout on app install via cli | Arthur Schiwon | 2020-02-12 | 1 | -4/+8 |
* | [3rdparty] Bump guzzlehttp/guzzle from 6.3.3 to 6.5.2 | John Molakvoæ (skjnldsv) | 2020-02-11 | 2 | -26/+26 |
* | Add Argon2id support | Roeland Jago Douma | 2020-02-07 | 1 | -18/+56 |
* | Merge pull request #18926 from nextcloud/fix/18689/int-array-access | Joas Schilling | 2020-02-06 | 1 | -0/+62 |
|\ |
|