aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16133 from nextcloud/backport/16121/stable16Roeland Jago Douma2019-06-281-1/+1
|\ | | | | [stable16] Don't allow to disable encryption via the API
| * Don't allow to disable encryption via the APIJoas Schilling2019-06-271-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2019-06-2810-12/+12
| |
* | Merge pull request #16010 from nextcloud/backport/design/share-remove-autofocusRoeland Jago Douma2019-06-271-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 #15261Jan-Christoph Borchardt2019-06-261-1/+0
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #16125 from nextcloud/backport/16114/stable16Roeland Jago Douma2019-06-271-3/+5
|\ \ | | | | | | [stable16] Fix download link included in public share page with hidden download
| * | Fix download link included in public share page with hidden downloadDaniel Calviño Sánchez2019-06-271-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 testsRoeland Jago Douma2019-06-271-0/+230
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Correctly check share permissions when updating a re-sub-shareJoas Schilling2019-06-271-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 deletionArthur Schiwon2019-06-271-2/+11
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | invalidates user when plugin reported deletion successArthur Schiwon2019-06-272-5/+26
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2019-06-274-2/+14
|/
* [tx-robot] updated from transifexNextcloud bot2019-06-264-2/+34
|
* [tx-robot] updated from transifexNextcloud bot2019-06-258-8/+44
|
* fixes LDAP Wizard forgetting groups on select with searchArthur Schiwon2019-06-243-44/+32
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2019-06-246-4/+22
|
* [stable16] Fix window scroll container (#16016)John Molakvoæ2019-06-211-2/+2
|\ | | | | [stable16] Fix window scroll container
| * Fix window scroll containerJulius Härtl2019-06-191-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-06-212-2/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2019-06-202-2/+12
| |
* | fixes return type in php docArthur Schiwon2019-06-191-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 specifiedArthur Schiwon2019-06-192-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 viewJulius Härtl2019-06-191-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* caches the displayname after an LDAP plugin set itArthur Schiwon2019-06-182-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-182-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 Borchardt2019-06-172-5/+18
| | | | | | | | | | | | accessibility, fix #11661 Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | fix inGroup check, thus make integration tests succeedArthur Schiwon2019-06-171-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 transifexNextcloud bot2019-06-1710-4/+20
|
* [tx-robot] updated from transifexNextcloud bot2019-06-164-14/+24
|
* [tx-robot] updated from transifexNextcloud bot2019-06-1522-26/+134
|
* [tx-robot] updated from transifexNextcloud bot2019-06-1450-86/+170
|
* Show share settings only if incoming federated shares are allowedMorris Jobke2019-06-112-55/+54
| | | | | | Fixes #15802 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Hide newFile menu if quota is set to 0BJulius Härtl2019-06-032-6/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [Security] Bump axios from 0.18.0 to 0.18.1dependabot-preview[bot]2019-06-039-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 sharesRobin Appelman2019-05-292-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 transifexNextcloud bot2019-05-2910-68/+72
|
* Change text color in search box in darktheme, ref #15598Greta Doci2019-05-281-2/+1
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2019-05-2838-62/+394
|
* Also allow dragging below the file listJulius Härtl2019-05-271-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2019-05-2714-26/+124
|
* [tx-robot] updated from transifexNextcloud bot2019-05-2622-110/+166
|
* [tx-robot] updated from transifexNextcloud bot2019-05-256-10/+74
|
* Don't run repair step for every individual user, outsource that to ↵Georg Ehrke2019-05-247-63/+179
| | | | | | background job Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* [tx-robot] updated from transifexNextcloud bot2019-05-248-2/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-05-232-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-05-2212-50/+66
|
* Merge pull request #15666 from nextcloud/backport/15651/stable16Roeland Jago Douma2019-05-211-0/+8
|\ | | | | [stable16] Remove quota feedback if no link set
| * Remove quota feedback if no link setJohn Molakvoæ (skjnldsv)2019-05-211-0/+8
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Only show sharing section if it has contentJulius Härtl2019-05-211-0/+3
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2019-05-214-2/+14
|