summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-31156-502/+1758
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Also check the default phone region when the number has no country codeJoas Schilling2021-03-311-0/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-03-3140-82/+242
|
* Merge pull request #23444 from nextcloud/notify-dry-runRoeland Jago Douma2021-03-301-32/+52
|\ | | | | add dry-run option to files_external:notify
| * add dry-run option to files_external:notifyRobin Appelman2021-03-241-32/+52
| | | | | | | | | | | | and add some additional logging Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #26219 from nextcloud/relative-path-nullRoeland Jago Douma2021-03-302-2/+2
|\ \ | | | | | | getRelativePath can return null
| * | getStorage can also return nullRobin Appelman2021-03-242-2/+2
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #26292 from nextcloud/smb-directory-readonlyRoeland Jago Douma2021-03-301-8/+2
|\ \ | | | | | | ignore readonly flag for directories
| * | ignore readonly flag for directoriesRobin Appelman2021-03-251-8/+2
| | | | | | | | | | | | | | | | | | see http://support.microsoft.com/kb/326549 Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #26324 from J0WI/crypt-drop-openssl-09Roeland Jago Douma2021-03-301-7/+0
|\ \ \ | | | | | | | | Drop OpenSSL 0.9.8 workaround
| * | | Drop OpenSSL 0.9.8 workaroundJ0WI2021-03-261-7/+0
| | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | Remove notifications when retestingJoas Schilling2021-03-301-1/+7
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-03-30154-522/+522
| | | |
* | | | Fix working for phone number integrationJoas Schilling2021-03-292-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #26342 from pirate/cal-invite-email-use-pngsMorris Jobke2021-03-291-7/+7
|\ \ \ \ | | | | | | | | | | Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs
| * | | | change calendar invite emails to use pngs instead of svgsNick Sweeting2021-03-261-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nick Sweeting <git@sweeting.me>
* | | | | Merge pull request #26337 from ↵Julius Härtl2021-03-292-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/url-search-params-polyfill-8.1.1 Bump url-search-params-polyfill from 8.1.0 to 8.1.1
| * | | | | Bump url-search-params-polyfill from 8.1.0 to 8.1.1dependabot-preview[bot]2021-03-292-2/+2
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-search-params-polyfill](https://github.com/jerrybendy/url-search-params-polyfill) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/jerrybendy/url-search-params-polyfill/releases) - [Commits](https://github.com/jerrybendy/url-search-params-polyfill/compare/v8.1.0...v8.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | | Merge pull request #26243 from nextcloud/enh/noid/avatar-privacy-new-scopeJoas Schilling2021-03-2921-221/+509
|\ \ \ \ \ | | | | | | | | | | | | Avatar privacy and new scope
| * | | | | Capability for federated scopeVincent Petry2021-03-262-0/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added additional capability in the provisioning API to signal whether the federation scope values can be used. This is based on whether the lookup server upload is enabled or not. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | | Change account property capability Vincent Petry2021-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include version number in capability Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
| * | | | | Add capability for editable scopes in provisioning APIVincent Petry2021-03-264-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | | Add property scope tests for AccountManagerVincent Petry2021-03-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | | Enhance UsersControllerTest of provisioning API with scopesVincent Petry2021-03-261-37/+140
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | | Expose avatarScope through provisioning APIVincent Petry2021-03-262-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | | OCS allow reading and writing account property scopesVincent Petry2021-03-262-8/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extends the provisioning API to allow a user to get and set their own account property scopes. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | | Make extra user profile fields always editableVincent Petry2021-03-265-82/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fields for phone number, address, website and twitter are now editable regardless whether federated sharing and the lookup server are enabled or not. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | | Map old account scope properties to new namesVincent Petry2021-03-2610-66/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use new scope values in settings page. Adjust all consumers to use the new constants. Map old scope values to new ones in account property getter. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | | Adjust scopes menu based on conditionsVincent Petry2021-03-264-34/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now not all fields have the "v2-private" option in place. Fix dropdown issue when a scope was stored that is not listed after disabling the lookup server. Whenever the lookup server upload is disabled, the scope menu is now displayed where it makes sense to allow switching between the two private scopes. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | | Add new v2-private account scopeVincent Petry2021-03-262-6/+42
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new v2-private account manager scope that restricts the scope further by excluding public link access. Avatars with v2-private account scope are now showing the guest avatar instead of the real avatar. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-03-2914-18/+26
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2021-03-284-14/+14
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-03-278-2/+82
|/ / /
* | | Merge pull request #22201 from cweiske/20492-move-contacts-with-birthdayJohn Molakvoæ2021-03-261-3/+17
|\ \ \ | | | | | | | | Delete old birthday calendar object when moving contact to another ad…
| * | | Delete old birthday calendar object when moving contact to another address bookChristian Weiske2021-03-261-3/+17
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When an contact is moved to another address book, the contact is copied to the second address book. During copying, the birthday event is created - but it gets the same UID as the contact's birthday event in the first address book. To prevent the "Calendar object with uid already exists" error that followed, we need to delete the old entry before the new one is created. Resolves: https://github.com/nextcloud/server/issues/20492 Signed-off-by: Christian Weiske <cweiske@cweiske.de>
* | | [tx-robot] updated from transifexNextcloud bot2021-03-26112-92/+314
| | |
* | | Fix l10nValdnet2021-03-251-1/+1
|/ / | | | | Issue: #26286
* / [tx-robot] updated from transifexNextcloud bot2021-03-25146-238/+214
|/
* Merge pull request #26255 from nextcloud/Valdnet-patch-6John Molakvoæ2021-03-241-1/+1
|\ | | | | l10n: Separate ellipsis
| * l10n: Separate ellipsisValdnet2021-03-231-1/+1
| | | | | | Unifying the text string with the others.
* | [tx-robot] updated from transifexNextcloud bot2021-03-2432-8/+42
|/
* Merge pull request #25776 from nextcloud/fix/sabre-file-checksum-no-file-infoRoeland Jago Douma2021-03-231-1/+4
|\ | | | | Only write checksum if we have a valid file info
| * Only write checksum if we have a valid file infoChristoph Wurst2021-03-221-1/+4
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #26033 from nextcloud/enh/comments/to_initialstateChristoph Wurst2021-03-2310-126/+54
|\ \ | | | | | | Move comments to initial state
| * | Move comments to initial stateRoeland Jago Douma2021-03-2210-126/+54
| |/ | | | | | | | | | | | | | | | | * Do not extend the jssettings * Just use the proper intial state * Use it in the js code as well Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-03-23226-410/+462
| |
* | Merge pull request #26198 from nextcloud/unified-search-nodeMorris Jobke2021-03-221-31/+46
|\ \ | | | | | | Handle limit offset and sorting in files search
| * | pass order from unified search to file searchRobin Appelman2021-03-191-1/+5
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | use "newer" node search api directly in unified searchRobin Appelman2021-03-181-31/+42
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #25498 from Worteks/feat-federatedfilesharing-loggingMorris Jobke2021-03-222-0/+38
|\ \ \ | |_|/ |/| | feat(federatedfilesharing): log errors, as suggested by @maxbes