Commit Graph

9531 Commits

Author SHA1 Message Date
Nextcloud bot 3a8d3cdf90
[tx-robot] updated from transifex 2019-10-04 02:15:40 +00:00
Nextcloud bot fa59e681dc
[tx-robot] updated from transifex 2019-10-03 02:14:38 +00:00
Nextcloud bot f6f82d3fa8
[tx-robot] updated from transifex 2019-10-02 02:15:24 +00:00
Nextcloud bot ce2906782c
[tx-robot] updated from transifex 2019-10-01 12:42:10 +00:00
John Molakvoæ (skjnldsv) 63a142c47d
Append / to data(path) for folder content request
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-09-28 17:28:17 +02:00
René Bühlmann 2e99756cb3 Fix fetching additional search results on scrolling down
Signed-off-by: René Bühlmann <rene@buehlmann.net>
2019-09-28 09:45:23 +00:00
Nextcloud bot bac125e201
[tx-robot] updated from transifex 2019-09-28 02:15:06 +00:00
Gary Kim 9a7ac74eee Fix spaces being collapsed in move dialog
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-09-25 09:25:07 +00:00
Nextcloud bot 32bf44195b
[tx-robot] updated from transifex 2019-09-24 02:14:55 +00:00
ritsute 7ee1f827bf fix "create folder" icon overlaying home icon
Signed-off-by: Brandon <brandon.yeow@websparks.sg>
2019-09-21 14:53:16 +00:00
Roeland Jago Douma 1b47b99456
Merge pull request #17155 from nextcloud/stable16-16976
[stable16] Always use the folder icon depending on the mount type if not a share mount
2019-09-19 10:20:51 +02:00
Julius Härtl bd0b4c52ec Fallback to directory icon based on the mount type
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-09-17 14:39:25 +00:00
Nextcloud bot 8ba431b9a6
[tx-robot] updated from transifex 2019-09-17 12:33:44 +00:00
Daniel Kesselberg 48b746443d Don't send executionContexts for Clear-Site-Data
There are plans to remove executionContexts from the spec: https://github.com/w3c/webappsec-clear-site-data/issues/59

Firefox already removed it https://bugzilla.mozilla.org/show_bug.cgi?id=1548034

