Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-08 | 2 | -0/+4 |
| | |||||
* | Move legacy classes from PSR0 to PSR4 | Christoph Wurst | 2020-04-07 | 20 | -35/+35 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-07 | 2 | -0/+4 |
| | |||||
* | Merge pull request #20033 from nextcloud/s3-seekable-stream | Roeland Jago Douma | 2020-04-06 | 4 | -21/+208 |
|\ | | | | | Enable fseek for files in S3 storage | ||||
| * | update autoloader | Robin Appelman | 2020-04-03 | 3 | -9/+9 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | add basic tests for s3 seeking and add some error handling if reopen return ↵ | Robin Appelman | 2020-04-01 | 1 | -8/+18 |
| | | | | | | | | | | | | the wrong range Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | make seekable s3 stream generic | Robin Appelman | 2020-04-01 | 2 | -57/+106 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | Enable fseek for files in S3 storage | Lukas Stabe | 2020-04-01 | 2 | -19/+147 |
| | | | | | | | | Signed-off-by: Lukas Stabe <lukas@stabe.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-06 | 4 | -0/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-05 | 6 | -0/+12 |
| | | |||||
* | | Merge pull request #20139 from ↵ | Roeland Jago Douma | 2020-04-04 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | nextcloud/unify-default-value-for-restricting-user-enumeration-with-settings Unify default value for restricting user enumeration with settings | ||||
| * | | Unify default value for restricting user enumeration with settings | Daniel Calviño Sánchez | 2020-03-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the value was never enabled or disabled, the settings show "Restrict username enumeration to groups" as disabled. However, in some components it was enabled by default, which caused an inconsistency in the behaviour with respect to the settings, for example in the contacts menu. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | | Merge pull request #20284 from nextcloud/bugfix/noid/catch-no-user-in-cron | Roeland Jago Douma | 2020-04-04 | 2 | -2/+8 |
|\ \ \ | | | | | | | | | Properly catch NoUserException during upload cleanup | ||||
| * | | | Properly hint exceptions thrown by getUserFolder | Julius Härtl | 2020-04-03 | 2 | -2/+8 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-04 | 6 | -0/+12 |
|/ / / | |||||
* | | | fixes the return type of BeforeUserLoggedInEvent | Arthur Schiwon | 2020-04-03 | 1 | -2/+4 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-03 | 110 | -362/+372 |
| | | | |||||
* | | | Merge pull request #19486 from nextcloud/scanner-performance | Roeland Jago Douma | 2020-04-02 | 3 | -15/+73 |
|\ \ \ | | | | | | | | | Improve performance of file scanner | ||||
| * | | | restart transaction when cache insert fails due to duplicate | Robin Appelman | 2020-04-01 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | call cache->insert directly instead of going trough cache->put first when ↵ | Robin Appelman | 2020-04-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | scanning Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | dont try to get existing cache data during scanning if we already know its a ↵ | Robin Appelman | 2020-04-01 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | new file Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | reuse known parentId when inserting cache entries in scanner | Robin Appelman | 2020-04-01 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | optimize getMetaData for local storage | Robin Appelman | 2020-04-01 | 1 | -6/+57 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #19890 from nextcloud/enh/comments-reference-id | Joas Schilling | 2020-04-02 | 7 | -22/+159 |
|\ \ \ \ | |_|_|/ |/| | | | Add optional comments reference_id | ||||
| * | | | Update autoloader | Joas Schilling | 2020-04-02 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Optionally write the reference id into the database | Joas Schilling | 2020-03-31 | 1 | -22/+61 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Allow to set and get the reference id | Joas Schilling | 2020-03-31 | 3 | -0/+49 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Add optional column oc_comments.reference_id | Joas Schilling | 2020-03-31 | 2 | -0/+45 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #19781 from ↵ | Robin Appelman | 2020-04-01 | 2 | -17/+11 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | nextcloud/quota-include-external-dont-use-current-user Dont always use the current users quota when calculating storage info | ||||
| * | | | Dont always use the current users quota when calculating storage info | Robin Appelman | 2020-03-04 | 2 | -17/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead pass the quota as parameter. Without this fix, when 'quota_include_external_storage' is enabled, the webui will show the quota configured for the admin for every user instead of the users quota Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #20241 from nextcloud/fix/license-headers-19 | Roeland Jago Douma | 2020-04-01 | 179 | -30/+199 |
|\ \ \ \ | | | | | | | | | | | Update the license headers for Nextcloud 19 | ||||
| * | | | | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 179 | -30/+199 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | Merge pull request #19858 from nextcloud/feature/webauthn | Roeland Jago Douma | 2020-03-31 | 10 | -13/+727 |
|\ \ \ \ | | | | | | | | | | | Add WebAuthn support | ||||
| * | | | | Start with webauthn | Roeland Jago Douma | 2020-03-31 | 9 | -11/+725 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
| * | | | | Make password nullable in LoginData | Roeland Jago Douma | 2020-03-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | [POC] Event for failed login attempts | Roeland Jago Douma | 2020-03-31 | 8 | -4/+199 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | Merge pull request #20210 from nextcloud/fix/outdated/admin-dir_permissions | Joas Schilling | 2020-03-31 | 3 | -9/+3 |
|\ \ \ \ | |/ / / |/| | | | Remove outdated admin-dir_permissions documentation link | ||||
| * | | | Update base.php | John Molakvoæ | 2020-03-28 | 1 | -2/+1 |
| | | | | |||||
| * | | | Update base.php | John Molakvoæ | 2020-03-28 | 1 | -1/+0 |
| | | | | |||||
| * | | | Update util.php | John Molakvoæ | 2020-03-28 | 1 | -2/+1 |
| | | | | |||||
| * | | | Update Config.php | John Molakvoæ | 2020-03-28 | 1 | -4/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-30 | 4 | -8/+8 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-29 | 2 | -2/+2 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-28 | 2 | -0/+4 |
| | | | |||||
* | | | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 38 | -48/+0 |
|\ \ \ | | | | | | | | | Remove unused imports | ||||
| * | | | Remove unused imports | Christoph Wurst | 2020-03-25 | 38 | -48/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-27 | 2 | -0/+6 |
| | | | | |||||
* | | | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 148 | -706/+706 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | Use lowercase true, false and null constants | Christoph Wurst | 2020-03-25 | 5 | -5/+5 |
|/ / / | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Add a public event for contacts interaction | Christoph Wurst | 2020-03-25 | 3 | -0/+138 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |