Nextcloud bot
53195b156c
[tx-robot] updated from transifex
2017-03-02 16:48:52 +00:00
Joas Schilling
0ef15f93c4
Merge pull request #1377 from nextcloud/improve-finish-l10n
...
Change language code from fi_FI to fi
2017-03-02 12:44:10 +01:00
Joas Schilling
5d4cc4a17b
Merge pull request #3676 from individual-it/trash_problem
...
fix for #3201
2017-03-02 09:47:52 +01:00
Joas Schilling
a7da76ea8a
Merge pull request #3674 from nextcloud/transifex-for-theming
...
Transifex config for theming app
2017-03-02 09:33:57 +01:00
Joas Schilling
ba472f7ce0
Fix table name and add a test for more than 1 entries
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-02 09:11:47 +01:00
Artur Neumann
b0980ee2b8
fix for #3201
2017-03-02 13:16:28 +05:45
Artur Neumann
4f071f61c6
Revert "fix mouse pointer"
...
This reverts commit a4e2dc3033
.
2017-03-02 12:55:16 +05:45
Morris Jobke
1bcd396679
Change language code for languages with only one translation
...
* then the language is not that specific and get also matched for fi
* fallback from fi_FI to fi is supported - the other way around not
* contains repair script
* contains tests for repair script
* fixes #869
Order results to make postgres happy
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-01 22:35:28 -06:00
Morris Jobke
9b95ecb6a1
Transifex config for theming app
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-01 22:05:25 -06:00
Morris Jobke
4a4067a378
Merge pull request #3666 from nextcloud/fix-return-type
...
Fix return type of share provider
2017-03-01 19:38:40 -06:00
Nextcloud bot
a64c8637d9
[tx-robot] updated from transifex
2017-03-02 01:07:31 +00:00
Morris Jobke
766fa87cf8
Merge pull request #3370 from Flole998/Flole998-patch-1
...
Fix for Win Clients sometimes not connecting
2017-03-01 13:07:06 -06:00
Joas Schilling
7f54013fdb
Fix return type of share provider
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-01 13:45:04 +01:00
Nextcloud bot
aecec74a04
[tx-robot] updated from transifex
2017-03-01 01:07:42 +00:00
Roeland Jago Douma
5fc924f6c9
Merge pull request #3649 from nextcloud/bugfix/saving-backup-codes-data-uri
...
Fix saving backup codes by using a correct data uri
2017-02-28 22:03:38 +01:00
Roeland Jago Douma
383e30e57e
Merge pull request #3650 from nextcloud/bugfix/tokenprovider-asserted-method-name
...
DefaultTokenProviderTest mocked/asserted the wrong method
2017-02-28 20:24:11 +01:00
Morris Jobke
aa4d9a0e43
Merge pull request #3651 from nextcloud/refactor/provisioning-usercontroller-test
...
Refactor provision api app's UserControllerTest
2017-02-28 13:12:41 -06:00
Lukas Reschke
b5a6f03362
Merge pull request #3643 from nextcloud/replace-deprecated-tipsy
...
Replace deprecated $.tipsy(...) by $.tooltip(...)
2017-02-28 10:49:14 +01:00
Christoph Wurst
8e370bbf28
Refactor provision api app's UserControllerTest
...
* Replace deprecated getMock with createMock
* Use createMock consistently
* Use php's ::class references
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-02-28 10:40:49 +01:00
Christoph Wurst
e782f90d98
DefaultTokenProviderTest mocked/asserted the wrong method
...
It's 'getRemember' instead of 'getRememberMe', hence some warnings
were generated by phpunit.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-02-28 10:26:19 +01:00
Christoph Wurst
2f980ca76c
Fix saving backup codes by using a correct data uri
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-02-28 10:20:30 +01:00
Morris Jobke
b72b02778d
Merge pull request #2997 from nextcloud/fix_2957
...
Allow groups with / in sabre
2017-02-28 00:34:08 -06:00
Morris Jobke
413d671d9e
Merge pull request #3635 from individual-it/fix_quota_validation
...
better quota validation
2017-02-28 00:27:51 -06:00
Morris Jobke
86149508d0
fix typo
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-28 00:14:34 -06:00
Artur Neumann
9790fe7f5d
make values with white spaces possible
...
a user might enter values with white spaces, and that should be possible
and valid
Signed-off-by: Artur Neumann <info@individual-it.net>
2017-02-28 08:25:34 +05:45
Artur Neumann
f1fccaca06
better quota validation
...
this fixes #3634
1. fixed computerFileSize to be more picky about incorrect values
2. more tests for computerFileSize
3. use computerFileSize to validate user quota
Signed-off-by: Artur Neumann <info@individual-it.net>
2017-02-28 07:38:11 +05:45
Nextcloud bot
7fc3129f0c
[tx-robot] updated from transifex
2017-02-28 01:07:54 +00:00
Christoph Wurst
3e7e49884e
Replace deprecated $.tipsy(...) by $.tooltip(...)
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-02-27 22:25:05 +01:00
Roeland Jago Douma
c75b5a5614
Properly handle groups with a /
...
If a group contains a slash the principal URI becomes
principals/groups/foo/bar. Now the URI is plit on '/' so this creates
issues ;)
Fixes #2957
* Add tests for groups with /
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-02-27 17:07:18 +01:00
Roeland Jago Douma
0195740147
Merge pull request #3618 from nextcloud/fix-install-page-warning
...
Remove not needed rule for .warning
2017-02-27 15:11:56 +01:00
Nextcloud bot
f3a7b7eaa3
[tx-robot] updated from transifex
2017-02-27 01:19:49 +00:00
Morris Jobke
9b36edd373
Merge pull request #3623 from nextcloud/daita-patch-1
...
Fix condition
2017-02-26 17:03:36 -06:00
Maxence Lange
cfb40941c4
Fix condition
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-26 11:45:17 -06:00
Nextcloud bot
0beef8f4e1
[tx-robot] updated from transifex
2017-02-26 01:24:13 +00:00
Nextcloud bot
556b958af2
[tx-robot] updated from transifex
2017-02-25 01:25:07 +00:00
Morris Jobke
8a7b8f966e
Merge pull request #3489 from nextcloud/give-hint-about-opcache
...
Show info in admin settings about PHP opcache if disabled
2017-02-24 13:10:47 -06:00
Morris Jobke
fb15553378
Remove not needed rule for .warning
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-24 11:04:48 -06:00
Lukas Reschke
dd6d2893a6
Merge pull request #3588 from GreenArchon/issue_#3461
...
Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs
2017-02-24 17:25:21 +01:00
Roeland Jago Douma
a113ca68eb
Merge pull request #3598 from nextcloud/issue-3583-shared-addressbooks-fail-on-legacy-endpoint
...
Use the correct principal for shared addressbooks
2017-02-24 16:36:39 +01:00
Roeland Jago Douma
fa7e30fb20
Merge pull request #3612 from KB7777/patch-1
...
Update Setup.php
2017-02-24 16:33:42 +01:00
KB7777
7347849bf9
Update Setup.php
2017-02-24 12:13:26 +01:00
Joas Schilling
d0980bec73
Merge pull request #3287 from nextcloud/readd_appstoreenabled_switch
...
Add back appstoreenabled config switch
2017-02-24 10:07:25 +01:00
Joas Schilling
5e9a2c29b3
Merge pull request #3603 from nextcloud/update-icon
...
Bring back checkmark icon on successful update
2017-02-24 09:58:05 +01:00
Joas Schilling
b26568133f
Merge pull request #3605 from nextcloud/single-user
...
Clean up single user mode
2017-02-24 08:52:26 +01:00
Morris Jobke
f3bfacc976
Fix unit tests and improve appstore logic
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-24 08:34:14 +01:00
Steffen Lindner
cfb6223de7
Add back appstoreenabled config switch
...
Signed-off-by: Steffen Lindner <mail@steffen-lindner.de>
2017-02-24 08:31:56 +01:00
Morris Jobke
1d0710ce3f
Bring back checkmark icon on successful update
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-24 00:06:21 -06:00
Nextcloud bot
97b6c1496e
[tx-robot] updated from transifex
2017-02-24 01:21:37 +00:00
Morris Jobke
ee52313e76
Merge pull request #3589 from nextcloud/remove-unneeded-repair-step
...
Remove unneeded repair steps
2017-02-23 15:57:21 -06:00
Morris Jobke
254c98bb9e
Merge pull request #3576 from robert-scheck/timezone
...
According to issue #3553 , the default logtimezone is always UTC
2017-02-23 15:36:50 -06:00