aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 17 beta 3Roeland Jago Douma2019-08-281-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #16863 from ↵Roeland Jago Douma2019-08-288-18/+13
|\ | | | | | | | | nextcloud/ignore-enter-key-up-event-on-menu-button-toggles Ignore Enter key up event on menu button toggles
| * Ignore Enter key up event on menu button togglesDaniel Calviño Sánchez2019-08-288-18/+13
| | | | | | | | | | | | | | | | | | | | | | | | Like links, buttons generate a "click" event as well as the regular "keydown" and "keyup" events when pressing Enter. Due to this, if both the "click" and the "keyup" events are handled, when the menu is open and Enter is pressed in the toggle the menu is first hidden when the first event is handled, but then shown again when the second event is handled. To prevent that only the "click" event should be handled when the toggle is a button, like it is already done with links. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #16912 from nextcloud/fix/duplicate_array_keyRoeland Jago Douma2019-08-281-1/+0
|\ \ | |/ |/| Make sure they keys are unique
| * Make sure they keys are uniqueRoeland Jago Douma2019-08-281-1/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #16872 from ↵Roeland Jago Douma2019-08-281-0/+1
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/left-alignment-search-resuls Fix left-alignment of other results on search
| * | Fix left-alignment of other results on searchGreta Doci2019-08-261-0/+1
| | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | Merge pull request #16615 from ↵Roeland Jago Douma2019-08-282-2/+436
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feature/16518/rooms_resources_should_respond Make rooms / resources automatically reply to invites
| * | | Make rooms / resources automatically reply to invitesGeorg Ehrke2019-08-262-2/+436
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | Merge pull request #16898 from ↵Roeland Jago Douma2019-08-281-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/mixin-deep-1.3.2 [Security] Bump mixin-deep from 1.3.1 to 1.3.2 in /build
| * | | | [Security] Bump mixin-deep from 1.3.1 to 1.3.2 in /builddependabot-preview[bot]2019-08-271-3/+3
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. **This update includes a security fix.** - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / | | [tx-robot] updated from transifexNextcloud bot2019-08-2878-622/+5060
|/ / /
* | | Merge pull request #16879 from only-run-integration-tests-on-php-changesJohn Molakvoæ2019-08-272-0/+48
|\ \ \ | | | | | | | | Only run integration tests when PHP was modified
| * | | Only run integration tests when PHP was modifiedJoas Schilling2019-08-272-0/+48
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #16875 from nextcloud/bugfix/16874/welcome-mail-client-urlRoeland Jago Douma2019-08-272-6/+13
|\ \ \ \ | | | | | | | | | | Use custom client URL in welcome emails
| * | | | Mock client URL in new user mail testsJulius Härtl2019-08-271-5/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Use custom client URL in welcome emailsJulius Härtl2019-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-08-27120-272/+288
| | | | |
* | | | | Merge pull request #16871 from nextcloud/fix/dav-reminder-job-constructorRoeland Jago Douma2019-08-261-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix missing parent constructor call in DAV reminder job
| * | | | | Fix missing parent constructor call in DAV reminder jobChristoph Wurst2019-08-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #16865 from nextcloud/bugfix/noid/5-min-cronRoeland Jago Douma2019-08-263-58/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Cron should run every 5 mins
| * | | | | Cleanup the Settings classJoas Schilling2019-08-262-55/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Cron should run every 5 minsJoas Schilling2019-08-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So also 10 mins is now an error, so admins check their set up crons Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #16722 from nextcloud/bugfix/noid/remove_coffinRoeland Jago Douma2019-08-262-77/+173
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Replace coffin emoji with cross
| * | | | | replace coffin with textual description "Death of ..."Georg Ehrke2019-08-262-77/+173
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | Merge pull request #16723 from nextcloud/fix/sharing/unshare-messageJoas Schilling2019-08-265-3/+38
|\ \ \ \ \ | | | | | | | | | | | | Add expiration event for shares
| * | | | | Add expiration event for sharesJohn Molakvoæ (skjnldsv)2019-08-215-3/+38
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | Merge pull request #16795 from nextcloud/enh/phpstan/limiterJohn Molakvoæ2019-08-263-26/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix report of phpstan in Limiter
| * | | | | Fix report of phpstan in LimiterRoeland Jago Douma2019-08-193-26/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unneeded arguments to constructor * added return types * let automatic DI do its work Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #16854 from ↵Roeland Jago Douma2019-08-2618-23/+29
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/sass-loader-7.3.1 Bump sass-loader from 7.2.0 to 7.3.1
| * | | | | | Bump sass-loader from 7.2.0 to 7.3.1dependabot-preview[bot]2019-08-2518-26/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 7.2.0 to 7.3.1. - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v7.2.0...v7.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2019-08-2610-2/+54
| | | | | | |
* | | | | | | Merge pull request #16856 from ↵Roeland Jago Douma2019-08-252-7/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.7 Bump webpack-cli from 3.3.6 to 3.3.7
| * | | | | | | Bump webpack-cli from 3.3.6 to 3.3.7dependabot-preview[bot]2019-08-252-7/+7
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.6 to 3.3.7. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.7/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.6...v3.3.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / / / / / / [tx-robot] updated from transifexNextcloud bot2019-08-2510-0/+10
|/ / / / / /
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-08-2450-50/+50
| | | | | |
* | | | | | Merge pull request #16845 from nextcloud/bugfix/noid/public-constantsblizzz2019-08-232-0/+86
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make the sharing constants publicly available
| * | | | | | Make the sharing constants publicly availableJoas Schilling2019-08-232-0/+86
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #16847 from nextcloud/bugfix/empty-itunes-idRoeland Jago Douma2019-08-233-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Only add the app-itunes-app tag if the id is set
| * | | | | | Only add the app-itunes-app tag if the id is setJulius Härtl2019-08-233-0/+6
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #16846 from ↵Roeland Jago Douma2019-08-231-1/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/check-https-and-http-content Always check via http and https whether htaccess is working
| * | | | | | Always check via http and https whether htaccess is workingJoas Schilling2019-08-231-1/+13
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #16840 from kotp/adviced_vs_advisedRoeland Jago Douma2019-08-232-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | adviced should be advised
| * | | | | adviced should be advisedVictor Goff2019-08-232-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Victor Goff <keeperotphones@gmail.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-08-232-0/+6
|/ / / / /
* | | | | Merge pull request #16829 from nextcloud/bugfix/noid/projects-pick-foldersRoeland Jago Douma2019-08-2212-16/+20
|\ \ \ \ \ | | | | | | | | | | | | Let users pick folders on projects
| * | | | | Properly handle failures and allow choosing folders for projectsJulius Härtl2019-08-2111-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | | | | filepicker: Add option to also choose folders without a mimetype limitJulius Härtl2019-08-211-4/+8
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #16785 from nextcloud/version/17.0.0/beta2v17.0.0beta2Roeland Jago Douma2019-08-221-2/+2
|\ \ \ \ \ | | | | | | | | | | | | 17.0.0 beta 2
| * | | | | 17.0.0 beta 2Roeland Jago Douma2019-08-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>