Commit graph

20315 commits

Author SHA1 Message Date
Roeland Jago Douma
808280b1a6 Fix sharing tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-06-27 14:30:54 +00:00
Joas Schilling
8f972785f7 Correctly check share permissions when updating a re-sub-share
Before this change the node you shared was checked for permissions.
This works when you reshare the folder that was shared with you.
However when you reshared a subfolder (e.g. as public link),
you could afterwards update the permissions and grant
create+update permissions although the share you receive was read-only.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-27 14:30:53 +00:00
Arthur Schiwon
41e94f2f1f Also invalidate groups after deletion
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-27 10:22:12 +00:00
Arthur Schiwon
9f48090545 invalidates user when plugin reported deletion success
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-27 10:22:11 +00:00
Nextcloud bot
449f23e8d5
[tx-robot] updated from transifex 2019-06-27 02:14:17 +00:00
Nextcloud bot
4ea822c71e
[tx-robot] updated from transifex 2019-06-26 02:14:06 +00:00
Nextcloud bot
cd69e9052f
[tx-robot] updated from transifex 2019-06-25 02:14:12 +00:00
Arthur Schiwon
8f5dc4e5ce fixes LDAP Wizard forgetting groups on select with search
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-24 06:12:50 +00:00
Nextcloud bot
7085ec3551
[tx-robot] updated from transifex 2019-06-24 02:14:12 +00:00
John Molakvoæ
5055d63f37
[stable16] Fix window scroll container (#16016)
[stable16] Fix window scroll container
2019-06-21 10:29:30 +02:00
Nextcloud bot
f7b7f07e08
[tx-robot] updated from transifex 2019-06-21 02:13:48 +00:00
Nextcloud bot
d44f7df6f6
[tx-robot] updated from transifex 2019-06-20 02:13:59 +00:00
Julius Härtl
265a7ad882 Fix window scroll container
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-19 17:43:19 +00:00
Arthur Schiwon
15c77deeef fixes return type in php doc
* the backend already expects and works with the string

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-19 15:20:14 +00:00
Arthur Schiwon
bca48e088b fixes returning the base when multiple are specified
* reading the config directly will return the value with line breaks
* using the proper accessor gives us all bases in an array
* returns the first matching one
* having user id provided for the group base is strange and does not let
  us operate like this. here we return the first one. might change in
  future, a backportable fix won't have an API change however.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-19 15:20:13 +00:00
Julius Härtl
b18befd339 Avoid scrolling to the hidden input when toggling grid/list view
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-19 08:50:27 +00:00
Arthur Schiwon
c95da45e48 caches the displayname after an LDAP plugin set it
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-18 21:21:49 +00:00
John Molakvoæ
26ab38aea0
[stable16] Sharing in list: Use .hidden-visually instead of display:none for accessibility, fix #11661 (#15981)
[stable16] Sharing in list: Use .hidden-visually instead of display:none for accessibility, fix #11661
2019-06-18 16:46:11 +02:00
Arthur Schiwon
17bc99743b fix inGroup check, thus make integration tests succeed
there is not such strange return mode. Having invalid user ids caused this
check to fail, and as side effect share limitation to groups to not work.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-17 13:34:55 +00:00
Jan-Christoph Borchardt
5369a132b6 Sharing in list: Use .hidden-visually instead of display:none for accessibility, fix #11661
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-17 08:00:42 +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
Morris Jobke
827b941c49 Show share settings only if incoming federated shares are allowed
Fixes #15802

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-06-11 16:32:08 +00:00
Julius Härtl
f8d32096b2 Hide newFile menu if quota is set to 0B
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-03 12:38:46 +00:00
dependabot-preview[bot]
c6007f3a82
[Security] Bump axios from 0.18.0 to 0.18.1
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1. **This update includes security fixes.**
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)
2019-06-03 12:34:37 +02:00
Robin Appelman
74cb5d592d add option to show hidden files in SMB shares
Note hidden files can mean different things in smb and the option the the files web ui,
the webui only counts files starting with '.' as hidden, while smb files
can be marked as hidden regardless, any files that are marked as hidden
on smb will thus be shown in the webui regardless of the setting in the files app.

Fixes #15644

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-05-29 08:21:21 +00:00
Nextcloud bot
d467e9129b
[tx-robot] updated from transifex 2019-05-29 02:13:52 +00:00
Greta Doci
b9d441f530 Change text color in search box in darktheme, ref #15598
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-05-28 11:51:54 +00:00
Nextcloud bot
153d9ba9d6
[tx-robot] updated from transifex 2019-05-28 02:13:49 +00:00
Julius Härtl
8b775e6895 Also allow dragging below the file list
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-27 12:22:58 +00:00
Nextcloud bot
1583b2af91
[tx-robot] updated from transifex 2019-05-27 02:13:48 +00:00
Nextcloud bot
b32587697e
[tx-robot] updated from transifex 2019-05-26 02:14:22 +00:00
Nextcloud bot
932efb0d6f
[tx-robot] updated from transifex 2019-05-25 02:13:57 +00:00
Georg Ehrke
d0b45498cd Don't run repair step for every individual user, outsource that to background job
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-05-24 13:56:04 +00:00
Nextcloud bot
7eb28b0cc0
[tx-robot] updated from transifex 2019-05-24 02:13:47 +00:00
Nextcloud bot
7ad5f7b60b
[tx-robot] updated from transifex 2019-05-23 02:13:52 +00:00
Nextcloud bot
2629a0b0b5
[tx-robot] updated from transifex 2019-05-22 02:14:00 +00:00
Roeland Jago Douma
8cd7218e38
Merge pull request #15666 from nextcloud/backport/15651/stable16
[stable16] Remove quota feedback if no link set
2019-05-21 22:25:10 +02:00
John Molakvoæ (skjnldsv)
67bca39de0 Remove quota feedback if no link set
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-21 19:04:48 +00:00
Julius Härtl
9ed21f521b Only show sharing section if it has content
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-21 08:33:55 +00:00
Nextcloud bot
5b602723b1
[tx-robot] updated from transifex 2019-05-21 02:13:35 +00:00
Nextcloud bot
4b8cce0b5f
[tx-robot] updated from transifex 2019-05-20 02:13:21 +00:00
Nextcloud bot
ae5d37cd0f
[tx-robot] updated from transifex 2019-05-19 02:14:03 +00:00
Nextcloud bot
0f00e99799
[tx-robot] updated from transifex 2019-05-18 02:13:13 +00:00
blizzz
747721bb78
Merge pull request #15575 from nextcloud/backport/15564/stable16
[stable16] User management/subadmin: rephrase ambiguous error message
2019-05-17 10:49:45 +02:00
Nextcloud bot
223d32ba7d
[tx-robot] updated from transifex 2019-05-17 02:13:28 +00:00
Arthur Schiwon
092cf812c9 fixes misunderstanding of the error message
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-16 17:48:34 +00:00
Nextcloud bot
70610a2fbe
[tx-robot] updated from transifex 2019-05-15 13:11:46 +00:00