Commit graph

49027 commits

Author SHA1 Message Date
Nextcloud bot
3a04650380
[tx-robot] updated from transifex 2019-04-10 00:12:51 +00:00
Morris Jobke
1416ef65e4
Merge pull request #15016 from nextcloud/enh/no-eval-default-response
Forbid eval on legacy responses
2019-04-09 12:27:28 +02:00
Roeland Jago Douma
3b1e16458d
Forbid eval on legacy responses
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-09 09:58:23 +02:00
Nextcloud bot
ec4b1584fe
[tx-robot] updated from transifex 2019-04-09 00:12:59 +00:00
Morris Jobke
f473d7c46a
Merge pull request #14989 from nextcloud/enh/check_failing_putcontent_appdata
Harden appdata putcontent
2019-04-08 15:33:21 +01:00
Morris Jobke
2b67c7d025
Merge pull request #14983 from nextcloud/fix/drone_template_compile
Do not try to compile templates that are not there
2019-04-08 15:32:49 +01:00
Morris Jobke
49782b9f4c
Merge pull request #14985 from nextcloud/bugfix/14962/fix-public-folder-open
Check if OCA.Files.App is available before calling
2019-04-08 15:31:52 +01:00
Roeland Jago Douma
5d360bd16f
Harden appdata putcontent
If for whatever reason appdata got into a strange state this will at
least propegate up and not make it do boom the next run.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-08 13:22:00 +02:00
Julius Härtl
07f8aee6fe
Check if OCA.Files.App is available before calling
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-08 11:13:08 +02:00
Roeland Jago Douma
9a5edbb923
Do not try to compile templates that are not there
Makes for a bit cleaner drone output.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-08 09:12:59 +02:00
Nextcloud bot
acba430246
[tx-robot] updated from transifex 2019-04-08 00:14:18 +00:00
Nextcloud bot
3117be298c
[tx-robot] updated from transifex 2019-04-07 00:13:21 +00:00
Nextcloud bot
9c9c410094
[tx-robot] updated from transifex 2019-04-06 00:13:10 +00:00
Nextcloud bot
2339e94680
[tx-robot] updated from transifex 2019-04-05 00:13:16 +00:00
Morris Jobke
952cb3f70a
Merge pull request #14958 from nextcloud/fix-drone
Adjust drone config to drone 1.0.0
2019-04-05 00:23:55 +01:00
Morris Jobke
d6cb4a4fb4
Adjust drone config to drone 1.0.0
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-04 23:51:01 +01:00
Roeland Jago Douma
dd37d3f01e
Merge pull request #14949 from nextcloud/version/noid/16.0.0beta3
16.0.0 Beta 3
2019-04-04 13:08:54 +01:00
Nextcloud bot
845fd2dd5a
[tx-robot] updated from transifex 2019-04-04 00:13:21 +00:00
Morris Jobke
931025b60d
16.0.0 Beta 3
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-03 17:23:17 +01:00
Morris Jobke
3dde4b014c
Merge pull request #14946 from nextcloud/fix-markup-of-file-names-in-file-picker
Fix markup of file names in file picker
2019-04-03 16:55:49 +01:00
Morris Jobke
f73f7bbfea
Merge pull request #14947 from nextcloud/adjust-acceptance-tests-to-changes-of-file-names-in-file-picker
Adjust acceptance tests to changes of file names in file picker
2019-04-03 16:55:06 +01:00
Daniel Calviño Sánchez
ace4449924 Adjust acceptance tests to changes of file names in file picker
File names are no longer shown directly in the ".filename" element, but
split in two "span" elements inside a ".filename-parts" element, so now
the texts in those span elements need to be concatenated to get the file
name.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-04-03 16:29:52 +02:00
Daniel Calviño Sánchez
8754866a31 Fix markup of file names in file picker
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-04-03 16:28:15 +02:00
Roeland Jago Douma
39d1340371
Merge pull request #14937 from nextcloud/fix/noid/no-placeholders-for-password
storage mount handlers: do not attempt to replace anything in password options
2019-04-03 09:47:13 +02:00
Roeland Jago Douma
b483419a98
Merge pull request #14938 from nextcloud/enh/14770
Move appstore details warnings above buttons
2019-04-03 09:40:08 +02:00
Nextcloud bot
d4ba399706
[tx-robot] updated from transifex 2019-04-03 00:13:35 +00:00
Roeland Jago Douma
4491ed6db1
Merge pull request #14936 from nextcloud/fix/noid/loglevel-in-context
set the loglevel in context, save the condition
2019-04-02 23:43:39 +02:00
Roeland Jago Douma
a0ca1f7413
Move appstore details warnings above buttons
fixes #14470

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-02 23:10:43 +02:00
Arthur Schiwon
2b84bbf372
do not attempt to replace anything in the password
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-02 23:08:34 +02:00
Roeland Jago Douma
b365840004
Merge pull request #14605 from nextcloud/bugfix/14112/display-reshares
returns reshares in API
2019-04-02 22:59:02 +02:00
Roeland Jago Douma
cffa71ab33
Merge pull request #14925 from nextcloud/bugfix/14824-skip-check
Skip check if CONSTANT on real object is used
2019-04-02 22:55:52 +02:00
Arthur Schiwon
518998093f
set the loglevel in context, save the condition
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-02 22:52:12 +02:00
John Molakvoæ
f2e9babaab
Merge pull request #14931 from nextcloud/fix/files/grid-deleted-restore
Show comments and restore in popover menu
2019-04-02 21:00:34 +02:00
John Molakvoæ
2a5742d227
Merge pull request #14934 from nextcloud/fix/settings/hamburger-menu
Fix mobile menu on users management
2019-04-02 20:46:56 +02:00
Maxence Lange
586a3a14a9 revert to select()
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-04-02 17:10:20 -01:00
John Molakvoæ (skjnldsv)
6bfd77d136
Fix mobile menu on users management
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-02 19:42:59 +02:00
Morris Jobke
854cb5d3d1
Merge pull request #14935 from nextcloud/fix/settings/use-components-multiselect
Fix/settings/use components multiselect
2019-04-02 19:35:48 +02:00
John Molakvoæ (skjnldsv)
2b9b64134e
Update build
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-02 15:24:31 +02:00
John Molakvoæ (skjnldsv)
1f8674c426
Use components multiselect in apps management
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-02 15:24:19 +02:00
John Molakvoæ (skjnldsv)
b38445b17a
Show comments and restore in popover menu
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-02 12:24:48 +02:00
Roeland Jago Douma
d515a64570
Merge pull request #14775 from nextcloud/revert-14774-fix/bundle_enable_tests
Revert "Temp disable bundle tests"
2019-04-02 09:38:13 +02:00
Nextcloud bot
021751658e
[tx-robot] updated from transifex 2019-04-02 00:13:39 +00:00
Roeland Jago Douma
49acc28d90
Revert "Temp disable bundle tests" 2019-04-01 22:43:59 +02:00
Roeland Jago Douma
0f2490d740
Merge pull request #14912 from nextcloud/fix/filepicker/truncated-filename
Truncate filename in the middle on filepicker
2019-04-01 22:29:55 +02:00
Daniel Kesselberg
23d7fdeef0
Skip check if CONSTANT on real object is used
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-04-01 14:31:29 +02:00
Maxence Lange
749fdab3b0 do not returns shared_with === currentUser
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-04-01 11:17:05 -01:00
Morris Jobke
f345785865
Merge pull request #14905 from nextcloud/bugfix/noid/add-fulltextsearch-min-version
Add min-version/max-version to fulltextsearch provider element
2019-04-01 14:05:00 +02:00
Morris Jobke
6ba5488338
Merge pull request #14914 from nextcloud/bugfix/noid/hidden-files-grid
Fix hidden file display in grid view
2019-04-01 10:57:37 +02:00
Morris Jobke
a1319998d1
Merge pull request #14900 from rummatee/issue14834
hide new folder button in choose type filepicker
2019-04-01 10:26:00 +02:00
Joas Schilling
a7c0254b45
Merge pull request #14902 from nextcloud/bugfix/noid/fix-non-default-prefix
Indeces, columns and sequences don't have the table prefix
2019-04-01 09:03:30 +02:00