summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-04-2434-16/+92
|
* Merge pull request #18816 from nextcloud/bugfix/noid/paginate-contacts-searchblizzz2020-04-237-4/+16
|\ | | | | Use paginated search for contacts
| * Use paginated search for contactsJulius Härtl2020-04-237-4/+16
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #20618 from nextcloud/bugfix/noid/fix-workflow-uiblizzz2020-04-2314-25/+25
|\ \ | | | | | | Fix workflow UI
| * | Fix workflow UIJoas Schilling2020-04-2314-25/+25
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #20599 from nextcloud/getDirectoryContent-filter-blacklistedRobin Appelman2020-04-232-2/+1
|\ \ | |/ |/| filter out blacklisted files in getDirectoryContent
| * make php-cs happyRobin Appelman2020-04-231-1/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * filter out blacklisted files in getDirectoryContentRobin Appelman2020-04-231-1/+1
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #20510 from nextcloud/version/19/beta5v19.0.0beta5Roeland Jago Douma2020-04-231-2/+2
|\ | | | | 19 Beta 5
| * 19 Beta 5Roeland Jago Douma2020-04-161-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-04-2318-8/+182
| |
* | Merge pull request #19399 from nextcloud/smb-read-aclblizzz2020-04-222-0/+38
|\ \ | | | | | | Add option to check share ACL's when listing directories
| * | add tooltip to optionRobin Appelman2020-04-221-1/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Add option to check share ACL's when listing directoriesRobin Appelman2020-04-212-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a file or folder in a directory doesn't have read permissions they will not be shown Note that enabling this option incurs a performance penalty additional requests need to be made to get all the acl. Additionally the acl resolving logic is fairly primitive at the moment and might not work correctly in all setups (it should error to showing the entry) Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #20576 from nextcloud/fix/dav/oc-etagRoeland Jago Douma2020-04-221-1/+1
|\ \ \ | | | | | | | | Make sure that OC-ETag is set again
| * | | Make sure that OC-ETag is set againRoeland Jago Douma2020-04-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #20595 from nextcloud/fix/ie11-fallback-uploadJohn Molakvoæ2020-04-221-2/+26
|\ \ \ \ | | | | | | | | | | Fix IE11 upload fallback methods
| * | | | Fix IE11 upload fallback methodsJohn Molakvoæ (skjnldsv)2020-04-221-2/+26
| |/ / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #20594 from ↵Roeland Jago Douma2020-04-221-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/revert-20554-dependabot/composer/build/integration/guzzlehttp/guzzle-6.5.3 Revert "Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.3 in /build/integration"
| * | | | Revert "Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.3 in ↵Roeland Jago Douma2020-04-221-1/+1
|/ / / / | | | | | | | | | | | | /build/integration"
* | | | Merge pull request #20575 from nextcloud/fix/sharing-suggestionsMorris Jobke2020-04-224-32/+33
|\ \ \ \ | | | | | | | | | | Fix Sharing recommendation user display
| * | | | Fix Sharing recommendation user displayJohn Molakvoæ (skjnldsv)2020-04-214-32/+33
| |/ / / | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #20591 from nextcloud/fix/settingsRoeland Jago Douma2020-04-223-110/+98
|\ \ \ \ | | | | | | | | | | Fix settings routing
| * | | | Fix new routing in settings etcRoeland Jago Douma2020-04-223-110/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also prefix resources Unify the prefix handling Handle urls with and without slash Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #20536 from ↵Morris Jobke2020-04-221-1/+0
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/fix/noid/ldap-73api-read-wo-pagedresults do not run paged results against ldap_read ops on PHP7.3+
| * | | | do not run paged results against ldap_read ops on PHP7.3+Arthur Schiwon2020-04-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - previously it was needed as the PHP LDAP handling of paged results was strange - but now the read operation would fail, e.g. with extra home dir attribute set ("Home dir attribute can't be read from LDAP for uid: foobar" Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-04-2212-16/+44
| |_|/ / |/| | |
* | | | Merge pull request #20114 from ↵Roeland Jago Douma2020-04-2114-273/+229
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/techdebt/noid/allow-some-apps-to-have-root-urls Allow some apps to have root URLs in their own routing file
| * | | PHP CS fixesJoas Schilling2020-04-182-5/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Directly use the class to get the serviceJoas Schilling2020-04-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Make sure the cloud_federation_api routes are loadedJoas Schilling2020-04-181-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Reduce noise in test outputJoas Schilling2020-04-181-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix route definitions of cloud_federation_apiJoas Schilling2020-04-181-11/+13
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix creating the share controllerJoas Schilling2020-04-181-70/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix legacy routesJoas Schilling2020-04-184-15/+15
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Extend tests for root urlJoas Schilling2020-04-182-89/+52
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | PHP CS fixesJoas Schilling2020-04-182-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix creation of legacy routesJoas Schilling2020-04-181-0/+29
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Allow some apps to have root URLs in their own routing fileJoas Schilling2020-04-187-93/+123
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #20552 from liamjack/fix/20551/login_username_autocapitalizeRoeland Jago Douma2020-04-214-3/+5
|\ \ \ \ | | | | | | | | | | Disable autocapitalize for username field on login / reset password pages
| * | | | Fix #20551 - Disable autocapitalize for username field on login / reset ↵Liam JACK2020-04-214-3/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | password pages Signed-off-by: Liam JACK <1422590-liamjack@users.noreply.gitlab.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #20577 from nextcloud/bugfix/noid/sabre4_aftermethodRoeland Jago Douma2020-04-212-2/+2
|\ \ \ \ | | | | | | | | | | Fix usages of afterMethod -> afterMethod:*
| * | | | Fix usages of afterMethod -> afterMethod:*Georg Ehrke2020-04-212-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | Merge pull request #20564 from go2sh/fix_fileinfoMorris Jobke2020-04-213-5/+5
|\ \ \ \ \ | | | | | | | | | | | | Set fileInfo correctly for LegacyTabs
| * | | | | Set fileInfo correctly for LegacyTabsChristoph Seitz2020-04-193-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Watch for changes of the fileInfo prop and propagate it to, the underlying component. Fixes #20106. Signed-off-by: Christoph Seitz <christoph.seitz@posteo.de>
* | | | | | Merge pull request #20557 from ↵Roeland Jago Douma2020-04-212-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-plugin-1.4.0 Bump @nextcloud/eslint-plugin from 1.1.0 to 1.4.0
| * | | | | | Bump @nextcloud/eslint-plugin from 1.1.0 to 1.4.0dependabot-preview[bot]2020-04-192-5/+5
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/eslint-plugin](https://github.com/nextcloud/eslint-plugin) from 1.1.0 to 1.4.0. - [Release notes](https://github.com/nextcloud/eslint-plugin/releases) - [Changelog](https://github.com/nextcloud/eslint-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/eslint-plugin/compare/v1.1.0...v1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | Merge pull request #20554 from ↵Roeland Jago Douma2020-04-211-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-6.5.3 Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.3 in /build/integration
| * | | | | Update guzzlehttp/guzzle requirement in /build/integrationdependabot-preview[bot]2020-04-191-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/6.5.3/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/6.5.2...6.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-04-2124-62/+132
| | | | |