Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2020-10-02[tx-robot] updated from transifexNextcloud bot
2020-10-02Show the sublineJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-02Update @nextcloud/vue to 2.6.7Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-02Status: Add subline for Invisible to explain it properlyJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-10-02Enable scrollbar for too long content, same way as in Dashboard customizeJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-10-01Move online status into modalJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-10-01Merge pull request #23112 from ↵Roeland Jago Douma
nextcloud/bugfix/noid/increase-timeout-of-statuses Increase the timeout of statuses
2020-10-01Increase the timeout of statusesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-01[tx-robot] updated from transifexNextcloud bot
2020-09-30Merge pull request #23113 from nextcloud/design/status-wordingRoeland Jago Douma
Change wording from 'custom status' to 'status message'
2020-09-30Change wording from 'custom status' to 'status message'Jan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-09-30Reset the user status when clearing the custom messageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-30Bump @nextcloud/vue to 2.6.6Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-30[tx-robot] updated from transifexNextcloud bot
2020-09-29Merge pull request #22999 from nextcloud/bugfix/noid/settings-container-heightJulius Härtl
Adjust scroll container height to make it a proper boundary element for actions
2020-09-29Adjust scroll container height to make it a proper boundary element for actionsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-29Merge pull request #23043 from nextcloud/fix/noid/weather-status-not-logged-inRoeland Jago Douma
Avoid crash when unauthenticated users make weather-related requests
2020-09-29Merge pull request #22983 from ↵Roeland Jago Douma
nextcloud/bugfix/noid/sync-all-users-to-systemaddressbook Sync all users to the system addresssbook
2020-09-29[tx-robot] updated from transifexNextcloud bot
2020-09-28Merge pull request #23056 from ↵dependabot-preview[bot]
nextcloud/dependabot/npm_and_yarn/vue-router-3.4.4
2020-09-28Merge pull request #23012 from nextcloud/enh/template-reponse-renderasRoeland Jago Douma
Make BeforeTemplateRenderedEvent aware of the actual response
2020-09-28Bump vue-router from 3.4.3 to 3.4.4dependabot-preview[bot]
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.4.3 to 3.4.4. - [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.4.3...v3.4.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <rullzer@users.noreply.github.com>
2020-09-28avoid crash when unauthenticated users make weather-related requests, ↵Julien Veyssier
mention it in UI Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-09-28[tx-robot] updated from transifexNextcloud bot
2020-09-27[tx-robot] updated from transifexNextcloud bot
2020-09-26[tx-robot] updated from transifexNextcloud bot
2020-09-25Merge pull request #23034 from ↵Joas Schilling
nextcloud/bugfix/noid/numeric-folders-thorw-on-mark-dirty Fix numeric folders throwing on markDirty
2020-09-25[tx-robot] updated from transifexNextcloud bot
2020-09-24Only load user status script when neededJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-24Fix numeric folders throwing on markDirtyJoas Schilling
TypeError: strpos() expects parameter 1 to be string, int given The problem is that in cacheNode() we strip of any slashes, so a folder "0/" will be trimmed to "0" and be used as an array key. Since PHP automatically casts numeric array keys to integers, you afterwards get $nodePath as int(0). Since it's now a number, the strpos() function does not accept it anymore. Simply casting $nodePath to a string again in the foreach solves the issue Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-24Update autloaderRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-24Merge pull request #23023 from ↵Roeland Jago Douma
nextcloud/bugfix/noid/trashbin-size-delete-immediately Delete files that exceed trashbin size immediately
2020-09-24Merge pull request #23024 from nextcloud/enh/theming-occRoeland Jago Douma
Add occ command to set theming values
2020-09-24Merge pull request #23014 from nextcloud/fix/22977/reasons-to-use-translationRoeland Jago Douma
Make 'Reasons to use Nextcloud' button translatable, fix #22977
2020-09-24Fix testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-24Add occ command to set theming valuesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-24[tx-robot] updated from transifexNextcloud bot
2020-09-23Delete files that exceed trashbin size immediatelyJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-23Make 'Reasons to use Nextcloud' button translatable, fix #22977Jan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-09-23[tx-robot] updated from transifexNextcloud bot
2020-09-22Merge pull request #22952 from ↵Roeland Jago Douma
nextcloud/dependabot/npm_and_yarn/nextcloud/vue-dashboard-1.0.1 Bump @nextcloud/vue-dashboard from 1.0.0 to 1.0.1
2020-09-22Merge pull request #22940 from ↵Roeland Jago Douma
nextcloud/bugfix/noid/never-copy-password-on-enforced-passwords Never copy the share link when the password is forced
2020-09-22Bump @nextcloud/vue-dashboard from 1.0.0 to 1.0.1dependabot-preview[bot]
Bumps [@nextcloud/vue-dashboard](https://github.com/nextcloud/nextcloud-vue-dashboard) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/nextcloud/nextcloud-vue-dashboard/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue-dashboard/compare/v1.0.0...v1.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-22Merge pull request #22964 from nextcloud/Valdnet-patch-7Roeland Jago Douma
l10n: Capital letter of the name of the app
2020-09-22Merge pull request #22974 from nextcloud/Valdnet-patch-8Roeland Jago Douma
l10n: Rename the directory for translations
2020-09-22[tx-robot] updated from transifexNextcloud bot
2020-09-21RecompileJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-21Sync all users to the system addresssbookJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-21[tx-robot] updated from transifexNextcloud bot
2020-09-20l10n: Rename the directory for translationsValdnet
The application gets the translation from l10n for the "Clear status after" text string.