summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21684 from ↵Roeland Jago Douma2020-07-102-35/+59
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/sass-loader-9.0.1 Bump sass-loader from 8.0.2 to 9.0.1
| * Bump sass-loader from 8.0.2 to 9.0.1dependabot-preview[bot]2020-07-042-35/+59
| | | | | | | | | | | | | | | | Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 8.0.2 to 9.0.1. - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v8.0.2...v9.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #21730 from nextcloud/design/app-limitRoeland Jago Douma2020-07-102-3/+3
|\ \ | | | | | | Up the limit for the header app menu
| * | Up the limit for the header app menu, fix #21635Jan-Christoph Borchardt2020-07-102-3/+3
|/ / | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-07-10246-876/+906
| |
* | Merge pull request #21760 from nextcloud/fix/20453/get-pluralRoeland Jago Douma2020-07-093-4/+4
|\ \ | | | | | | Fix parsing of language code
| * | Compile assetsDaniel Kesselberg2020-07-092-2/+2
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Fix parsing of language codeDaniel Kesselberg2020-07-091-2/+2
|/ / | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #21777 from nextcloud/search-min-lengthRoeland Jago Douma2020-07-092-2/+2
|\ \ | | | | | | lower minimum search length to 2 characters
| * | lower minimum search length to 2 charactersRobin Appelman2020-07-092-2/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #21771 from ↵Roeland Jago Douma2020-07-091-8/+8
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/clarify-scopes-for-profile-data Clarify the scopes for profile data federation
| * | | Clarify the scropes for profile data federationJoas Schilling2020-07-091-8/+8
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #21750 from nextcloud/techdebt/noid/files_versions-bootstrapRoeland Jago Douma2020-07-093-55/+24
|\ \ \ \ | | | | | | | | | | Move files_versions to bootstrap mechanism
| * | | | Move files_versions to bootstrap mechanismMorris Jobke2020-07-093-55/+24
| | |/ / | |/| | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #21778 from nextcloud/fix/moment-locale-earlyMorris Jobke2020-07-092-6/+6
|\ \ \ \ | | | | | | | | | | Set the moment locale even earlier
| * | | | Set the moment locale even earlierChristoph Wurst2020-07-092-6/+6
| |/ / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #21759 from nextcloud/enh/lazy_subscriptionRoeland Jago Douma2020-07-094-12/+127
|\ \ \ \ | |/ / / |/| | | Make the subscription registry lazy
| * | | Add DummySubscription for testsDaniel Kesselberg2020-07-092-0/+68
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Make the subscription registry lazyRoeland Jago Douma2020-07-093-12/+59
| |/ / | | | | | | | | | | | | | | | | | | This will allow to do lazy registration here which should allow for loading less (or at least only when needed!). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #21733 from ↵Morris Jobke2020-07-092-4/+18
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/noid/cache-system-card-etag-during-request Update system addressbook card only when there was a change based on a cached etag
| * | | Update system addressbook card only when there was a change based on a ↵Morris Jobke2020-07-092-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cached etag Due to our old and new hook system the card dav backend listens to old and new hooks. This triggers this code multiple times and always causes an update. With this change we cache the etag during a request and only trigger the update if the etag has changed. This does not catches all not needed updates, but it does not need another round trip to the database and still covers most cases where multiple attributes are updated during one single request. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #21489 from nextcloud/fix/share/use_correct_mountJoas Schilling2020-07-0910-4/+284
|\ \ \ \ | | | | | | | | | | Use the correct mountpoint to calculate
| * | | | better cleanup in share testsRobin Appelman2020-07-092-0/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | ensure home storage is initialized on first setupRobin Appelman2020-07-093-2/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | ensure mounts are scanned during testsRobin Appelman2020-07-092-1/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | Add more integration tests for resharing permissionsDaniel Calviño Sánchez2020-07-091-0/+244
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Use the correct mountpoint to calculateRoeland Jago Douma2020-07-092-1/+17
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | If we use the owners mount point this results in null. And then the rest of the checks get called with null. Which doesn't work. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #21736 from nextcloud/bugfix/21433Joas Schilling2020-07-093-3/+3
|\ \ \ \ | |/ / / |/| | | Fix placeholder issues with multiplace spaces in the name
| * | | Fix placeholder issues with multiplace spaces in the nameJulius Härtl2020-07-093-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #21767 from nextcloud/enh/lazy_register_navigationMorris Jobke2020-07-092-75/+84
|\ \ \ \ | | | | | | | | | | Lazy register the navigation
| * | | | Lazy register the navigationRoeland Jago Douma2020-07-092-75/+84
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | This makes sure that we do not translate unneeded strings on for example webdav requests. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #21746 from ↵Morris Jobke2020-07-092-31/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/cloud_federation_api-bootstrap Move cloud_federation_api to bootstrap mechanism
| * | | | Move cloud_federation_api to bootstrap mechanismMorris Jobke2020-07-082-31/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #21766 from nextcloud/fix/21761/regression-in-return-valueMorris Jobke2020-07-091-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | | Fix regression in return value of OC_Util::checkDataDirectoryPermissi…
| * | | | Fix regression in return value of OC_Util::checkDataDirectoryPermissions due ↵Morris Jobke2020-07-091-2/+2
|/ / / / | | | | | | | | | | | | | | | | | | | | to #21761 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #21761 from nextcloud/fix/permission_check_translationRoeland Jago Douma2020-07-091-7/+5
|\ \ \ \ | | | | | | | | | | Kill another unneeded translation
| * | | | Kill another unneeded translationRoeland Jago Douma2020-07-081-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should only translate things when we actually need them. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-07-09138-138/+148
|/ / / /
* | | | Merge pull request #21758 from nextcloud/fix/routes/defaultsRoeland Jago Douma2020-07-082-20/+20
|\ \ \ \ | | | | | | | | | | Fix supporting defaults for routes
| * | | | Fix supporting defaults for routesRoeland Jago Douma2020-07-082-20/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #21754 from nextcloud/td/no_translation_on_each_requestRoeland Jago Douma2020-07-081-2/+1
|\ \ \ \ \ | |/ / / / |/| | | | Only translate if we need the string
| * | | | Only translate if we need the stringRoeland Jago Douma2020-07-081-2/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This translation was done in each call. Over and over and over again. All while it was probably not used in 99.99999% of the cases. A small gain. But still. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #21729 from nextcloud/enh/noid/orphaned-mountsRoeland Jago Douma2020-07-082-1/+53
|\ \ \ \ | | | | | | | | | | Add removal of mounts without storages to files:cleanup command
| * | | | Test for proper removal of mount entriesJulius Härtl2020-07-081-1/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add removal of mounts without storages to files:cleanup commandJulius Härtl2020-07-071-0/+33
| | |/ / | |/| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #21745 from ↵Roeland Jago Douma2020-07-082-43/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/lookup_server_connector-bootstrap Move lookup server connector to bootstrap mechanism
| * | | | Move lookup server connector to bootstrap mechanismMorris Jobke2020-07-082-43/+15
| | |/ / | |/| | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #21749 from ↵Morris Jobke2020-07-083-56/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/contactsinteraction-bootstrap Move contactsinteraction and comments to bootstrap mechanism
| * | | | Move contactsinteraction to bootstrap mechanismMorris Jobke2020-07-083-56/+8
| |/ / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #21643 from nextcloud/enh/no_routeactionhadler_initsRoeland Jago Douma2020-07-083-20/+26
|\ \ \ \ | |/ / / |/| | | Do not create a RouteActionHandler object for each route