Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-06 | 2 | -6/+6 |
| | |||||
* | catch notfound and forbidden exception in smb::getmetadata | Robin Appelman | 2021-03-04 | 1 | -1/+7 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-04 | 2 | -46/+46 |
| | |||||
* | Fix types in the Group Manager | Roeland Jago Douma | 2021-03-03 | 1 | -1/+1 |
| | | | | | | | | | Psalm found an issue. However the issue found was because of lying docblocks. Fixed those and did some typing to make it all better. For #25839 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #25670 from nextcloud/enh/psalm/redundantcasts | Julius Härtl | 2021-03-02 | 1 | -1/+1 |
|\ | | | | | Fix a few RedundantCast | ||||
| * | Fix a few RedundantCast | Roeland Jago Douma | 2021-03-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Reported by psalm For #25641 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-02 | 2 | -2/+12 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-01 | 4 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-26 | 2 | -12/+30 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-24 | 2 | -102/+146 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-20 | 2 | -6/+20 |
| | |||||
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 2 | -2/+2 |
| | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-18 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-17 | 2 | -2/+134 |
| | |||||
* | Drop redundant indes | Roeland Jago Douma | 2021-02-16 | 3 | -4/+66 |
| | | | | | | | Those indexes are already covered by others. So those can just be used. THose extra indexes just take up space. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-07 | 2 | -2/+2 |
| | |||||
* | This is 22 | Joas Schilling | 2021-02-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-03 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-02 | 130 | -260/+130 |
| | |||||
* | Properly handle SMB ACL blocking scanning a directory | Julius Härtl | 2021-01-29 | 1 | -2/+7 |
| | | | | | | | | This makes sure that a possible ForbiddenException is properly passed through the storage as a ForbiddenException and can be catched when trying to fetch the quota info of a parent folder Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-29 | 2 | -10/+208 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-24 | 2 | -2/+2 |
| | |||||
* | Merge pull request #25214 from ↵ | Morris Jobke | 2021-01-21 | 1 | -0/+1 |
|\ | | | | | | | | | nextcloud/dependabot/composer/phpseclib/phpseclib-2.0.30 Bump phpseclib/phpseclib from 2.0.25 to 2.0.30 | ||||
| * | Bump phpseclib/phpseclib from 2.0.25 to 2.0.30 | Christoph Wurst | 2021-01-19 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Fix potential empty result | Joas Schilling | 2021-01-20 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Compare and store the login name via the event | Joas Schilling | 2021-01-20 | 1 | -3/+6 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Also fix the username when it changed | Joas Schilling | 2021-01-20 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Don't save credentials of another user | Joas Schilling | 2021-01-20 | 1 | -0/+5 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-19 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-13 | 2 | -4/+4 |
| | |||||
* | Migrate internal classes to the OCP db col types | Christoph Wurst | 2021-01-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-12 | 2 | -18/+18 |
| | |||||
* | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 5 | -18/+18 |
| | | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | adjust tests | Robin Appelman | 2021-01-08 | 3 | -4/+24 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | dont offer to edit external config settings if we can't edit them | Robin Appelman | 2021-01-08 | 5 | -24/+58 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #23261 from nextcloud/enh/external-storage-session-type | Morris Jobke | 2021-01-07 | 4 | -4/+21 |
|\ | | | | | Expose session based authentication through mount point type | ||||
| * | Expose session based authentication through mount point type | Julius Härtl | 2020-12-21 | 4 | -4/+21 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Revert "allow using any ldap property as login name when using login ↵ | blizzz | 2021-01-07 | 1 | -38/+2 |
| | | | | | | | | credentials" | ||||
* | | allow using any ldap property as login name when using external storage ↵ | Robin Appelman | 2021-01-04 | 1 | -2/+38 |
| | | | | | | | | | | | | login credentials Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-30 | 2 | -2/+2 |
| | | |||||
* | | Bump icewind/streams from 0.7.1 to 0.7.2 | Christoph Wurst | 2020-12-29 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #22916 from J0WI/unifiy-links-to-php.net | Roeland Jago Douma | 2020-12-22 | 1 | -1/+1 |
|\ \ | | | | | | | Unify links to php.net | ||||
| * | | Unify links to php.net | J0WI | 2020-09-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Update all links to https://www.php.net/ Signed-off-by: J0WI <J0WI@users.noreply.github.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-22 | 2 | -0/+10 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-18 | 4 | -4/+8 |
| | | |||||
* | | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 48 | -50/+47 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #23044 from nextcloud/migration-10.5 | Roeland Jago Douma | 2020-12-10 | 1 | -0/+6 |
|\ \ | | | | | | | Handle owncloud migration to latest release | ||||
| * | | Adjust further columns | Vincent Petry | 2020-12-09 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | - calendarsubscriptions.lastmodified -> not null - external_config.value -> allow null Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-10 | 2 | -8/+2 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-09 | 2 | -2/+2 |
| | |