Roeland Jago Douma
ddab147c8d
17 beta 3
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-28 20:38:36 +02:00
Roeland Jago Douma
907a6b4860
Merge pull request #16863 from nextcloud/ignore-enter-key-up-event-on-menu-button-toggles
...
Ignore Enter key up event on menu button toggles
2019-08-28 20:33:31 +02:00
Roeland Jago Douma
f0c5bacc03
Merge pull request #16912 from nextcloud/fix/duplicate_array_key
...
Make sure they keys are unique
2019-08-28 20:29:56 +02:00
Roeland Jago Douma
3f12ec95f0
SessionMiddleware: declare session property
...
* Remove request since we don't useit
* Update tests as well
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-28 13:02:29 +02:00
Roeland Jago Douma
c73b4f25c3
Make sure they keys are unique
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-28 12:55:07 +02:00
Daniel Calviño Sánchez
cb93af6675
Ignore Enter key up event on menu button toggles
...
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>
2019-08-28 09:46:02 +02:00
Roeland Jago Douma
976625fd4a
Merge pull request #16872 from nextcloud/bugfix/noid/left-alignment-search-resuls
...
Fix left-alignment of other results on search
2019-08-28 09:35:55 +02:00
Roeland Jago Douma
e99fa92456
Merge pull request #16615 from nextcloud/feature/16518/rooms_resources_should_respond
...
Make rooms / resources automatically reply to invites
2019-08-28 09:34:38 +02:00
Roeland Jago Douma
7b12b4b43f
Merge pull request #16898 from 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
2019-08-28 08:43:23 +02:00
Nextcloud bot
cdd491c706
[tx-robot] updated from transifex
2019-08-28 02:15:26 +00:00
dependabot-preview[bot]
88cf6e13af
[Security] Bump mixin-deep from 1.3.1 to 1.3.2 in /build
...
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>
2019-08-27 18:07:31 +00:00
John Molakvoæ
caf32d25f8
Merge pull request #16879 from only-run-integration-tests-on-php-changes
...
Only run integration tests when PHP was modified
2019-08-27 18:12:40 +02:00
Roeland Jago Douma
495f94e558
Merge pull request #16875 from nextcloud/bugfix/16874/welcome-mail-client-url
...
Use custom client URL in welcome emails
2019-08-27 13:48:11 +02:00
Roeland Jago Douma
cd1f443804
Allow rotation of apppasswords
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-27 13:46:06 +02:00
Joas Schilling
23a0cbe6ef
Only run integration tests when PHP was modified
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-27 11:31:15 +02:00
Julius Härtl
52dc36fb88
Mock client URL in new user mail tests
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-27 10:22:54 +02:00
Julius Härtl
f00ab8bbc0
Use custom client URL in welcome emails
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-27 08:09:25 +02:00
Nextcloud bot
b7577b6401
[tx-robot] updated from transifex
2019-08-27 02:15:20 +00:00
Roeland Jago Douma
7aaa2e12ae
Merge pull request #16871 from nextcloud/fix/dav-reminder-job-constructor
...
Fix missing parent constructor call in DAV reminder job
2019-08-26 19:30:54 +02:00
Roeland Jago Douma
505f10044a
Merge pull request #16865 from nextcloud/bugfix/noid/5-min-cron
...
Cron should run every 5 mins
2019-08-26 19:29:57 +02:00
Greta Doci
37151aca4a
Fix left-alignment of other results on search
...
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-08-26 16:17:35 +02:00
Christoph Wurst
9ff9803da4
Fix missing parent constructor call in DAV reminder job
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-08-26 16:08:10 +02:00
Roeland Jago Douma
6df6fc5624
Merge pull request #16722 from nextcloud/bugfix/noid/remove_coffin
...
Replace coffin emoji with cross
2019-08-26 14:21:41 +02:00
Georg Ehrke
cc37c39ede
Make rooms / resources automatically reply to invites
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-08-26 13:27:59 +02:00
Joas Schilling
b1a0d464ba
Merge pull request #16723 from nextcloud/fix/sharing/unshare-message
...
Add expiration event for shares
2019-08-26 12:58:51 +02:00
Joas Schilling
db968cb1d4
Cleanup the Settings class
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-26 11:50:26 +02:00
John Molakvoæ
40edabaf61
Merge pull request #16795 from nextcloud/enh/phpstan/limiter
...
Fix report of phpstan in Limiter
2019-08-26 11:42:03 +02:00
Thomas Citharel
e2b539bebf
Check the calendar type of calendarobjects & calendarchanges
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-08-26 10:41:55 +02:00
Georg Ehrke
befe38e1d7
replace coffin with textual description "Death of ..."
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-08-26 10:36:49 +02:00
Joas Schilling
9b89baca14
Cron should run every 5 mins
...
So also 10 mins is now an error, so admins check their set up crons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-26 10:20:55 +02:00
Roeland Jago Douma
af8abab4b3
Merge pull request #16854 from nextcloud/dependabot/npm_and_yarn/sass-loader-7.3.1
...
Bump sass-loader from 7.2.0 to 7.3.1
2019-08-26 08:44:05 +02:00
Nextcloud bot
d647f333cf
[tx-robot] updated from transifex
2019-08-26 02:14:34 +00:00
dependabot-preview[bot]
e4a23632ee
Bump sass-loader from 7.2.0 to 7.3.1
...
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>
2019-08-25 18:03:47 +00:00
Roeland Jago Douma
8fb3822607
Merge pull request #16856 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.7
...
Bump webpack-cli from 3.3.6 to 3.3.7
2019-08-25 20:01:19 +02:00
Nextcloud bot
a4e6073e47
[tx-robot] updated from transifex
2019-08-25 02:14:03 +00:00
dependabot-preview[bot]
39b751d3b9
Bump webpack-cli from 3.3.6 to 3.3.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>
2019-08-25 01:14:24 +00:00
Nextcloud bot
f46b21e4d9
[tx-robot] updated from transifex
2019-08-24 02:15:08 +00:00
blizzz
f515da4f3c
Merge pull request #16845 from nextcloud/bugfix/noid/public-constants
...
Make the sharing constants publicly available
2019-08-23 23:15:15 +02:00
Roeland Jago Douma
80f5bc690c
Merge pull request #16847 from nextcloud/bugfix/empty-itunes-id
...
Only add the app-itunes-app tag if the id is set
2019-08-23 21:18:28 +02:00
Roeland Jago Douma
95ce9615d0
Merge pull request #16846 from nextcloud/bugfix/noid/check-https-and-http-content
...
Always check via http and https whether htaccess is working
2019-08-23 16:37:40 +02:00
Julius Härtl
3e081c43d9
Only add the app-itunes-app tag if the id is set
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-23 16:17:09 +02:00
Roeland Jago Douma
443181f950
Merge pull request #16840 from kotp/adviced_vs_advised
...
adviced should be advised
2019-08-23 15:02:23 +02:00
Joas Schilling
92862c51f5
Always check via http and https whether htaccess is working
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-23 14:33:58 +02:00
Joas Schilling
b130a4c8fb
Make the sharing constants publicly available
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-23 13:54:19 +02:00
Victor Goff
2663fc442c
adviced should be advised
...
Signed-off-by: Victor Goff <keeperotphones@gmail.com>
2019-08-23 07:01:45 -04:00
Nextcloud bot
12fd910360
[tx-robot] updated from transifex
2019-08-23 02:19:30 +00:00
Roeland Jago Douma
d2bd413440
Merge pull request #16829 from nextcloud/bugfix/noid/projects-pick-folders
...
Let users pick folders on projects
2019-08-22 16:13:44 +02:00
Thomas Citharel
456fb7e294
Remove orphaned calendar data from deleted subscriptions
...
Closes #16833 . Ref #13511
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-08-22 12:06:49 +02:00
Roeland Jago Douma
f88e95b629
Merge pull request #16785 from nextcloud/version/17.0.0/beta2
...
17.0.0 beta 2
2019-08-22 08:04:37 +02:00
Nextcloud bot
182517e0b3
[tx-robot] updated from transifex
2019-08-22 02:14:34 +00:00