Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-28 | 20 | -28/+54 |
| | |||||
* | Merge pull request #16126 from nextcloud/backport/16114/stable15 | Roeland Jago Douma | 2019-06-27 | 1 | -3/+5 |
|\ | | | | | [stable15] 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> | ||||
* | | Merge pull request #16129 from nextcloud/backport/16107/stable15 | Roeland Jago Douma | 2019-06-27 | 1 | -0/+21 |
|\ \ | |/ |/| | [stable15] verify that paths are valid for recursive local move | ||||
| * | verify that paths are valid for recursive local move | Robin Appelman | 2019-06-27 | 1 | -0/+21 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #16113 from nextcloud/backport/16101/stable15 | Roeland Jago Douma | 2019-06-27 | 3 | -7/+37 |
|\ | | | | | [stable15] invalidates user when plugin reported deletion success | ||||
| * | 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> | ||||
* | | Merge pull request #16110 from nextcloud/backport/stable15/16011 | Roeland Jago Douma | 2019-06-27 | 3 | -20/+83 |
|\ \ | |/ |/| | [stable15] (LDAP) API: return one base properly when multiple are configured | ||||
| * | fixes return type in php doc | Arthur Schiwon | 2019-06-27 | 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-27 | 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> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-27 | 8 | -2/+36 |
| | |||||
* | Merge pull request #16092 from nextcloud/backport/16027/stable15 | Roeland Jago Douma | 2019-06-26 | 1 | -1/+3 |
|\ | | | | | [stable15] Check if uploading to lookup server is enabled before verifying | ||||
| * | Check if uploading to lookup server is enabled before verifying | Joas Schilling | 2019-06-26 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #16083 from nextcloud/backport/15832/stable15 | Roeland Jago Douma | 2019-06-26 | 2 | -2/+5 |
|\ \ | | | | | | | [stable15] Fix full text search for groupfolders | ||||
| * | | Fix full text search for groupfolders | Morris Jobke | 2019-06-25 | 2 | -2/+5 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #16090 from nextcloud/backport/16021/stable15 | Roeland Jago Douma | 2019-06-26 | 2 | -0/+6 |
|\ \ \ | |_|/ |/| | | [stable15] Fall back to black for non-color values | ||||
| * | | Fall back to black for non-color values | Joas Schilling | 2019-06-26 | 2 | -0/+6 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #16081 from nextcloud/backport/15956/stable15 | Roeland Jago Douma | 2019-06-26 | 1 | -2/+2 |
|\ \ | | | | | | | [stable15] Fix appid argument for integrity:check-app | ||||
| * | | Fix appid argument for integrity:check-app | Georg Ehrke | 2019-06-25 | 1 | -2/+2 |
| |/ | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-26 | 10 | -2/+68 |
| | | |||||
* | | Merge pull request #15927 from nextcloud/backport/stable15/15830 | Roeland Jago Douma | 2019-06-25 | 2 | -47/+45 |
|\ \ | |/ |/| | [stable15] Show share settings only if incoming federated shares are allowed | ||||
| * | Show share settings only if incoming federated shares are allowed | Morris Jobke | 2019-06-11 | 2 | -47/+45 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #16030 from nextcloud/backport/15540/stable15 | Roeland Jago Douma | 2019-06-25 | 1 | -2/+3 |
|\ \ | | | | | | | [stable15] Prevent faulty logs from nested setupFS calls | ||||
| * | | Prevent faulty logs from nested setupFS calls | Joas Schilling | 2019-06-21 | 1 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-25 | 18 | -24/+152 |
| | | | |||||
* | | | Merge pull request #16052 from nextcloud/backport/16033/stable15 | blizzz | 2019-06-24 | 3 | -44/+32 |
|\ \ \ | | | | | | | | | [stable15] fix LDAP Wizard forgetting groups on select with search | ||||
| * | | | 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 | 20 | -6/+126 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-23 | 18 | -2/+24 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-22 | 2 | -0/+872 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-21 | 20 | -2/+58 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-20 | 6 | -2/+44 |
| | | |||||
* | | [stable15] Avoid scrolling to the hidden input when toggling grid/list view ↵ | John Molakvoæ | 2019-06-19 | 1 | -0/+4 |
|\ \ | | | | | | | | | | | | | (#16008) [stable15] Avoid scrolling to the hidden input when toggling grid/list view | ||||
| * | | 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> | ||||
* | | [stable15] cache the displayname after an LDAP plugin set it (#16001) | John Molakvoæ | 2019-06-19 | 2 | -4/+30 |
|\ \ | | | | | | | [stable15] cache the displayname after an LDAP plugin set it | ||||
| * | | 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> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-19 | 2 | -2/+68 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-18 | 4 | -4/+4 |
| | | |||||
* | | Merge pull request #15985 from nextcloud/backport/15858/stable15 | blizzz | 2019-06-17 | 10 | -103/+106 |
|\ \ | | | | | | | [stable15] add LDAP integr. test for receiving share candidates with group limitation | ||||
| * | | 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> | ||||
| * | | add LDAP integr. test for receiving share candidates with group limitation | Arthur Schiwon | 2019-06-17 | 9 | -102/+106 |
|/ / | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-17 | 22 | -4/+106 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-16 | 10 | -14/+62 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-15 | 62 | -28/+438 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-14 | 482 | -14262/+16290 |
| | | |||||
* | | [stable15] Make accessibility app translatable (#15928) | John Molakvoæ | 2019-06-12 | 2 | -0/+2 |
|\ \ | |/ |/| | [stable15] Make accessibility app translatable | ||||
| * | Fix translation sync for accessibiltiy | Morris Jobke | 2019-06-11 | 2 | -0/+2 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #15861 from nextcloud/backport/15738/stable15 | Roeland Jago Douma | 2019-06-05 | 1 | -7/+7 |
|\ | | | | | [stable15] Don't notify admins if no potentially over exposing links found | ||||
| * | Don't notify admins if no potentially over exposing links found | Daniel Kesselberg | 2019-06-03 | 1 | -7/+7 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> |