Commit graph

49513 commits

Author SHA1 Message Date
Nextcloud bot
c2dbe61088
[tx-robot] updated from transifex 2019-09-01 02:16:31 +00:00
John Molakvoæ
5abc146b37
[stable16] prevent the server's app-navigation's css to overru… (#16936)
[stable16] prevent the server's app-navigation's css to overrule the scoped css …
2019-08-31 09:44:18 +02:00
Nextcloud bot
3244d910ee
[tx-robot] updated from transifex 2019-08-31 02:14:52 +00:00
Marco Ambrosini
8f0a36cddf prevent the server's app-navigation's css to overrule the scoped css in vue components
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2019-08-30 14:56:32 +00:00
Nextcloud bot
71e46474df
[tx-robot] updated from transifex 2019-08-30 02:15:20 +00:00
Roeland Jago Douma
85756b9348
Merge pull request #16921 from nextcloud/backport/16863/stable16-ignore-enter-key-up-event-on-menu-button-toggles
[stable16] Ignore Enter key up event on menu button toggles
2019-08-29 19:15:02 +02:00
Daniel Calviño Sánchez
50d948daf4 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-29 09:42:21 +02:00
Nextcloud bot
fc9f12d72d
[tx-robot] updated from transifex 2019-08-29 02:15:00 +00:00
Roeland Jago Douma
11bb942483
Merge pull request #16837 from nextcloud/backport/16820/16
[stable16] Change access handling of projects
2019-08-28 20:34:03 +02:00
Roeland Jago Douma
c4bac0131e
Merge pull request #16909 from nextcloud/backport/16879/stable16
[stable16] Only run integration tests when PHP was modified
2019-08-28 20:33:11 +02:00
Joas Schilling
4d5e74007a Only run integration tests when PHP was modified
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-28 09:05:15 +00:00
Roeland Jago Douma
e7039cc2f5
Merge pull request #16891 from nextcloud/backport/15993/stable16
[stable16] Properly redirect if accessing invalid file though /f/ entrypoint
2019-08-28 09:02:57 +02:00
Roeland Jago Douma
760da64b17
Merge pull request #16883 from nextcloud/backport/16875/stable16
[stable16] Use custom client URL in welcome emails
2019-08-28 09:02:08 +02:00
Roeland Jago Douma
e1f1a13263
Merge pull request #16896 from nextcloud/dependabot/npm_and_yarn/stable16/mixin-deep-1.3.2
[Security] Bump mixin-deep from 1.3.1 to 1.3.2
2019-08-28 08:43:55 +02:00
Nextcloud bot
300631a4e9
[tx-robot] updated from transifex 2019-08-28 02:15:35 +00:00
dependabot-preview[bot]
a48a298a30
[Security] Bump mixin-deep from 1.3.1 to 1.3.2
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:16 +00:00
Julius Härtl
35a7d5707c Properly redirect if accessing invalid file though /f/ entrypoint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-27 16:51:00 +00:00
Julius Härtl
81a6adab41 Mock client URL in new user mail tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-27 11:48:57 +00:00
Julius Härtl
905c7786fb Use custom client URL in welcome emails
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-27 11:48:57 +00:00
Nextcloud bot
930dea7129
[tx-robot] updated from transifex 2019-08-27 02:15:28 +00:00
Nextcloud bot
7355173156
[tx-robot] updated from transifex 2019-08-26 02:14:42 +00:00
Nextcloud bot
48e93a1307
[tx-robot] updated from transifex 2019-08-25 02:14:10 +00:00
Roeland Jago Douma
0c66dcfa61
Merge pull request #16848 from nextcloud/backport/16847/stable16
[stable16] Only add the app-itunes-app tag if the id is set
2019-08-24 09:28:40 +02:00
Nextcloud bot
6ed2c130fb
[tx-robot] updated from transifex 2019-08-24 02:15:17 +00:00
Julius Härtl
0d106a4b02 Only add the app-itunes-app tag if the id is set
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-23 19:19:27 +00:00
Nextcloud bot
8d572cc80d
[tx-robot] updated from transifex 2019-08-23 02:19:36 +00:00
Roeland Jago Douma
a33f2248e5
Merge pull request #16826 from nextcloud/backport/16808/stable16
[stable16] Undefined variable response when server is no nextcloud anymore
2019-08-22 16:14:00 +02:00
Joas Schilling
4cbeb680b0
Add a repair step to clear the projects access cache
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-22 15:42:08 +02:00
Joas Schilling
62a637fd42
Change the logic so projects are only shown when you can access all resources
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-22 15:39:56 +02:00
Nextcloud bot
c8d2c5ed33
[tx-robot] updated from transifex 2019-08-22 02:14:42 +00:00
Joas Schilling
18b4c1e8ca Undefined variable response when server is no nextcloud anymore
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-21 14:07:43 +00:00
blizzz
97f3fbc505
Merge pull request #16802 from nextcloud/backport/16793/stable16
[stable16] Filter more configs
2019-08-20 10:18:29 +02:00
Joas Schilling
ae06f2312c Filter more configs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-20 07:02:40 +00:00
Nextcloud bot
c37b4e3f75
[tx-robot] updated from transifex 2019-08-20 02:14:56 +00:00
Nextcloud bot
e66f58135d
[tx-robot] updated from transifex 2019-08-19 02:15:05 +00:00
Nextcloud bot
a584e2e899
[tx-robot] updated from transifex 2019-08-18 02:15:47 +00:00
Nextcloud bot
2bca7f372c
[tx-robot] updated from transifex 2019-08-17 02:15:09 +00:00
Nextcloud bot
94a74b8eba
[tx-robot] updated from transifex 2019-08-16 02:14:24 +00:00
Roeland Jago Douma
fbeae1cc7b
Merge pull request #16745 from nextcloud/backport/16154/stable16
[stable16] Make possible to focus grid/list view toggle via keyboard
2019-08-15 19:41:42 +02:00
John Molakvoæ
558ec35c89
[stable16] Rename delete label to Delete folder/file (#16743)
[stable16] Rename delete label to Delete folder/file
2019-08-15 16:39:30 +02:00
John Molakvoæ (skjnldsv)
7c63605886 Always put the gridview toggle on the visible part of the page
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-08-15 08:59:45 +00:00
John Molakvoæ (skjnldsv)
7fefb77f5c Rename delete label to Delete folder/file
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-08-15 08:22:13 +00:00
Nextcloud bot
ed0f6033af
[tx-robot] updated from transifex 2019-08-15 02:14:42 +00:00
Roeland Jago Douma
a1a245e882
Merge pull request #16733 from nextcloud/version/16.0.4/final
16.0.4
2019-08-14 20:00:44 +02:00
Nextcloud bot
85a070b242
[tx-robot] updated from transifex 2019-08-14 02:15:08 +00:00
Roeland Jago Douma
a4a3047894
16.0.4
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-13 14:26:23 +02:00
Nextcloud bot
4dea089ed3
[tx-robot] updated from transifex 2019-08-13 02:14:46 +00:00
Nextcloud bot
aebcbc4b04
[tx-robot] updated from transifex 2019-08-12 02:14:55 +00:00
Nextcloud bot
fb3ac4dcaf
[tx-robot] updated from transifex 2019-08-11 02:15:35 +00:00
Nextcloud bot
c577bd1bdb
[tx-robot] updated from transifex 2019-08-10 02:14:56 +00:00