Lukas Reschke
a2e16fd5ba
Merge pull request #3418 from nextcloud/add-groups-to-userinfo
...
add groups to user info output
2017-02-22 12:26:47 +01:00
Lukas Reschke
9e21a555cb
Merge pull request #3573 from nextcloud/correctly-catch-the-exception-from-pathinfo
...
Catch exception from path info
2017-02-22 12:15:50 +01:00
Joas Schilling
899af7831e
Catch exception from path info
...
We don't really care when the path info can not be gathered correctly.
we will simply not use SCSS then but the CSS fallback.
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-02-22 11:08:58 +01:00
John Molakvoæ
182bfd9f23
Merge pull request #3570 from nextcloud/fix-share-loading
...
Fix position of share autocomplete loading icon
2017-02-22 10:20:56 +01:00
Lukas Reschke
db80fbd1cb
Merge pull request #3413 from nextcloud/theming-appdata
...
Move theming images to AppData
2017-02-22 10:16:33 +01:00
Lukas Reschke
54a5fe2aaf
Merge pull request #3566 from nextcloud/setUpScenario1
...
Use clearer name setUpScenario
2017-02-22 10:10:57 +01:00
Nextcloud bot
a08dfd9951
[tx-robot] updated from transifex
2017-02-22 01:12:24 +00:00
Morris Jobke
577adf0794
Merge pull request #3568 from nextcloud/fix-pdfviewer-margin
...
fix bottom margin of shared pdfviewer links
2017-02-21 17:44:07 -06:00
Morris Jobke
f0b588621c
Fix position of share autocomplete loading icon
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-21 17:39:32 -06:00
John Molakvoæ
2836b54236
Merge pull request #3557 from marncz/master
...
Fixed path in other folders search
2017-02-21 20:20:17 +01:00
Jan-Christoph Borchardt
afed96ea79
fix bottom margin of shared pdfviewer links
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-02-21 20:09:20 +01:00
Phil Davis
cbb735544a
Use clearer name setUpScenario
...
Signed-off-by: Phil Davis <phil.davis@inf.org>
2017-02-21 21:43:10 +05:45
Nextcloud bot
d754227b4c
[tx-robot] updated from transifex
2017-02-21 01:08:46 +00:00
Marcin
20ad3f33d0
Fixed path in other folders search
...
Signed-off-by: Marcin Czarnecki <marcin.czarnecki@protonmail.com>
2017-02-21 00:38:46 +00:00
Lukas Reschke
a4266f59ae
Merge pull request #3521 from nextcloud/ldap-fix-uuid-attr-detection
...
Fix Borken UUID Attribute Detection
2017-02-20 21:34:55 +01:00
Lukas Reschke
c20409373b
Merge pull request #3542 from nextcloud/add-crl-for-old-rainloop-certificate
...
Add CRL entry for old rainloop certificate
2017-02-20 21:24:00 +01:00
Lukas Reschke
fba2a9ffdc
Merge pull request #3550 from nextcloud/fix-misleading-wording
...
Fix misleading wording: searching is affected, not user access.
2017-02-20 21:16:31 +01:00
Lukas Reschke
463d39c307
Merge pull request #3551 from nextcloud/fix-search-result-thumbnails
...
Fix thumbnail size of search results
2017-02-20 21:00:42 +01:00
Morris Jobke
89233af487
Fix thumbnail size of search results
...
* fixes #3466
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-20 12:48:40 -06:00
Arthur Schiwon
866b218f37
Fix misleading wording: searching is affected, not user access.
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-02-20 19:26:16 +01:00
Morris Jobke
cab27eabc6
Merge pull request #3544 from nextcloud/iservercontainer-container
...
IServerContainer is effectively an IContainer
2017-02-20 11:02:14 -06:00
Julius Haertl
e5ddb40a3e
Add test for creating AppData folder
...
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2017-02-20 15:48:22 +01:00
Lukas Reschke
d3f774d035
Merge pull request #3505 from robert-scheck/autoindex
...
Only request "IndexIgnore" if mod_autoindex is loaded
2017-02-20 14:25:09 +01:00
Robert Scheck
25a2cb8c6e
Only request "IndexIgnore" if mod_autoindex is loaded
...
Signed-off-by: Robert Scheck <robert@fedoraproject.org>
2017-02-20 13:09:15 +01:00
Lukas Reschke
24fc7dc30f
Merge pull request #3257 from nextcloud/updated-guest-checkboxes
...
Fix checkboxes on login
2017-02-20 13:06:47 +01:00
Christoph Wurst
cb322d84e4
IServerContainer is effectively an IContainer
...
This relation was not explicitly declared in the class description.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-02-20 11:44:40 +01:00
Lukas Reschke
7a174c1b4a
Add CRL entry for old rainloop certificate
...
Certificate has been lost as per https://github.com/nextcloud/app-certificate-requests/pull/47 - let's revoke the old one thus.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-02-20 11:10:59 +01:00
Nextcloud bot
0453a7dabd
[tx-robot] updated from transifex
2017-02-20 01:07:37 +00:00
Nextcloud bot
51f06bb1f8
[tx-robot] updated from transifex
2017-02-19 01:07:37 +00:00
Nextcloud bot
6af8ba15ae
[tx-robot] updated from transifex
2017-02-18 01:08:23 +00:00
Arthur Schiwon
ce97ab92c6
add tests to DB group
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-02-17 20:12:30 +01:00
Arthur Schiwon
42ddb12fd9
Background jobs can take 4k of characters only. We find a good batch size.
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-02-17 20:06:25 +01:00
Arthur Schiwon
497ee3e3e6
Add repair steps
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-02-17 18:45:33 +01:00
Arthur Schiwon
45615cc940
add integration test for uuid attr detection
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-02-17 12:05:51 +01:00
Nextcloud bot
c1bb89d65b
[tx-robot] updated from transifex
2017-02-17 01:07:58 +00:00
Arthur Schiwon
f87812fdd6
Fix determining the UUID attribute, default of the override is null
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-02-17 02:06:10 +01:00
Arthur Schiwon
b740a21399
Fix integration test by not relying on Fake instances
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-02-17 02:04:42 +01:00
Morris Jobke
2dfc8d1f46
Merge pull request #3515 from nextcloud/revert-3214-cache-storage-info
...
Revert "cache the storage info for 5 min"
2017-02-16 12:02:06 -06:00
Morris Jobke
2b898bd82c
Revert "cache the storage info for 5 min"
2017-02-16 11:58:45 -06:00
Lukas Reschke
cf582a6d14
Merge pull request #3439 from nextcloud/oc-26963
...
Make sure invalid images don't flood the log file
2017-02-16 16:34:18 +01:00
Julius Haertl
3f0134622d
Use createMock
...
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2017-02-16 15:13:39 +01:00
Julius Haertl
b2cbe3530d
Use ::class in tests and correct import
...
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2017-02-16 15:13:39 +01:00
Julius Haertl
88a0ef7d4a
Add tests for theming migration step
...
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2017-02-16 15:13:38 +01:00
Julius Haertl
345d1f1291
Adapt ThemingController tests
...
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2017-02-16 15:13:38 +01:00
Julius Haertl
60d77ceccb
Add repair step to move existing theming images
...
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2017-02-16 15:13:38 +01:00
Julius Haertl
6a9d5d60dc
Move theming images to AppData
...
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2017-02-16 15:13:38 +01:00
Lukas Reschke
cdc48d301e
Merge pull request #3507 from nextcloud/if-backend-implements-get-display-name-dont-force-one
...
Don't force displayname if backend already provides one
2017-02-16 14:20:06 +01:00
Lukas Reschke
92c74d2f9a
Don't force displayname if backend already provides one
...
`\OC_User::loginWithApache` is used in combination with backend mechanisms like our SSO / SAML integration. Those can optionally already provide a displayname using other means. For example by mapping SAML attributes.
The current approach makes it however impossible for backends using `\OCP\Authentication\IApacheBackend` to set a displayname on their own. Because the display name will simply be overwritten with the loginname.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-02-16 13:55:48 +01:00
John Molakvoæ
f25c89461c
Merge pull request #2287 from nextcloud/registrationEmail
...
Send password/activation link to new user
2017-02-16 07:16:45 +01:00
Nextcloud bot
47c6a8019f
[tx-robot] updated from transifex
2017-02-16 01:07:44 +00:00