Commit Graph

20334 Commits

Author SHA1 Message Date
Nextcloud bot 047fda6a81
[tx-robot] updated from transifex 2019-07-05 02:14:17 +00:00
Roeland Jago Douma 33f44c9024
Merge pull request #16189 from nextcloud/backport/16183/stable16
[stable16] Do not fail hard on new user mail error
2019-07-04 12:23:02 +02:00
Nextcloud bot a77a9b3c83
[tx-robot] updated from transifex 2019-07-04 02:13:56 +00:00
Joas Schilling b4a38cc242 Remove duplicate tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 18:08:08 +00:00
Joas Schilling 03005dea43 Unify the permission checking in one place only
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 18:08:08 +00:00
Morris Jobke 88114a4d3f
Merge pull request #16201 from nextcloud/backport/16199/stable16
[stable16] RefreshWebcalJob: replace ugly Regex with standard php utils
2019-07-03 09:59:26 +02:00
Nextcloud bot 21e2c2d79c
[tx-robot] updated from transifex 2019-07-03 02:13:51 +00:00
Georg Ehrke 946424f64f RefreshWebcalJob: replace ugly Regex with standard php utils
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-07-02 21:03:17 +00:00
Daniel Kesselberg 181172656a Forward OCSException to initiator
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-02 10:34:42 +00:00
John Molakvoæ (skjnldsv) 98bfe79e5f Do not fail hard on new user mail error
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-07-02 09:54:35 +00:00
Nextcloud bot cad16d7863
[tx-robot] updated from transifex 2019-07-02 02:13:49 +00:00
Nextcloud bot e36ad8177c
[tx-robot] updated from transifex 2019-06-30 02:14:15 +00:00
Roeland Jago Douma 67d645ae7f
Merge pull request #16133 from nextcloud/backport/16121/stable16
[stable16] Don't allow to disable encryption via the API
2019-06-28 09:45:22 +02: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
Joas Schilling 771d2ba952 Don't allow to disable encryption via the API
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-27 20:19:34 +00:00
Roeland Jago Douma 02cc18b759
Merge pull request #16125 from nextcloud/backport/16114/stable16
[stable16] Fix download link included in public share page with hidden download
2019-06-27 22:14:11 +02:00
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
Daniel Calviño Sánchez 88139907dd Fix download link included in public share page with hidden download
The preview element in the public share page was always wrapped with a
link to download the file; now that link is included only if the "Hide
download" option of the share is not enabled.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-06-27 14:29:45 +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
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
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