summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [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
| * | Correctly trim long cyrillic noteJoas Schilling2020-02-252-4/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #19604 from nextcloud/dependabot/npm_and_yarn/p-queue-6.3.0Roeland Jago Douma2020-02-252-3/+3
|\ \ \ | |/ / |/| | Bump p-queue from 6.2.1 to 6.3.0
| * | Bump p-queue from 6.2.1 to 6.3.0dependabot-preview[bot]2020-02-232-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.2.1 to 6.3.0. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v6.2.1...v6.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Merge pull request #19619 from ↵Joas Schilling2020-02-251-2/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/19618/theme-dragndrop-hover-color Fix hover state color of drag-n-drop with theming and dark mode
| * | | Fix hover state color of drag-n-drop with theming and dark modeJoas Schilling2020-02-241-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-02-2548-94/+138
| | | |
* | | | Merge pull request #19621 from ↵Roeland Jago Douma2020-02-241-5/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/transfer-owner-delete-notification Make sure that the transfer details are present in the database during the cron run
| * | | | Make sure that the transfer entry is present in the databaseJulius Härtl2020-02-241-5/+13
| |/ / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #19549 from nextcloud/fix/19418/uuid-attr-log-floodRoeland Jago Douma2020-02-241-17/+25
|\ \ \ \ | | | | | | | | | | remove noise from detectUuid and cache results
| * | | | remove noise from detectUuid and cache resultsArthur Schiwon2020-02-191-17/+25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | l10n: Added plural form to stringrakekniven2020-02-2422-8854/+44
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for #19304 Devs: Please verify. Changed are untested due to missing build environment. Reported at Transifex. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de> Signed-off-by: Gary Kim <gary@garykim.dev>
* | | | [tx-robot] updated from transifexNextcloud bot2020-02-2424-30/+34
| |/ / |/| |
* | | Merge pull request #19498 from ↵Roeland Jago Douma2020-02-2315-15/+15
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-loader-15.9.0 Bump vue-loader from 15.8.3 to 15.9.0
| * | | Bump vue-loader from 15.8.3 to 15.9.0dependabot-preview[bot]2020-02-2315-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.8.3 to 15.9.0. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/compare/v15.8.3...v15.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #19196 from ↵Roeland Jago Douma2020-02-239-3/+590
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/feature/17126/allow_apps_to_register_their_own_calendars Allow apps to provide Calendars in user's calendarHome
| * | | Allow apps to provide Calendars in user's calendarHomeGeorg Ehrke2020-02-189-3/+590
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | Merge pull request #19586 from nextcloud/bug/19547/missing-translation-tabRoeland Jago Douma2020-02-233-6/+6
|\ \ \ \ | | | | | | | | | | Replace tab character with space
| * | | | Replace tab character with spaceDaniel Kesselberg2020-02-233-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the translation is missing. Also I don't see the reason for the tab character. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | Show the link password when it's setChristoph Wurst2020-02-235-26/+27
|/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #19600 from ↵Roeland Jago Douma2020-02-232-21/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.28 Bump moment-timezone from 0.5.27 to 0.5.28
| * | | | Bump moment-timezone from 0.5.27 to 0.5.28dependabot-preview[bot]2020-02-232-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.27 to 0.5.28. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](https://github.com/moment/moment-timezone/compare/0.5.27...0.5.28) 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-02-2318-10/+46
|/ / / /
* | | | Merge pull request #19566 from nextcloud/bugfix/noid/fix-loggingRoeland Jago Douma2020-02-221-1/+1
|\ \ \ \ | | | | | | | | | | FIx logging in accessibility controller
| * | | | FIx logging in accessibility controllerJoas Schilling2020-02-201-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Update webpack bundlesChristoph Wurst2020-02-2244-102/+102
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-02-22192-60/+224
| | | |
* | | | Merge pull request #19412 from nextcloud/fix/19404/make-favorite-publicChristoph Wurst2020-02-212-5/+4
|\ \ \ \ | | | | | | | | | | Make TAG_FAVORITE public
| * | | | Make TAG_FAVORITE publicDaniel Kesselberg2020-02-122-5/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #19517 from ↵Christoph Wurst2020-02-213-4/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/add-folder-to-predefined-types Add a shortcut for Folders mimetype
| * | | | | Add a shortcut for FoldersJoas Schilling2020-02-173-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Introduce a default refresh rate app setting for calendar subscriptionsThomas Citharel2020-02-212-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | Merge pull request #19511 from nextcloud/bugfix/noid/secondary-view-idChristoph Wurst2020-02-213-2/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make sure the secondary view registered for systemtags has an id
| * | | | | | Bump bundlesJulius Härtl2020-02-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | Make sure the secondary view registered for systemtags has an idJulius Härtl2020-02-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #19398 from ↵Christoph Wurst2020-02-217-547/+708
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bug/dav-load-subscriptions-at-activation Move RefreshWebcalJob logic to a proper service so that it may be called independently
| * | | | | | | Move RefreshWebcalJob logic to a proper service so that it may be calledThomas Citharel2020-02-107-547/+708
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | independently Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | | | Merge pull request #19533 from nextcloud/bugfix/noid/user-settingsChristoph Wurst2020-02-2116-155/+99
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Various user settings fixes
| * | | | | | | | Bump bundlesJulius Härtl2020-02-1812-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | | Also fix actions overlay in editing and new user rowsJulius Härtl2020-02-183-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | | Properly position popovermenu for user actionsJulius Härtl2020-02-181-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | | Add tooltip to storage locationJulius Härtl2020-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | | Do not overlay single select boxes over userActionsJulius Härtl2020-02-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | | Show user/displayname when backend does not offer savingJulius Härtl2020-02-181-20/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | | Give columns a bit more space and fix overlaying issuesJulius Härtl2020-02-181-16/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>