summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [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
| * | Merge remote-tracking branch 'upstream/master' into ↵Samuel2021-02-1687-404/+1143
| |\ \ | | | | | | | | | | | | feat-federatedfilesharing-logging
| * | | fix(tests)Samuel2021-02-111-0/+7
| | | | | | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * | | Merge remote-tracking branch 'upstream/master' into ↵Samuel2021-02-11111-406/+1784
| |\ \ \ | | | | | | | | | | | | | | | feat-federatedfilesharing-logging
| * | | | fix(no_unused_imports)Samuel2021-02-091-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * | | | fix(php-cs)Samuel2021-02-091-17/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * | | | fix(misc)Samuel2021-02-091-5/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * | | | fix(php-cs)Samuel2021-02-091-4/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * | | | fix(logger): use logger from constructor argumentsSamuel2021-02-091-1/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * | | | fix(pebkac): missing `use OC`Samuel2021-02-081-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * | | | fix(logger): set logger in constructorSamuel2021-02-081-5/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * | | | fix(php-cs): indentation / elseif, maybe braces?Samuel2021-02-051-13/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * | | | feat(federatedfilesharing): log errors, as suggested by @maxbesSamuel2021-02-051-0/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
* | | | | Merge pull request #26149 from nextcloud/fix/ownership-transfer-ready-encryptionRoeland Jago Douma2021-03-221-2/+5
|\ \ \ \ \ | | | | | | | | | | | | Only perform login check during ownership transfer for encryption
| * | | | | Only perform login check during ownership transfer for encryptionChristoph Wurst2021-03-191-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #26231 from nextcloud/Valdnet-patch-6John Molakvoæ2021-03-221-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | l10n: Add words user and because in ShareByMailProvider.php
| * | | | | | l10n: Add changes to text string for userValdnet2021-03-221-1/+1
| | | | | | |
| * | | | | | l10n: Add word user in ShareByMailProvider.phpValdnet2021-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | Standardizing text strings with other Nextcloud applications.
* | | | | | | Remove duplicated query for email sharesDaniel Calviño Sánchez2021-03-222-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | | | | Fix testsJohn Molakvoæ (skjnldsv)2021-03-222-19/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | Sharing link & mail parityJohn Molakvoæ (skjnldsv)2021-03-229-63/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | Clear the input after adding a new shareJohn Molakvoæ (skjnldsv)2021-03-221-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | Handle enforced password for mail shares in the WebUIJohn Molakvoæ (skjnldsv)2021-03-222-6/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | Extract GeneratePassword function to its own fileJohn Molakvoæ (skjnldsv)2021-03-222-35/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed to be able to use the function from other components. Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | Add labels to mail sharesJohn Molakvoæ (skjnldsv)2021-03-224-10/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the email is shown on a second line if a label is set. Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2021-03-2230-120/+274
| | | | | | |
* | | | | | | Merge pull request #26046 from nextcloud/smb-3.4.0Morris Jobke2021-03-2175-1206/+1943
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | update icewind/smb to 3.4.0
| * | | | | | | update icewind/smb to 3.4.0Robin Appelman2021-03-1075-1206/+1943
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-03-218-10/+10
| | | | | | | |
* | | | | | | | Bump marked from 2.0.0 to 2.0.1dependabot-preview[bot]2021-03-205-6/+6
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v2.0.0...v2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | | | | Bump clipboard from 2.0.6 to 2.0.8dependabot-preview[bot]2021-03-204-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.6 to 2.0.8. - [Release notes](https://github.com/zenorocha/clipboard.js/releases) - [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.6...v2.0.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | | | | Bump dompurify from 2.2.6 to 2.2.7dependabot-preview[bot]2021-03-205-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.6 to 2.2.7. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.2.6...2.2.7) 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 #26213 from ↵Roeland Jago Douma2021-03-201-5/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/wiswedel/fix/style/files/settingsDisplacement Removed unnecessary padding
| * | | | | | | Removed unnecessary paddingSascha Wiswedel2021-03-191-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-03-2018-78/+84
| | | | | | | |
* | | | | | | | Merge pull request #26212 from nextcloud/fix-dashboard-backgroundMorris Jobke2021-03-193-3/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make background cover whole viewport