]>
source.dussan.org Git - nextcloud-server.git/log
Julius Härtl [Tue, 15 Oct 2019 10:54:22 +0000 (12:54 +0200)]
Ignore unavailable entity/operation classes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Tue, 15 Oct 2019 02:15:06 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 14 Oct 2019 22:21:54 +0000 (00:21 +0200)]
Merge pull request #17501 from nextcloud/bugfix/fad-48/list-share-downloads-under-sharing
List share download activity under sharing
Roeland Jago Douma [Mon, 14 Oct 2019 20:27:32 +0000 (22:27 +0200)]
Merge pull request #17503 from nextcloud/fix/versions/download_filename
Set the proper filename for version downloads
Roeland Jago Douma [Mon, 14 Oct 2019 19:38:33 +0000 (21:38 +0200)]
Merge pull request #17332 from nextcloud/bugfix/noid/mimetype-changes-on-renaming-a-folder
Only cache the mimetype if the file exists
Roeland Jago Douma [Mon, 14 Oct 2019 19:27:32 +0000 (21:27 +0200)]
Merge pull request #17433 from nextcloud/bugfix/uncaught-promise-navigationduplicated
NavigationDuplicated: catch uncaught (in promise)
Roeland Jago Douma [Mon, 14 Oct 2019 19:25:28 +0000 (21:25 +0200)]
Merge pull request #17535 from nextcloud/enh/noid/fileactions-cleanup
Remove deprecated legacy file actions
Julius Härtl [Mon, 14 Oct 2019 17:19:16 +0000 (19:19 +0200)]
Remove deprecated legacy file actions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Daniel Kesselberg [Sun, 6 Oct 2019 19:00:10 +0000 (21:00 +0200)]
Catch uncaught (in promise)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Roeland Jago Douma [Mon, 14 Oct 2019 16:13:43 +0000 (18:13 +0200)]
Merge pull request #17402 from nextcloud/td/js_deprecate/jstimezonedetect
Deprecate a lot of global js
Roeland Jago Douma [Mon, 14 Oct 2019 16:00:30 +0000 (18:00 +0200)]
Merge pull request #17382 from nextcloud/refactor/accessibility/initialstate
Initial state for accessibility
Roeland Jago Douma [Thu, 10 Oct 2019 10:51:24 +0000 (12:51 +0200)]
Set the proper filename for version downloads
Before it just used the internalid (timestamp often) which is not really
user friendly.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Mon, 14 Oct 2019 09:08:15 +0000 (11:08 +0200)]
Merge pull request #17522 from nextcloud/fix/noid/reflection-toString-deprecated
Fix ReflectionType::__toString() is deprecated
John Molakvoæ (skjnldsv) [Sat, 12 Oct 2019 13:39:25 +0000 (15:39 +0200)]
Move to generateOcsUrl
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Thu, 3 Oct 2019 08:19:50 +0000 (10:19 +0200)]
Initial state for accessibility
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Joas Schilling [Mon, 30 Sep 2019 09:39:50 +0000 (11:39 +0200)]
Only cache the mimetype if the file exists
Otherwise files access control will cache "application/octet-stream"
for all the target node on:
rename, move, copy and all other methods which create a new item
To check this:
1. Add an automated tagging rule which tags on mimetype NOT "httpd/unix-directory"
2. Add an access control rule which checks for any mimetype
3. Create a folder and rename it, the folder should not be tagged, but it is
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Fri, 4 Oct 2019 09:40:35 +0000 (11:40 +0200)]
Deprecate js globals
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Daniel Kesselberg [Sat, 12 Oct 2019 20:55:07 +0000 (22:55 +0200)]
Assume that getType is available
From PHP7 getType is always available. No need to check it nowdays.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Sat, 12 Oct 2019 20:40:03 +0000 (22:40 +0200)]
Fix ReflectionType::__toString() is deprecated
As of PHP 7.1.0, ReflectionType::__toString() is deprecated, and ReflectionParameter::getType() may return an instance of ReflectionNamedType. To get the name of the parameter type, ReflectionNamedType() is available in this case.
https://www.php.net/manual/en/reflectionparameter.gettype.php
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Roeland Jago Douma [Mon, 14 Oct 2019 07:47:44 +0000 (09:47 +0200)]
Merge pull request #17530 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.6.3
Bump @babel/preset-env from 7.6.2 to 7.6.3
Nextcloud bot [Mon, 14 Oct 2019 02:15:09 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Sun, 13 Oct 2019 19:06:04 +0000 (19:06 +0000)]
Bump @babel/preset-env from 7.6.2 to 7.6.3
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.2...v7.6.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Roeland Jago Douma [Sun, 13 Oct 2019 19:04:01 +0000 (21:04 +0200)]
Merge pull request #17527 from nextcloud/dependabot/npm_and_yarn/babel/core-7.6.4
Bump @babel/core from 7.6.2 to 7.6.4
Roeland Jago Douma [Sun, 13 Oct 2019 18:58:12 +0000 (20:58 +0200)]
Merge pull request #17528 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.12.6
Bump nextcloud-vue from 0.12.4 to 0.12.6
dependabot-preview[bot] [Sun, 13 Oct 2019 16:26:09 +0000 (16:26 +0000)]
Bump nextcloud-vue from 0.12.4 to 0.12.6
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.4 to 0.12.6.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.4...v0.12.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Sun, 13 Oct 2019 16:23:57 +0000 (18:23 +0200)]
Merge pull request #17529 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.6
Bump dompurify from 2.0.3 to 2.0.6
dependabot-preview[bot] [Sun, 13 Oct 2019 10:17:51 +0000 (10:17 +0000)]
Bump dompurify from 2.0.3 to 2.0.6
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.3 to 2.0.6.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.3...2.0.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Sun, 13 Oct 2019 10:15:51 +0000 (12:15 +0200)]
Merge pull request #17526 from nextcloud/dependabot/npm_and_yarn/handlebars-4.4.3
Bump handlebars from 4.4.2 to 4.4.3
dependabot-preview[bot] [Sun, 13 Oct 2019 09:06:33 +0000 (09:06 +0000)]
Bump handlebars from 4.4.2 to 4.4.3
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.4.3.
- [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.4.2...v4.4.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
dependabot-preview[bot] [Sun, 13 Oct 2019 09:01:12 +0000 (09:01 +0000)]
Bump @babel/core from 7.6.2 to 7.6.4
Bumps [@babel/core](https://github.com/babel/babel) from 7.6.2 to 7.6.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.2...v7.6.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Roeland Jago Douma [Sun, 13 Oct 2019 08:59:06 +0000 (10:59 +0200)]
Merge pull request #17524 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-0.4.2
Bump @nextcloud/axios from 0.4.1 to 0.4.2
Roeland Jago Douma [Sun, 13 Oct 2019 08:56:39 +0000 (10:56 +0200)]
Merge pull request #17531 from nextcloud/dependabot/npm_and_yarn/webpack-4.41.1
Bump webpack from 4.41.0 to 4.41.1
dependabot-preview[bot] [Sun, 13 Oct 2019 01:25:28 +0000 (01:25 +0000)]
Bump webpack from 4.41.0 to 4.41.1
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.0 to 4.41.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.0...v4.41.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Sun, 13 Oct 2019 06:31:01 +0000 (08:31 +0200)]
Merge pull request #17523 from nextcloud/dependabot/npm_and_yarn/build/handlebars-4.4.3
Bump handlebars from 4.4.2 to 4.4.3 in /build
Nextcloud bot [Sun, 13 Oct 2019 02:15:52 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Sun, 13 Oct 2019 01:14:10 +0000 (01:14 +0000)]
Bump @nextcloud/axios from 0.4.1 to 0.4.2
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v0.4.1...v0.4.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Sun, 13 Oct 2019 01:13:38 +0000 (01:13 +0000)]
Bump handlebars from 4.4.2 to 4.4.3 in /build
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.4.3.
- [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.4.2...v4.4.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Roeland Jago Douma [Sat, 12 Oct 2019 11:52:28 +0000 (13:52 +0200)]
Merge pull request #17390 from nextcloud/refactor/external-initial-state-impl
Use the external initial state implementation
Christoph Wurst [Thu, 3 Oct 2019 15:08:39 +0000 (17:08 +0200)]
Use the external initial state implementation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Nextcloud bot [Sat, 12 Oct 2019 02:15:10 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 11 Oct 2019 12:55:30 +0000 (14:55 +0200)]
Merge pull request #17510 from nextcloud/bump/nextcloud/event-bus
Bump nextcloud/event-bus to 0.2.1
Roeland Jago Douma [Fri, 11 Oct 2019 10:57:19 +0000 (12:57 +0200)]
Bump nextcloud/event-bus to 0.2.1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 11 Oct 2019 10:53:25 +0000 (12:53 +0200)]
Merge pull request #17505 from nextcloud/design/input-contrast
Increase contast between text and placeholder in input fields
Nextcloud bot [Fri, 11 Oct 2019 02:14:43 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 10 Oct 2019 18:30:16 +0000 (20:30 +0200)]
Merge pull request #17484 from nextcloud/bugfix/activity-last-timestamp-merged
Always use the latest timestamp for merged activities
Julius Härtl [Thu, 10 Oct 2019 13:54:10 +0000 (15:54 +0200)]
Increase contast between text and placeholder in input fields
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Joas Schilling [Thu, 10 Oct 2019 06:43:54 +0000 (08:43 +0200)]
List share download activity under sharing
Signed-off-by: Joas Schilling <coding@schilljs.com>
kesselb [Wed, 9 Oct 2019 13:53:33 +0000 (15:53 +0200)]
Merge pull request #17488 from nextcloud/fix/phan-settings-app
Remove settings/ from phan
Roeland Jago Douma [Wed, 9 Oct 2019 13:17:49 +0000 (15:17 +0200)]
Merge pull request #17276 from nextcloud/storage-id-eq
Get single storage id using `eq` instead of `in`
Daniel Kesselberg [Wed, 9 Oct 2019 12:34:05 +0000 (14:34 +0200)]
Remove settings/ from phan
settings is a app now. so the directory does not exist.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Roeland Jago Douma [Wed, 9 Oct 2019 10:00:55 +0000 (12:00 +0200)]
Merge pull request #17458 from nextcloud/enh/avoid_direct_query
Make renewSessionToken return the new token
Julius Härtl [Wed, 9 Oct 2019 09:25:37 +0000 (11:25 +0200)]
Always use the latest timestamp for merged activities
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Tue, 8 Oct 2019 09:01:53 +0000 (11:01 +0200)]
Make renewSessionToken return the new token
Avoids directly getting the token again. We just inserted it so it and
have all the info. So that query is just a waste.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Wed, 9 Oct 2019 06:59:20 +0000 (08:59 +0200)]
Merge pull request #17480 from nextcloud/enhancement/drone/no-submodule-when-not-needed
Remove unnecessary submodules steps
John Molakvoæ (skjnldsv) [Wed, 9 Oct 2019 05:44:50 +0000 (07:44 +0200)]
Remove unwanted submodules
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Nextcloud bot [Wed, 9 Oct 2019 02:15:07 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
kesselb [Tue, 8 Oct 2019 20:54:03 +0000 (22:54 +0200)]
Merge pull request #17475 from nextcloud/ci/integration/parallel_composer
Run composer install in parallel
Roeland Jago Douma [Tue, 8 Oct 2019 19:17:53 +0000 (21:17 +0200)]
Run composer install in parallel
The newer docker image runs the composer isntall in parallel. Saving
precious seconds on CI.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Tue, 8 Oct 2019 18:52:39 +0000 (20:52 +0200)]
Merge pull request #17471 from nextcloud/bugfix/15951/public-txt-truncation-size
Raised public txt file truncation size to 10kb (#15951)
Roeland Jago Douma [Tue, 8 Oct 2019 18:52:24 +0000 (20:52 +0200)]
Merge pull request #17463 from nextcloud/enh/token/cache
Cache the public key tokens
Roeland Jago Douma [Tue, 8 Oct 2019 17:26:32 +0000 (19:26 +0200)]
Merge pull request #17445 from nextcloud/db/add-index-on-schedulingobjects
Add index on principaluri for schedulingobjects table
Roeland Jago Douma [Tue, 8 Oct 2019 17:25:02 +0000 (19:25 +0200)]
Merge pull request #17462 from gary-kim/fix/noid/check-if-tag-name-empty
Show error if tag name is empty
Johannes Koenig [Tue, 8 Oct 2019 16:38:49 +0000 (18:38 +0200)]
Raised public txt file truncation size to 10kb
Signed-off-by: Johannes Koenig <mail@jokoenig.de>
Gary Kim [Tue, 8 Oct 2019 11:35:30 +0000 (19:35 +0800)]
Show error if tag name is empty
Signed-off-by: Gary Kim <gary@garykim.dev>
Roeland Jago Douma [Tue, 8 Oct 2019 11:57:36 +0000 (13:57 +0200)]
Cache the public key tokens
Sometimes (esp with token auth) we query the same token multiple times.
While this is properly indexed and fast it is still a bit of a waste.
Right now it is doing very stupid caching. Which gets invalidate on any
update.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Thomas Citharel [Mon, 7 Oct 2019 12:39:27 +0000 (14:39 +0200)]
Check and add index on principaluri for schedulingobjects table
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Roeland Jago Douma [Tue, 8 Oct 2019 08:09:48 +0000 (10:09 +0200)]
Merge pull request #17429 from nextcloud/db/add-index-on-calendar-object-props-calendar-id
Add index on calendarid for calendarobject_props table
Roeland Jago Douma [Tue, 8 Oct 2019 07:35:13 +0000 (09:35 +0200)]
Merge pull request #17454 from nextcloud/ci/kill/ui-regression
Kill ui-regression ci job
Roeland Jago Douma [Tue, 8 Oct 2019 06:51:11 +0000 (08:51 +0200)]
Merge pull request #17431 from johkoenig/bugfix/17377/trusted_domain_helper_case_insensitive
make TrustedDomainHelper case insensitive
Roeland Jago Douma [Tue, 8 Oct 2019 06:49:55 +0000 (08:49 +0200)]
Kill ui-regression ci job
Since we do not use it at the moment anyway it seems like a waste of
resources to actually run it.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Tue, 8 Oct 2019 06:48:52 +0000 (08:48 +0200)]
Merge pull request #17440 from nextcloud/enh/noid/log-json-escape
Do not escape slashes in log json
John Molakvoæ [Tue, 8 Oct 2019 06:21:30 +0000 (08:21 +0200)]
Remove duplicate code (#17451)
Remove duplicate code
Roeland Jago Douma [Tue, 8 Oct 2019 06:08:02 +0000 (08:08 +0200)]
Merge pull request #17414 from gary-kim/enh/15155/delete-icon-in-trashbin
Show Delete Icon in Breadcrumb in Trashbin
Nextcloud bot [Tue, 8 Oct 2019 02:15:01 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Daniel Kesselberg [Mon, 7 Oct 2019 22:46:50 +0000 (00:46 +0200)]
Remove duplicate code
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Thomas Citharel [Sun, 6 Oct 2019 13:04:27 +0000 (15:04 +0200)]
Add index on calendarid for calendarobject_props table
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Roeland Jago Douma [Mon, 7 Oct 2019 17:46:31 +0000 (19:46 +0200)]
Merge pull request #17449 from nextcloud/fix/joas-should-know-you-have-to-increaste-the-server-version-for-new-migrations
Increase server version to trigger latest migration
John Molakvoæ [Mon, 7 Oct 2019 16:26:35 +0000 (18:26 +0200)]
Do not follow symlinks with webpack (#17448)
Do not follow symlinks with webpack
Christoph Wurst [Mon, 7 Oct 2019 14:37:15 +0000 (16:37 +0200)]
Increase server version to trigger all migrations
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
John Molakvoæ (skjnldsv) [Mon, 7 Oct 2019 14:28:10 +0000 (16:28 +0200)]
Do not follow symlinks with webpack
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Julius Härtl [Mon, 7 Oct 2019 11:39:40 +0000 (13:39 +0200)]
Do not escape slashes in log json
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Gary Kim [Sat, 5 Oct 2019 07:53:07 +0000 (15:53 +0800)]
Show Delete Icon in Breadcrumb in Trashbin
Signed-off-by: Gary Kim <gary@garykim.dev>
Roeland Jago Douma [Mon, 7 Oct 2019 10:03:52 +0000 (12:03 +0200)]
Merge pull request #17411 from kinolaev/fix-oauth2-redirect
Fix oauth client redirect
Nextcloud bot [Mon, 7 Oct 2019 02:14:42 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Johannes Koenig [Sun, 6 Oct 2019 18:43:55 +0000 (20:43 +0200)]
make TrustedDomainHelper case insensitive
Signed-off-by: Johannes Koenig <mail@jokoenig.de>
Roeland Jago Douma [Sun, 6 Oct 2019 10:42:28 +0000 (12:42 +0200)]
Merge pull request #17421 from nextcloud/dependabot/npm_and_yarn/build/handlebars-4.4.2
Bump handlebars from 4.4.0 to 4.4.2 in /build
John Molakvoæ [Sun, 6 Oct 2019 08:01:45 +0000 (10:01 +0200)]
Use @nextcloud/paths and deprecate OC helpers (#17392)
Use @nextcloud/paths and deprecate OC helpers
Nextcloud bot [Sun, 6 Oct 2019 02:15:13 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Sun, 6 Oct 2019 01:13:11 +0000 (01:13 +0000)]
Bump handlebars from 4.4.0 to 4.4.2 in /build
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 to 4.4.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.0...v4.4.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Christoph Wurst [Thu, 3 Oct 2019 16:48:35 +0000 (18:48 +0200)]
Use @nextcloud/paths and deprecate OC helpers
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
John Molakvoæ [Sat, 5 Oct 2019 21:37:10 +0000 (23:37 +0200)]
Fix Axios CSRF token update (#17404)
Fix Axios CSRF token update
Christoph Wurst [Fri, 4 Oct 2019 10:17:09 +0000 (12:17 +0200)]
Switch to @nextcloud/axios for the CSRF update fix
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
John Molakvoæ [Sat, 5 Oct 2019 16:34:14 +0000 (18:34 +0200)]
Allow group displaynames in the database backend (#17221)
Allow group displaynames in the database backend
Roeland Jago Douma [Sat, 5 Oct 2019 13:18:37 +0000 (15:18 +0200)]
Merge pull request #17387 from nextcloud/fix/remove/federated_share
Allow removing federated shares of locally reshared files
Roeland Jago Douma [Sat, 5 Oct 2019 13:16:32 +0000 (15:16 +0200)]
Merge pull request #17370 from nextcloud/jospoortvliet-patch-1
Update README.md
Jos Poortvliet [Wed, 2 Oct 2019 12:15:13 +0000 (14:15 +0200)]
Update README.md
some minor readme updates
John Molakvoæ [Sat, 5 Oct 2019 10:34:57 +0000 (12:34 +0200)]
Fix updating and deleting authtokens (#17397)
Fix updating and deleting authtokens
John Molakvoæ [Sat, 5 Oct 2019 09:17:07 +0000 (11:17 +0200)]
allow trash backends to overwrite the tooltip for trash items (#17374)
allow trash backends to overwrite the tooltip for trash items
Sergej Nikolaev [Fri, 4 Oct 2019 00:28:48 +0000 (03:28 +0300)]
fix updating and deleting authtokens
Signed-off-by: Sergej Nikolaev <kinolaev@gmail.com>
Christoph Wurst [Fri, 4 Oct 2019 10:10:43 +0000 (12:10 +0200)]
Emit an event when the CSRF token changes
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>