- Apr 13, 2020
-
-
Roeland Jago Douma authored
Bump marked from 0.8.1 to 0.8.2
-
dependabot-preview[bot] authored
Bumps [marked](https://github.com/markedjs/marked) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.8.1...v0.8.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
Roeland Jago Douma authored
Bump @nextcloud/paths from 1.1.1 to 1.1.2
-
dependabot-preview[bot] authored
Bumps @nextcloud/paths from 1.1.1 to 1.1.2. Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
Roeland Jago Douma authored
Bump css-loader from 3.4.1 to 3.5.2
-
Roeland Jago Douma authored
Fix password reset saying Admin changed my password when reset from login page
-
dependabot-preview[bot] authored
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.1 to 3.5.2. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.4.1...v3.5.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
Roeland Jago Douma authored
Bump jsdoc from 3.6.3 to 3.6.4 in /build
-
Nextcloud bot authored
-
- Apr 12, 2020
-
-
Roeland Jago Douma authored
Bump sinon from 9.0.1 to 9.0.2
-
Roeland Jago Douma authored
Show setup check for recommended php modules
-
John Molakvoæ authored
Changing the translation catalog for "Share"
-
Nextcloud bot authored
-
Valdnet authored
Change "files" to "files_sharing". Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.3 to 3.6.4. - [Release notes](https://github.com/jsdoc/jsdoc/releases) - [Changelog](https://github.com/jsdoc/jsdoc/blob/3.6.4/CHANGES.md) - [Commits](https://github.com/jsdoc/jsdoc/compare/3.6.3...3.6.4 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Apr 11, 2020
-
-
John Molakvoæ authored
Make sure group management works with all types of group names
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
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
Modify do_action so default ctrl-click opens tab
-
John Molakvoæ authored
It is done
-
John Molakvoæ authored
Bump p-limit from 2.2.2 to 2.3.0, @nextcloud/auth from 1.2.2 to 1.2.3, @babel/preset-env from 7.8.7 to 7.9.5, @nextcloud/event-bus from 1.1.3 to 1.1.4, @nextcloud/password-confirmation from 1.0.0 to 1.0.1, @nextcloud/l10n from 1.2.2 to 1.2.3, @nextcloud/initial-state from 1.1.1 to 1.1.2, core-js from 3.6.4 to 3.6.5 …
-
Nextcloud bot authored
-
- Apr 10, 2020
-
-
Thomas Citharel authored
login page Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Format control structures, classes, methods and function
-
Roeland Jago Douma authored
optimize batch generation of previews
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
Christoph Wurst authored
To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Use utf8 encoding everywhere
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
John Molakvoæ authored
Use elseif instead of else if
-
Roeland Jago Douma authored
Fixes #20393 Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
dependabot-preview[bot] authored
Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.4 to 3.6.5. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/v3.6.5/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.6.4...v3.6.5 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/nextcloud/nextcloud-initial-state/releases) - [Changelog](https://github.com/nextcloud/nextcloud-initial-state/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-initial-state/compare/v1.1.1...v1.1.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-