Morris Jobke
7fc68fe93e
Merge pull request #14211 from nextcloud/bugfix/prefix-path-to-filecache-s3
...
Prefix $path for filename for internal file cache
2019-02-19 12:01:08 +01:00
Morris Jobke
0882b6008e
Merge pull request #14282 from nextcloud/bugfix/noid/public-folder-share
...
Fix writable public folder share
2019-02-19 11:56:37 +01:00
Julius Härtl
2ec5e2b588
Fix writable public folder share
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-19 10:18:26 +01:00
Morris Jobke
ef4e7d010e
Merge pull request #14232 from nextcloud/enh/updatenoticiation_to_single_webpack
...
Move updatenotifications to unified webpack
2019-02-19 10:01:38 +01:00
Roeland Jago Douma
d43095e17b
Merge pull request #14218 from nextcloud/enh/files_sharing_to_webpack
...
Move files_sharing additionalscripts over to webpack
2019-02-19 08:20:16 +01:00
Roeland Jago Douma
1846bc37d7
Merge pull request #14234 from nextcloud/fix/catch_requestexception
...
Catch Request exception in testRemoteUrl
2019-02-19 08:05:05 +01:00
Nextcloud bot
ad0b67cbce
[tx-robot] updated from transifex
2019-02-19 01:12:10 +00:00
Roeland Jago Douma
f6f002e2ad
Merge pull request #14210 from nextcloud/fix/14192/fix_empty_uploads
...
Fix empty file uploads to S3 (and other streaming storages)
2019-02-18 15:39:17 +01:00
Roeland Jago Douma
fc967a5ac2
Make sure that we have a stream
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-18 14:25:57 +01:00
Roeland Jago Douma
d6ba42057f
Move updatenotifications to unified webpack
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-18 13:22:58 +01:00
Roeland Jago Douma
e91f052576
Merge pull request #14266 from nextcloud/enhancement/public-menu
...
Add guest navigation type
2019-02-18 12:50:59 +01:00
Julius Härtl
01b6f5928e
Move general webpack to NODE_ENV
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-18 12:28:35 +01:00
Julius Härtl
a6b579b772
Add guest navigation type
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-18 09:12:11 +01:00
Nextcloud bot
0b7b938a60
[tx-robot] updated from transifex
2019-02-18 01:12:09 +00:00
Roeland Jago Douma
cb3379e97d
Merge pull request #14245 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.6
...
Bump vue and vue-template-compiler
2019-02-17 21:53:04 +01:00
dependabot[bot]
2afa16e579
Bump vue and vue-template-compiler
...
Bumps [vue](https://github.com/vuejs/vue ) and [vue-template-compiler](https://github.com/vuejs/vue ). These dependencies needed to be updated together.
Updates `vue` from 2.6.5 to 2.6.6
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.6.5...v2.6.6 )
Updates `vue-template-compiler` from 2.6.5 to 2.6.6
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.6.5...v2.6.6 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-17 21:23:42 +01:00
Nextcloud bot
1374183f92
[tx-robot] updated from transifex
2019-02-17 01:13:29 +00:00
Tomasz Grobelny
7c4c5fe6ae
Limit number of simultaneous MKCOL requests to server to increase upload reliability
...
Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
2019-02-16 23:27:50 +01:00
Georg Ehrke
3acde071f3
Add Repair step to regenerate birthday calendar
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-02-16 16:19:22 +01:00
Georg Ehrke
58520209be
unicode all the birthday icons
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-02-16 13:25:08 +01:00
Georg Ehrke
9d0ce12970
set birthday year to 1970, take X-APPLE-OMIT-YEAR into account
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-02-16 12:33:38 +01:00
Nextcloud bot
1edfffd091
[tx-robot] updated from transifex
2019-02-16 01:12:24 +00:00
blizzz
bfd61d849f
Merge pull request #14174 from nextcloud/feature/noid/extstorage-mountconfighandler
...
Mount configuration handlers for external storages
2019-02-15 23:09:45 +01:00
Roeland Jago Douma
0e72d38747
Catch Request exception in testRemoteUrl
...
Else the background job fails hard if the remote has for example an
invalid certificate.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-15 23:06:21 +01:00
Arthur Schiwon
173836b95a
typos in doc, no code changes
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-02-15 22:41:29 +01:00
Roeland Jago Douma
0a4569dff7
Move files_sharing additionalscripts over to webpack
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-15 12:33:04 +01:00
Roeland Jago Douma
3720add736
Add a wrapper to determine if a file is EOF
...
The stream is already closed at this point. Which means feof will always
return false. We have to determine if the stream is EOF in the
preCloseCallback. And pass this info along. Then the logic works as
expected.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-15 08:41:39 +01:00
Nextcloud bot
49a0ea01e5
[tx-robot] updated from transifex
2019-02-15 01:12:49 +00:00
Roeland Jago Douma
fc39b28549
Merge pull request #14186 from nextcloud/enh/systemtags_to_webpack
...
Move systemtags (app) to webpack
2019-02-14 21:17:50 +01:00
Roeland Jago Douma
af233f841f
Merge pull request #14197 from nextcloud/fix/trashbin_restore_translation
...
Fix trashbin restore translation
2019-02-14 19:44:17 +01:00
Daniel Kesselberg
0d667d18bb
Call headObject if file not in filecache 🙈
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-14 18:34:04 +01:00
Daniel Kesselberg
659ed3ecda
Prefix $path for filename for internal file cache
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-14 17:06:14 +01:00
Arthur Schiwon
685c13e091
add GUI option to set the $home placeholder
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-02-14 15:22:22 +01:00
Arthur Schiwon
f8a133d39e
reject mounts with unsubstituted placeholders as incompletely configured
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-02-14 15:22:22 +01:00
Arthur Schiwon
792bcb82ae
add LDAP ConfigHandler for external storages and "$home" var
...
* handler registered upon OCA\\Files_External::loadAdditionalBackends
event as user_ldap is loaded before files_external
* new configuration field "ldapExtStorageHomeAttribute" (not in GUI yet)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-02-14 15:22:22 +01:00
Arthur Schiwon
a26bcd8e8f
files_external: allow to register config handlers for flexible placeholders
...
* BackendService (directly accessable via \OC_Server) offers registerConfigHandler
* SimpleSubstitutionTrait brings reusable logic for simple string replacments
* internal $user replacement mechanism was migrated
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-02-14 15:20:48 +01:00
blizzz
a80bae398a
Merge pull request #14200 from nextcloud/fix/noid/ldap-lowercase-request-attributes
...
ensure attribute names are lower cased
2019-02-14 15:06:39 +01:00
John Molakvoæ
6a3f4e4957
Merge pull request #12652 from tomasz-grobelny/operation_progress_improvements3
...
Operation progress improvements
2019-02-14 14:24:20 +01:00
Arthur Schiwon
5c10a46445
ensure attribute names are lower cased
...
otherwise they will be skipped when the results is being formatted and the
lower-cased result keys do not match.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-02-14 14:13:32 +01:00
Roeland Jago Douma
0357a30a58
Move systemtags to common webpack
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-14 12:17:57 +01:00
Roeland Jago Douma
15dc1fa62f
Move systemtags icon to icons.scss
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-14 12:17:57 +01:00
Roeland Jago Douma
e58128fe6f
Compile assets
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-14 12:00:12 +01:00
Roeland Jago Douma
93b896e3db
Fix trashbin restore translation
...
The files app doesn't have this entry.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-14 11:57:52 +01:00
Morris Jobke
9d1d4d68b7
Merge pull request #14168 from nextcloud/feature/noid/improve-update-channel-layout
...
Improve update channel layout to be a popup menu
2019-02-14 10:37:47 +01:00
Nextcloud bot
4d8c42a4fb
[tx-robot] updated from transifex
2019-02-14 01:12:26 +00:00
Roeland Jago Douma
7f88654147
Move of files_versions to webpack
...
* Move CSS into bundle
* Old merged.json no longer needed!
* No need to load the style still
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-13 22:20:07 +01:00
Roeland Jago Douma
53e8957a55
Merge pull request #14166 from nextcloud/enhancement/noid/sharing-tab-plugins
...
Allow attaching plugins to the ShareTabView and trigger event on render
2019-02-13 16:05:13 +01:00
Morris Jobke
90bcc8e63c
Improve update channel layout to be a popup menu
...
* now the entries are in a popup menu
* if a non-default channel is used the entry will be at the bottom
* channel descriptions are embeded into the menu
* use nextcloud-vue componenets for the channel selector
* update nextcloud-vue dependency from 0.6.1 to 0.6.3
* fixes #13806
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-13 15:29:52 +01:00
John Molakvoæ
cc69038c92
Merge pull request #14177 from nextcloud/bugfix/noid/fix-small-glitches
...
Fix small glitches in update notification page
2019-02-13 14:51:02 +01:00
Morris Jobke
2f9664b75e
Fix style of warning for EoL version
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-13 14:06:00 +01:00
Roeland Jago Douma
58ecc7d000
Move files_trashbin to webpack
...
Combine the 2 js files and the scss. This saves compiling the scss on
the go. And going via Nextcloud storage to obtain it.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-13 09:46:29 +01:00
Roeland Jago Douma
2e7cbc5e1b
Move oauth2 to global webpack config
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-13 09:03:12 +01:00
Nextcloud bot
6c6642e8ee
[tx-robot] updated from transifex
2019-02-13 01:12:15 +00:00
Julius Härtl
ca155fd5d8
Allow attaching plugins to the ShareTabView and trigger event on rendering
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-12 16:52:26 +01:00
Nextcloud bot
44f6303dc3
[tx-robot] updated from transifex
2019-02-12 01:12:25 +00:00
Joas Schilling
01f4506dad
Add a link to the notification to create the backup codes
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-11 15:32:34 +01:00
Roeland Jago Douma
924e40a06b
Merge pull request #14122 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/vue-and-vue-template-compiler
...
Bump vue and vue-template-compiler in /apps/accessibility
2019-02-11 12:22:03 +01:00
Roeland Jago Douma
71b92a5bcc
Merge pull request #14118 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-and-vue-template-compiler
...
Bump vue and vue-template-compiler in /apps/updatenotification
2019-02-11 12:21:21 +01:00
Roeland Jago Douma
a8a7eb8bc2
Merge pull request #14117 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/vue-and-vue-template-compiler
...
Bump vue and vue-template-compiler in /apps/oauth2
2019-02-11 12:20:24 +01:00
Morris Jobke
34dc165132
Merge pull request #13097 from nextcloud/feature/11319/where-is-your-data
...
Where is your data?
2019-02-11 11:13:55 +01:00
Morris Jobke
87347c4e52
Merge pull request #14013 from nextcloud/enh/core_systemtags_js
...
Move core/systemtags to webpack
2019-02-11 09:02:37 +01:00
Roeland Jago Douma
75d52dea17
Move core/systemtags to webpack
...
* Use webpack to bundle the core systemtags so the webserver can serve
them statically
* Bundle the core scss in there as well (saves a request)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-11 08:47:44 +01:00
Nextcloud bot
de52f4d633
[tx-robot] updated from transifex
2019-02-11 01:12:23 +00:00
dependabot[bot]
6ed21d1cc6
Bump vue and vue-template-compiler in /apps/accessibility
...
Bumps [vue](https://github.com/vuejs/vue ) and [vue-template-compiler](https://github.com/vuejs/vue ). These dependencies needed to be updated together.
Updates `vue` from 2.6.2 to 2.6.4
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.6.2...v2.6.4 )
Updates `vue-template-compiler` from 2.6.2 to 2.6.4
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.6.2...v2.6.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-10 21:20:42 +01:00
dependabot[bot]
7395e72789
Bump vue and vue-template-compiler in /apps/updatenotification
...
Bumps [vue](https://github.com/vuejs/vue ) and [vue-template-compiler](https://github.com/vuejs/vue ). These dependencies needed to be updated together.
Updates `vue` from 2.6.2 to 2.6.4
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.6.2...v2.6.4 )
Updates `vue-template-compiler` from 2.6.2 to 2.6.4
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.6.2...v2.6.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-10 21:19:30 +01:00
dependabot[bot]
9e8a2e0284
Bump vue and vue-template-compiler in /apps/oauth2
...
Bumps [vue](https://github.com/vuejs/vue ) and [vue-template-compiler](https://github.com/vuejs/vue ). These dependencies needed to be updated together.
Updates `vue` from 2.6.2 to 2.6.4
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.6.2...v2.6.4 )
Updates `vue-template-compiler` from 2.6.2 to 2.6.4
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.6.2...v2.6.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-10 21:16:58 +01:00
Roeland Jago Douma
d576ffd487
Merge pull request #14120 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.29.3
...
Bump webpack from 4.29.1 to 4.29.3 in /apps/accessibility
2019-02-10 21:13:42 +01:00
Nextcloud bot
d4cf0bdb6a
[tx-robot] updated from transifex
2019-02-10 01:13:28 +00:00
dependabot[bot]
2553f17c82
Bump webpack from 4.29.1 to 4.29.3 in /apps/accessibility
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.29.1 to 4.29.3.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.29.1...v4.29.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-09 02:13:51 +00:00
Nextcloud bot
5187ddcbfd
[tx-robot] updated from transifex
2019-02-09 01:12:40 +00:00
Morris Jobke
fda3f4fc41
Merge pull request #14060 from nextcloud/bugfix/noid/use-new-method
...
Use the new method instead of the deprecated wrapper
2019-02-08 10:57:16 +01:00
Roeland Jago Douma
dd9428047e
Merge pull request #14037 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/vue-and-vue-template-compiler
...
Bump vue and vue-template-compiler in /apps/oauth2
2019-02-08 08:31:38 +01:00
Nextcloud bot
45777abce0
[tx-robot] updated from transifex
2019-02-08 01:12:39 +00:00
Morris Jobke
21671d5cb5
Merge pull request #14083 from nextcloud/bugfix/noid/make-sure-the-path-is-always-a-string
...
Make sure the relative path is always a string
2019-02-07 23:38:48 +01:00
Roeland Jago Douma
612ca63e3d
Merge pull request #14097 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/lodash-4.17.11
...
[Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility
2019-02-07 21:17:26 +01:00
dependabot[bot]
e42181af52
[Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.10 to 4.17.11. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Changelog](https://github.com/lodash/lodash/blob/master/CHANGELOG )
- [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.11 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-07 19:22:33 +00:00
Roeland Jago Douma
0e61fe9f31
Merge pull request #14036 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-and-vue-template-compiler
...
Bump vue and vue-template-compiler in /apps/updatenotification
2019-02-07 20:16:08 +01:00
dependabot[bot]
89ae1f734e
Bump vue and vue-template-compiler in /apps/updatenotification
...
Bumps [vue](https://github.com/vuejs/vue ) and [vue-template-compiler](https://github.com/vuejs/vue ). These dependencies needed to be updated together.
Updates `vue` from 2.5.22 to 2.6.2
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.5.22...v2.6.2 )
Updates `vue-template-compiler` from 2.5.22 to 2.6.2
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.5.22...v2.6.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-07 16:49:45 +01:00
Morris Jobke
c5dc9b57ae
Merge pull request #14064 from nextcloud/smb-3.1.0
...
update icewind/smb to 3.1.0
2019-02-07 16:46:31 +01:00
Morris Jobke
668b706f02
Merge pull request #13819 from nextcloud/bugfix/noid/unify-html-encoding-handling-with-other-ros-apps
...
Unify the HTML encoding handling with other ROS apps
2019-02-07 16:46:02 +01:00
dependabot[bot]
18ed2ce624
Bump vue and vue-template-compiler in /apps/oauth2
...
Bumps [vue](https://github.com/vuejs/vue ) and [vue-template-compiler](https://github.com/vuejs/vue ). These dependencies needed to be updated together.
Updates `vue` from 2.5.22 to 2.6.2
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.5.22...v2.6.2 )
Updates `vue-template-compiler` from 2.5.22 to 2.6.2
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.5.22...v2.6.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-07 16:42:52 +01:00
Morris Jobke
f4d90960f5
Merge pull request #14040 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/vue-and-vue-template-compiler
...
Bump vue and vue-template-compiler in /apps/accessibility
2019-02-07 14:28:42 +01:00
Morris Jobke
02d67da528
Merge pull request #14041 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.29.1
...
Bump webpack from 4.29.0 to 4.29.1 in /apps/oauth2
2019-02-07 14:28:10 +01:00
Joas Schilling
b93aa586f4
Fix wrong method call
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-07 14:12:17 +01:00
Joas Schilling
9cc7efaedc
Make sure the relative path is always a string
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-07 13:44:35 +01:00
Morris Jobke
b717434f13
Reintroduce status check for external storages
...
Fixes #14022
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-07 10:07:36 +00:00
Nextcloud bot
8db2f3ec3a
[tx-robot] updated from transifex
2019-02-06 22:18:24 +00:00
Robin Appelman
89b0d28cb4
update icewind/smb to 3.1.0
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-02-06 16:08:58 +01:00
Joas Schilling
3580a1a240
Use the new method instead of the deprecated wrapper
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-06 13:34:12 +01:00
Nextcloud bot
0df5110127
[tx-robot] updated from transifex
2019-02-06 11:27:29 +00:00
Roeland Jago Douma
635aa23b8c
Do not load bundled jstimezonedetect
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-06 09:16:45 +01:00
dependabot[bot]
024174d5a4
Bump webpack from 4.29.0 to 4.29.1 in /apps/oauth2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.29.0 to 4.29.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.29.0...v4.29.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-06 09:03:33 +01:00
dependabot[bot]
119dbca99a
Bump vue and vue-template-compiler in /apps/accessibility
...
Bumps [vue](https://github.com/vuejs/vue ) and [vue-template-compiler](https://github.com/vuejs/vue ). These dependencies needed to be updated together.
Updates `vue` from 2.5.22 to 2.6.2
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.5.22...v2.6.2 )
Updates `vue-template-compiler` from 2.5.22 to 2.6.2
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.5.22...v2.6.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-06 09:00:35 +01:00
Roeland Jago Douma
d6926b03ef
Merge pull request #14046 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.29.1
...
Bump webpack from 4.29.0 to 4.29.1 in /apps/updatenotification
2019-02-06 08:50:23 +01:00
dependabot[bot]
7d72ddb385
Bump webpack from 4.29.0 to 4.29.1 in /apps/accessibility
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.29.0 to 4.29.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.29.0...v4.29.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-05 21:44:20 +01:00
dependabot[bot]
da1c36e7c4
Bump webpack from 4.29.0 to 4.29.1 in /apps/updatenotification
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.29.0 to 4.29.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.29.0...v4.29.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-05 19:44:20 +00:00
dependabot[bot]
1cca285e2d
Bump webpack-cli from 3.2.1 to 3.2.3 in /apps/updatenotification
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.2.1 to 3.2.3.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-05 19:39:04 +00:00
Roeland Jago Douma
b653aa45e0
Merge pull request #14039 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-cli-3.2.3
...
Bump webpack-cli from 3.2.1 to 3.2.3 in /apps/oauth2
2019-02-05 20:36:47 +01:00
dependabot[bot]
3c049caa77
Bump webpack-cli from 3.2.1 to 3.2.3 in /apps/oauth2
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.2.1 to 3.2.3.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-05 18:51:30 +00:00
dependabot[bot]
61d103e294
Bump webpack-cli from 3.2.1 to 3.2.3 in /apps/accessibility
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.2.1 to 3.2.3.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-05 18:51:28 +00:00
Roeland Jago Douma
dbd0bd6b3f
Merge pull request #13954 from nextcloud/bugfix/noid/show-original-location-in-trashbin
...
Show original path in trashbin
2019-02-05 14:08:37 +01:00
Morris Jobke
979cf79555
Show original path in trashbin via extraData
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-05 09:36:21 +01:00
Roeland Jago Douma
a201f2b4d0
No need to explicitly load bundle dependencies
...
oc-webdav-backbone is loaded by default
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-04 19:34:51 +01:00
dependabot[bot]
e7cb87832d
Bump nextcloud-vue from 0.6.0 to 0.6.1 in /apps/updatenotification
...
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue ) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases )
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.6.0...v0.6.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-03 13:59:59 +01:00
Roeland Jago Douma
b249c16506
Merge pull request #13796 from nextcloud/design/settings-caldav
...
Move calendar settings into basic settings
2019-02-01 13:00:44 +01:00
Christian Aigner
ce37930910
HBOX-297 trim in webfrontend for new files to stay compatible with windows
2019-02-01 09:47:07 +00:00
Georg Ehrke
ea1f6f6aef
make text in Groupware Settings translateable
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-02-01 10:06:32 +01:00
Georg Ehrke
6c49dd169b
fix link to Calendar app in Groupware page
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-02-01 10:06:32 +01:00
Georg Ehrke
9cea139634
Turn "email server" in groupware settings to link to mail settings
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-02-01 10:06:31 +01:00
Jan-Christoph Borchardt
3508c2368f
Keep Calendar server settings in groupware but link mail server settings
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-02-01 10:06:31 +01:00
Jan-Christoph Borchardt
280dce8dbc
Calendar server: Link Calendar app and calendar sync docs
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-02-01 10:06:31 +01:00
Jan-Christoph Borchardt
b068809d9f
Move calendar settings into basic settings
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-02-01 10:06:28 +01:00
Morris Jobke
30fb78c878
Merge pull request #12917 from nextcloud/feature/noid/favorites-quickaccess-add-droppable-v3
...
Added Drozone to favorites quickaccess
2019-02-01 09:30:42 +01:00
Morris Jobke
4a3fe2655f
Merge pull request #13261 from nextcloud/fix/12395
...
only show "Add to your Nextcloud" on share link if federation is acti…
2019-02-01 09:09:02 +01:00
Roeland Jago Douma
f77c3fcf89
Merge pull request #13932 from filisko/master
...
Comment fix.
2019-02-01 08:46:48 +01:00
fnuesse
f13b3ab4ae
Add drop zone for favorites quick access in navigation
...
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-02-01 01:45:03 +01:00
fnuesse
4b32e1c6ab
Extract variable for yellow color in icons
...
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-02-01 00:59:05 +01:00
fnuesse
ad407f64bd
Fix drop zone shadow
...
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-02-01 00:59:05 +01:00
Daniel Calviño Sánchez
8680ced1ae
Unify handling of dropping one file or several files on the trash bin
...
When a single file was dropped on the trash bin the file information was
gotten from the original element in the file list. When several files
were dropped on the trash bin the file information was gotten from the
helper elements being dragged around. The helper element also contain
the needed file information when a single file is being dragged, so the
handling was unified to always get the file information from the helper
elements.
As the handling of several files is the same as before there is still
the issue of only deleting those files shown in the drag helper instead
of all the selected files.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-02-01 00:56:50 +01:00
Jonas Sulzer
3a5d634ccc
add myself as @author
...
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-01-31 22:39:01 +01:00
Jonas Sulzer
e2ec22c43d
code styling
...
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-01-31 22:39:00 +01:00
Jonas Sulzer
5756d96ab9
restructure code
...
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-01-31 22:39:00 +01:00
Jonas Sulzer
30d4024d9d
only show "Add to your Nextcloud" on share link if federation is activated
...
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-01-31 22:38:31 +01:00
Daniel Calviño Sánchez
e46a67ef4c
Use full names instead of abbreviations in variable names
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-31 19:55:51 +01:00
Daniel Calviño Sánchez
3baa078f70
Make code format more consistent with the rest of the file
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-31 19:55:51 +01:00
Daniel Calviño Sánchez
75edcad549
Replace double quotes with single quotes
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-31 19:55:51 +01:00
Daniel Calviño Sánchez
96bc1397b1
Add missing trailing ";"
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-31 19:55:33 +01:00
Daniel Calviño Sánchez
72a424d4c8
Remove unneeded triggering of event
...
The "droppedOnTrash" event was being triggered when the file list was
initialized, but it should be triggered only when the user actually
drops a file on the trash bin.
Besides that, the event had no effect; only the file list handles it,
but as it was not triggered on any element it ended being triggered on
the document, and thus not handled. Moreover, even if it had been
triggered on the file list it would have been done before the handler
was set, so it would not have been handled anyway. And even if it had
been handled no data was provided, so the handler would have failed.
In conclusion, triggering the event there was not needed, and thus it
was removed.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-31 19:14:58 +01:00
Daniel Calviño Sánchez
dd91c4e500
Remove duplicated variable declaration
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-31 17:59:50 +01:00
Daniel Calviño Sánchez
47937a5062
Remove leftover from a WIP
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-31 17:49:25 +01:00
Daniel Calviño Sánchez
2aee19a4ba
Remove hack to prefetch the starred trash icon
...
Since 6ad7f32938
SVG icons are directly embedded in "icons-vars.css", so
the starred trash icon is now loaded along with the regular trash icon
all at once. Therefore it is not needed to explicitly prefetch it using
a hidden div.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-31 17:40:14 +01:00
Daniel Calviño Sánchez
d2945a9375
Show autocompletion as soon as "@" is typed
...
In order to show the autocompletion it was needed to type at least
another character after "@", so only the mentions that matched that
character were shown. Now the autocompletion is shown as soon as "@" is
typed, which shows all the possible mentions.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-31 13:49:43 +01:00
Morris Jobke
87c8a71647
Merge pull request #10068 from nextcloud/feature/1434/provisioning_profiles_for_dav
...
Add Apple Provisioning profile
2019-01-31 11:25:39 +01:00
Morris Jobke
9d285c4459
Fix theming defaults injection if theming app is disabled
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-01-31 09:53:45 +01:00
Filis Futsarov
18ae9d267a
Comment fix.
2019-01-30 23:23:09 +01:00
Georg Ehrke
16fec60e8f
Add Apple Provisioning profile
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-01-30 19:50:02 +01:00
Christoph Wurst
0e6cb988a1
Add a key parameter to the new initial state API
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-30 16:08:08 +01:00
Morris Jobke
29a5661614
Merge pull request #13908 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/vue-loader-15.6.2
...
Bump vue-loader from 15.6.1 to 15.6.2 in /apps/accessibility
2019-01-30 15:03:56 +01:00
dependabot[bot]
c14ff3a0bf
Merge pull request #13907 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-loader-15.6.2
2019-01-30 13:15:30 +00:00
Morris Jobke
fda74eb9b9
Merge pull request #13891 from nextcloud/remove-external-failure-notification
...
Remove warning in case of external storage error
2019-01-30 11:54:20 +01:00
Roeland Jago Douma
95d1cf4817
Merge pull request #13412 from nextcloud/forward-password-policy
...
forward error message from password policy
2019-01-30 11:12:02 +01:00
dependabot[bot]
7f5d20b04f
Bump vue-loader from 15.6.1 to 15.6.2 in /apps/accessibility
...
Bumps [vue-loader](https://github.com/vuejs/vue-loader ) from 15.6.1 to 15.6.2.
- [Release notes](https://github.com/vuejs/vue-loader/releases )
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-loader/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-30 11:05:07 +01:00
dependabot[bot]
de573cedd7
Bump vue-loader from 15.6.1 to 15.6.2 in /apps/updatenotification
...
Bumps [vue-loader](https://github.com/vuejs/vue-loader ) from 15.6.1 to 15.6.2.
- [Release notes](https://github.com/vuejs/vue-loader/releases )
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-loader/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-30 10:44:12 +01:00
John Molakvoæ
53fd4997cc
Merge pull request #12364 from tomasz-grobelny/file_range_select
...
Ability to select file ranges with mouse or touchscreen
2019-01-30 10:21:23 +01:00
Roeland Jago Douma
0769829615
Merge pull request #13830 from nextcloud/fix/shared_versions
...
Allow shared versions again in legacy backend
2019-01-30 09:21:11 +01:00
Roeland Jago Douma
60ae0a4757
Merge pull request #13886 from nextcloud/trashbin-original-location-fallback
...
add fallback for trashbin original location
2019-01-30 09:02:11 +01:00
Roeland Jago Douma
f30877ea7c
Provide initial state
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-29 22:21:54 +01:00
Roeland Jago Douma
139055c1dd
Merge pull request #13880 from nextcloud/enh/expose_subadmin_to_ocp
...
Expose subadmin to OCP
2019-01-29 22:13:41 +01:00
Tomasz Grobelny
08919eb193
Merge branch 'master' into operation_progress_improvements3
...
Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
2019-01-29 21:26:44 +01:00
Roeland Jago Douma
15abcff2a1
Expose subadmin to OCP
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-29 20:47:35 +01:00
John Molakvoæ (skjnldsv)
812567ae58
Remove warning in case of external storage error
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-29 16:23:04 +01:00
Roeland Jago Douma
050b9135d5
Merge pull request #13883 from nextcloud/fix-dropping-a-folder-on-a-folder-row
...
Fix dropping a folder on a folder row
2019-01-29 15:44:21 +01:00
Robin Appelman
9a220214b8
add fallback for trashbin original location
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-01-29 15:14:04 +01:00
Morris Jobke
754932c756
Merge pull request #13865 from nextcloud/fix/noid/ldap-pagedsearch-multiplebases
...
fix paged search with multiple bases (LDAP)
2019-01-29 14:22:33 +01:00
Daniel Calviño Sánchez
038e665db9
Fix dropping a folder on a folder row
...
When the uploaded files have a relative path (that is, when a folder is
uploaded) it is first ensured that all the parent folders exist, which
is done by trying to create them. When a folder is created in the
currently opened folder the file list is updated and a row for the new
folder is added. However, this was done too when the folder already
existed, which caused the previous row to be removed and a new one added
to replace it.
For security reasons, some special headers need to be set in requests;
this is done automatically for jQuery by handling the "ajaxSend" event
in the document. In the case of DAV requests, if the headers are not set
the server rejects the request with "CSRF check not passed".
When a file or folder is dropped on a folder row the jQuery upload
events are chained from the initial drop event, which has the row as its
target. In order to upload the file jQuery performs a request, which
triggers the "ajaxSend" event in the row; this event then bubbles up to
the document, which is then handled by adding the special headers to the
request.
However, when a folder was dropped on a folder row that folder row was
removed when ensuring that the folder exists. The jQuery upload events
were still triggered on the row, but as it had been removed it had no
parent nodes, and thus the events did not bubble up. Due to this the
"ajaxSend" event never reached the document when triggered on the
removed row, the headers were not set, and the upload failed.
All this is simply fixed by not removing the folder row when trying to
create it if it existed already.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-29 13:04:19 +01:00
Morris Jobke
d9b2b3e3c8
Merge pull request #13843 from nextcloud/bugfix/11852-add-icon-caldav
...
Add ico as avatar
2019-01-29 12:22:41 +01:00
Christoph Wurst
8fcb9fcfdc
Merge pull request #13855 from tomasz-grobelny/faster_file_upload
...
Throttle getstoragestats.php calls and allow simultaneous uploads
2019-01-29 08:51:38 +01:00
Arthur Schiwon
c868892d2d
iterate over bases instead of doing parallel search
...
parallel search is not compatible with paged search, but the letter is
usually always applied.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-01-28 23:00:59 +01:00
Daniel Kesselberg
2764173d09
Use proper mime type for ico
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-01-28 21:41:26 +01:00
Daniel Kesselberg
4dbef1210c
Add ico as avatar
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-01-28 21:41:26 +01:00
Morris Jobke
554c78c9b1
Merge pull request #5881 from nextcloud/command-move-calendar
...
Add command to move a calendar from an user to another
2019-01-28 17:35:13 +01:00
Jan-Philipp Litza
9348e3d2f6
dav: Fix handling of chunked WebDAV upload
...
When $data is null (which can happen when $request->getBodyAsStream() returns
null), the Exceptions says "copied bytes: 0, expected filesize: 0", which
sounds more like success...
2019-01-28 17:14:22 +01:00
Morris Jobke
b5b8a17222
Merge pull request #13675 from imsolost/master
...
Fixed some LGTM alerts
2019-01-28 14:46:01 +01:00
dependabot[bot]
9d3892025a
Bump vue-loader from 15.6.0 to 15.6.2 in /apps/oauth2
...
Bumps [vue-loader](https://github.com/vuejs/vue-loader ) from 15.6.0 to 15.6.2.
- [Release notes](https://github.com/vuejs/vue-loader/releases )
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-loader/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-28 09:50:50 +01:00
Tomasz Grobelny
f99ce0d546
Throttle getstoragestats.php calls and allow simultaneous uploads
...
Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
2019-01-27 22:59:14 +01:00
dependabot[bot]
5179cd5db9
Bump vue-loader from 15.6.0 to 15.6.1 in /apps/updatenotification
...
Bumps [vue-loader](https://github.com/vuejs/vue-loader ) from 15.6.0 to 15.6.1.
- [Release notes](https://github.com/vuejs/vue-loader/releases )
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-loader/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-26 20:35:10 +00:00
Felix Nieuwenhuizen
e806aa658c
Fix for issue 10862: calculation of free space ignores external storage (doesn't count towards quota)
...
Signed-off-by: Felix Nieuwenhuizen <felix@tdlrali.com>
2019-01-26 17:23:23 +01:00
dependabot[bot]
0ac37a7c78
Bump vue-loader from 15.6.0 to 15.6.1 in /apps/accessibility
...
Bumps [vue-loader](https://github.com/vuejs/vue-loader ) from 15.6.0 to 15.6.1.
- [Release notes](https://github.com/vuejs/vue-loader/releases )
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-loader/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-26 02:12:55 +00:00
Nextcloud bot
4611ad5a9c
[tx-robot] updated from transifex
2019-01-26 01:12:19 +00:00
Roeland Jago Douma
6415532508
Allow shared versions again in legacy backend
...
To make sure that the versions in the legacy backend are shared again we
have to check the storage of a file. Since all shared files are still on
the owners storage.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-25 21:10:46 +01:00
imsolost
5742ec79ab
changed case on variable to match initial case
...
Signed-off-by: imsolost <imsolost@gmail.com>
2019-01-25 11:16:37 -08:00
imsolost
3e37620cc2
fixed replacement functions to catch all instances of parenthesis
...
Signed-off-by: imsolost <imsolost@gmail.com>
2019-01-25 11:16:37 -08:00
Roeland Jago Douma
daed830abd
Merge pull request #13815 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.29.0
...
Bump webpack from 4.28.4 to 4.29.0 in /apps/accessibility
2019-01-25 19:25:58 +01:00
Roeland Jago Douma
55d4b9e5a6
Merge pull request #13814 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/@babel/preset-env-7.3.1
...
Bump @babel/preset-env from 7.2.3 to 7.3.1 in /apps/accessibility
2019-01-25 18:58:04 +01:00
Morris Jobke
db00b210a3
Merge pull request #13801 from nextcloud/design/highcontrast-fix
...
Fix for high contrast theme
2019-01-25 14:08:19 +01:00
Joas Schilling
58799202eb
Unify the HTML encoding handling with other ROS apps
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-25 11:52:51 +01:00
dependabot[bot]
5de03c3290
Bump webpack from 4.28.4 to 4.29.0 in /apps/accessibility
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.28.4 to 4.29.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.28.4...v4.29.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-25 10:43:46 +00:00
dependabot[bot]
0ec7313eeb
Bump @babel/preset-env from 7.2.3 to 7.3.1 in /apps/accessibility
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.2.3 to 7.3.1.
- [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.2.3...v7.3.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-25 09:13:41 +00:00
dependabot[bot]
6b0fc2a561
Bump vue-loader from 15.5.1 to 15.6.0 in /apps/accessibility
...
Bumps [vue-loader](https://github.com/vuejs/vue-loader ) from 15.5.1 to 15.6.0.
- [Release notes](https://github.com/vuejs/vue-loader/releases )
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-loader/compare/v15.5.1...v15.6.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-25 09:12:47 +00:00
Tomasz Grobelny
907deab278
Add more accessible method of selecting file ranges
...
Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
2019-01-24 22:04:52 +01:00
Joas Schilling
ec12353f47
Merge the str_replacements
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-24 20:35:55 +01:00
Joas Schilling
8e48140c86
Fix linear-gradient for long comments on dark-theme
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-24 20:35:14 +01:00
Jan-Christoph Borchardt
a05219d24d
Accessibility: Fix header icon opacity with high contrast theme
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-01-24 19:10:37 +01:00
Roeland Jago Douma
82b5828e37
Merge pull request #13778 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/@babel/preset-env-7.3.1
...
Bump @babel/preset-env from 7.2.3 to 7.3.1 in /apps/updatenotification
2019-01-24 15:02:44 +01:00
Roeland Jago Douma
b17a4afaa1
Merge pull request #13777 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-loader-15.6.0
...
Bump vue-loader from 15.5.1 to 15.6.0 in /apps/updatenotification
2019-01-24 15:00:16 +01:00
Morris Jobke
cea530d221
Merge pull request #13742 from nextcloud/bugfix/noid/add-icon-to-restore-activity
...
Add icon to restore activity
2019-01-24 14:46:15 +01:00
Morris Jobke
3ab7ee59a0
Merge pull request #13786 from nextcloud/bugfix/noid/accessibility-rewrite-url
...
Remove .css fileending from accessibility user css route
2019-01-24 14:44:16 +01:00
Morris Jobke
6cdb392ec5
Merge pull request #13644 from nextcloud/fix/12991/catch-nouserexception-groupusersdetails
...
ignore non existing users when retrieving details of group members
2019-01-24 14:23:46 +01:00
dependabot[bot]
b708ebbf0c
Bump vue-loader from 15.5.1 to 15.6.0 in /apps/updatenotification
...
Bumps [vue-loader](https://github.com/vuejs/vue-loader ) from 15.5.1 to 15.6.0.
- [Release notes](https://github.com/vuejs/vue-loader/releases )
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-loader/compare/v15.5.1...v15.6.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-24 13:57:56 +01:00
fretn
7efcd11b8e
Fix for crashing occ files:scan
...
when $share === false then (int)$share['share_type'] will always be equal to (int)0
which results in following crash:
[root@server nextcloud] sudo -u apache php occ files:scan someuser
The current PHP memory limit is below the recommended value of 512MB.
Starting scan for user 1 out of 1 (someuser)
An unhandled exception has been thrown:
TypeError: Argument 1 passed to OC\OCS\DiscoveryService::discover() must be of the type string, null given, called in /var/www/html/nextcloud/apps/files_sharing/lib/External/Manager.php on line 382 and defined in /var/www/html/nextcloud/lib/private/OCS/DiscoveryService.php:65
Stack trace:
0 /var/www/html/nextcloud/apps/files_sharing/lib/External/Manager.php(382): OC\OCS\DiscoveryService->discover(NULL, 'FEDERATED_SHARI...')
1 /var/www/html/nextcloud/apps/files_sharing/lib/External/Manager.php(527): OCA\Files_Sharing\External\Manager->sendFeedbackToRemote(NULL, NULL, NULL, 'decline')
2 /var/www/html/nextcloud/apps/files_sharing/lib/External/Storage.php(216): OCA\Files_Sharing\External\Manager->removeShare('files/Someth...')
3 [internal function]: OCA\Files_Sharing\External\Storage->checkStorageAvailability()
4 /var/www/html/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php(505): call_user_func_array(Array, Array)
5 [internal function]: OC\Files\Storage\Wrapper\Wrapper->__call('checkStorageAva...', Array)
6 /var/www/html/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php(505): call_user_func_array(Array, Array)
7 /var/www/html/nextcloud/apps/files_sharing/lib/External/Scanner.php(89): OC\Files\Storage\Wrapper\Wrapper->__call('checkStorageAva...', Array)
8 /var/www/html/nextcloud/apps/files_sharing/lib/External/Scanner.php(44): OCA\Files_Sharing\External\Scanner->scanAll()
9 /var/www/html/nextcloud/lib/private/Files/Utils/Scanner.php(245): OCA\Files_Sharing\External\Scanner->scan('', true, 3)
10 /var/www/html/nextcloud/apps/files/lib/Command/Scan.php(172): OC\Files\Utils\Scanner->scan('/someuser', true, NULL)
11 /var/www/html/nextcloud/apps/files/lib/Command/Scan.php(249): OCA\Files\Command\Scan->scanFiles('someuser', '/someuser', false, Object(Symfony\Component\Console\Output\ConsoleOutput), false, true, false)
12 /var/www/html/nextcloud/3rdparty/symfony/console/Command/Command.php(251): OCA\Files\Command\Scan->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
13 /var/www/html/nextcloud/core/Command/Base.php(162): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
14 /var/www/html/nextcloud/3rdparty/symfony/console/Application.php(946): OC\Core\Command\Base->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
15 /var/www/html/nextcloud/3rdparty/symfony/console/Application.php(248): Symfony\Component\Console\Application->doRunCommand(Object(OCA\Files\Command\Scan), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
16 /var/www/html/nextcloud/3rdparty/symfony/console/Application.php(148): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
17 /var/www/html/nextcloud/lib/private/Console/Application.php(213): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
18 /var/www/html/nextcloud/console.php(96): OC\Console\Application->run()
19 /var/www/html/nextcloud/occ(11): require_once('/var/www/html/n...')
20 {main}[root@server nextcloud]
Signed-off-by: fretn <frederikdelaere+github@gmail.com>
2019-01-24 11:45:53 +01:00
dependabot[bot]
c849948e5b
Bump webpack from 4.28.4 to 4.29.0 in /apps/updatenotification
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.28.4 to 4.29.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.28.4...v4.29.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-24 11:11:10 +01:00
Julius Härtl
5b96166507
Remove .css fileending from accessibility user css route
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-24 09:57:36 +01:00
Roeland Jago Douma
3c6d3ae5e0
Merge pull request #13775 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.29.0
...
Bump webpack from 4.28.4 to 4.29.0 in /apps/oauth2
2019-01-24 08:50:48 +01:00
dependabot[bot]
b547027450
Bump @babel/preset-env from 7.2.3 to 7.3.1 in /apps/updatenotification
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.2.3 to 7.3.1.
- [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.2.3...v7.3.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-24 07:30:47 +00:00
dependabot[bot]
efe8d486a8
Bump webpack from 4.28.4 to 4.29.0 in /apps/oauth2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.28.4 to 4.29.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.28.4...v4.29.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-24 07:27:54 +00:00
dependabot[bot]
78162aef09
Bump vue-loader from 15.5.1 to 15.6.0 in /apps/oauth2
...
Bumps [vue-loader](https://github.com/vuejs/vue-loader ) from 15.5.1 to 15.6.0.
- [Release notes](https://github.com/vuejs/vue-loader/releases )
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-loader/compare/v15.5.1...v15.6.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-24 07:27:16 +00:00
Nextcloud bot
2277c21f3e
[tx-robot] updated from transifex
2019-01-24 01:12:02 +00:00
Jan-Christoph Borchardt
f0ea6961f9
Merge pull request #13652 from nextcloud/bugfix/noid/darktheme-black-icon-on-empty-content
...
Fix empty content icons in header on darktheme
2019-01-23 23:44:46 +01:00
John Molakvoæ
31335f983c
Merge pull request #13734 from nextcloud/bugfix/noid/link-share-breadcrumb
...
Call proper function when fetching link shares in the breadcrumb view
2019-01-23 19:14:41 +01:00
Joas Schilling
71e394d9cf
Fix empty content icons on darktheme
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-23 12:55:19 +01:00