Nextcloud bot
658fd84035
[tx-robot] updated from transifex
2019-05-16 02:13:37 +00:00
Nextcloud bot
70610a2fbe
[tx-robot] updated from transifex
2019-05-15 13:11:46 +00:00
Morris Jobke
14537a07af
Remove recommendation for opcache on CLI
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-09 11:48:10 +00:00
John Molakvoæ (skjnldsv)
0444289908
Fix multiselect min width
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-07 21:55:46 +00:00
Julius Härtl
f161f77bf6
Bump user settings bundle
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-07 18:42:03 +02:00
Julius Härtl
40df9c648a
Fix default quota setting of 0 B
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-07 18:36:17 +02:00
Joas Schilling
95461ad82d
Check if the data is in the lookup server
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-02 09:59:33 +00:00
Daniel Kesselberg
790a755232
Fix setupcheck for intl module
...
A polyfill for intl is loaded very early (somewhere in base). Polyfill defines grapheme_strlen as function if
intl extension is not loaded. The check here is always true
because there is a function with that name.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-04-25 06:11:22 +00:00
Christoph Wurst
946444a485
Apply `npm audit fix` on stable16
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-24 17:08:18 +02:00
Nextcloud bot
7641a1589f
[tx-robot] updated from transifex
2019-04-11 00:12:59 +00:00
Christoph Wurst
2f09117ebc
Remove a debug log from the 2FA admin settings
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-10 10:44:34 +02:00
Nextcloud bot
3a04650380
[tx-robot] updated from transifex
2019-04-10 00:12:51 +00:00
Nextcloud bot
ec4b1584fe
[tx-robot] updated from transifex
2019-04-09 00:12:59 +00: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
b483419a98
Merge pull request #14938 from nextcloud/enh/14770
...
Move appstore details warnings above buttons
2019-04-03 09:40:08 +02:00
Nextcloud bot
d4ba399706
[tx-robot] updated from transifex
2019-04-03 00:13:35 +00:00
Roeland Jago Douma
a0ca1f7413
Move appstore details warnings above buttons
...
fixes #14470
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-02 23:10:43 +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)
2b9b64134e
Update build
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-02 15:24:31 +02:00
John Molakvoæ (skjnldsv)
1f8674c426
Use components multiselect in apps management
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-02 15:24:19 +02:00
Nextcloud bot
c55ac95e1b
[tx-robot] updated from transifex
2019-04-01 00:13:54 +00:00
Nextcloud bot
0a1d2bf494
[tx-robot] updated from transifex
2019-03-31 01:12:42 +00:00
Nextcloud bot
809058cb3c
[tx-robot] updated from transifex
2019-03-30 01:13:33 +00:00
Nextcloud bot
f7267468c0
[tx-robot] updated from transifex
2019-03-29 01:12:48 +00:00
Nextcloud bot
5ae9eda314
[tx-robot] updated from transifex
2019-03-28 01:13:21 +00:00
Nextcloud bot
86594e8c18
[tx-robot] updated from transifex
2019-03-27 11:47:47 +00:00
Roeland Jago Douma
67a8d38aae
Fix settings translation sync
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-03-27 12:33:15 +01:00
Morris Jobke
fce1ddc04e
Merge pull request #14853 from nextcloud/fix/14822/make-regions-translatable
...
Make regions translatable
2019-03-26 12:08:40 +01:00
Nextcloud bot
a541443be7
[tx-robot] updated from transifex
2019-03-26 10:41:31 +00:00
Morris Jobke
db20f08bac
Make regions translatable
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-26 11:24:51 +01:00
Roeland Jago Douma
4ce191b7cc
Merge pull request #14808 from nextcloud/fix/personal-settings-fed-scope-tabindex
...
Fix personal settings fed scope tabindex
2019-03-25 09:40:34 +01:00
Christoph Wurst
a719948c5c
Select the username input after creating a user successfully
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-22 14:03:15 +01:00
Christoph Wurst
5926ff95e1
Make the federation scope selectable via keyboard
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-22 11:58:53 +01:00
Christoph Wurst
f127de0ab2
Fix tabindex and meno open/close via keyboard on fed scope menu
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-22 11:51:48 +01:00
Morris Jobke
5564a302fe
Merge pull request #14790 from nextcloud/bugfix/noid/fix-ocm/ocs-provider-setup-checks
...
Fix setup checks for ocm/ocs-provider
2019-03-21 16:31:15 +01:00
Morris Jobke
19db60f1f5
Fix setup checks for ocm/ocs-provider
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-21 14:26:59 +01:00
Joas Schilling
494d737f7e
Remove unused member "util"
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-21 12:42:35 +01:00
Morris Jobke
aee0b7693b
Merge pull request #14606 from nextcloud/bugfix/stricter-check-trusted-proxy
...
Make check for empty trusted proxies more strict
2019-03-21 09:15:27 +01:00
Nextcloud bot
6ea5beccd7
[tx-robot] updated from transifex
2019-03-21 01:13:49 +00:00
Daniel Kesselberg
ff629ad158
Trigger warning if empty array or false and X-Forwarded-Host is present
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-03-20 20:00:20 +01:00
Roeland Jago Douma
03dc79f665
Merge pull request #14578 from nextcloud/enh/force_enable_apps
...
Force enable apps
2019-03-20 19:22:38 +01:00
Roeland Jago Douma
575b3f9ff8
Revert "Where is your data?"
2019-03-20 15:17:31 +01:00
Roeland Jago Douma
769cb629ae
allow enforcing apps to ignore the max version
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-03-20 15:16:11 +01:00
Daniel Kesselberg
3855d78b2c
Make check for empty trusted proxies more strict
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-03-20 12:18:42 +01:00
Christoph Wurst
3311d9533a
Collapse 2FA admin detail settings if disabled
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-20 12:09:43 +01:00
Nextcloud bot
785ccae622
[tx-robot] updated from transifex
2019-03-19 01:12:41 +00:00
Morris Jobke
0e49302eea
Merge pull request #14736 from nextcloud/fix/do_not_load_showpassword
...
Fix showpassword loads
2019-03-18 16:17:39 +01:00
Morris Jobke
4824d278f9
Merge pull request #14666 from nextcloud/design/settings-header
...
Don't show 'Personal' header in settings when Admin section is not there
2019-03-18 14:48:36 +01:00
Roeland Jago Douma
219fb1a855
Fix showpassword loads
...
This is bundled by default. So trying to load it throws a warning in the
logs.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-03-18 14:38:44 +01:00
Nextcloud bot
0930e3ecee
[tx-robot] updated from transifex
2019-03-18 01:12:27 +00:00
Jan-Christoph Borchardt
33bafb8e2b
Don't show 'Personal' header in settings when Admin section is not there
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-03-17 16:20:34 +01:00
Nextcloud bot
4547e75078
[tx-robot] updated from transifex
2019-03-17 01:13:23 +00:00
Nextcloud bot
f8988c257c
[tx-robot] updated from transifex
2019-03-16 01:12:34 +00:00
Morris Jobke
6bc1c885b2
Merge pull request #14628 from nextcloud/bugfix/14627/fix-plural-rule-detection
...
Fix plural rule detection for languages
2019-03-15 10:48:26 +01:00
Nextcloud bot
6fcf729545
[tx-robot] updated from transifex
2019-03-14 16:08:31 +00:00
Joas Schilling
c9026fc75c
Fix plural rule detection for languages
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-11 15:19:23 +01:00
Morris Jobke
060b637b70
Show a setup warning in case S3 object storage is used as primary storage
...
* checks for at least 50 GB of free space
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-08 13:38:39 +01:00
Morris Jobke
88f0697cb9
Update generated webpack files to .l10nignore
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-06 14:27:11 +01:00
Christoph Wurst
4fb896b2a1
Remove leftover input that causes undefined index errors
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-05 14:53:39 +01:00
Joas Schilling
bd916cc6b2
Add activities for group membership changes
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-04 12:46:59 +01:00
Morris Jobke
b41ae8c98a
Merge pull request #14484 from nextcloud/fix/users-and-groups/vue-multiselect
...
Fix/users and groups/vue multiselect
2019-03-04 10:19:57 +01:00
dependabot[bot]
fc64871c7d
Bump vue-multiselect from 2.1.3 to 2.1.4
...
Bumps [vue-multiselect](https://github.com/shentao/vue-multiselect ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/shentao/vue-multiselect/releases )
- [Commits](https://github.com/shentao/vue-multiselect/compare/v2.1.3...2.1.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-03-04 09:27:06 +01:00
John Molakvoæ
feefb0ca89
Merge pull request #14467 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.8
...
Bump vue and vue-template-compiler
2019-03-04 09:17:57 +01:00
John Molakvoæ (skjnldsv)
cf37899bca
Build
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-04 08:47:10 +01:00
John Molakvoæ (skjnldsv)
584d52bf08
Settings build update
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-03 11:49:34 +01:00
John Molakvoæ (skjnldsv)
92dd5a6c41
Use nextcloud-vue multiselect
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-03 11:48:39 +01:00
John Molakvoæ (skjnldsv)
2503520121
Fix default input element height
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-02 10:32:36 +01:00
Christoph Wurst
102f700d96
Load auth tokens with the initial state API
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-01 21:24:44 +01:00
Joas Schilling
6ad51a2990
Improve multiselect handling on twofactor settings
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01 20:01:20 +01:00
Christoph Wurst
d2fc298fcd
Add app token QR codes for mobile apps
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-01 16:46:22 +01:00
Roeland Jago Douma
e1653c9915
Merge pull request #14392 from nextcloud/refactor/auth-token-Vue
...
Move personal auth token settings to Vue
2019-03-01 08:21:41 +01:00
Nextcloud bot
374f89aba1
[tx-robot] updated from transifex
2019-03-01 01:12:36 +00:00
Christoph Wurst
4b72475130
Move personal auth token settings to Vue
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Always crate OC.Settings, even if not used
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-02-28 17:38:48 +01:00
Morris Jobke
6c7ccbecbf
Add setup check for missing UTF8MB4 on mysql
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-28 16:46:23 +01:00
Roeland Jago Douma
c621da4fd6
Do not load 2fa admin settings async
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-28 11:55:58 +01:00
Roeland Jago Douma
37bb3dfced
Update assets
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-28 10:51:26 +01:00
dependabot[bot]
57f456b3de
Bump nextcloud-vue from 0.6.3 to 0.8.0
...
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue ) from 0.6.3 to 0.8.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases )
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.6.3...v0.8.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-02-27 15:37:41 +01:00
Roeland Jago Douma
0af5e974bf
Compile assets
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-25 22:03:52 +01:00
Roeland Jago Douma
c7aa20eaec
Merge remote-tracking branch 'origin/master' into users-management-enhancements
2019-02-25 21:48:41 +01:00
Morris Jobke
25bb0918fd
Merge pull request #14365 from nextcloud/enh/npm-makefile
...
Makefile to root folder
2019-02-25 17:16:39 +01:00
Nextcloud bot
5df6400e28
[tx-robot] updated from transifex
2019-02-25 01:12:18 +00:00
Roeland Jago Douma
be542d3f53
Makefile to root folder
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-24 20:20:12 +01:00
Jan-Christoph Borchardt
d1ba0d52ab
Keyboard focus and mouse hover feedback for 'Show password' toggle
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-02-22 12:54:28 +01:00
Nextcloud bot
7c68e0eae7
[tx-robot] updated from transifex
2019-02-22 01:12:10 +00:00
John Molakvoæ (skjnldsv)
798ecf7645
Focus new group input on show
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-02-21 12:30:29 +01:00
John Molakvoæ (skjnldsv)
e5cc147d69
Fix app-navigation loading
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-02-21 12:30:28 +01:00
John Molakvoæ (skjnldsv)
584e9ac961
update settings build
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-02-21 12:30:28 +01:00
John Molakvoæ (skjnldsv)
41f9274540
Fix group form reset after new user
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-02-21 12:08:47 +01:00
John Molakvoæ (skjnldsv)
4a5eaf3f6b
Automatically select newly created group
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-02-21 12:02:49 +01:00
John Molakvoæ (skjnldsv)
6be9fdaa48
Fix infiniteLoading state after user add/remove
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-02-21 12:02:18 +01:00
Nextcloud bot
10388eab34
[tx-robot] updated from transifex
2019-02-21 01:12:02 +00:00
Morris Jobke
beba182248
Merge pull request #14255 from nextcloud/fix-ocm-discovery
...
Fix ocm end-point discovery discovery
2019-02-20 15:32:38 +01:00
Julius Härtl
a32df521f2
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-20 13:13:40 +01:00
Roeland Jago Douma
90dcefb94f
Move settings to main webpack
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-20 12:52:39 +01:00
Morris Jobke
faef05730a
Add unit tests and provide better message
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-20 10:54:39 +01:00
Bjoern Schiessle
6c9ea61758
check ocs-provider route
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-02-20 10:38:48 +01:00
Bjoern Schiessle
7c31c9a748
add setup check for ocm-provider route
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-02-20 10:38:16 +01:00
Roeland Jago Douma
e7f0e8ba03
Merge pull request #14263 from nextcloud/publish-activity-app-token
...
Publish activity if app password created by ocs api or client login flow
2019-02-19 15:08:43 +01:00
Morris Jobke
e20292f174
Merge pull request #14261 from nextcloud/show-warning-if-x-forwarded-set-with-empty-trusted-proxies
...
Warning if x-forwarded-host present but trusted_proxies empty
2019-02-19 10:31:57 +01:00
Daniel Kesselberg
c583c5e7e2
Emit event if app password created
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-18 17:47:43 +01:00
Roeland Jago Douma
ef272fe3d3
Move settings to NODE_ENV
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-18 12:28:37 +01:00
Nextcloud bot
0b7b938a60
[tx-robot] updated from transifex
2019-02-18 01:12:09 +00:00
Daniel Kesselberg
600bc22297
Warning if x-forwarded-host present but trusted_proxies empty
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-17 23:53:06 +01:00
Nextcloud bot
1374183f92
[tx-robot] updated from transifex
2019-02-17 01:13:29 +00:00
Nextcloud bot
1edfffd091
[tx-robot] updated from transifex
2019-02-16 01:12:24 +00:00
Nextcloud bot
49a0ea01e5
[tx-robot] updated from transifex
2019-02-15 01:12:49 +00: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
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
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
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
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
9c06124430
Fix border in update notification section
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-13 14:02:04 +01:00
Nextcloud bot
6c6642e8ee
[tx-robot] updated from transifex
2019-02-13 01:12:15 +00:00
Nextcloud bot
44f6303dc3
[tx-robot] updated from transifex
2019-02-12 01:12:25 +00: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
Nextcloud bot
de52f4d633
[tx-robot] updated from transifex
2019-02-11 01:12:23 +00:00
Roeland Jago Douma
a62924af47
Merge pull request #14119 from nextcloud/dependabot/npm_and_yarn/settings/webpack-4.29.3
...
Bump webpack from 4.29.1 to 4.29.3 in /settings
2019-02-10 21:12:44 +01:00
Michael Weimann
587a140c8a
Code style and comment fixes
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-02-10 10:31:46 +01:00
Nextcloud bot
d4cf0bdb6a
[tx-robot] updated from transifex
2019-02-10 01:13:28 +00:00
dependabot[bot]
cd674c384b
Bump webpack from 4.29.1 to 4.29.3 in /settings
...
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:34 +00:00
Nextcloud bot
5187ddcbfd
[tx-robot] updated from transifex
2019-02-09 01:12:40 +00:00
Roeland Jago Douma
b40603d250
Merge pull request #13702 from nextcloud/feature/6717/rename-app-passwords
...
Make it possible to rename app passwords
2019-02-08 08:34:54 +01:00
Nextcloud bot
45777abce0
[tx-robot] updated from transifex
2019-02-08 01:12:39 +00:00
Nextcloud bot
8db2f3ec3a
[tx-robot] updated from transifex
2019-02-06 22:18:24 +00:00
Nextcloud bot
0df5110127
[tx-robot] updated from transifex
2019-02-06 11:27:29 +00:00
Morris Jobke
19ee259dc2
Ignore compiled assets
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-06 11:33:27 +01:00
dependabot[bot]
eaa7509f48
Bump webpack from 4.29.0 to 4.29.1 in /settings
...
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:41:12 +00:00
dependabot[bot]
db8e02c72d
Bump webpack-cli from 3.2.1 to 3.2.3 in /settings
...
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:55:59 +00:00
Roeland Jago Douma
a242ec695a
Merge pull request #13877 from IGLOU-EU/master
...
SCSS: add background on app section:hover
2019-02-04 08:53:37 +01:00
Daniel Kesselberg
850e67dea9
Don't update token if current session token
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-02 20:21:58 +01:00
Daniel Kesselberg
9ff6a2dab8
Improve usability
...
- Trigger rename by doubleclick on token name
- Use action rename to open and close
- Line height stays the same
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-02 20:21:57 +01:00
Daniel Kesselberg
34e849d702
Add interface INamedToken
...
Remove $token instanceof DefaultToken || $token instanceof PublicKeyToken
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-02 20:21:57 +01:00
Daniel Kesselberg
db49e0fdae
Add canRename & name to tests
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-02 20:21:50 +01:00
Daniel Kesselberg
86f0f867ec
Make app password description editable
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-01 21:37:30 +01:00
Daniel Kesselberg
0972a55912
Clipboard -> ClipboardJS
...
https://github.com/nextcloud/server/issues/12915
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-01 21:36:26 +01:00
Daniel Kesselberg
f3485e0709
Extend regex to match DAVx5
...
7ce739c271
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-01 21:36:26 +01:00
Iglou.eu
4389b80640
inadvertent error prevention on .row
...
Add a 5px border on .row settings section
2019-02-01 21:14:06 +01:00
Roeland Jago Douma
ba03c1a84c
Merge pull request #13548 from nextcloud/feature/10964/app_tokens_activity
...
Publish event for app token create/update/delete
2019-02-01 14:56:45 +01:00
Joas Schilling
e780303ee7
Make strict
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-01 13:18:52 +01:00
Joas Schilling
09642da8cc
Use rich object subjects
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-01 13:15:59 +01:00
Roeland Jago Douma
c07a16e9f7
Generate assets
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-31 21:37:11 +01:00
Aastha Gupta
4658d69e64
Add title attribute for app navigation items.
...
Fix : #11923
2019-01-31 21:33:32 +01:00
Daniel Kesselberg
e78f4cec15
Don't cast tokenId to string
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-01-30 19:10:59 +01:00