Commit Graph

2447 Commits (e46719c115f7dda95449d13ba1ec00490adecd53)

Author SHA1 Message Date
Morris Jobke 932830031b Remove recommendation for opcache on CLI
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-09 11:48:50 +07:00
John Molakvoæ (skjnldsv) 718e71955b
[stable15] Set Edge < 16 as incompatible with css vars
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-07 18:30:25 +07:00
Christoph Wurst 3ba9f6bd6d
Improve the share link password error feedback with a red border
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-16 14:13:51 +07:00
Christoph Wurst b0987b2543 Do not inject a #app-navigation-toggle if there is already one
This allows apps to ship their own, as in some cases the #app-content
element does not exist on page load and therefore the injection fails
and the icon is missing afterwards.

Fixes https://github.com/nextcloud/server/issues/14956

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-11 05:47:00 +07:00
Roeland Jago Douma f4cc549e86
Merge pull request #14867 from nextcloud/backport/14628/stable15
[stable15] Fix plural rule detection for languages
2019-03-28 08:52:53 +07:00
Morris Jobke cfbcb2c174
Fix unneeded doc link to unrelated resource
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-27 13:34:36 +07:00
Morris Jobke 689b7c19de
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-27 13:34:36 +07:00
Morris Jobke 7b2332421b
Fix behaviour of plural default rule
* undefined and empty string should trigger the default plural form

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-27 13:33:44 +07:00
Joas Schilling 156419af80
Rename the variable aswell
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-27 13:33:44 +07:00
Joas Schilling b9684ee0d3
Fix plural rule detection for languages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-27 13:33:44 +07:00
Morris Jobke 31fb0896a0
Add setup check for missing UTF8MB4 on mysql
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-26 14:56:24 +07:00
Julius Härtl e1ef77be98
Add handler for change event of the expire date field
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-04 13:00:43 +07:00
Morris Jobke 2e76bc31a9
Add unit tests and provide better message
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-20 15:46:19 +07:00
Bjoern Schiessle 6360f1a389
add setup check for ocm-provider route
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-02-20 15:42:39 +07:00
Andrey Dyakov 37bb7e0671
Fix expiration date changing
Pass shareId to setExpirationDate()
2019-02-14 21:37:29 +07:00
Daniel Calviño Sánchez 9a1d8eb0e5 Fix updating the password of a link share when passwords are enforced
The password input was shown in the popup menu when passwords were not
enforced, or when they were enforced but no password was set, which
prevented updating/changing the password once set. As the password input
should be shown too when password are enforced and a password is set no
condition is needed, so now the password input is always shown.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-29 23:37:54 +07:00
Roeland Jago Douma bb624724f6
Merge pull request #13761 from nextcloud/backport/15/13738
[stable15] Fix integration of social sharing into the link popover menu
2019-01-24 18:54:53 +07:00
Christoph Wurst 90e9877dd0 Respect user locale in natural sort comparator
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-23 11:20:19 +07:00
Julius Härtl cd79769921
Fix integration of social sharing into the link popover menu
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-23 12:07:59 +07:00
Joas Schilling 0d5f1e99f8 Correctly handle displaynames returned from the sharee API
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-14 14:19:39 +07:00
Roeland Jago Douma 909fc44538 Fix loginflow with apptoken enter on iOS
It seems iOS doesn't like us to change the location. So now we submit it
to the server that geneartes the redirect.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-04 21:43:03 +07:00
Julius Härtl 67ebcf8fa9 Make setup check also pass with a 501 status
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-04 16:08:52 +07:00
Morris Jobke 9838c91a5c Add setup check for pending bigint conversion
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 17:53:42 +07:00
Morris Jobke f4b582ec44 Update casing of PHP inside method name
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-04 23:34:39 +07:00
Morris Jobke ec9d58b21d Add setup check for recommended PHP modules (i.e. Imagick, intl)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-04 23:34:39 +07:00
Jan-Christoph Borchardt e71dbb133f Fix dialogs, button position
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-12-03 06:30:58 +07:00
Morris Jobke 0ecd92d70b
Merge pull request #12742 from nextcloud/backport/12734/stable15
[stable15] Add check for missing .woff2 rule in Nginx via setup check
2018-11-29 21:37:53 +07:00
Roeland Jago Douma ae9e3ddbce
Merge pull request #12740 from nextcloud/backport/12732/stable15
[stable15] Polishing fixes
2018-11-29 20:21:19 +07:00
Morris Jobke 19fbff9dd1 Add check for missing .woff2 rule in Nginx via setup check
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-29 18:37:41 +07:00
Roeland Jago Douma cbb264552a
Merge pull request #12733 from nextcloud/backport/12674/stable15
[stable15] Date title to linkshare
2018-11-29 19:37:20 +07:00
John Molakvoæ (skjnldsv) 626ef06ee6 Fix default filepicker style and gridview
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 17:22:09 +07:00
John Molakvoæ (skjnldsv) 6893b2fe0d Better identification of the public link shares
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 16:03:12 +07:00
John Molakvoæ (skjnldsv) b208cce889 Remove redirect page
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 10:17:01 +07:00
John Molakvoæ 654880da25
Merge pull request #12468 from nextcloud/multiselect-removal-fix
Remove conflicting multiselect
2018-11-22 08:49:09 +07:00
Julius Härtl 78056a3bef
Fix whitespace and file action cleanup
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-20 19:46:49 +07:00
Roeland Jago Douma 61c869675d
Compile handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-20 19:46:49 +07:00
Julius Härtl fb8aa31dbf
Allow to hide download option for folders shared by link
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-20 19:46:35 +07:00
John Molakvoæ ebc690bbe3
Merge pull request #12491 from nextcloud/share-menu-click-fix
Fix share link password input
2018-11-20 15:35:22 +07:00
John Molakvoæ (skjnldsv) 7a9ea03943
Fix share link password input
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-20 14:40:40 +07:00
Morris Jobke a9de88e96e
Merge pull request #12350 from nextcloud/filepicker-sorting
Enable sorting in file picker
2018-11-20 13:34:51 +07:00
Julius Härtl 5e5cced48c
Properly align loading indicator when switching folders
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-16 14:50:40 +07:00
Julius Härtl 916cdb260e
Flip sort indicators
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-16 14:12:47 +07:00
Julius Härtl 3e11337b3b
Allow sorting in the file picker
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-16 14:12:41 +07:00
John Molakvoæ (skjnldsv) d0e2a22e83
Fix login loader position and theming support
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-16 12:48:13 +07:00
John Molakvoæ (skjnldsv) a8dafc2ff8
Remove conflicting multiselect
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-15 14:08:13 +07:00
Morris Jobke 0c9e411f76
Merge pull request #12418 from nextcloud/bugfix/noid/do-not-show-integrity-warning-always
Remove outdated integrity warning on each page
2018-11-12 22:44:55 +07:00
Morris Jobke 761ba1801b
Remove outdated integrity warning on each page
* integrity warning is shown during update and in the admin setup checks
* there is also the plan to retire this old way of notification

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-12 16:54:38 +07:00
John Molakvoæ (skjnldsv) cddc6c0207
fixup! Use nextcloud-password-confirmation
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-12 12:54:17 +07:00
John Molakvoæ (skjnldsv) 1cb5f316ed
Use nextcloud-password-confirmation
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-12 11:59:38 +07:00
Morris Jobke f77e24e725
Merge pull request #12332 from nextcloud/bugfix/12314/existing-link-title
Also use default label if share label is null
2018-11-07 16:58:41 +07:00