Chromium implementation is not finish: https://bugs.chromium.org/p/chromium/issues/detail?id=898503&q=clear-site-data&sort=-modified&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-16 10:52:54 +00:00
Julius Härtl 2f671bbea7
Fix opening apps with Ctrl+click
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-09-12 15:29:20 +02:00
Nextcloud bot 4878a1e40d
[tx-robot] updated from transifex 2019-09-10 02:15:40 +00:00
Nextcloud bot 56c7864fc7
[tx-robot] updated from transifex 2019-09-08 02:16:49 +00:00
Nextcloud bot 999cc69568
[tx-robot] updated from transifex 2019-09-07 02:15:41 +00:00
Nextcloud bot 7d6cb4eb6b
[tx-robot] updated from transifex 2019-09-06 02:15:10 +00:00
Nextcloud bot d810883587
[tx-robot] updated from transifex 2019-09-05 02:16:22 +00:00
Nextcloud bot 1025cee109
[tx-robot] updated from transifex 2019-09-04 02:16:24 +00:00
Nextcloud bot 6d926c8b28
[tx-robot] updated from transifex 2019-09-03 02:15:14 +00:00
Nextcloud bot c2dbe61088
[tx-robot] updated from transifex 2019-09-01 02:16:31 +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
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
Nextcloud bot 300631a4e9
[tx-robot] updated from transifex 2019-08-28 02:15:35 +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 c8d2c5ed33
[tx-robot] updated from transifex 2019-08-22 02:14:42 +00:00
Nextcloud bot c37b4e3f75
[tx-robot] updated from transifex 2019-08-20 02:14:56 +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
Nextcloud bot ed0f6033af
[tx-robot] updated from transifex 2019-08-15 02:14:42 +00:00
Nextcloud bot 85a070b242
[tx-robot] updated from transifex 2019-08-14 02:15:08 +00: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 c577bd1bdb
[tx-robot] updated from transifex 2019-08-10 02:14:56 +00:00
Nextcloud bot d7590ab90d
[tx-robot] updated from transifex 2019-08-09 02:14:22 +00:00
Nextcloud bot 89ba8c6c6d
[tx-robot] updated from transifex 2019-08-08 02:14:51 +00:00
John Molakvoæ 1def358729
[stable16] Fix ie app menu loading click (#16668)
[stable16] Fix ie app menu loading click
2019-08-07 08:39:02 +02:00
Nextcloud bot 8280bb5bf1
[tx-robot] updated from transifex 2019-08-07 02:14:45 +00:00
John Molakvoæ (skjnldsv) c809dc1827
Fix ie app menu loading click
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-08-06 20:02:54 +02:00
Nextcloud bot e031965348
[tx-robot] updated from transifex 2019-08-04 02:15:29 +00:00
Nextcloud bot 25235a770f
[tx-robot] updated from transifex 2019-08-03 02:14:39 +00:00
Roeland Jago Douma 7a1169910a
Merge pull request #16633 from nextcloud/backport/15790/stable16
[stable16] remove unncessary code block in share recommendations, fixed undefined var error
2019-08-02 19:46:23 +02:00
Nextcloud bot ad3efd6efb
[tx-robot] updated from transifex 2019-08-02 02:14:38 +00:00
Arthur Schiwon bf10181e49
remove unncessary code block in share recommendations
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-02 01:05:15 +02:00
Nextcloud bot 11109c6dfa
[tx-robot] updated from transifex 2019-08-01 02:15:36 +00:00
Nextcloud bot 48b271a216
[tx-robot] updated from transifex 2019-07-30 02:14:53 +00:00
Nextcloud bot 6b814e5002
[tx-robot] updated from transifex 2019-07-29 02:15:08 +00:00
Nextcloud bot ff3e510b76
[tx-robot] updated from transifex 2019-07-28 02:15:33 +00:00
Nextcloud bot 00379ebffa
[tx-robot] updated from transifex 2019-07-26 02:14:49 +00:00
Nextcloud bot eeefef4843
[tx-robot] updated from transifex 2019-07-25 02:14:48 +00:00
Nextcloud bot 227701b6ee
[tx-robot] updated from transifex 2019-07-23 02:15:51 +00:00
Nextcloud bot 55e70858b1
[tx-robot] updated from transifex 2019-07-22 02:16:08 +00:00
Nextcloud bot 70d3fd8a76
[tx-robot] updated from transifex 2019-07-21 02:15:18 +00:00
Nextcloud bot 69e5591229
[tx-robot] updated from transifex 2019-07-20 02:14:40 +00:00
Nextcloud bot 291103a495
[tx-robot] updated from transifex 2019-07-19 02:15:04 +00:00
Nextcloud bot a6bf6a61e8
[tx-robot] updated from transifex 2019-07-18 02:15:01 +00:00
Nextcloud bot 26971af51d
[tx-robot] updated from transifex 2019-07-17 02:15:40 +00:00
Nextcloud bot 659d684a7e
[tx-robot] updated from transifex 2019-07-14 02:15:14 +00:00
Nextcloud bot 45e0398379
[tx-robot] updated from transifex 2019-07-13 02:14:26 +00:00
Nextcloud bot 96875d4a20
[tx-robot] updated from transifex 2019-07-12 02:15:09 +00:00
Nextcloud bot ef903785ac
[tx-robot] updated from transifex 2019-07-11 02:14:38 +00:00
Daniel Kesselberg c885ef3991 Return first value from $users
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-10 10:18:03 +00:00
Nextcloud bot 9c2074fb53
[tx-robot] updated from transifex 2019-07-10 02:14:09 +00:00
Nextcloud bot 533fc0f454
[tx-robot] updated from transifex 2019-07-09 02:13:56 +00:00
Nextcloud bot 7028cfffe8
[tx-robot] updated from transifex 2019-07-06 02:13:51 +00:00
Nextcloud bot 047fda6a81
[tx-robot] updated from transifex 2019-07-05 02:14:17 +00:00
Nextcloud bot a77a9b3c83
[tx-robot] updated from transifex 2019-07-04 02:13:56 +00:00
Nextcloud bot 21e2c2d79c
[tx-robot] updated from transifex 2019-07-03 02:13:51 +00:00
Nextcloud bot cad16d7863
[tx-robot] updated from transifex 2019-07-02 02:13:49 +00:00
Nextcloud bot 8828c873bc
[tx-robot] updated from transifex 2019-07-01 02:13:42 +00:00
Nextcloud bot 36ea3677d2
[tx-robot] updated from transifex 2019-06-29 02:13:39 +00:00
Christoph Wurst 2fc91516ba Do not show a internet connectivity warning if internet access is disabled
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-28 08:55:11 +00:00
Nextcloud bot b0de86db6e
[tx-robot] updated from transifex 2019-06-28 02:13:54 +00:00
Roeland Jago Douma b451a633af
Merge pull request #16010 from nextcloud/backport/design/share-remove-autofocus
Remove auto focus of share input field on dialog open, fix #15261
2019-06-27 22:19:45 +02:00
Nextcloud bot 449f23e8d5
[tx-robot] updated from transifex 2019-06-27 02:14:17 +00:00
Jan-Christoph Borchardt 49f740b46a
Remove auto focus of share input field on dialog open, fix #15261
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-26 13:04:39 +02:00
Joas Schilling 1066e4a952 Fall back to black for non-color values
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-26 08:18:17 +00:00
Nextcloud bot 4ea822c71e
[tx-robot] updated from transifex 2019-06-26 02:14:06 +00:00
Georg Ehrke 27a9b7f3fa Fix appid argument for integrity:check-app
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-06-25 19:37:17 +00:00
Julius Härtl d73edee893
Add core/js/dist/ to l10nignore
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-25 13:45:24 +02:00
Nextcloud bot cd69e9052f
[tx-robot] updated from transifex 2019-06-25 02:14:12 +00:00
Nextcloud bot 7085ec3551
[tx-robot] updated from transifex 2019-06-24 02:14:12 +00:00
Nextcloud bot 624f8f0e3f
[tx-robot] updated from transifex 2019-06-23 02:14:32 +00:00
Nextcloud bot d44f7df6f6
[tx-robot] updated from transifex 2019-06-20 02:13:59 +00:00
Nextcloud bot 067627b678
[tx-robot] updated from transifex 2019-06-18 02:14:04 +00:00
Nextcloud bot 7a70c37549
[tx-robot] updated from transifex 2019-06-17 02:14:06 +00:00
Nextcloud bot 36d48fa2bd
[tx-robot] updated from transifex 2019-06-16 02:14:16 +00:00
Nextcloud bot 29f157ec86
[tx-robot] updated from transifex 2019-06-15 02:13:46 +00:00
Nextcloud bot 1d4e394cf5
[tx-robot] updated from transifex 2019-06-14 02:14:35 +00:00
Julius Härtl b41a7cacff
Temporary fix for project translations
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-13 16:08:14 +02:00