- Jun 15, 2019
-
-
Nextcloud bot authored
-
- Jun 14, 2019
-
-
John Molakvoæ authored
Add strict type on Notifications tests
-
Nextcloud bot authored
-
- Jun 13, 2019
-
-
Robin Appelman authored
allow non integer version ids
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
John Molakvoæ authored
Add core/js/dist/ to l10nignore
-
John Molakvoæ authored
Adjust acceptance tests to notifications based on toastify
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Jun 12, 2019
-
-
John Molakvoæ authored
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
-
Daniel Calviño Sánchez authored
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>
-
Daniel Calviño Sánchez authored
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>
-
John Molakvoæ authored
Add documentation to config.php for share_folder
-
Daniel Calviño Sánchez authored
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>
-
John Molakvoæ authored
30 issues per run on stale bot
-
John Molakvoæ authored
Temporary fix for project translations
-
John Molakvoæ authored
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
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
- Jun 11, 2019
-
-
John Molakvoæ authored
Bump webpack from 4.32.2 to 4.33.0
-
dependabot-preview[bot] authored
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>
-
John Molakvoæ authored
Properly theme folder icons that are accessed though imagePath
-
John Molakvoæ authored
Bump url-loader from 1.1.2 to 2.0.0
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
John Molakvoæ authored
Run repair steps when enabling an app that has already been installed
-
John Molakvoæ authored
Show share settings only if incoming federated shares are allowed
-
John Molakvoæ authored
Fix userid casting in notifications
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
John Molakvoæ authored
Bump file-loader from 3.0.1 to 4.0.0
-
John Molakvoæ authored
Fix mobile menu over app-content
-
dependabot-preview[bot] authored
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>
-
John Molakvoæ authored
Bump webpack-cli from 3.3.2 to 3.3.3
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
John Molakvoæ authored
Fix missing login hook wih Apache/SAML login
-
Christoph Wurst authored
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>
-
- Jun 09, 2019
-
-
dependabot-preview[bot] authored
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>
-
dependabot-preview[bot] authored
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>
-
- Jun 07, 2019
-
-
John Molakvoæ authored
Replace OC.Notification with toastify js
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-