summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #28360 from ↵John Molakvoæ2021-08-102-2/+2
|\ | | | | | | | | nextcloud/revert-28351-enh/27553/user-status-plural-singular Revert "Fix Recent statuses plural/singular"
| * Revert "Fix Recent statuses plural/singular"kesselb2021-08-092-2/+2
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2021-08-1098-86/+332
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #28013 from ↵John Molakvoæ2021-08-092-11/+20
|\ | | | | | | nextcloud/jitter-appstore-and-updater-server-pinging
| * Jitter the requests to the appstore and updater server over 3 minutesJoas Schilling2021-07-162-11/+20
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #28351 from nextcloud/enh/27553/user-status-plural-singularszaimen2021-08-092-2/+2
|\ \ | | | | | | Fix Recent statuses plural/singular
| * | Fix Recent statuses plural/singularszaimen2021-08-082-2/+2
| | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | Merge pull request #28352 from nextcloud/enh/18537/fix-concurrent-upload-limitJohn Molakvoæ2021-08-091-1/+1
|\ \ \ | | | | | | | | Change the concurrent upload limit to less than 10
| * | | Change the concurrent upload limit to less than 10szaimen2021-08-081-1/+1
| |/ / | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* / / [tx-robot] updated from transifexNextcloud bot2021-08-0912-86/+130
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-086-28/+28
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-072-0/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-0622-10/+72
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-0572-690/+690
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28285 from nextcloud/rakekniven-patch-1rakekniven2021-08-041-0/+2
|\ \ | | | | | | l10n: ignore packed js files from TX sync
| * | l10n: ignore packed js files from TX syncrakekniven2021-08-021-0/+2
| | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-08-0430-46/+146
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-08-0326-10/+284
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-024-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-02120-118/+1402
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Bump core-js from 3.15.2 to 3.16.0dependabot[bot]2021-07-3174-416/+416
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.15.2 to 3.16.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.15.2...v3.16.0) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Merge pull request #28260 from nextcloud/fix/failing-user-controller-testsChristoph Wurst2021-07-301-0/+27
|\ \ | | | | | | fix UserController tests
| * | fix UserController tests failing because of max_quota app value not provided ↵Julien Veyssier2021-07-301-0/+27
| | | | | | | | | | | | | | | | | | by mocks Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | Merge pull request #28259 from nextcloud/work/carl/sodium-checkChristoph Wurst2021-07-301-0/+4
|\ \ \ | | | | | | | | Check that php was compiled with argon2 support or that the php-sodium extensions is installed
| * | | Check that php was compiled with argon2 support or that the php-sodiumCarl Schwan2021-07-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | extensions is installed Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Extend caldav resource searchAnna Larch2021-07-301-37/+113
| |/ / |/| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #28009 from nextcloud/enh/21045/quota-restrictionsJulien Veyssier2021-07-309-10/+38
|\ \ \ | | | | | | | | Add quota restrictions options
| * | | refs #21045 add app config to disable unlimited quota and to set max quotaJulien Veyssier2021-07-299-10/+38
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | avoid unlimited quota as default_quota fallback value if unlimited quota is not allowed avoid getting/setting/displaying unlimited default quota if not allowed implement tests for unlimited quota restrictions Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | Merge pull request #28240 from nextcloud/accessibility/personal-infoJulius Härtl2021-07-301-1/+2
|\ \ \ | | | | | | | | Add h2 to personal info page, fixing accessibility issue
| * | | Add h2 to personal info page, fixing accessibility issueJan C. Borchardt2021-07-291-1/+2
| |/ / | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* / / add missing order attribute to tag multiselect actionJulien Veyssier2021-07-291-1/+2
|/ / | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | BuildChristopher Ng2021-07-2839-1878/+23
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Remove chunkhashChristopher Ng2021-07-281-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Bump @nextcloud/vue from 3.10.1 to 4.0.3dependabot[bot]2021-07-2864-811/+5676
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.10.1 to 4.0.3. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.10.1...v4.0.3) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Merge pull request #27920 from ↵Julien Veyssier2021-07-281-2/+2
|\ \ | | | | | | | | | | | | nextcloud/fix/21263/breadcrumb-wrong-float-width-comparison Fix Files breadcrumbs being hidden even if there is enough space
| * | refs #21263 round numbers when checking if breadcrumbs should be hiddenJulien Veyssier2021-07-281-2/+2
| | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | Merge pull request #28147 from nextcloud/dependabot/npm_and_yarn/marked-2.1.3John Molakvoæ2021-07-284-3/+115
|\ \ \ | | | | | | | | Bump marked from 2.0.6 to 2.1.3
| * | | Bump marked from 2.0.6 to 2.1.3dependabot[bot]2021-07-264-3/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 2.0.6 to 2.1.3. - [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.6...v2.1.3) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | Merge pull request #28210 from ↵Julius Härtl2021-07-281-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/allow-to-disable-group-change-mail-notification Allow to disable group membership change notification
| * | | Allow to disable group change notificationMarco Ambrosini2021-07-281-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* | | | Merge pull request #28174 from nextcloud/feature/set_openfile_for_internal_linksJohn Molakvoæ2021-07-281-3/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Fix typoLouis2021-07-281-1/+1
| | | | | | | | | | | | Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
| * | | Set openfile params when following internal linksLouis Chemineau2021-07-271-3/+9
| |/ / | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #27751 from nextcloud/enh/23769/accept-decline-fed-sharing-uiJulius Härtl2021-07-2814-174/+816
|\ \ \
| * | | Fix remote share deletion when deleting userVincent Petry2021-07-272-51/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When deleting a user, we should only delete the direct remote user shares or the remote group based subshares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | Fix route path for pending remote sharesVincent Petry2021-07-276-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | Replace ILogger with LoggerInterface in remote share managerVincent Petry2021-07-275-16/+19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Carl Schwan <carl@carlschwan.eu>
| * | | Fix remote group share decline+accept code pathVincent Petry2021-07-272-1/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When declining a remote group share through the dialog that appears when notifications are off, the mount point is now correctly saved when re-accepting. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | Use mimetype instead of type when defaulting in remote sharesVincent Petry2021-07-271-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | Fix external share manager with multiple user groupsVincent Petry2021-07-272-10/+25
| | | | | | | | | | | | | | | | | | | | | | | | Use query builder with proper matching for finding the group names. Signed-off-by: Vincent Petry <vincent@nextcloud.com>