Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Remove space between switch case and colon | Christoph Wurst | 2020-04-09 | 2 | -4/+6 | |
| * | | | | | Make sure there is exactly one newline after imports | Christoph Wurst | 2020-04-09 | 1 | -1/+0 | |
| * | | | | | Remove trailing whitespaces from comments | Christoph Wurst | 2020-04-09 | 6 | -9/+9 | |
| * | | | | | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 27 | -99/+99 | |
| * | | | | | Remove spaces after method or function call | Christoph Wurst | 2020-04-09 | 4 | -12/+12 | |
* | | | | | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywords | Christoph Wurst | 2020-04-09 | 7 | -7/+7 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Use php keywords in lowercase | Christoph Wurst | 2020-04-09 | 7 | -7/+7 | |
| |/ / / / | ||||||
* / / / / | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 64 | -166/+166 | |
|/ / / / | ||||||
* | | | | Use a blank line after the opening tag | Christoph Wurst | 2020-04-09 | 7 | -0/+7 | |
* | | | | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 64 | -51/+13 | |
* | | | | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 21 | -107/+107 | |
* | | | | Merge pull request #16035 from nextcloud/share-search-hide-on-match | blizzz | 2020-04-09 | 2 | -8/+28 | |
|\ \ \ \ | ||||||
| * | | | | dont show remote and email options if we have an exact match for local user e... | Robin Appelman | 2020-04-08 | 2 | -8/+28 | |
| |/ / / | ||||||
* | | | | Fix multiline comments | Christoph Wurst | 2020-04-08 | 21 | -326/+319 | |
* | | | | Merge pull request #20360 from nextcloud/bugfix/20182/try-to-use-the-displayn... | Roeland Jago Douma | 2020-04-08 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Try to use the display name of file transfers | Joas Schilling | 2020-04-08 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Add preview provider for Krita files | Julius Härtl | 2020-04-08 | 3 | -5/+57 | |
* | | | | Extract preview from opendocument files | Julius Härtl | 2020-04-08 | 2 | -1/+18 | |
* | | | | Add abstract class to extract previews from files that are zip archives | Julius Härtl | 2020-04-08 | 1 | -0/+58 | |
|/ / / | ||||||
* | | | Merge pull request #18200 from nextcloud/enhancement/psr-logger | Christoph Wurst | 2020-04-08 | 2 | -0/+170 | |
|\ \ \ | ||||||
| * | | | Add a PSR-3 logger adapter and make it injectable | Christoph Wurst | 2020-03-26 | 2 | -0/+170 | |
* | | | | Move legacy classes from PSR0 to PSR4 | Christoph Wurst | 2020-04-07 | 16 | -0/+0 | |
* | | | | Merge pull request #20033 from nextcloud/s3-seekable-stream | Roeland Jago Douma | 2020-04-06 | 2 | -21/+206 | |
|\ \ \ \ | ||||||
| * | | | | update autoloader | Robin Appelman | 2020-04-03 | 1 | -9/+7 | |
| * | | | | add basic tests for s3 seeking and add some error handling if reopen return t... | Robin Appelman | 2020-04-01 | 1 | -8/+18 | |
| * | | | | make seekable s3 stream generic | Robin Appelman | 2020-04-01 | 2 | -57/+106 | |
| * | | | | Enable fseek for files in S3 storage | Lukas Stabe | 2020-04-01 | 2 | -19/+147 | |
* | | | | | Merge pull request #20139 from nextcloud/unify-default-value-for-restricting-... | Roeland Jago Douma | 2020-04-04 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Unify default value for restricting user enumeration with settings | Daniel Calviño Sánchez | 2020-03-24 | 1 | -1/+1 | |
* | | | | | | Properly hint exceptions thrown by getUserFolder | Julius Härtl | 2020-04-03 | 1 | -2/+4 | |
* | | | | | | Merge pull request #19486 from nextcloud/scanner-performance | Roeland Jago Douma | 2020-04-02 | 3 | -15/+73 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | restart transaction when cache insert fails due to duplicate | Robin Appelman | 2020-04-01 | 1 | -3/+7 | |
| * | | | | | | call cache->insert directly instead of going trough cache->put first when sca... | Robin Appelman | 2020-04-01 | 1 | -1/+1 | |
| * | | | | | | dont try to get existing cache data during scanning if we already know its a ... | Robin Appelman | 2020-04-01 | 1 | -4/+4 | |
| * | | | | | | reuse known parentId when inserting cache entries in scanner | Robin Appelman | 2020-04-01 | 2 | -1/+4 | |
| * | | | | | | optimize getMetaData for local storage | Robin Appelman | 2020-04-01 | 1 | -6/+57 | |
* | | | | | | | Merge pull request #19890 from nextcloud/enh/comments-reference-id | Joas Schilling | 2020-04-02 | 3 | -22/+136 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Optionally write the reference id into the database | Joas Schilling | 2020-03-31 | 1 | -22/+61 | |
| * | | | | | | Allow to set and get the reference id | Joas Schilling | 2020-03-31 | 2 | -0/+32 | |
| * | | | | | | Add optional column oc_comments.reference_id | Joas Schilling | 2020-03-31 | 1 | -0/+43 | |
* | | | | | | | Merge pull request #19781 from nextcloud/quota-include-external-dont-use-curr... | Robin Appelman | 2020-04-01 | 2 | -17/+11 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Dont always use the current users quota when calculating storage info | Robin Appelman | 2020-03-04 | 2 | -17/+11 | |
* | | | | | | | Merge pull request #20241 from nextcloud/fix/license-headers-19 | Roeland Jago Douma | 2020-04-01 | 144 | -21/+156 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 144 | -21/+156 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #19858 from nextcloud/feature/webauthn | Roeland Jago Douma | 2020-03-31 | 8 | -13/+711 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Start with webauthn | Roeland Jago Douma | 2020-03-31 | 7 | -11/+709 | |
| * | | | | | | | Make password nullable in LoginData | Roeland Jago Douma | 2020-03-31 | 1 | -2/+2 | |
* | | | | | | | | [POC] Event for failed login attempts | Roeland Jago Douma | 2020-03-31 | 5 | -4/+135 | |
|/ / / / / / / | ||||||
* | | | | | | | Update util.php | John Molakvoæ | 2020-03-28 | 1 | -2/+1 | |
* | | | | | | | Update Config.php | John Molakvoæ | 2020-03-28 | 1 | -4/+1 | |
|/ / / / / / |