aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | expose filecache extension data in FileInfoRobin Appelman2019-11-136-213/+329
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | store filecache extension fieldsRobin Appelman2019-11-136-28/+196
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | move more cache logic to querybuilderRobin Appelman2019-11-132-169/+254
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | add count() as shortcut for count('*') in FunctionBuilderRobin Appelman2019-11-132-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | return from QueryBuilder instead of IQueryBuilderRobin Appelman2019-11-132-62/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this make the type hints work properly with querybuilder subclasses Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #17958 from nextcloud/docs/remove-security-mailRoeland Jago Douma2019-11-181-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | security@nextcloud.com is not being monitored and mails are being dro…
| * | | | | | | security@nextcloud.com is not being monitored and mails are being dropped.Daniel Kesselberg2019-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | Merge pull request #17972 from nextcloud/dependabot/npm_and_yarn/p-queue-6.2.1Roeland Jago Douma2019-11-184-7/+7
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Bump p-queue from 6.2.0 to 6.2.1
| * | | | | | | Bump p-queue from 6.2.0 to 6.2.1dependabot-preview[bot]2019-11-184-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v6.2.0...v6.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | | | | Merge pull request #17965 from nextcloud/fix/noid/strict-controller-useridblizzz2019-11-182-6/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Fixes a 500 without userid
| * | | | | | | Fixes a 500 without useridArthur Schiwon2019-11-162-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plus cleanup of unused use statements Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | | Merge pull request #17973 from nextcloud/dependabot/npm_and_yarn/vuex-3.1.2Roeland Jago Douma2019-11-1810-44/+44
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Bump vuex from 3.1.1 to 3.1.2
| * | | | | | | Bump vuex from 3.1.1 to 3.1.2dependabot-preview[bot]2019-11-1810-44/+44
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/vuejs/vuex/releases) - [Commits](https://github.com/vuejs/vuex/compare/v3.1.1...v3.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | | | Merge pull request #17974 from ↵Roeland Jago Douma2019-11-1810-15/+15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/handlebars-4.5.2 Bump handlebars from 4.5.1 to 4.5.2
| * | | | | | | Bump handlebars from 4.5.1 to 4.5.2dependabot-preview[bot]2019-11-1710-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.1...v4.5.2) 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-11-1812-12/+18
| | | | | | | |
* | | | | | | | Merge pull request #17971 from ↵Roeland Jago Douma2019-11-172-7/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/handlebars-4.5.2 Bump handlebars from 4.5.1 to 4.5.2 in /build
| * | | | | | | | Bump handlebars from 4.5.1 to 4.5.2 in /builddependabot-preview[bot]2019-11-172-7/+7
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.1...v4.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | | Merge pull request #17564 from nextcloud/kesselb-patch-1-1Roeland Jago Douma2019-11-171-3/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update Feature_request.md
| * | | | | | | | Update .github/ISSUE_TEMPLATE/Feature_request.mdkesselb2019-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Gary Kim <gary@garykim.dev>
| * | | | | | | | Update Feature_request.mdkesselb2019-10-161-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Does not fit 100% to feature request but does not hurt.
* | | | | | | | | Merge pull request #17654 from burgha/feature/3866/uploaddetailsRoeland Jago Douma2019-11-171-3/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | fix uploadprogressbar tooltip
| * | | | | | | | update tooltip content dynamicallyHannes Burger2019-10-231-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hannes Burger <hburger30@gmail.com>
| * | | | | | | | fix uploadprogressbar tooltipHannes Burger2019-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hannes Burger <hburger30@gmail.com>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2019-11-1712-4/+24
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2019-11-166-24/+28
| |_|/ / / / / |/| | | | | |
* | | | | | | HTTPS link to https://en.wikipedia.org/wiki/Server-sent_events (#17955)John Molakvoæ2019-11-151-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | HTTPS link to https://en.wikipedia.org/wiki/Server-sent_events
| * | | | | | | HTTPS link to https://en.wikipedia.org/wiki/Server-sent_eventsChristian Oliff2019-11-151-1/+1
|/ / / / / / / | | | | | | | | | | | | | | prevents a redirect
* | | | | | | [tx-robot] updated from transifexNextcloud bot2019-11-1518-96/+168
| | | | | | |
* | | | | | | Merge pull request #17942 from nextcloud/fix/noid/server-offline-app-initRoeland Jago Douma2019-11-141-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pass through ServerNotAvailableException on app init
| * | | | | | | pass through ServerNotAvailableException on app initArthur Schiwon2019-11-141-0/+4
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | Merge pull request #17926 from nextcloud/dav-upload-shared-lock-expiredRoeland Jago Douma2019-11-142-3/+36
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | re-acquired expired shared locks on large file uploads
| * | | | | | | re-acquired expired shared locks on large file uploadsRobin Appelman2019-11-132-3/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | during large file uploads, the shared lock that we get at the begining can expire leading to locked errors later on, instead of erroring, try to re-get the lock Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Revert "Remove unneeded more-white icon" (#17931)John Molakvoæ2019-11-141-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Revert "Remove unneeded more-white icon"
| * | | | | | | | Revert "Remove unneeded more-white icon"Christoph Wurst2019-11-131-0/+1
| | | | | | | | |
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2019-11-1438-22/+108
| | | | | | | | |
* | | | | | | | | Merge pull request #17893 from RussellAult/patch-1Roeland Jago Douma2019-11-132-6/+23
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Fix $redirectUri sometimes has two '?'
| * | | | | | | | Check getRedirectUri() for queriesRussellAult2019-11-132-6/+23
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves Issue #17885 Check getRedirectUri() for queries, and add a '&' instead of a '?' to $redirectUri if it already has them; otherwise, $redirectUri might end up with two '?'. Signed-off-by: RussellAult <russellault@users.noreply.github.com>
* | | | | | | | Use function to open a sidebar file (#17750)John Molakvoæ2019-11-136-21/+29
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Use function to open a sidebar file
| * | | | | | | Use function to open a sidebar fileJohn Molakvoæ (skjnldsv)2019-11-136-21/+29
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | Merge pull request #17832 from nextcloud/fix/noid/wfe-event-proxyingblizzz2019-11-139-25/+159
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | relax dependency on GenericEvent, instead stay compatible with old events
| * | | | | | | relax dependency on GenericEvent, instead stay compatible with old eventsArthur Schiwon2019-11-139-25/+159
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * also fixes tagging events Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | Merge pull request #17924 from nextcloud/enh/15664/check_quota_before_transferRoeland Jago Douma2019-11-131-2/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Check quota before transfer ownership
| * | | | | | Check quota before transfer ownershipRoeland Jago Douma2019-11-131-2/+14
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #15664 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #17898 from nextcloud/ci/7.2Roeland Jago Douma2019-11-131-140/+58
|\ \ \ \ \ \ | | | | | | | | | | | | | | Move more CI to php7.2 as minimum
| * | | | | | php7.2 minimum for 18Roeland Jago Douma2019-11-131-140/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #17873 from nextcloud/fix/17846/make-timeout-optRoeland Jago Douma2019-11-131-0/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Make timeout a optional parameter
| * | | | | | Make timeout a optional parameterDaniel Kesselberg2019-11-091-0/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #17917 from nextcloud/bugfix/noid/editorconfigRoeland Jago Douma2019-11-131-3/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix editorconfig - we always used 4 space tabs
| * | | | | Remove special php setting as it is the defaultJoas Schilling2019-11-121-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>