summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19836 from ↵Roeland Jago Douma2020-03-084-15/+15
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-infinite-loading-2.4.5 Bump vue-infinite-loading from 2.4.4 to 2.4.5
| * Bump vue-infinite-loading from 2.4.4 to 2.4.5dependabot-preview[bot]2020-03-084-15/+15
| | | | | | | | | | | | | | | | | | Bumps [vue-infinite-loading](https://github.com/PeachScript/vue-infinite-loading) from 2.4.4 to 2.4.5. - [Release notes](https://github.com/PeachScript/vue-infinite-loading/releases) - [Commits](https://github.com/PeachScript/vue-infinite-loading/compare/v2.4.4...v2.4.5) 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-03-084-0/+18
|/
* [tx-robot] updated from transifexNextcloud bot2020-03-0716-12/+20
|
* Merge pull request #19763 from ↵Joas Schilling2020-03-063-3/+3
|\ | | | | | | | | nextcloud/bugfix/noid/received-share-sidebar-broken Fix "Error loading the shares list TypeError: "this is undefined"" fo…
| * Fix "Error loading the shares list TypeError: "this is undefined"" for ↵Joas Schilling2020-03-033-3/+3
| | | | | | | | | | | | conversation shares Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #19440 from nextcloud/fix/filename_popovermenu_misalignmentJohn Molakvoæ2020-03-062-8/+10
|\ \ | | | | | | Fix filename and popover menu misalignment
| * | Fix filename and popover menu misalignmentGretaD2020-02-122-8/+10
| | | | | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-03-0620-14/+90
| | |
* | | Merge pull request #19721 from nextcloud/bug/19695/workflow-regex-officeRoeland Jago Douma2020-03-053-5/+5
|\ \ \ | | | | | | | | Fix regex for office documents
| * | | Fix regex for office documentsDaniel Kesselberg2020-03-023-5/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #19769 from nextcloud/bugfix/noid/share-owner-avatarRoeland Jago Douma2020-03-053-23/+22
|\ \ \ \ | | | | | | | | | | Fix avatar in file list for users with an @ in the uid
| * | | | Bump bundlesJulius Härtl2020-03-032-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Fix regex to not take email uids as federated idsJulius Härtl2020-03-031-21/+20
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Fix JS regexJoas Schilling2020-03-053-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-03-0532-36/+70
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2020-03-048-14/+28
| | | |
* | | | Merge pull request #19739 from nextcloud/bugfix/noid/groupid-spacesRoeland Jago Douma2020-03-035-9/+8
|\ \ \ \ | | | | | | | | | | Do not use replace on the group id
| * | | | Do not use replace on the group idJulius Härtl2020-03-025-9/+8
| | |/ / | |/| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #19764 from nextcloud/fix/transfer-ownerhip-owner-checkRoeland Jago Douma2020-03-034-4/+12
|\ \ \ \ | |_|/ / |/| | | Do not allow transfer ownership when the user isn't the owner
| * | | Do not allow transfer ownership when the user isn't the ownerChristoph Wurst2020-03-034-4/+12
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Fetch translate for Tags from files appDaniel Kesselberg2020-03-033-5/+5
|/ / / | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-03-034-4/+4
| | |
* | | Don't try to format deleted sharesRoeland Jago Douma2020-03-021-0/+10
|/ / | | | | | | | | | | | | | | | | | | | | | | Fixes #15455 The issue is that we have a fallback for shares to use the target. So when the target exists again we happily format it (not that the shares are still invalid). This just tries to get the node. If we can't then boom. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #19699 from ↵Roeland Jago Douma2020-03-021-8/+10
|\ \ | | | | | | | | | | | | nextcloud/bugfix/19349/allow-single-file-downloads Allow single file downloads so the video player works again
| * | Allow single file downloads so the video player works againJoas Schilling2020-02-281-8/+10
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #19722 from nextcloud/bug/18727/dont-resize-svgRoeland Jago Douma2020-03-021-2/+1
|\ \ \ | | | | | | | | Don't try to resize a svg uploaded as background image
| * | | Don't try to resize a svg uploaded as background image.Daniel Kesselberg2020-03-011-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | image* are gd functions without support for svg hence we are not able to resize svg. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | [tx-robot] updated from transifexNextcloud bot2020-03-028-8/+18
| | | |
* | | | Bump @babel/core from 7.8.4 to 7.8.6dependabot-preview[bot]2020-03-018-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel) from 7.8.4 to 7.8.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.4...v7.8.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Bump vue-router from 3.1.5 to 3.1.6dependabot-preview[bot]2020-03-012-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.1.5...v3.1.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #19709 from ↵Roeland Jago Douma2020-03-0118-48/+48
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.8.6 Bump @babel/preset-env from 7.8.3 to 7.8.6
| * | | | Bump @babel/preset-env from 7.8.3 to 7.8.6dependabot-preview[bot]2020-02-2918-48/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.8.3 to 7.8.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.3...v7.8.6) 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-03-014-12/+12
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2020-02-29124-16/+144
| | | |
* | | | Revive the "send email to new users" toggle for the user formChristoph Wurst2020-02-2816-41/+94
| |/ / |/| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #19321 from ↵Joas Schilling2020-02-281-0/+8
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enh/allow-to-overwrite-share-target-mountpoints Allow to overwrite share target mountpoints
| * | | Allow to overwrite share target mountpointsJoas Schilling2020-02-171-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #19655 from ↵Roeland Jago Douma2020-02-281-3/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/upload-cleanup-user-not-found Catch NotFoundException when getting the user folder
| * | | | Catch NotFoundException when getting the user folderJulius Härtl2020-02-261-3/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-02-2818-78/+106
| |_|/ / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2020-02-2718-6/+30
| | | |
* | | | Merge pull request #19589 from nextcloud/bug/19162/reindex-quota-presetJohn Molakvoæ2020-02-261-6/+14
|\ \ \ \ | | | | | | | | | | Make sure quota_preset is using numerical indexes
| * | | | Make sure quota_preset is using numerical indexesDaniel Kesselberg2020-02-221-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If one set quota_present to "default, none, 1 GB, 5 GB, 10 GB" the old implementation will remove default and none but keep the array indexes. Later json_encode will recognize a array with 2 as first index as object and hence quotaPreset.reduce will fail. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-02-2638-18/+106
| | | | |
* | | | | Merge pull request #19539 from ↵Joas Schilling2020-02-251-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | nextcloud/bugfix/noid/allow-to-create-directories-when-they-are-selectable Allow to create directories when they are selectable
| * | | | Copy isFileNameValid function, so the filepicker works without the files appJoas Schilling2020-02-251-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #19252 from nextcloud/bug/fix-notification-object-idJoas Schilling2020-02-252-2/+5
|\ \ \ \ \ | | | | | | | | | | | | Hash event UID to make sure it's not too long for PushProvider notifications
| * | | | | Hash event UID to make sure it's not too long for PushProviderThomas Citharel2020-02-012-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | notifications Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | Merge pull request #19634 from nextcloud/bugfix/noid/long-cyrillic-noteRoeland Jago Douma2020-02-252-4/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Correctly trim long cyrillic note