summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add missing share types when getting shares of a fileDaniel Calviño Sánchez2019-10-252-0/+12
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Unify share type sorting when getting shares of a file or with subfilesDaniel Calviño Sánchez2019-10-252-2/+2
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Remove unneeded calls to "ShareManager::shareProviderExists()"Daniel Calviño Sánchez2019-10-252-25/+6
| | | | | | | | | "ShareManager::getSharesBy()" already checks if the share provider exists before returning the shares and, if the provider does not exist, it returns an empty array. Therefore it is not needed to explicitly check if the provider exists or not. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add unit tests for getting shares of a fileDaniel Calviño Sánchez2019-10-251-6/+185
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add unit tests for getting shares including subfilesDaniel Calviño Sánchez2019-10-251-0/+421
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add integration tests for getting shares including subfilesDaniel Calviño Sánchez2019-10-252-0/+294
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Replace fully qualified name with aliasDaniel Calviño Sánchez2019-10-251-10/+11
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2019-10-2410-178/+234
|
* Merge pull request #17640 from ↵Roeland Jago Douma2019-10-232-14/+58
|\ | | | | | | | | nextcloud/refactor/new-browserslist-config-package Use @nextcloud/browserslist-config
| * Use @nextcloud/browserslist-configChristoph Wurst2019-10-222-14/+58
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #17616 from nextcloud/bug/15486/dont-fcloseRoeland Jago Douma2019-10-231-1/+0
|\ \ | | | | | | Remove superfluous fclose
| * | Remove superfluous fcloseDaniel Kesselberg2019-10-211-1/+0
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #17482 from nextcloud/feature/noid/rich-workspaceRoeland Jago Douma2019-10-232-0/+62
|\ \ \ | | | | | | | | Allow registering header/footer sections in the file lists
| * | | Allow registering header sections in the file listsJulius Härtl2019-10-232-0/+62
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #17645 from nextcloud/run-acceptance-tests-on-php7.3Roeland Jago Douma2019-10-232-12/+12
|\ \ \ | | | | | | | | Run acceptance tests on PHP 7.3
| * | | Run acceptance tests on PHP 7.3Daniel Calviño Sánchez2019-10-222-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no difference (as far as I know) between running the acceptance tests on PHP 7.1 or on PHP 7.3; this is simply a preparatory step to be ready when PHP 7.1 support is dropped in Nextcloud server. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-10-2312-12/+16
| | | |
* | | | Merge pull request #17646 from nextcloud/bugfix/noid/help-routeRoeland Jago Douma2019-10-221-1/+1
|\ \ \ \ | |_|_|/ |/| | | Fix help route in navigation
| * | | Fix help route in navigationJulius Härtl2019-10-221-1/+1
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #17639 from nextcloud/enhancement/entity-boolean-getterRoeland Jago Douma2019-10-221-9/+12
|\ \ \ | | | | | | | | Add isXXX getter to Entity
| * | | Add isXXX getter to EntityChristoph Wurst2019-10-221-9/+12
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #17628 from nextcloud/enh/14811/2fa_backup_charsRoeland Jago Douma2019-10-222-2/+2
|\ \ \ | |/ / |/| | Only human readbale backup chars
| * | Only human readbale backup charsRoeland Jago Douma2019-10-222-2/+2
| | | | | | | | | | | | | | | | | | | | | Fixes #14811 Only use humand readable chars (so no I and 1 etc) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Fix browser back button (#17627)John Molakvoæ2019-10-227-247/+275
|\ \ \ | | | | | | | | Fix browser back button
| * | | Fix browser back buttonRoeland Jago Douma2019-10-217-247/+275
| |/ / | | | | | | | | | | | | | | | Fixes #17108 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / [tx-robot] updated from transifexNextcloud bot2019-10-2214-0/+56
|/ /
* | Merge pull request #17568 from ↵blizzz2019-10-2114-27/+36
|\ \ | | | | | | | | | | | | nextcloud/fix/noid/move-away-from-deprecated-event use OCP\EventDispatcher\Event over Symfony's deprecated Event
| * | use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon2019-10-1714-27/+36
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #17593 from nextcloud/ensure-valid-theming-image-routeRoeland Jago Douma2019-10-211-4/+10
|\ \ \ | | | | | | | | make sure that the urls for theming images are valid
| * | | make sure that the urls for theming images are validRobin Appelman2019-10-181-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some circumstances the url generation seems to fail, resulting in an empty image url which causes the browser to load the main page multiple times, leading to issues with state tokens Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #17594 from nextcloud/dont-cache-notfoundRoeland Jago Douma2019-10-211-1/+3
|\ \ \ \ | | | | | | | | | | Dont cache empty url for not found routes
| * | | | Dont cache empty url for not found routesRobin Appelman2019-10-181-1/+3
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #17595 from nextcloud/fix/noid/wrong-pwd-apple-open-dirblizzz2019-10-211-1/+2
|\ \ \ \ | | | | | | | | | | treat LDAP error 50 as auth issue, prevents lost server connection errors
| * | | | treat LDAP error 50 as auth issue, prevents lost server connection errorsArthur Schiwon2019-10-181-1/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #17450 from nextcloud/fix/17368/odd-group-numbersblizzz2019-10-217-40/+53
|\ \ \ \ | | | | | | | | | | hide strange Everyone and Disabled group numbers with LDAP
| * | | | Compile assetsnpmbuildbot[bot]2019-10-214-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | | | when adding/removing users from groups don't touch counters if LDAPArthur Schiwon2019-10-211-8/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | hide strange Everyone and Disabled group numbers with LDAP, fixes 17368Arthur Schiwon2019-10-212-25/+36
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #17577 from nextcloud/bugfix/noid/about-helpRoeland Jago Douma2019-10-216-70/+109
|\ \ \ \ \ | | | | | | | | | | | | Migrate help to a Controller
| * | | | | Move help to controllerJulius Härtl2019-10-176-70/+109
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #17547 from nextcloud/enh/noid/log-exception-json-escapeRoeland Jago Douma2019-10-211-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Do not escape slashes for logged exceptions
| * | | | | Do not escape slashes for logged exceptionsJulius Härtl2019-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #17545 from nextcloud/bugfix/noid/workflow-catchRoeland Jago Douma2019-10-211-6/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ignore unavailable entity/operation classes
| * | | | | | Ignore unavailable entity/operation classesJulius Härtl2019-10-151-6/+11
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #17603 from ↵Roeland Jago Douma2019-10-214-7/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.27 Bump moment-timezone from 0.5.26 to 0.5.27
| * | | | | | Bump moment-timezone from 0.5.26 to 0.5.27dependabot-preview[bot]2019-10-204-7/+7
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.26 to 0.5.27. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](https://github.com/moment/moment-timezone/compare/0.5.26...0.5.27) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* / | | | | [tx-robot] updated from transifexNextcloud bot2019-10-2134-4/+118
|/ / / / /
* | | | | Merge pull request #17601 from nextcloud/dependabot/npm_and_yarn/webpack-4.41.2Roeland Jago Douma2019-10-2022-66/+34
|\ \ \ \ \ | | | | | | | | | | | | Bump webpack from 4.41.1 to 4.41.2
| * | | | | Bump webpack from 4.41.1 to 4.41.2dependabot-preview[bot]2019-10-2022-75/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.41.1 to 4.41.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.1...v4.41.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | | Merge pull request #17605 from ↵Roeland Jago Douma2019-10-202-13/+37
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/browserslist-config-nextcloud-0.1.0 Bump browserslist-config-nextcloud from 0.0.1 to 0.1.0