Roeland Jago Douma
060dd35ef9
Merge pull request #18873 from nextcloud/design/install-page
...
Install page design fixes
2020-01-15 07:24:57 +01:00
Roeland Jago Douma
9daf35b704
Merge pull request #18892 from nextcloud/fix/17828/smaller_text_previews
...
Proper text previews
2020-01-15 07:24:12 +01:00
Roeland Jago Douma
303aeb2374
Merge pull request #18898 from nextcloud/fix/2fa-page-max-width
...
Fix max width on 2FA pages
2020-01-15 07:23:49 +01:00
Nextcloud bot
4359394f44
[tx-robot] updated from transifex
2020-01-15 02:18:22 +00:00
Roeland Jago Douma
17256781a6
Proper text previews
...
Fixes #17828
* Modified the preview provider to provider smaller fonts for the
previes (so it is not so screaming)
* Modified the sidebar to show plain text and markdown files full size.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-14 22:38:04 +00:00
Roeland Jago Douma
ec0d8b8de0
Merge pull request #18886 from nextcloud/node_exists-instead-of-catch
...
use `nodeExists` instead of catching exceptions
2020-01-14 23:36:59 +01:00
Christoph Wurst
a673ff3a63
Fix max width on 2FA pages
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-14 19:37:54 +01:00
Joas Schilling
510a29f871
Merge pull request #18859 from nextcloud/add-password-protected-by-talk-option-to-shares
...
Add "Password protected by Talk" option to shares
2020-01-14 18:17:42 +01:00
Daniel Calviño Sánchez
897111404a
Add "Password protected by Talk" option to shares
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-14 17:15:02 +01:00
Jan-Christoph Borchardt
d873236d36
Remove outdated centering code for database switcher on install page
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2020-01-14 14:18:16 +01:00
Jan-Christoph Borchardt
19397059d6
Add explanatory bit for recommended apps, fix #18631
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2020-01-14 14:18:16 +01:00
John Molakvoæ
092a1fb90f
Merge pull request #18838 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-1.3.1
...
Bump @nextcloud/axios from 1.1.0 to 1.3.1
2020-01-14 11:30:13 +01:00
Robin Appelman
47fd6730e0
use `nodeExists` instead of catching exceptions
...
makes the intent of the code more clear imo
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-01-14 11:03:14 +01:00
dependabot-preview[bot]
fe83d5990d
Bump @nextcloud/axios from 1.1.0 to 1.3.1
...
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios ) from 1.1.0 to 1.3.1.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.1.0...v1.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-14 09:21:47 +00:00
blizzz
950856d5bb
Merge pull request #17717 from nextcloud/fix/noid/ldap-relax-getHome
...
relax strict getHome behaviour for LDAP users in a shadow state
2020-01-14 09:57:24 +01:00
Roeland Jago Douma
209e7ab9f8
Merge pull request #18869 from nextcloud/feature/noid/create-hover-color-variable
...
Create hover color variable
2020-01-14 09:49:30 +01:00
Roeland Jago Douma
bda67669bd
Merge pull request #18862 from nextcloud/bugfix/talk-2663/register-with-potentially-updated-namespace
...
Register with potentially updated namespace
2020-01-14 08:37:09 +01:00
Roeland Jago Douma
e7b308cf0a
Merge pull request #18805 from nextcloud/bugfix/direct-edit-create
...
Check if file already exists during file creation
2020-01-14 08:34:39 +01:00
Nextcloud bot
0f6e7a7b22
[tx-robot] updated from transifex
2020-01-14 02:18:15 +00:00
Marco Ambrosini
22e32501a5
Create hover color variable
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-13 20:03:47 +01:00
Julius Härtl
ab4b9a6df5
CHeck if file already exists during file creation
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-13 18:10:12 +01:00
Arthur Schiwon
489ed878e1
ensure that only valid group members are returned
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-13 17:13:08 +01:00
Roeland Jago Douma
1bf44e1d97
Merge pull request #18860 from nextcloud/fix/license-headers
...
Fix license headers
2020-01-13 16:47:12 +01:00
Roeland Jago Douma
f2428f8b0c
Merge pull request #18837 from nextcloud/dependabot/npm_and_yarn/underscore-1.9.2
...
Bump underscore from 1.9.1 to 1.9.2
2020-01-13 15:48:00 +01:00
Joas Schilling
df9edf0108
Allow to force register the namespace
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-13 15:15:50 +01:00
Joas Schilling
efcf246f07
Register the namespace after reading the new file
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-13 15:15:49 +01:00
Christoph Wurst
6127c288e8
Fix license headers
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-13 14:23:49 +01:00
dependabot-preview[bot]
f61a5c6856
Bump underscore from 1.9.1 to 1.9.2
...
Bumps [underscore](https://github.com/jashkenas/underscore ) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/jashkenas/underscore/releases )
- [Commits](https://github.com/jashkenas/underscore/compare/1.9.1...1.9.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-13 13:15:46 +00:00
Nextcloud bot
c2266da941
[tx-robot] updated from transifex
2020-01-13 02:18:13 +00:00
Roeland Jago Douma
11cae98394
Merge pull request #18786 from nextcloud/bugfix/noid/fix_fileName_apiEndPointName_issue
...
AppFetcher: Distinguish between fileName and endpointName
2020-01-12 21:08:46 +01:00
Nextcloud bot
e39d96af3d
[tx-robot] updated from transifex
2020-01-12 02:18:41 +00:00
Roeland Jago Douma
106ea9fdaa
Merge pull request #18819 from nextcloud/bugfix/guest-container-size
...
Limit the size of the container on guest pages
2020-01-11 08:23:09 +01:00
Roeland Jago Douma
9eb16da35e
Merge pull request #18806 from nextcloud/bugfix/contactsmenu-fix-min
...
Set the contactsmenu height without min calculation
2020-01-11 08:19:33 +01:00
Roeland Jago Douma
12933b5105
Merge pull request #18814 from nextcloud/backport/18771/master
...
[master] Fix sharing note placeholder
2020-01-11 08:19:18 +01:00
Roeland Jago Douma
40195fb8dc
Merge pull request #18817 from nextcloud/bugfix/18751
...
Narrow error button styling scope
2020-01-11 08:18:53 +01:00
Nextcloud bot
ff18ad7f00
[tx-robot] updated from transifex
2020-01-11 02:18:05 +00:00
John Molakvoæ
b805d0c764
Fix webdav url ( #18804 )
...
Fix webdav url
2020-01-10 19:11:32 +01:00
Julius Härtl
7e5956a906
Limit the size of the container on guest pages
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-10 17:09:40 +01:00
Julius Härtl
41134dafa0
Narrow error button styling scope
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-10 16:50:20 +01:00
John Molakvoæ
3e43ae7bd6
Add placeholder
...
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-10 14:50:24 +00:00
John Molakvoæ (skjnldsv)
8eded83d50
Fix sharing note placeholder
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-10 14:50:23 +00:00
Julius Härtl
fdf5408b7d
Set the contactsmenu height without min calculation
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-10 13:56:59 +01:00
John Molakvoæ (skjnldsv)
22079347ea
Fix webdav url
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-10 12:13:05 +01:00
Roeland Jago Douma
4b28da1dd9
Merge pull request #18752 from nextcloud/bugfix/contacts-menu-scroll
...
Fix contacts menu sizing
2020-01-10 08:05:42 +01:00
Roeland Jago Douma
e886ce7218
Merge pull request #18783 from nextcloud/fix/sidebar/do-not-wait-domcontentloaded-for-init
...
Init OCA.Files.Sidebar right away
2020-01-10 07:53:27 +01:00
Roeland Jago Douma
cfa08ab262
Merge pull request #18787 from acs-ferreira/patch-1
...
Remove reference link for memcached options as domain doesn't exist anymore
2020-01-10 07:53:00 +01:00
Nextcloud bot
e25d5196b7
[tx-robot] updated from transifex
2020-01-10 02:18:08 +00:00
Roeland Jago Douma
edd957140a
Merge pull request #18780 from nextcloud/bugfix/18779/safari_madness
...
Tell Safari to watch out for changes of filter
2020-01-09 20:01:33 +01:00
Roeland Jago Douma
3f47762933
Merge pull request #18777 from nextcloud/bugfix/noid/direct-after-reset
...
Set direct login after password reset
2020-01-09 20:01:08 +01:00
Carlos Ferreira
bf8603c8a1
Update config.sample.php
...
Remove reference link as domain doesn't exist anymore.
2020-01-09 17:43:35 +01:00