| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #18892 from nextcloud/fix/17828/smaller_text_previews | Roeland Jago Douma | 2020-01-15 | 1 | -1/+1 |
|\ |
|
| * | Proper text previews | Roeland Jago Douma | 2020-01-14 | 1 | -1/+1 |
* | | use `nodeExists` instead of catching exceptions | Robin Appelman | 2020-01-14 | 1 | -3/+2 |
|/ |
|
* | Merge pull request #18862 from nextcloud/bugfix/talk-2663/register-with-poten... | Roeland Jago Douma | 2020-01-14 | 1 | -3/+5 |
|\ |
|
| * | Allow to force register the namespace | Joas Schilling | 2020-01-13 | 1 | -3/+4 |
| * | Register the namespace after reading the new file | Joas Schilling | 2020-01-13 | 1 | -1/+2 |
* | | Merge pull request #18805 from nextcloud/bugfix/direct-edit-create | Roeland Jago Douma | 2020-01-14 | 1 | -7/+13 |
|\ \ |
|
| * | | CHeck if file already exists during file creation | Julius Härtl | 2020-01-13 | 1 | -7/+13 |
* | | | Merge pull request #18860 from nextcloud/fix/license-headers | Roeland Jago Douma | 2020-01-13 | 5 | -2/+7 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix license headers | Christoph Wurst | 2020-01-13 | 5 | -2/+7 |
| |/ |
|
* / | AppFetcher: Distinguish between fileName and endpointName | Georg Ehrke | 2020-01-09 | 3 | -1/+5 |
|/ |
|
* | Clean up 2FA provider registry when a user is deleted | Christoph Wurst | 2020-01-08 | 3 | -0/+66 |
* | Accept shares when you open mail | Roeland Jago Douma | 2020-01-06 | 1 | -1/+1 |
* | Modify regex to match some other chromium browsers | Daniel Kesselberg | 2019-12-27 | 1 | -1/+1 |
* | Fix broken upgrade caused by undefined method call | Julius Härtl | 2019-12-23 | 1 | -1/+0 |
* | Merge pull request #18536 from nextcloud/enhancement/preview-center-vertically | Roeland Jago Douma | 2019-12-23 | 1 | -1/+1 |
|\ |
|
| * | Also center vertically when cropping previews | John Molakvoæ (skjnldsv) | 2019-12-22 | 1 | -1/+1 |
* | | Merge pull request #18442 from nextcloud/bugfix/noid/broken_appstoreurl_config | Roeland Jago Douma | 2019-12-22 | 3 | -9/+5 |
|\ \ |
|
| * | | Restore old behavior allowing to set custom appstore | Georg Ehrke | 2019-12-22 | 3 | -9/+5 |
* | | | Merge pull request #18511 from Al2Klimov/bugfix/movie-getthumbnail | Roeland Jago Douma | 2019-12-22 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Movie#getThumbnail(): compare Movie#generateThumbNail() to null, not false | Alexander A. Klimov | 2019-12-21 | 1 | -2/+2 |
* | | | Merge pull request #18478 from nextcloud/fix/direct-editing-invalid-editor-id | Roeland Jago Douma | 2019-12-22 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | Do not generate tokens for editor IDs that do not exist | Christoph Wurst | 2019-12-19 | 1 | -0/+5 |
* | | | | Merge pull request #18505 from nextcloud/bugfix/18481/avatars-always-return-2... | Roeland Jago Douma | 2019-12-22 | 3 | -1/+67 |
|\ \ \ \ |
|
| * | | | | Always set the generated flag to false when an avatar is being set | Joas Schilling | 2019-12-20 | 3 | -1/+67 |
| | |_|/
| |/| | |
|
* / | | | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 21 | -4/+28 |
|/ / / |
|
* | | | when downloading from web, skip files that are not accessible | Arthur Schiwon | 2019-12-19 | 2 | -5/+15 |
* | | | use Nodes API for zip streaming | Arthur Schiwon | 2019-12-19 | 1 | -17/+30 |
* | | | Use files node API for single file downloads | Julius Härtl | 2019-12-19 | 1 | -14/+28 |
* | | | Merge pull request #16792 from MichaIng/patch-1 | Roeland Jago Douma | 2019-12-19 | 1 | -13/+23 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' into patch-1 | MichaIng | 2019-12-04 | 254 | -1102/+2496 |
| |\ \ \ |
|
| * | | | | Add missing newlines to .htaccess | MichaIng | 2019-10-31 | 1 | -2/+2 |
| * | | | | Add "Order" to assure that no parental "Allow" can grant access | MichaIng | 2019-09-26 | 1 | -0/+2 |
| * | | | | Minor syntax | MichaIng | 2019-08-19 | 1 | -21/+21 |
| * | | | | Update lib/private/Setup.php
| MichaIng | 2019-08-19 | 1 | -1/+1 |
| * | | | | Harden data protection .htaccess | MichaIng | 2019-08-19 | 1 | -8/+16 |
* | | | | | Only parse php7 code in app code checker | Christoph Wurst | 2019-12-18 | 1 | -1/+1 |
| |_|/ /
|/| | | |
|
* | | | | Fix Office preview generation | Roeland Jago Douma | 2019-12-18 | 1 | -1/+1 |
* | | | | Return empty template for default creators | Julius Härtl | 2019-12-16 | 1 | -3/+25 |
* | | | | Merge pull request #17018 from nextcloud/feature/noid/allow-to-force-enable-v... | Joas Schilling | 2019-12-16 | 3 | -4/+31 |
|\ \ \ \ |
|
| * | | | | Allow to force enable apps via CLI | Joas Schilling | 2019-12-13 | 3 | -4/+31 |
* | | | | | Merge pull request #18384 from nextcloud/fix/18255/global_config_to_always_ac... | Roeland Jago Douma | 2019-12-16 | 2 | -13/+21 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | config.php setting to always accept internal shares | Roeland Jago Douma | 2019-12-16 | 2 | -13/+21 |
| |/ / / |
|
* | | | | Merge pull request #17494 from nextcloud/fix/16340/ignore-invalid-json | blizzz | 2019-12-13 | 2 | -7/+17 |
|\ \ \ \ |
|
| * | | | | Log critical fallback to user default if we can't parse the JSON | Christoph Wurst | 2019-12-13 | 2 | -8/+15 |
| * | | | | Return a default user record if json is broken | Daniel Kesselberg | 2019-12-13 | 1 | -0/+3 |
| |/ / / |
|
* / / / | Add typed events for the filesystem/scanner | Christoph Wurst | 2019-12-13 | 1 | -21/+35 |
|/ / / |
|
* | | | Merge pull request #18236 from nextcloud/bugfix/noid/always-detect-mimetype-b... | Roeland Jago Douma | 2019-12-12 | 1 | -60/+90 |
|\ \ \ |
|
| * | | | Fix detection of non extention types | Roeland Jago Douma | 2019-12-12 | 1 | -3/+6 |
| * | | | Try more methods | Joas Schilling | 2019-12-10 | 1 | -3/+12 |