Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2020-04-29Update license headers for 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-29[tx-robot] updated from transifexNextcloud bot
2020-04-28Merge pull request #20636 from ↵Morris Jobke
nextcloud/tests/noid/tests-for-update-notifications-controller Add tests for update notification controller for non-default updater …
2020-04-28Add tests for update notification controller for non-default updater server URLMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-04-28Merge pull request #20676 from clementhk/ldap-groupblizzz
Don't remove last user in ldap group when limit is -1
2020-04-28Merge pull request #20673 from nextcloud/enh/tweaks-app-data-scanRoeland Jago Douma
Set exit code if something went wrong.
2020-04-28[tx-robot] updated from transifexNextcloud bot
2020-04-27Merge pull request #20558 from ↵Morris Jobke
nextcloud/dependabot/npm_and_yarn/vue-click-outside-1.1.0 Bump vue-click-outside from 1.0.7 to 1.1.0
2020-04-27Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshareMorris Jobke
Fix resharing of federated shares that were created out of links
2020-04-27Merge pull request #20632 from nextcloud/bugfix/20624Morris Jobke
Only catch anonymous OPTIONS for Office
2020-04-27[tx-robot] updated from transifexNextcloud bot
2020-04-27Don't remove last user in ldap group when limit is -1Clement Wong
Signed-off-by: Clement Wong <git@clement.hk>
2020-04-26Set exit code if something went wrong.Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-04-26[tx-robot] updated from transifexNextcloud bot
2020-04-25[tx-robot] updated from transifexNextcloud bot
2020-04-24Bump vue-click-outside from 1.0.7 to 1.1.0dependabot-preview[bot]
Bumps [vue-click-outside](https://github.com/vue-bulma/click-outside) from 1.0.7 to 1.1.0. - [Release notes](https://github.com/vue-bulma/click-outside/releases) - [Commits](https://github.com/vue-bulma/click-outside/commits/v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-24Merge pull request #20570 from nextcloud/fix/20235/use_uploadfileRoeland Jago Douma
Use a proper upload file so propfinds return 404
2020-04-24Merge pull request #17623 from j3l11234/masterRoeland Jago Douma
Add support for download share on old android browser
2020-04-24Only catch anonymous OPTIONS for OfficeJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-24Merge pull request #20626 from nextcloud/enh/scan-appdata-folder-argRoeland Jago Douma
Add folder argument to files:scan-app-data
2020-04-24Merge pull request #19919 from nextcloud/enh/noid/ldpa_group_perfblizzz
LDAP Group Backend optimizations
2020-04-24[tx-robot] updated from transifexNextcloud bot
2020-04-23Merge pull request #18816 from nextcloud/bugfix/noid/paginate-contacts-searchblizzz
Use paginated search for contacts
2020-04-23formattingArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-04-23Use paginated search for contactsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-23Merge pull request #20618 from nextcloud/bugfix/noid/fix-workflow-uiblizzz
Fix workflow UI
2020-04-23Fix workflow UIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-23make php-cs happyRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-23[tx-robot] updated from transifexNextcloud bot
2020-04-23Merge pull request #19399 from nextcloud/smb-read-aclblizzz
Add option to check share ACL's when listing directories
2020-04-22Merge pull request #20576 from nextcloud/fix/dav/oc-etagRoeland Jago Douma
Make sure that OC-ETag is set again
2020-04-22Merge pull request #20595 from nextcloud/fix/ie11-fallback-uploadJohn Molakvoæ
Fix IE11 upload fallback methods
2020-04-22Merge pull request #20575 from nextcloud/fix/sharing-suggestionsMorris Jobke
Fix Sharing recommendation user display
2020-04-22Merge pull request #20591 from nextcloud/fix/settingsRoeland Jago Douma
Fix settings routing
2020-04-22add tooltip to optionRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-22Fix IE11 upload fallback methodsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-04-22Merge pull request #20536 from ↵Morris Jobke
nextcloud/fix/noid/ldap-73api-read-wo-pagedresults do not run paged results against ldap_read ops on PHP7.3+
2020-04-22Add folder argument to files:scan-app-dataRoeland Jago Douma
If you need to rescan something but don't feel like rescanning your whole preview stash. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-04-22Fix new routing in settings etcRoeland Jago Douma
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>
2020-04-22[tx-robot] updated from transifexNextcloud bot
2020-04-21Add option to check share ACL's when listing directoriesRobin Appelman
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>
2020-04-21Merge pull request #20114 from ↵Roeland Jago Douma
nextcloud/techdebt/noid/allow-some-apps-to-have-root-urls Allow some apps to have root URLs in their own routing file
2020-04-21do not run paged results against ldap_read ops on PHP7.3+Arthur Schiwon
- 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>
2020-04-21Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-21Set proper share type when converting link shares to federated sharesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-21Add test that shares and tags are ignored for chunk files.Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-04-21Merge pull request #20577 from nextcloud/bugfix/noid/sabre4_aftermethodRoeland Jago Douma
Fix usages of afterMethod -> afterMethod:*
2020-04-21Merge pull request #20564 from go2sh/fix_fileinfoMorris Jobke
Set fileInfo correctly for LegacyTabs
2020-04-21Use a proper upload file so propfinds return 404Roeland Jago Douma
Fixes #20235 By using an UploadFile we make sure that we don't need to have another check everywhere for the path. But we just have ot check (which we have to anyway) if it is a proper Connector/File (or directory). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-04-21Fix usages of afterMethod -> afterMethod:*Georg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>