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
Roeland Jago Douma
61ee72a89d
Merge pull request #13633 from nextcloud/3rdparty/doctrine/dbal-2.6.3
...
[3rdparty] Bump to doctrine/dbal-2.7.2
2019-01-31 13:18:10 +01:00
Roeland Jago Douma
9359624c27
Merge pull request #13935 from nextcloud/fix/backbone-webpack-noconflict
...
Fix the patched Backbone instance and use that exclusively
2019-01-31 13:10:57 +01:00
Roeland Jago Douma
5c4ed02268
Merge pull request #13899 from nextcloud/enh/13662/events_to_load_additional_scripts
...
Emit event to load additionalscripts
2019-01-31 12:56:20 +01:00
Roeland Jago Douma
d182037bce
Emit to load additionalscripts
...
Fixes #13662
This will fire of an event after a Template Response has been returned.
There is an event for the generic loading and one when logged in. So
apps can chose to load only on loged in pages.
This is a more generic approach than the files app event. As some things
we might want to load on other pages as well besides the files app.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-31 12:11:40 +01:00
Roeland Jago Douma
f0fce59671
[3rdparty] Bump to doctrine/dbal-2.6.3
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-31 11:50:24 +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
54a97300e7
Merge pull request #13894 from nextcloud/feature/noid/chunk-indexable-documents
...
Allow provider to returns indexeable documents by chunks
2019-01-31 11:23:15 +01:00
Christoph Wurst
5c23f975d2
Merge pull request #13937 from nextcloud/refactor/remove-unused-matchmedia
...
Remove unused OC._matchMedia helper
2019-01-31 10:28:02 +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
Maxence Lange
e87e93debf
phpdoc
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-01-31 07:38:00 -01:00
Christoph Wurst
6c47f09d60
Remove unused OC._matchMedia helper
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-31 09:15:13 +01:00
Christoph Wurst
72c88c767c
Use Backbone.noConflict in the bundle as well
...
Move the patched Backbone to its own module again
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-31 08:47:30 +01:00
Roeland Jago Douma
85d6d7b87c
Merge pull request #12636 from nextcloud/fix-12597
...
handle mail send error gracefully
2019-01-30 20:05:23 +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
Morris Jobke
be6475784a
Merge pull request #13924 from nextcloud/fix/initial-state-key
...
Add a key parameter to the new initial state API
2019-01-30 17:07:36 +01:00
Morris Jobke
681437d23d
Merge pull request #12785 from nextcloud/head-menu-half-height-fix
...
Unify headers menu design, fix click area
2019-01-30 16:25:30 +01:00
Christoph Wurst
7e3e3bed50
Fix typos and unused return values
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-30 16:08:46 +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
Roeland Jago Douma
49ae3a3daa
Merge pull request #13903 from nextcloud/refactor/ocp-appconfig-comments-whatsnew-bundle
...
Move OCP.AppConfig, OCP.Comments and OCP.WhatsNew to the server bundle
2019-01-30 15:51:36 +01:00
Bjoern Schiessle
8ed004d6ae
fix typo
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-01-30 15:25:07 +01:00
Bjoern Schiessle
ab01402599
log full exception
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-01-30 15:25:07 +01:00
Bjoern Schiessle
a94358062d
handle mail send error gracefully
...
log the error in case a notification mail of a new share couldn't
be send to the recipient and finish the share operation successfully
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-01-30 15:25:07 +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
Christoph Wurst
9a46c9ed31
Move OCP.AppCOnfig, OCP.Comments and OCP.WhatsNew to the server bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-30 13:56:01 +01: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æ (skjnldsv)
818c23d9f1
Scrolling on apps popovermenu
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-30 10:30:20 +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
ecc8cccc42
Merge pull request #13237 from rcdailey/nfs-write-checks
...
Improve data directory write checking for NFS mounts
2019-01-30 09:36:50 +01:00
Roeland Jago Douma
502c0df2d9
Merge pull request #13752 from rummatee/issue7629
...
fix opacity for add-new-folder button
2019-01-30 09:25:47 +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
7b67ebe99f
Merge pull request #13897 from nextcloud/fix-updating-the-password-of-a-link-share-when-passwords-are-enforced
...
Fix updating the password of a link share when passwords are enforced
2019-01-30 09:16:05 +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
9d4e71f64d
Merge pull request #13646 from nextcloud/enh/13488/initialstate
...
Allow apps to register an initial state
2019-01-30 08:36:23 +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
Roeland Jago Douma
6b653635a7
Merge pull request #13881 from nextcloud/refactor/jquery-plugins-bundle
...
Move jQuery plugins into modules and add them to the bundle
2019-01-29 22:09:12 +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
Daniel Calviño Sánchez
2c151f4efb
Fix updating the password of a link share when passwords are enforced
...
The password input was shown in the popup menu when passwords were not
enforced, or when they were enforced but no password was set, which
prevented updating/changing the password once set. As the password input
should be shown too when password are enforced and a password is set no
condition is needed, so now the password input is always shown.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-29 20:26:22 +01:00