Commit Graph

49599 Commits

Author SHA1 Message Date
Nextcloud bot 7fea531847
[tx-robot] updated from transifex 2019-06-15 02:13:36 +00:00
John Molakvoæ bf18f1ee93
Add strict type on Notifications tests (#15935)
Add strict type on Notifications tests
2019-06-14 14:12:50 +02:00
Nextcloud bot 85767660ba
[tx-robot] updated from transifex 2019-06-14 02:14:26 +00:00
Robin Appelman f349d5a225
Merge pull request #15866 from nextcloud/versionid-string
allow non integer version ids
2019-06-13 17:15:26 +02:00
John Molakvoæ (skjnldsv) e9351ef779
Add strict type on Notifications tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-13 14:58:38 +02:00
John Molakvoæ 0bf72a74ea
Add core/js/dist/ to l10nignore (#15947)
Add core/js/dist/ to l10nignore
2019-06-13 14:39:49 +02:00
John Molakvoæ b3bfae8cfe
Adjust acceptance tests to notifications based on toastify (#15938)
Adjust acceptance tests to notifications based on toastify
2019-06-13 14:04:50 +02:00
Julius Härtl ffa0ee9953
Add core/js/dist/ to l10nignore
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-13 13:55:22 +02:00
John Molakvoæ 452d7696ff
Merge pull request #15937 from nextcloud/fix-download-entry-shown-on-public-share-menu-when-not-in-mobile
Fix download entry shown on public share menu when not in mobile
2019-06-12 17:42:36 +02:00
Daniel Calviño Sánchez c887564e4f Fix download entry shown on public share menu when not in mobile
Due to a typo in the variable name the rule was not properly parsed and
applied.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-06-12 15:36:13 +02:00
Daniel Calviño Sánchez e65fd11419 Add messages to assertFalse/True to clarify the failed assertion
Otherwise the output would just read "Failed asserting that true is
false." or "Failed asserting that false is true.", which is not very
informative when there are several assertFalse/True in a row.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-06-12 15:32:40 +02:00
John Molakvoæ dc9e73a6df
Add documentation to config.php for share_folder (#15931)
Add documentation to config.php for share_folder
2019-06-12 14:43:07 +02:00
Daniel Calviño Sánchez df8406dbae Adjust acceptance tests to notifications based on toastify
The old notifications were added as ".row" elements to the
"#notification-container" element; the new notifications based on
toastify are added as ".toastify .on .toast..." elements to the
"#content" element. Besides that, they also include a span element with
an X to close the notification, so now only the first child text node
should be compared to the expected message.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-06-12 14:32:15 +02:00
John Molakvoæ 7382655a2c
30 issues per run on stale bot (#15933)
30 issues per run on stale bot
2019-06-12 12:59:28 +02:00
John Molakvoæ 42ffff9548
Temporary fix for project translations (#15893)
Temporary fix for project translations
2019-06-12 12:25:35 +02:00
John Molakvoæ aeedc9d5f1
30 issues per run on stale bot
Now that we use a fixed branch for the bot, and since I removed all the untagged stale issues we can go back to full thrust
https://github.com/nextcloud/server/issues?page=1&q=is%3Aissue+sort%3Aupdated-desc+is%3Aopen+label%3Astale+-label%3A%22needs+info%22+-label%3A%220.+Needs+triage%22+-label%3A%221.+to+develop%22+-label%3A%223.+to+review%22&utf8=%E2%9C%93
2019-06-12 12:11:11 +02:00
John Molakvoæ d37a844547
Add documentation to config.php for share_folder
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-12 10:15:48 +02:00
John Molakvoæ edb5a4b49a
Bump webpack from 4.32.2 to 4.33.0 (#15902)
Bump webpack from 4.32.2 to 4.33.0
2019-06-11 19:30:42 +02:00
dependabot-preview[bot] abd4f24c81
Bump webpack from 4.32.2 to 4.33.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.32.2 to 4.33.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.32.2...v4.33.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-11 17:17:47 +00:00
John Molakvoæ 2cb0b9e56e
Properly theme folder icons that are accessed though imagePath (#15875)
Properly theme folder icons that are accessed though imagePath
2019-06-11 19:16:04 +02:00
John Molakvoæ 6b7eb26f39
Bump url-loader from 1.1.2 to 2.0.0 (#15904)
Bump url-loader from 1.1.2 to 2.0.0
2019-06-11 19:15:36 +02:00
Julius Härtl 2ced8b947c
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-11 19:12:33 +02:00
Julius Härtl e76a926ea7
Temporary fix for project translations
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-11 19:12:33 +02:00
John Molakvoæ 18d85d46d1
Merge pull request #15783 from nextcloud/bugfix/6015/app-enable-migration
Run repair steps when enabling an app that has already been installed
2019-06-11 18:42:23 +02:00
John Molakvoæ dc600f2619
Show share settings only if incoming federated shares are allowed (#15830)
Show share settings only if incoming federated shares are allowed
2019-06-11 18:31:16 +02:00
John Molakvoæ cf2d12340f
Fix userid casting in notifications (#15912)
Fix userid casting in notifications
2019-06-11 18:30:42 +02:00
Julius Härtl cfed233f47
Properly theme folder icons that are accessed though imagePath
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-11 17:38:17 +02:00
John Molakvoæ (skjnldsv) 49d5030a53
Fix userid casting in notifications
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-11 16:53:20 +02:00
John Molakvoæ a53ebdb53d
Merge pull request #15905 from nextcloud/dependabot/npm_and_yarn/file-loader-4.0.0
Bump file-loader from 3.0.1 to 4.0.0
2019-06-11 15:25:50 +02:00
John Molakvoæ f18c7bef73
Fix mobile menu over app-content (#15913)
Fix mobile menu over app-content
2019-06-11 15:25:16 +02:00
dependabot-preview[bot] e4f650eb71
Bump url-loader from 1.1.2 to 2.0.0
Bumps [url-loader](https://github.com/webpack-contrib/url-loader) from 1.1.2 to 2.0.0.
- [Release notes](https://github.com/webpack-contrib/url-loader/releases)
- [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/url-loader/compare/v1.1.2...v2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-11 11:40:14 +00:00
John Molakvoæ 24600ee330
Bump webpack-cli from 3.3.2 to 3.3.3 (#15901)
Bump webpack-cli from 3.3.2 to 3.3.3
2019-06-11 13:34:06 +02:00
John Molakvoæ (skjnldsv) cc6aed9362
Fix mobile menu over app-content
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-11 10:17:09 +02:00
John Molakvoæ 147073911f
Fix missing login hook wih Apache/SAML login (#15909)
Fix missing login hook wih Apache/SAML login
2019-06-11 09:41:43 +02:00
Christoph Wurst 7d1fc2b8e8
Fix missing login hook wih Apache/SAML
Without this patch the hook does not transport the information whether the login is
done with an app password or not. The suspicious login app requires the parameter
to function correctly, hence adding it will make suspicious login detection also possible
with SAML users.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-11 07:29:00 +02:00
dependabot-preview[bot] 815a703615
Bump file-loader from 3.0.1 to 4.0.0
Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v3.0.1...v4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-09 01:15:22 +00:00
dependabot-preview[bot] 7fb6094b64
Bump webpack-cli from 3.3.2 to 3.3.3
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.2 to 3.3.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/compare/v3.3.2...3.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-09 01:13:29 +00:00
John Molakvoæ b968987ed4
Replace OC.Notification with toastify js (#15124)
Replace OC.Notification with toastify js
2019-06-07 08:24:15 +02:00
Julius Härtl d95ef2c0f7
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-07 07:32:53 +02:00
Julius Härtl 6d848b545d
Adjust jsunit tests for new toast library
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-07 07:32:48 +02:00
Julius Härtl 2d0337332d
Add toastify js as a OC.Notification replacement
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-07 07:32:16 +02:00
John Molakvoæ 07ffe4a34a
Merge pull request #15878 from nextcloud/Stale-bot-only-issues
Stale bot: only issues
2019-06-05 15:31:52 +02:00
Julius Härtl 8f2e8fa324
Run repair steps when enabling an app that has already been installed
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-05 13:52:46 +02:00
John Molakvoæ e54dce950d
Stale bot: only issues 2019-06-05 13:00:34 +02:00
Roeland Jago Douma ad62974a81
Merge pull request #15877 from nextcloud/rullzer-patch-1
Update stale.yml
2019-06-05 12:36:32 +02:00
Roeland Jago Douma 0c842827d5
Update stale.yml
Limit to 1 until we find out why onlyLabels is not respected...
2019-06-05 12:36:19 +02:00
John Molakvoæ 42af084f34
Add stale config (#15873)
Add stale config
2019-06-05 10:42:01 +02:00
John Molakvoæ 59b03bd3ce
Update stale.yml 2019-06-05 09:38:25 +02:00
John Molakvoæ 3b2a052eca
Add stale config 2019-06-05 09:30:48 +02:00
Roeland Jago Douma bc43718f22
Merge pull request #15816 from nextcloud/enh/do_not_try_to_instantiate_builtintypes
Do not autoload built in types
2019-06-05 09:01:59 +02:00