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
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
Morris Jobke
cca08df976
Merge pull request #14160 from nextcloud/update-crl
...
Update CRL to contain revoked files_external_dropbox, passman & payback
2019-02-14 14:53:05 +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
Morris Jobke
c804baaec5
Update CRL to contain revoked files_external_dropbox, passman & payback
...
* see https://github.com/nextcloud/app-certificate-requests/pull/221
* see https://github.com/nextcloud/app-certificate-requests/pull/219#issuecomment-463577509
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-14 11:49:35 +01:00
Roeland Jago Douma
e65f7f05de
Merge pull request #14183 from BrookeDot/patch-2
...
Remove Nextcloud's Google+ link
2019-02-14 11:46:10 +01:00
Roeland Jago Douma
6a5b4c81af
Merge pull request #13681 from nextcloud/dependabot/npm_and_yarn/settings/nextcloud-vue-0.6.0
...
Bump nextcloud-vue from 0.5.0 to 0.6.0 in /settings
2019-02-14 11:40:33 +01:00
Morris Jobke
58de24b5a4
Merge pull request #14185 from nextcloud/fix/init_shared_storage_for_recents
...
Fix recent files
2019-02-14 11:26:41 +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
Christoph Wurst
280b50aa68
Adjust Apps and User settings to new Vue components
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-02-14 09:48:13 +01:00
dependabot[bot]
5b0fbc42dc
Bump nextcloud-vue from 0.5.0 to 0.6.0 in /settings
...
Bumps [nextcloud-vue](https://github.com/nextcloud/vue-components ) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/nextcloud/vue-components/releases )
- [Commits](https://github.com/nextcloud/vue-components/compare/v0.5.0...v0.6.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-14 09:39:35 +01:00
Nextcloud bot
4d8c42a4fb
[tx-robot] updated from transifex
2019-02-14 01:12:26 +00:00
BandonRandon
888774a9d5
remove googleplus svg see #14183
...
Signed-off-by: BandonRandon <BandonRandon@gmail.com>
2019-02-13 15:31:28 -08:00
Roeland Jago Douma
d7495f89ab
Merge pull request #14170 from nextcloud/feature/update-app-password-activity
...
Show more information on app password update
2019-02-13 22:45:12 +01:00
Roeland Jago Douma
cf091539a7
Merge pull request #14005 from nextcloud/enh/versions_to_webpack
...
Move files_versions to webpack
2019-02-13 22:43:09 +01: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
62ddb124a1
Filter out versions and trashbin
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-13 21:27:25 +01:00
Roeland Jago Douma
cb67c6aa00
Loop for the recent search
...
Else it might happen that less entries than requested are returned
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-13 21:22:16 +01:00
Roeland Jago Douma
4c7424d38b
We need to initialize the storage else the jailed path is always null
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-13 21:01:17 +01:00
Daniel Kesselberg
825200be07
Add test cases for rename / grant / revoke
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-13 20:57:54 +01:00
Daniel Kesselberg
840f0c38fc
Show more information on update app password
...
Add Renamed, Filesystem Granted and Filesystem Revoked to
activity app.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-13 20:57:47 +01:00
Brooke
9b8eb0137f
Update development.notice.php
...
Remove Google+ link
2019-02-13 09:01:42 -08: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
34630fb717
Merge pull request #14035 from adduxa/patch-1
...
Fix expiration date changing for file shared by link
2019-02-13 15:59:10 +01:00
Morris Jobke
15ae633864
Fix corners that are cut in popup menu in Safari
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-13 15:29:52 +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
Morris Jobke
9c06124430
Fix border in update notification section
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-13 14:02:04 +01:00
Roeland Jago Douma
3d804ea15d
Merge pull request #14141 from nextcloud/enh/trashbin_to_webpack
...
Move files_trashbin to webpack
2019-02-13 11:34:48 +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
eab46d1ab1
Merge pull request #14148 from nextcloud/enh/single-webpack
...
Move to single webpack config
2019-02-13 09:40:58 +01:00
Roeland Jago Douma
51194a7901
Update expected file list
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-13 09:03:12 +01:00
Roeland Jago Douma
518aa1e2a8
Add proper drone job
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-13 09:03:12 +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
Roeland Jago Douma
329da5fb99
Move webpack config to root
...
Then we can include all server repo webpack configs in 1 go
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-13 09:03:11 +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
Roeland Jago Douma
004f7fa8e1
Merge pull request #14149 from nextcloud/fix/throttler_bitmask
...
Fix the thorrtler whitelist bitmask
2019-02-12 08:54:19 +01:00
Nextcloud bot
44f6303dc3
[tx-robot] updated from transifex
2019-02-12 01:12:25 +00:00
Roeland Jago Douma
f1ea56b502
Fix the thorrtler whitelist bitmask
...
Before we actually didn't check each bit of the bitmask. Now we do.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-11 23:22:20 +01:00
Roeland Jago Douma
e3c787682d
Merge pull request #14143 from nextcloud/bugfix/noid/add-link-to-settings-on-notification
...
Add a link to the notification to create the backup codes
2019-02-11 19:19:05 +01:00
Roeland Jago Douma
66c805311f
Merge pull request #14144 from nextcloud/fix/autoloaders
...
Update autoloaders
2019-02-11 19:18:34 +01:00
Roeland Jago Douma
68dbb28e84
Update autoloaders
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-11 15:59:32 +01: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