Daniel Calviño Sánchez
a8323bbc05
Fix placement of icon in public share page for audio files
...
When the preview for audio files is used an HTML 5 audio element is
shown in the public share page. This element is added by the template,
so it is already there when the mimetype icon is added to the
"#imgframe" element. Instead of appended the icon is now prepended, so
it appears before the audio element (prepending instead of appending
should make no difference for other types of files, as in that case the
"#imgframe" element is empty). Besides that, the CSS was modified to
show the icon centered above the audio preview instead of next to it.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-06-27 13:33:22 +02:00
Roeland Jago Douma
dd79eda8a0
Use correct test avatar
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-06-27 13:27:03 +02:00
Daniel Calviño Sánchez
443c1db3a3
Fix download link included in public share page with hidden download
...
The preview element in the public share page was always wrapped with a
link to download the file; now that link is included only if the "Hide
download" option of the share is not enabled.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-06-27 12:21:34 +02:00
blizzz
690406db41
Merge pull request #16101 from nextcloud/fix/ldap/invaliate-user-after-delete-by-plugin
...
invalidates user when plugin reported deletion success
2019-06-27 12:21:02 +02:00
Robin Appelman
f39605dabc
verify that paths are valid for recursive local move
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-27 11:10:08 +02:00
Christoph Wurst
20afe94297
Do not show a internet connectivity warning if internet access is disabled
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-27 10:51:59 +02:00
Arthur Schiwon
d0f31c590d
Also invalidate groups after deletion
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-27 10:33:40 +02:00
Joas Schilling
0d3f9be56e
Merge pull request #16088 from nextcloud/bugfix/noid/allow-longer-comments-to-be-stored-in-the-comments-api
...
Allow apps to store longer messages in the comments API
2019-06-27 10:04:19 +02:00
Christoph Wurst
e9860c89ca
Show contacts app mgmt link in contacts menu
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-27 09:33:27 +02:00
Nextcloud bot
afb86ef4f5
[tx-robot] updated from transifex
2019-06-27 02:14:09 +00:00
Roeland Jago Douma
7ddc5bc540
Merge pull request #15829 from nextcloud/fix/js-l10n-registration
...
Fix js l10n registration to also work with more than one bundle
2019-06-26 18:41:13 +02:00
Jan-Christoph Borchardt
810e5f4864
Merge pull request #16095 from nextcloud/bugfix/theming-filetypes
...
Only return link to themed icon if file exists
2019-06-26 14:58:43 +02:00
Jan-Christoph Borchardt
0e0801391e
Merge pull request #16093 from nextcloud/design/comments-icon
...
Update comments icon to use updated core one
2019-06-26 14:53:11 +02:00
Jan-Christoph Borchardt
665362b354
Merge pull request #16084 from nextcloud/design/fix-files-checkboxes
...
Fix file checkbox margin causing layout issues in file list
2019-06-26 14:52:37 +02:00
Arthur Schiwon
108227ca6c
invalidates user when plugin reported deletion success
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-26 14:18:28 +02:00
Julius Härtl
ec6ce43053
Only return link to themed icon if file exists
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-26 10:53:49 +02:00
Jan-Christoph Borchardt
4686fc6734
Show share link header text always in 2 rows
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-26 10:47:29 +02:00
Jan-Christoph Borchardt
14af581164
Update comments icon to use updated core one
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-26 10:24:20 +02:00
Joas Schilling
d2c8a11c07
Allow apps to store longer messages in the comments API
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-26 10:14:24 +02:00
Christoph Wurst
409acf1131
Fix js l10n registration to also work with more than one bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-26 10:07:21 +02:00
Roeland Jago Douma
bc276cdd83
Merge pull request #15859 from nextcloud/deprecate/oc-redirect-reload
...
Deprecate window.location wrappers for redirect and reload
2019-06-26 10:00:31 +02:00
Nextcloud bot
9bd2b11ce7
[tx-robot] updated from transifex
2019-06-26 02:13:59 +00:00
Jan-Christoph Borchardt
2832c0d8a2
Fix file checkbox margin causing layout issues in file list
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-26 00:48:11 +02:00
Jan-Christoph Borchardt
b466127b1f
Merge pull request #16055 from nextcloud/design/native-fonts
...
Use native font stack
2019-06-26 00:08:16 +02:00
Roeland Jago Douma
a47403d5f8
Merge pull request #16021 from nextcloud/bugfix/noid/fall-back-to-black-for-non-color-values
...
Fall back to black for non-color values
2019-06-25 22:04:12 +02:00
Roeland Jago Douma
da025d4867
Merge pull request #16027 from nextcloud/bugfix/noid/check-if-uploading-is-enabled-before-verifying
...
Check if uploading to lookup server is enabled before verifying
2019-06-25 22:02:55 +02:00
Roeland Jago Douma
2f5810f26e
Merge pull request #15832 from nextcloud/bugfix/noid/fulltext-search-groupfolders
...
Fix full text search for groupfolders
2019-06-25 21:43:37 +02:00
Christoph Wurst
ac0e414a18
Deprecate window.location wrappers for redirect and reload
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-25 21:39:37 +02:00
Roeland Jago Douma
0f0dfc837e
Merge pull request #15956 from nextcloud/bugfix/noid/fix_checkapp_occ
...
Fix appid argument for integrity:check-app
2019-06-25 21:36:33 +02:00
Roeland Jago Douma
ce642fb0e2
Merge pull request #15970 from nextcloud/dependabot/npm_and_yarn/css-loader-3.0.0
...
Bump css-loader from 2.1.1 to 3.0.0
2019-06-25 21:35:47 +02:00
dependabot-preview[bot]
4a401865f2
Bump css-loader from 2.1.1 to 3.0.0
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 2.1.1 to 3.0.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v2.1.1...v3.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-06-25 21:33:38 +02:00
Roeland Jago Douma
11b71a143e
Merge pull request #16013 from nextcloud/versions-preview-string-id
...
fix previews of versions with non numeric version ids
2019-06-25 21:21:50 +02:00
Roeland Jago Douma
d4a44d9b78
Merge pull request #15870 from nextcloud/preview-provider-v2
...
Add new Provider interface for preview providers
2019-06-25 15:05:54 +02:00
Georg Ehrke
d814089c6a
Fix appid argument for integrity:check-app
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-06-25 14:53:12 +02:00
Roeland Jago Douma
335af0c46c
Merge pull request #15971 from nextcloud/dependabot/npm_and_yarn/tests/ui-regression/pixelmatch-tw-5.0.2
...
Update pixelmatch requirement from ^4.0.2 to ^5.0.2 in /tests/ui-regression
2019-06-25 14:25:29 +02:00
Roeland Jago Douma
98244b5d6d
Merge pull request #16024 from nextcloud/bugfix/15944/fix-return-code-user-provision
...
Forward OCSException to initiator
2019-06-25 13:32:10 +02:00
Roeland Jago Douma
5fbf304c2a
Merge pull request #15777 from nextcloud/feature/ocp-event-dispatcher
...
Add event dispatcher to OCP
2019-06-25 11:48:16 +02:00
Christoph Wurst
3174012adf
Add event dispatcher to OCP
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-25 10:02:27 +02:00
Nextcloud bot
aab447521c
[tx-robot] updated from transifex
2019-06-25 02:14:02 +00:00
Daniel Kesselberg
5c3fc44f33
Don't show absolute number in tooltip
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-06-24 18:35:37 +02:00
Daniel Kesselberg
d059ee34a0
Show used space in mb instead of %
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-06-24 18:33:10 +02:00
Jan-Christoph Borchardt
97fbf91f29
Use native font stack
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-24 17:27:35 +02:00
Roeland Jago Douma
505ddd223f
Merge pull request #16043 from nextcloud/dependabot/npm_and_yarn/dompurify-1.0.11
...
Bump dompurify from 1.0.10 to 1.0.11
2019-06-24 15:41:00 +02:00
dependabot-preview[bot]
16dd043560
Bump dompurify from 1.0.10 to 1.0.11
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 1.0.10 to 1.0.11.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/1.0.10...1.0.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-06-24 10:57:22 +02:00
Roeland Jago Douma
9b5f6ec1d8
Merge pull request #16044 from nextcloud/dependabot/npm_and_yarn/webpack-4.35.0
...
Bump webpack from 4.34.0 to 4.35.0
2019-06-24 10:51:28 +02:00
Robin Appelman
88d9f009ec
Merge pull request #15888 from nextcloud/dav-write-forward-exception
...
log inner exception during dav write
2019-06-24 10:22:03 +02:00
blizzz
c417194374
Merge pull request #16033 from nextcloud/fix/noid/ldap-group-wiz-selection
...
fix LDAP Wizard forgetting groups on select with search
2019-06-24 08:12:06 +02:00
Nextcloud bot
a8ca8431a5
[tx-robot] updated from transifex
2019-06-24 02:14:05 +00:00
Daniel Kesselberg
f310b964d4
Hide quota bar if unlimited
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-06-23 21:21:13 +02:00
Nextcloud bot
fb83b2d155
[tx-robot] updated from transifex
2019-06-23 02:14:26 +00:00