summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Bump app versions and requirementsJoas Schilling2020-05-0726-84/+84
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-05-0722-34/+182
|
* add locking to resolve concurent move to trashbin conflictsRobin Appelman2020-05-062-21/+81
| | | | | | | uses a lock to prevent two requests from moving a file to the trashbin concurrently (causing sql duplicate key errors) Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #20832 from ↵Morris Jobke2020-05-064-8/+10
|\ | | | | | | | | nextcloud/fix/sharing-filter-user-shares-only-fix-group-display Do not filter id matching userId on non-user-share shares
| * Do not filter id matching userId on non-user-share sharesJohn Molakvoæ (skjnldsv)2020-05-054-8/+10
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-05-066-2/+52
|/
* Fix filtering our owner & current user from sharesJohn Molakvoæ (skjnldsv)2020-05-053-22/+24
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2020-05-0522-18/+280
|
* Fix federated link sharing permissionsJohn Molakvoæ (skjnldsv)2020-05-049-67/+8500
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #19124 from nextcloud/bug/13647/ignore-delete-groupsMorris Jobke2020-05-041-73/+77
|\ | | | | Exclude groups from sharing: Skip delete groups
| * Ignore delete groupsDaniel Kesselberg2020-04-241-73/+77
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2020-05-0410-2/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2020-05-0324-22/+68
| |
* | Fix expiry datepicker allowing all datesGary Kim2020-05-025-10/+18
| | | | | | | | | | | | | | | | | | | | vue2-datepicker expects a `disabled-date` function rather than `not-before` and `not-after` dates. This commit updates it so that we now provide vue2-datepicker with a `disabled-date` function. Signed-off-by: Gary Kim <gary@garykim.dev>
* | [tx-robot] updated from transifexNextcloud bot2020-05-02180-104/+1056
| |
* | Process shares only once, better debug and expiration date codeJohn Molakvoæ (skjnldsv)2020-05-015-22/+24
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Fix owner on publicownerwrapperRoeland Jago Douma2020-05-011-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #20380 from nextcloud/design/notification-mailsRoeland Jago Douma2020-05-011-134/+116
|\ \ | | | | | | Fix design and layout of notification mails
| * | Fix notification mail testsJan-Christoph Borchardt2020-05-011-134/+116
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #20291 from nextcloud/fix/user_menu_not_focusedRoeland Jago Douma2020-05-0123-11/+9211
|\ \ \ | | | | | | | | Fix focus for user actionmenu
| * | | Fix the keyboard tab for actionmenuGretaD2020-04-3023-11/+9211
| | | | | | | | | | | | | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-05-0124-10/+52
| | | |
* | | | Merge pull request #20538 from nextcloud/fix/20520/share-expireRoeland Jago Douma2020-04-304-4/+7
|\ \ \ \ | |/ / / |/| | | Fix share expiration date not shown
| * | | Fix share expiration date not shownGary Kim2020-04-304-4/+7
| | | | | | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | | Merge pull request #20744 from nextcloud/fix/public-designJan-Christoph Borchardt2020-04-301-16/+0
|\ \ \ \ | |/ / / |/| | | Fix public layout header title & description
| * | | Fix public layout header title & descriptionJohn Molakvoæ (skjnldsv)2020-04-301-16/+0
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #20718 from nextcloud/fix/public_share_owner_activity_messMorris Jobke2020-04-304-1/+58
|\ \ \ \ | |/ / / |/| | | Add a wrapper to fall back to the share owner on public shares
| * | | Add a wrapper to fall back to the share owner on public sharesRoeland Jago Douma2020-04-304-1/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Else it might happen that we setup a storage that has no real owner and activities do boom etc (looking at you groupfolders and external storages!). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #20677 from ↵Joas Schilling2020-04-301-2/+2
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/followup/17718/scaling-user-provisioning Scaling user provisioning for subadmins with many groups
| * | | Patch to optimize for large installations (>5000 users >20000 groups) where ↵Mikael Hammarin2020-04-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | subadmins have access to many of groups (>250) - UsersController:editUser() calls isUserAccessible() even if the user is admin This fix reduces API calls to editUser (ex change locale/display name) from >2 minutes (!) to ~3 seconds per call in average. Signed-off-by: Mikael Hammarin <mikael@try2.se>
* | | | Merge pull request #19436 from nextcloud/bugfix/noid/dav-quota-calculationRoeland Jago Douma2020-04-302-11/+20
|\ \ \ \ | | | | | | | | | | Do not include mountpoints when calculating quota usage on WebDAV
| * | | | Do not include mountpoints when calculating quota usage on WebDAVJulius Härtl2020-04-242-11/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendarRoeland Jago Douma2020-04-307-107/+287
|\ \ \ \ \ | | | | | | | | | | | | Provide links to calendar in event creation/update activities
| * | | | | Provide links to calendar in event creation/update activitiesThomas Citharel2020-04-267-107/+287
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | Merge pull request #20720 from ↵Roeland Jago Douma2020-04-301-6/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/temporary-fix-contacts-search Temporary fix contacts search
| * | | | | | Temporary fix contacts searchJoas Schilling2020-04-291-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-04-3068-124/+334
| | | | | | |
* | | | | | | Allow to navigate to others with access from the sidebarRoeland Jago Douma2020-04-2916-55/+100
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | | Merge pull request #20714 from nextcloud/fix/license-headers-19Christoph Wurst2020-04-29428-39/+443
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Update license headers for 19
| * | | | | Update license headers for 19Christoph Wurst2020-04-29428-39/+443
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Bump webpack from 4.42.1 to 4.43.0dependabot-preview[bot]2020-04-2931-33/+33
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.42.1 to 4.43.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.42.1...v4.43.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | [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