Commit Graph

20565 Commits

Author SHA1 Message Date
Julius Härtl bf56f2843c
Fix window scroll container
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-19 11:14:57 +02:00
John Molakvoæ abb1fd9fc9
Avoid scrolling to the hidden input when toggling grid/list view (#16005)
Avoid scrolling to the hidden input when toggling grid/list view
2019-06-19 10:49:15 +02:00
Christoph Wurst cfb64ae93e
Use shared browserslist config
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-19 10:41:10 +02:00
John Molakvoæ 3a0e4a1927
Merge pull request #15993 from nextcloud/bugfix/noid/file-not-found
Properly redirect if accessing invalid file though /f/ entrypoint
2019-06-19 10:35:14 +02:00
Julius Härtl 25a646e1ee
Avoid scrolling to the hidden input when toggling grid/list view
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-19 09:35:52 +02:00
Julius Härtl 2d06ea5cfc
Properly redirect if accessing invalid file though /f/ entrypoint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-18 13:09:38 +02:00
Arthur Schiwon a1f2dbe29c
caches the displayname after an LDAP plugin set it
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-18 12:42:03 +02:00
blizzz 2378012ee0
Merge pull request #15858 from nextcloud/enh/noid/ldap-sharee-limited-groups
add LDAP integr. test for receiving share candidates with group limitation
2019-06-17 15:33:50 +02:00
John Molakvoæ f6ad353c7c
Merge pull request #15961 from nextcloud/design/sharing-accessibility
Sharing in list: Use .hidden-visually instead of display:none for accessibility, fix #11661
2019-06-17 09:59:55 +02:00
Nextcloud bot 1bbb26e060
[tx-robot] updated from transifex 2019-06-17 02:13:59 +00:00
Nextcloud bot dd6642ea1f
[tx-robot] updated from transifex 2019-06-16 02:14:10 +00:00
Nextcloud bot 7fea531847
[tx-robot] updated from transifex 2019-06-15 02:13:36 +00:00
Jan-Christoph Borchardt 42a84ea454
Sharing in list: Use .hidden-visually instead of display:none for accessibility, fix #11661
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-14 14:16:25 +02:00
John Molakvoæ bf18f1ee93
Add strict type on Notifications tests (#15935)
Add strict type on Notifications tests
2019-06-14 14:12:50 +02:00
Arthur Schiwon 1d48c0313c
fix inGroup check, thus make integration tests succeed
there is not such strange return mode. Having invalid user ids caused this
check to fail, and as side effect share limitation to groups to not work.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-14 06:23:58 +02:00
Nextcloud bot 85767660ba
[tx-robot] updated from transifex 2019-06-14 02:14:26 +00:00
Robin Appelman f349d5a225
Merge pull request #15866 from nextcloud/versionid-string
allow non integer version ids
2019-06-13 17:15:26 +02:00
John Molakvoæ (skjnldsv) e9351ef779
Add strict type on Notifications tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-13 14:58:38 +02:00
Daniel Calviño Sánchez c887564e4f Fix download entry shown on public share menu when not in mobile
Due to a typo in the variable name the rule was not properly parsed and
applied.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-06-12 15:36:13 +02:00
John Molakvoæ 2cb0b9e56e
Properly theme folder icons that are accessed though imagePath (#15875)
Properly theme folder icons that are accessed though imagePath
2019-06-11 19:16:04 +02:00
John Molakvoæ dc600f2619
Show share settings only if incoming federated shares are allowed (#15830)
Show share settings only if incoming federated shares are allowed
2019-06-11 18:31:16 +02:00
Julius Härtl cfed233f47
Properly theme folder icons that are accessed though imagePath
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-11 17:38:17 +02:00
labor4 ee0e1c4946
add carddav-search option for X-ADDRESSBOOKSERVER-MEMBER
Adding field X-ADDRESSBOOKSERVER-MEMBER
which can be used to relate persons to groups (macos behaviour).

- groups are cards with field X-ADDRESSBOOKSERVER-KIND == 'group'
- and all members' UUID/URI in the X-ADDRESSBOOKSERVER-MEMBER array of that group-card.

Signed-off-by: labor4 <schreibtisch@labor4.ch>
2019-06-07 18:03:09 +02:00
Robin Appelman 08865046fb
log inner exception during dav write
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-06 16:02:42 +02:00
Roeland Jago Douma 49361c40e2
Typehint builtin types in constructor to not initiate autoloading
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-06-04 15:13:33 +02:00
Roeland Jago Douma 357263a70b
Do not try to autoload built in types
This avoids calls to the autoloader (or chain of autoloaders) to see if
for example 'principalPrefix' class can be found. While we already know
it is a string.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-06-04 15:13:32 +02:00
Robin Appelman a0a3f534f7
allow non integer version ids
currently version ids are timestamps, but for storage provided versions
this is not always the case and they might be strings

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-04 14:15:20 +02:00
Robin Appelman 5209cdccdb
fix loading multiple version backends from one app
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-04 14:11:24 +02:00
Roeland Jago Douma fa40c57e8d
Update JS bundle
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-06-04 13:50:12 +02:00
dependabot-preview[bot] 188173a788
Bump nextcloud-axios from 0.1.3 to 0.2.0
Bumps [nextcloud-axios](https://github.com/ChristophWurst/nextcloud-axios) from 0.1.3 to 0.2.0.
- [Release notes](https://github.com/ChristophWurst/nextcloud-axios/releases)
- [Commits](https://github.com/ChristophWurst/nextcloud-axios/compare/v0.1.3...v0.2.0)

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-03 12:50:15 +02:00
dependabot-preview[bot] c9369b7f69
Bump nextcloud-vue from 0.11.3 to 0.11.4
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.11.3 to 0.11.4.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.11.3...v0.11.4)
2019-06-03 10:08:51 +02:00
dependabot-preview[bot] 4dd4c44182
[Security] Bump axios from 0.18.0 to 0.18.1
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1. **This update includes security fixes.**
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)
2019-06-02 07:49:46 +02:00
Morris Jobke db4e8d67e0
Show share settings only if incoming federated shares are allowed
Fixes #15802

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-31 17:38:45 +02:00
nacho 3c30d293fa
CSS: adjust media query breakpoint to improve tablet readability
see https://github.com/nextcloud/news/pull/467
2019-05-30 08:28:30 +02:00
John Molakvoæ (skjnldsv) a442b78538
Build and update
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-29 15:20:19 +02:00
John Molakvoæ (skjnldsv) b53a9130a6
Unify webpack config
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-29 15:19:18 +02:00
Christoph Wurst 64c4bb5bce
Vueify the login page
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-29 11:05:16 +02:00
Nextcloud bot b32ee3a0bb
[tx-robot] updated from transifex 2019-05-29 02:13:44 +00:00
Morris Jobke 64fb083dd9
Merge pull request #15767 from nextcloud/bugfix/0b-quota-create
Hide newFile menu if quota is set to 0B
2019-05-28 14:27:01 +02:00
Morris Jobke c2c3feff0e
Merge pull request #15705 from nextcloud/bugfix/15598/text-color-search-box-darktheme
Change text color in search box in darktheme, ref #15598
2019-05-28 13:50:44 +02:00
Julius Härtl 1cf16fa7aa
Hide newFile menu if quota is set to 0B
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-28 10:27:01 +02:00
Arne Hamann 2c5ebac458
Allow to search for real pattern in contacts
Added an option escape_like_param to allow wildcards

Signed-off-by: Arne Hamann <kontakt+github@arne.email>
2019-05-28 10:01:56 +02:00
Nextcloud bot c3f779b97d
[tx-robot] updated from transifex 2019-05-28 02:13:42 +00:00
Roeland Jago Douma 2dd157986f
Merge pull request #15733 from nextcloud/dependabot/npm_and_yarn/webpack-4.32.2
Bump webpack from 4.31.0 to 4.32.2
2019-05-27 19:27:47 +02:00
blizzz 3e5174b733
Merge pull request #15704 from nextcloud/enh/7276/group-names
Group display name support (service level + ldap)
2019-05-27 15:09:03 +02:00
Julius Härtl d48787e661
Also allow dragging below the file list
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-27 13:00:45 +02:00
Arthur Schiwon c6c8a41d2f
group display name support (service level + ldap)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-27 12:03:05 +02:00
dependabot-preview[bot] 53f18a9770
Bump webpack from 4.31.0 to 4.32.2
Bumps [webpack](https://github.com/webpack/webpack) from 4.31.0 to 4.32.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.31.0...v4.32.2)

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-27 11:35:14 +02:00
Max Kovalenko a83b79c5f8
misc phpdoc fixes
Signed-off-by: Max Kovalenko <mxss1998@yandex.ru>
2019-05-27 09:04:05 +03:00
Max Kovalenko a8ddf3471e
fixed phpdoc parameter types
Signed-off-by: Max Kovalenko <mxss1998@yandex.ru>
2019-05-27 09:04:05 +03:00
Nextcloud bot cdfd2d8dd1
[tx-robot] updated from transifex 2019-05-27 02:13:41 +00:00
Greta Doci bb811ee3e1 Change text color in search box in darktheme, ref #15598
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-05-26 17:03:40 +02:00
Nextcloud bot 7f689af6f4
[tx-robot] updated from transifex 2019-05-26 02:14:16 +00:00
Nextcloud bot d59416eaea
[tx-robot] updated from transifex 2019-05-25 02:13:50 +00:00
Morris Jobke e7ae8511fb
Merge pull request #15697 from nextcloud/bugfix/noid/calendar_birthday_move_repair_to_background
Don't run repair step for every individual user, outsource that to background job
2019-05-24 15:55:23 +02:00
Morris Jobke 9c7503ea7e
Merge pull request #15706 from nextcloud/smb-hidden-files
add option to show hidden files in SMB shares
2019-05-24 14:59:13 +02:00
Nextcloud bot 96d1921bb3
[tx-robot] updated from transifex 2019-05-24 02:13:40 +00:00
Robin Appelman 6d5579863e
add option to show hidden files in SMB shares
Note hidden files can mean different things in smb and the option the the files web ui,
the webui only counts files starting with '.' as hidden, while smb files
can be marked as hidden regardless, any files that are marked as hidden
on smb will thus be shown in the webui regardless of the setting in the files app.

Fixes #15644

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-05-23 21:23:56 +02:00
Georg Ehrke 7ec8e6d35b
Don't run repair step for every individual user, outsource that to background job
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-05-23 11:24:32 +02:00
Nextcloud bot e38f55d788
[tx-robot] updated from transifex 2019-05-23 02:13:45 +00:00
Morris Jobke 237a493b6a
Merge pull request #15676 from nextcloud/revert/9609
Revert "send invitations for shared calendars"
2019-05-22 22:58:24 +02:00
Morris Jobke daaa14e921
Merge pull request #15506 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.11.1
Bump nextcloud-vue from 0.8.0 to 0.11.1
2019-05-22 22:00:40 +02:00
blizzz 755611866e
Merge pull request #15604 from nextcloud/fix/12682/fix-possible-override-of-uniquemember
fixes possible override of uniqueMember by autodetection
2019-05-22 19:09:28 +02:00
Julius Härtl 23de9db7a7
Bump files_sharing bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-22 11:51:35 +02:00
Julius Härtl 0197448b85
Bump nextcloud-vue-collections
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-22 11:48:06 +02:00
John Molakvoæ (skjnldsv) 738ab1a0a0
Bump settings
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-22 11:48:06 +02:00
Georg Ehrke 98a93d5226
Revert "send invitations for shared calendars"
This reverts commit a9c313ce45.
2019-05-22 09:02:25 +02:00
Nextcloud bot f2885c171f
[tx-robot] updated from transifex 2019-05-22 02:13:52 +00:00
Morris Jobke 446dfd9d1d
Merge pull request #15651 from nextcloud/fix/quota/hover-feedback
Remove quota feedback if no link set
2019-05-21 21:03:14 +02:00
Morris Jobke 553543e85c
Merge pull request #15659 from nextcloud/version-backend-use
add way for version backends to programmatically specify if they should be used
2019-05-21 21:00:15 +02:00
Robin Appelman ccfbee2af9
add way for version backends to programmatically specify if they should be used
this allows for backends that should only be used if specific conditions are met

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-05-21 17:14:47 +02:00
John Molakvoæ (skjnldsv) 7ec3845494
Remove quota feedback if no link set
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-21 11:11:30 +02:00
Morris Jobke ac92603014
Merge pull request #15638 from nextcloud/bugfix/7965/sharing-hide-if-empty
Only show sharing section if it has content
2019-05-21 10:33:07 +02:00
Roeland Jago Douma 50dbdeea46
Merge pull request #15104 from nextcloud/enh/remote_wipe
Remote wipe support
2019-05-21 08:36:31 +02:00
Nextcloud bot af680f285e
[tx-robot] updated from transifex 2019-05-21 02:13:28 +00:00
Roeland Jago Douma f03eb7ec3c
Remote wipe support
This allows a user to mark a token for remote wipe.
Clients that support this can then wipe the device properly.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-20 20:50:27 +02:00
Julius Härtl 8f11d2a39b
Only show sharing section if it has content
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-20 18:07:24 +02:00
Nextcloud bot b47be33821
[tx-robot] updated from transifex 2019-05-20 02:13:14 +00:00
Nextcloud bot a44bb8bdcd
[tx-robot] updated from transifex 2019-05-19 02:13:57 +00:00
Nextcloud bot db6c89ded0
[tx-robot] updated from transifex 2019-05-18 02:13:05 +00:00
Arthur Schiwon 3372bcc7fc
fixes possible override of uniqueMember by autodetection
* uniqueMember was the default so we did not know whether this setting is
  desired or the initial value
* autodetection of the user-group association attribute runs only when it
  was not set (as far as we knew)
* the default is now empty
* thus LDAPProvider might return this value as well (in exceptional cases)
* if a group base is given (edge case), use this instead of general base
* resolves #12682

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-17 16:19:23 +02:00
Nextcloud bot e625164e85
[tx-robot] updated from transifex 2019-05-17 02:13:21 +00:00
Arthur Schiwon 45110f4c5d
fixes misunderstanding of the error message
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-16 14:31:10 +02:00
Roeland Jago Douma 3ad1a6f1df
Merge pull request #15526 from nextcloud/fix/noid/building-wfe-handlebars
fix building WFE Handlebars
2019-05-15 20:11:43 +02:00
Arthur Schiwon 738ca9f849
fix building WFE Handlebars
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-15 11:24:12 +02:00
Christoph Wurst 0f3e438f7c
Move OC.theme to the bundle and deprecate oc_defaults
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-14 11:14:29 +02:00
Christoph Wurst 2f5df9387d
Deprecate OC.fileIsBlacklisted and move it to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-14 10:07:56 +02:00
Nextcloud bot ee5095c6f6
[tx-robot] updated from transifex 2019-05-14 02:13:22 +00:00
Morris Jobke 8001c89f88
Merge pull request #15461 from nextcloud/askForPasswordCapability
add "askForPassword" on capabilities for sharing
2019-05-13 21:16:59 +02:00
tobiasKaminsky b65a59568e
add "askForPassword" on capabilities for sharing
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-13 20:09:00 +02:00
dependabot[bot] 4313dffb97
Bump vuex from 3.1.0 to 3.1.1
Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/vuejs/vuex/releases)
- [Commits](https://github.com/vuejs/vuex/compare/v3.1.0...v3.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-13 08:34:38 +02:00
Nextcloud bot 0b136d28a3
[tx-robot] updated from transifex 2019-05-13 00:12:39 +00:00
Nextcloud bot 5d48a20927
[tx-robot] updated from transifex 2019-05-12 00:22:01 +00:00
Roeland Jago Douma 03418b07d3
Merge pull request #15488 from nextcloud/feature/noid/workflowengine-webpack
webpackify workflowengine
2019-05-11 11:16:43 +02:00
Nextcloud bot 9d66e91f0b
[tx-robot] updated from transifex 2019-05-11 00:13:12 +00:00
Arthur Schiwon 3a5d4abdf1
use webpack to compile handlebars
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-10 14:50:40 +02:00
Nextcloud bot 4cd7900d4f
[tx-robot] updated from transifex 2019-05-10 00:13:05 +00:00
Arthur Schiwon e5fefd1338
webpackify workflowengine
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-09 18:42:52 +02:00
Morris Jobke 3007c7a19c
Merge pull request #15477 from nextcloud/fix/files/floating-header
Fix floating header over breadcrumbs
2019-05-09 15:53:17 +02:00
Valdnet 07c36654b1
Update file-upload.js
Change the location of the translation file.
2019-05-09 14:30:43 +02:00
John Molakvoæ (skjnldsv) b23af5c99c
Fix floating header over breadcrumbs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-09 14:23:09 +02:00
Nextcloud bot d890fb5e48
[tx-robot] updated from transifex 2019-05-09 00:12:48 +00:00
Morris Jobke 10d5af18b3
Merge pull request #15427 from nextcloud/refactor/oc-current-user-deprecate-bundle
Deprecate oc_current_user, fix usage and move currentUser to the bundle
2019-05-08 15:57:09 +02:00
Morris Jobke ddff722aa4
Merge pull request #15432 from nextcloud/fix/14986/fix-public-upload
Fix public upload by also load the semaphore method
2019-05-08 10:18:50 +02:00
Christoph Wurst 278c281cc9
Deprecate oc_current_user, fix usage and move currentUser to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-08 09:44:51 +02:00
Nextcloud bot 1c3adf4eff
[tx-robot] updated from transifex 2019-05-08 00:13:17 +00:00
Morris Jobke aa47358812
Merge pull request #15302 from nextcloud/enhancement/files/table-head-sticky
Floating files header
2019-05-07 23:59:51 +02:00
Morris Jobke 21d2d86b2f
Add support for Safari
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-07 23:58:19 +02:00
Morris Jobke 2565e16770
Fix public upload by also load the semaphore method
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-07 23:48:06 +02:00
John Molakvoæ (skjnldsv) faff807ba6
Floating files header
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-07 19:06:58 +02:00
Christoph Wurst acf0ca1541
Move OC.appswebroots to the bundle and deprecate oc_appswebroots
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-07 14:03:14 +02:00
Nextcloud bot c60f6716b4
[tx-robot] updated from transifex 2019-05-07 00:12:58 +00:00
Christoph Wurst 249a5dbdba
Move oc_webroot, OC.webroot and OC.getRootPath() to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-06 17:55:30 +02:00
dependabot[bot] 93d951b120
Bump v-tooltip from 2.0.1 to 2.0.2
Bumps [v-tooltip](https://github.com/Akryum/vue-tooltip) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/Akryum/vue-tooltip/releases)
- [Commits](https://github.com/Akryum/vue-tooltip/compare/v2.0.1...v2.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-05 16:45:28 +02:00
Nextcloud bot 403494c79e
[tx-robot] updated from transifex 2019-05-05 00:13:05 +00:00
Nextcloud bot 006921c669
[tx-robot] updated from transifex 2019-05-04 00:12:53 +00:00
John Molakvoæ 829adcb0b5
Merge pull request #15309 from nextcloud/fix/files-selection-bug
Do NOT assume all files are selected if the first checkbox is
2019-05-02 13:47:06 +02:00
Nextcloud bot 579588a4cd
[tx-robot] updated from transifex 2019-05-02 00:12:57 +00:00
Nextcloud bot 5e8cedab9f
[tx-robot] updated from transifex 2019-05-01 00:12:41 +00:00
John Molakvoæ (skjnldsv) 54afe0bca2
Do NOT assume all files are selected if the first checkbox is
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-30 16:53:50 +02:00
John Molakvoæ e727e01701
Merge pull request #15290 from nextcloud/fix/8635/mdkir-handling+no-create-to-delete
take return of mkdir into consideration; photocache to not create a folder for deletion
2019-04-30 09:25:45 +02:00
Nextcloud bot 4fd2cbeb94
[tx-robot] updated from transifex 2019-04-30 00:12:43 +00:00
Arthur Schiwon 3c78116cf8
do not create folder just to delete it afterwards
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-29 16:46:56 +02:00
Nextcloud bot 01410491b9
[tx-robot] updated from transifex 2019-04-29 00:12:39 +00:00
Nextcloud bot 690e5beb11
[tx-robot] updated from transifex 2019-04-28 00:12:35 +00:00
Nextcloud bot 31205af3ac
[tx-robot] updated from transifex 2019-04-27 00:12:36 +00:00
Nextcloud bot afbf6ef090
[tx-robot] updated from transifex 2019-04-26 00:12:33 +00:00
Nextcloud bot a20716d568
[tx-robot] updated from transifex 2019-04-25 00:12:40 +00:00
Roeland Jago Douma 33946655b9
Merge pull request #15141 from nextcloud/fix/noid/regenerate-seen-users-only
fix searching all users in repair regenerate birthday cal reparir job
2019-04-24 19:58:53 +02:00
Arthur Schiwon 96bab4f969
remove obsolete use statements
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-24 16:24:53 +02:00
Roeland Jago Douma 5c6deb1113
Merge pull request #15148 from nextcloud/fix/oauth2_string_to_int
Fix mapper not properly casting int in oauth2 code
2019-04-24 15:45:03 +02:00
Roeland Jago Douma 38adda4a2b
Merge pull request #15146 from nextcloud/fix/customer_properties_boom
Prefetching blows up if there are a lot of files.
2019-04-24 09:00:38 +02:00
Nextcloud bot 201fc9fbcf
[tx-robot] updated from transifex 2019-04-24 00:12:32 +00:00
John Molakvoæ ca92a7c6e6
Merge pull request #15164 from nextcloud/recommendations-multiselect-overlap
Fix multiselect bar overlapping recommendations
2019-04-23 16:06:41 +02:00
dependabot[bot] ce4c736314
Bump handlebars from 4.1.0 to 4.1.2
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.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.1.0...v4.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-23 10:04:17 +02:00
Nextcloud bot aab2be1856
[tx-robot] updated from transifex 2019-04-23 00:12:36 +00:00
Nextcloud bot e4ce1f9fc1
[tx-robot] updated from transifex 2019-04-22 00:12:49 +00:00
Nextcloud bot 49829482c8
[tx-robot] updated from transifex 2019-04-21 00:13:10 +00:00
Nextcloud bot 1f288533f5
[tx-robot] updated from transifex 2019-04-20 00:12:52 +00:00
Nextcloud bot b566998b05
[tx-robot] updated from transifex 2019-04-19 00:12:46 +00:00
Roeland Jago Douma c16d116fa6
Prefetching blows up if there are a lot of files.
I saw instances where people had a lot of files (each with custom
properties) and all this prefetching blew up and started to consume an
insane amount of RAM resulting in the process getting killed.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-18 21:23:59 +02:00
Jan-Christoph Borchardt 83210d72b9
Use sticky position include for Safari support
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-04-18 21:16:20 +02:00
Roeland Jago Douma 21d542f953
Use the proper names when setting entity types
Else this does 💥

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-18 21:10:52 +02:00
Morris Jobke 9b0c6d9efb
Add webkit/safari fix
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-18 18:36:44 +02:00
Jan-Christoph Borchardt 04591c37ea
Fix multiselect bar overlapping recommendations
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-04-18 17:37:44 +02:00
Nextcloud bot 16b8017fc9
[tx-robot] updated from transifex 2019-04-18 00:12:48 +00:00
Arthur Schiwon 1d1c8b4e69
avoids users searches on backend, faster processing
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-17 15:55:23 +02:00
Nextcloud bot d33b8f904c
[tx-robot] updated from transifex 2019-04-17 00:12:51 +00:00
Roeland Jago Douma 7c264cb7fa
Harden public preview tests
This way there are less timing issues.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-16 16:50:44 +02:00
dependabot[bot] 102c563367
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.8 to 2.6.10
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.8...v2.6.10)

Updates `vue-template-compiler` from 2.6.8 to 2.6.10
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.8...v2.6.10)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-16 14:43:02 +02:00
Morris Jobke 09914547cc
Merge pull request #15105 from nextcloud/dependabot/npm_and_yarn/v-tooltip-2.0.1
Bump v-tooltip from 2.0.0-rc.33 to 2.0.1
2019-04-16 14:38:20 +02:00
dependabot[bot] 844aa38744
Bump v-tooltip from 2.0.0-rc.33 to 2.0.1
Bumps [v-tooltip](https://github.com/Akryum/vue-tooltip) from 2.0.0-rc.33 to 2.0.1.
- [Release notes](https://github.com/Akryum/vue-tooltip/releases)
- [Commits](https://github.com/Akryum/vue-tooltip/commits/v2.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-16 13:43:35 +02:00
Christoph Wurst 410aacae60
Improve the share link password error feedback with a red border
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-16 10:12:25 +02:00
Nextcloud bot 9302e1b8dd
[tx-robot] updated from transifex 2019-04-16 00:17:30 +00:00
Morris Jobke ef72609940
Merge pull request #15057 from nextcloud/bugfix/noid/silent-view-change
Use slient option to switch for regular file actions as well
2019-04-15 11:46:35 +02:00
Roeland Jago Douma 30a5c28272
Merge pull request #14966 from nextcloud/versions-handlebars-webpack
use webpack to compile handlebars for files_versions
2019-04-15 08:58:11 +02:00
Nextcloud bot 765717a4a8
[tx-robot] updated from transifex 2019-04-15 00:12:52 +00:00
Nextcloud bot d3332f516f
[tx-robot] updated from transifex 2019-04-14 00:13:26 +00:00
Nextcloud bot b58438b39d
[tx-robot] updated from transifex 2019-04-13 00:15:32 +00:00
Nextcloud bot 090aa51234
[tx-robot] updated from transifex 2019-04-12 00:12:50 +00:00
Julius Härtl f4a9ee3db4
Use slient option to switch for regular file actions as well
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-11 14:38:58 +02:00
Joas Schilling 4c19b3b2c6
Bump versions of server and the requirements of apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-11 14:02:23 +02:00
Morris Jobke 36618b111f
Pass old value to user triggerChange hook
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-11 10:03:38 +02:00
Morris Jobke aac22ba40f
Merge pull request #15049 from nextcloud/do-not-allow-javascript-eval-in-the-public-share-auth-page-with-talk
Do not allow JavaScript "eval" in the public share auth page with Talk
2019-04-11 09:43:53 +02:00
Nextcloud bot 7641a1589f
[tx-robot] updated from transifex 2019-04-11 00:12:59 +00:00
Roeland Jago Douma ad82c26e8c
Merge pull request #14990 from nextcloud/enhancement/noid/projects
Rename collections to projects
2019-04-10 21:16:37 +02:00
Daniel Calviño Sánchez dfe9e3fb2e Do not allow JavaScript "eval" in the public share auth page with Talk
Talk no longer uses JavaScript "eval", so the Content Security Policy
can now be configured to prevent its use in the public share
authentication page when the password is protected by Talk.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-04-10 16:46:19 +02:00
Joas Schilling d1e4d614da
Merge pull request #15022 from nextcloud/bugfix/noid/respect-lookup-server-disabling-master
Respect the setting if the lookup server is disabled
2019-04-10 08:48:44 +02:00
Nextcloud bot 3a04650380
[tx-robot] updated from transifex 2019-04-10 00:12:51 +00:00
Joas Schilling 541e15db11
Only update the lookup server if it is enabled AND a server is set
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-09 13:22:31 +02:00
Julius Härtl 53b23757ef
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-09 08:36:03 +02:00
Julius Härtl b479af83f0
Use label from apps
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-09 08:30:48 +02:00
Nextcloud bot ec4b1584fe
[tx-robot] updated from transifex 2019-04-09 00:12:59 +00:00
Julius Härtl 07f8aee6fe
Check if OCA.Files.App is available before calling
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-08 11:13:08 +02:00
Robin Appelman 3cce485fc8
use webpack to compile handlebars for files_versions
This removes the need to manually compile the templates every time they are changed

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-04-08 09:16:07 +02:00
Nextcloud bot acba430246
[tx-robot] updated from transifex 2019-04-08 00:14:18 +00:00
Nextcloud bot 3117be298c
[tx-robot] updated from transifex 2019-04-07 00:13:21 +00:00
Nextcloud bot 9c9c410094
[tx-robot] updated from transifex 2019-04-06 00:13:10 +00:00
Nextcloud bot 2339e94680
[tx-robot] updated from transifex 2019-04-05 00:13:16 +00:00
Nextcloud bot 845fd2dd5a
[tx-robot] updated from transifex 2019-04-04 00:13:21 +00:00
Roeland Jago Douma 39d1340371
Merge pull request #14937 from nextcloud/fix/noid/no-placeholders-for-password
storage mount handlers: do not attempt to replace anything in password options
2019-04-03 09:47:13 +02:00
Nextcloud bot d4ba399706
[tx-robot] updated from transifex 2019-04-03 00:13:35 +00:00
Roeland Jago Douma 4491ed6db1
Merge pull request #14936 from nextcloud/fix/noid/loglevel-in-context
set the loglevel in context, save the condition
2019-04-02 23:43:39 +02:00
Arthur Schiwon 2b84bbf372
do not attempt to replace anything in the password
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-02 23:08:34 +02:00
Roeland Jago Douma b365840004
Merge pull request #14605 from nextcloud/bugfix/14112/display-reshares
returns reshares in API
2019-04-02 22:59:02 +02:00
Arthur Schiwon 518998093f
set the loglevel in context, save the condition
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-02 22:52:12 +02:00
John Molakvoæ f2e9babaab
Merge pull request #14931 from nextcloud/fix/files/grid-deleted-restore
Show comments and restore in popover menu
2019-04-02 21:00:34 +02:00
John Molakvoæ (skjnldsv) 6bfd77d136
Fix mobile menu on users management
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-02 19:42:59 +02:00
John Molakvoæ (skjnldsv) b38445b17a
Show comments and restore in popover menu
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-02 12:24:48 +02:00
Nextcloud bot 021751658e
[tx-robot] updated from transifex 2019-04-02 00:13:39 +00:00
Maxence Lange 749fdab3b0 do not returns shared_with === currentUser
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-04-01 11:17:05 -01:00
Morris Jobke 6ba5488338
Merge pull request #14914 from nextcloud/bugfix/noid/hidden-files-grid
Fix hidden file display in grid view
2019-04-01 10:57:37 +02:00
Nextcloud bot c55ac95e1b
[tx-robot] updated from transifex 2019-04-01 00:13:54 +00:00
Maxence Lange 0166990f01 fixing share format
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-03-31 10:40:14 -01:00
Maxence Lange efbadf0cf2 issue during last push
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-03-31 10:40:14 -01:00
Maxence Lange 44c1feb938 returns reshares in API
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-03-31 10:40:14 -01:00
Nextcloud bot 0a1d2bf494
[tx-robot] updated from transifex 2019-03-31 01:12:42 +00:00
Julius Härtl f2914cab6f
Fix hidden file display in grid view
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-30 12:57:18 +01:00
Nextcloud bot 809058cb3c
[tx-robot] updated from transifex 2019-03-30 01:13:33 +00:00
Roeland Jago Douma fb5eebd33b
Merge pull request #14892 from nextcloud/bugfix/noid/collections
Bugfix/noid/collections
2019-03-29 10:25:59 +01:00