Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #16133 from nextcloud/backport/16121/stable16 | Roeland Jago Douma | 2019-06-28 | 1 | -1/+1 |
|\ | | | | | [stable16] Don't allow to disable encryption via the API | ||||
| * | Don't allow to disable encryption via the API | Joas Schilling | 2019-06-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-28 | 10 | -12/+12 |
| | | |||||
* | | Merge pull request #16010 from nextcloud/backport/design/share-remove-autofocus | Roeland Jago Douma | 2019-06-27 | 1 | -1/+0 |
|\ \ | |/ |/| | Remove auto focus of share input field on dialog open, fix #15261 | ||||
| * | Remove auto focus of share input field on dialog open, fix #15261 | Jan-Christoph Borchardt | 2019-06-26 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | Merge pull request #16125 from nextcloud/backport/16114/stable16 | Roeland Jago Douma | 2019-06-27 | 1 | -3/+5 |
|\ \ | | | | | | | [stable16] Fix download link included in public share page with hidden download | ||||
| * | | Fix download link included in public share page with hidden download | Daniel Calviño Sánchez | 2019-06-27 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | | Fix sharing tests | Roeland Jago Douma | 2019-06-27 | 1 | -0/+230 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Correctly check share permissions when updating a re-sub-share | Joas Schilling | 2019-06-27 | 1 | -3/+13 |
|/ / | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | Also invalidate groups after deletion | Arthur Schiwon | 2019-06-27 | 1 | -2/+11 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | invalidates user when plugin reported deletion success | Arthur Schiwon | 2019-06-27 | 2 | -5/+26 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-27 | 4 | -2/+14 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-26 | 4 | -2/+34 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-25 | 8 | -8/+44 |
| | |||||
* | fixes LDAP Wizard forgetting groups on select with search | Arthur Schiwon | 2019-06-24 | 3 | -44/+32 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-24 | 6 | -4/+22 |
| | |||||
* | [stable16] Fix window scroll container (#16016) | John Molakvoæ | 2019-06-21 | 1 | -2/+2 |
|\ | | | | | [stable16] Fix window scroll container | ||||
| * | Fix window scroll container | Julius Härtl | 2019-06-19 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-21 | 2 | -2/+12 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-20 | 2 | -2/+12 |
| | | |||||
* | | fixes return type in php doc | Arthur Schiwon | 2019-06-19 | 1 | -1/+1 |
| | | | | | | | | | | | | * the backend already expects and works with the string Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | fixes returning the base when multiple are specified | Arthur Schiwon | 2019-06-19 | 2 | -19/+82 |
|/ | | | | | | | | | | | * 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> | ||||
* | Avoid scrolling to the hidden input when toggling grid/list view | Julius Härtl | 2019-06-19 | 1 | -0/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | caches the displayname after an LDAP plugin set it | Arthur Schiwon | 2019-06-18 | 2 | -4/+30 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [stable16] Sharing in list: Use .hidden-visually instead of display:none for ↵ | John Molakvoæ | 2019-06-18 | 2 | -5/+18 |
|\ | | | | | | | | | accessibility, fix #11661 (#15981) [stable16] Sharing in list: Use .hidden-visually instead of display:none for accessibility, fix #11661 | ||||
| * | Sharing in list: Use .hidden-visually instead of display:none for ↵ | Jan-Christoph Borchardt | 2019-06-17 | 2 | -5/+18 |
| | | | | | | | | | | | | accessibility, fix #11661 Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | fix inGroup check, thus make integration tests succeed | Arthur Schiwon | 2019-06-17 | 1 | -1/+0 |
|/ | | | | | | | 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> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-17 | 10 | -4/+20 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-16 | 4 | -14/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-15 | 22 | -26/+134 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-14 | 50 | -86/+170 |
| | |||||
* | Show share settings only if incoming federated shares are allowed | Morris Jobke | 2019-06-11 | 2 | -55/+54 |
| | | | | | | Fixes #15802 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Hide newFile menu if quota is set to 0B | Julius Härtl | 2019-06-03 | 2 | -6/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [Security] Bump axios from 0.18.0 to 0.18.1 | dependabot-preview[bot] | 2019-06-03 | 9 | -20/+20 |
| | | | | | | | 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) | ||||
* | add option to show hidden files in SMB shares | Robin Appelman | 2019-05-29 | 2 | -5/+16 |
| | | | | | | | | | | | 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> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-29 | 10 | -68/+72 |
| | |||||
* | Change text color in search box in darktheme, ref #15598 | Greta Doci | 2019-05-28 | 1 | -2/+1 |
| | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-28 | 38 | -62/+394 |
| | |||||
* | Also allow dragging below the file list | Julius Härtl | 2019-05-27 | 1 | -0/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-27 | 14 | -26/+124 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-26 | 22 | -110/+166 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-25 | 6 | -10/+74 |
| | |||||
* | Don't run repair step for every individual user, outsource that to ↵ | Georg Ehrke | 2019-05-24 | 7 | -63/+179 |
| | | | | | | background job Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-24 | 8 | -2/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-23 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-22 | 12 | -50/+66 |
| | |||||
* | Merge pull request #15666 from nextcloud/backport/15651/stable16 | Roeland Jago Douma | 2019-05-21 | 1 | -0/+8 |
|\ | | | | | [stable16] Remove quota feedback if no link set | ||||
| * | Remove quota feedback if no link set | John Molakvoæ (skjnldsv) | 2019-05-21 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Only show sharing section if it has content | Julius Härtl | 2019-05-21 | 1 | -0/+3 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-21 | 4 | -2/+14 |
| |