aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers for 19Christoph Wurst2020-04-29428-39/+443
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-04-294-0/+60
|
* Merge pull request #20636 from ↵Morris Jobke2020-04-282-1/+171
|\ | | | | | | | | nextcloud/tests/noid/tests-for-update-notifications-controller Add tests for update notification controller for non-default updater …
| * Add tests for update notification controller for non-default updater server URLMorris Jobke2020-04-282-1/+171
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #20676 from clementhk/ldap-groupblizzz2020-04-281-3/+3
|\ \ | | | | | | Don't remove last user in ldap group when limit is -1
| * | Don't remove last user in ldap group when limit is -1Clement Wong2020-04-271-3/+3
| | | | | | | | | | | | Signed-off-by: Clement Wong <git@clement.hk>
* | | Merge pull request #20673 from nextcloud/enh/tweaks-app-data-scanRoeland Jago Douma2020-04-281-12/+20
|\ \ \ | | | | | | | | Set exit code if something went wrong.
| * | | Set exit code if something went wrong.Daniel Kesselberg2020-04-261-12/+20
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-2814-12/+26
| | | |
* | | | Merge pull request #20558 from ↵Morris Jobke2020-04-278-10/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-click-outside-1.1.0 Bump vue-click-outside from 1.0.7 to 1.1.0
| * | | | Bump vue-click-outside from 1.0.7 to 1.1.0dependabot-preview[bot]2020-04-248-10/+10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshareMorris Jobke2020-04-273-7/+15
|\ \ \ \ | | | | | | | | | | Fix resharing of federated shares that were created out of links
| * | | | Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl2020-04-212-7/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Set proper share type when converting link shares to federated sharesJulius Härtl2020-04-211-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #20632 from nextcloud/bugfix/20624Morris Jobke2020-04-272-4/+22
|\ \ \ \ \ | | | | | | | | | | | | Only catch anonymous OPTIONS for Office
| * | | | | Only catch anonymous OPTIONS for OfficeJulius Härtl2020-04-242-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-04-2716-8/+252
| |_|_|/ / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-04-266-2/+10
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-04-2524-8/+38
| |_|/ / |/| | |
* | | | Merge pull request #20570 from nextcloud/fix/20235/use_uploadfileRoeland Jago Douma2020-04-246-3/+129
|\ \ \ \ | | | | | | | | | | Use a proper upload file so propfinds return 404
| * | | | Add test that shares and tags are ignored for chunk files.Daniel Kesselberg2020-04-212-1/+43
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Use a proper upload file so propfinds return 404Roeland Jago Douma2020-04-214-2/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #17623 from j3l11234/masterRoeland Jago Douma2020-04-241-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Add support for download share on old android browser
| * | | | | Add support for download share on old android browserj3l112342019-10-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: j3l11234 <297259024@qq.com>
* | | | | | Merge pull request #20626 from nextcloud/enh/scan-appdata-folder-argRoeland Jago Douma2020-04-241-2/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add folder argument to files:scan-app-data
| * | | | | | Add folder argument to files:scan-app-dataRoeland Jago Douma2020-04-221-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #19919 from nextcloud/enh/noid/ldpa_group_perfblizzz2020-04-2410-206/+428
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | LDAP Group Backend optimizations
| * | | | | | formattingArthur Schiwon2020-04-238-144/+254
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | do not rerun expensive sanitizer against already processed DNsArthur Schiwon2020-04-171-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | read records from DB for lists at once, not one by one.Arthur Schiwon2020-04-175-36/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep a runtime cache of dn-id-mapping Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | don't circulate with only one backendArthur Schiwon2020-04-173-4/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - saves some overhead costs - in some occasions saves LDAP requests Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | consolidate groupsMatchFilter in groupsExistArthur Schiwon2020-04-172-44/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - less duplication - profiting of the same cache entry Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-04-2428-14/+60
| | | | | | |
* | | | | | | Merge pull request #18816 from nextcloud/bugfix/noid/paginate-contacts-searchblizzz2020-04-232-0/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Use paginated search for contacts
| * | | | | | | Use paginated search for contactsJulius Härtl2020-04-232-0/+8
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | 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>
* / / / / / / make php-cs happyRobin Appelman2020-04-231-1/+0
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-04-2310-4/+18
| | | | | |
* | | | | | 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 #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-221-56/+52
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix settings routing
| * | | | | | | Fix new routing in settings etcRoeland Jago Douma2020-04-221-56/+52
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>