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
2022-05-30[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-29[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-27Merge pull request #32594 from ↵Carl Schwan
nextcloud/fix/groupfolder-not-loading-when-share-disabled Fix loading groupfolder info when share api is disabled
2022-05-27Merge pull request #32349 from nextcloud/enh/projects-eventCarl Schwan
Add event to load additional scripts for projects
2022-05-27Fix loading groupfolder info when share api is disabledCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-27Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-27Don't overwrite certain values if the refreshing comes in via short updatesJoas Schilling
This e.g. happens from the talk participant list which only has the status, message and icon. Due to the overwriting e.g. the clearAt was overwritten with null and afterwards the status modal showed "Invalid date" as "Clear at" Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-27Fix missing status with predefined status in drop-downJoas Schilling
When a predefined status message was used, the status was not "processed" so it was missing the translated message and the icon in the dropdown and the menu afterwards Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-27[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-26[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-25Merge pull request #32577 from ↵Carl Schwan
nextcloud/fix/remove-at-matcher-in-files_sharing-tests Remove at() matcher in files_sharing tests
2022-05-25Merge pull request #32567 from ↵Joas Schilling
nextcloud/fix/remove-at-matcher-in-encryption-tests Remove at() matcher use from encryption tests
2022-05-25Merge pull request #32580 from ↵Joas Schilling
nextcloud/bugfix/noid/fix-handling-events-without-name Fix handling events without names in activities
2022-05-25Also trim the nameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-24Merge pull request #32557 from nextcloud/cleanup/dav-admin-settingsCarl Schwan
Modernize the dav admin settings
2022-05-24Merge pull request #32548 from nextcloud/fix/return-typeCarl Schwan
Fix return type and make type stricter
2022-05-24Fix handling events without names in activitiesbugfix/noid/fix-handling-events-without-nameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-24Remove at() matcher in files_sharing testsfix/remove-at-matcher-in-files_sharing-testsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-24Merge pull request #32558 from nextcloud/fix/eslintJohn Molakvoæ
2022-05-24Remove at() matcher for tests for files appCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-24Remove at() matcher use from encryption testsfix/remove-at-matcher-in-encryption-testsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-24Fix return type and make type stricterCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-24Modernize the dav admin settingsCarl Schwan
- Use nextcloud-vue components (with proper doc link now) - Add underline to links so we can see them (accessibility++) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-24Fix various errors reported by eslintCarl Schwan
And also make sure eslint doesn't try to index apps-extra that contains other repo with not necessarely the same eslint rules Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-24Merge pull request #32560 from nextcloud/feature/noid/preferences-apiJoas Schilling
Add API to change preferences
2022-05-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-23Add API to change preferencesfeature/noid/preferences-apiJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-23Update DAV availability vue component to standardJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-23Merge pull request #32519 from nextcloud/rename-webcal-user-agentChristoph Wurst
Rename user-agent used by the Webcal Refresh Service
2022-05-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-20Merge pull request #32443 from nextcloud/port/background-job-adminPytal
2022-05-20Merge pull request #32501 from nextcloud/cleanup/admin-delegation-settingCarl Schwan
Cleanup admin delegation setting page
2022-05-20Merge pull request #32459 from nextcloud/port/federatedfilessharing-adminCarl Schwan
Port admin federated files sharing to vue
2022-05-20Rename user-agent used by the Webcal Refresh Servicerename-webcal-user-agentThomas Citharel
Some services don't like the "crawler" inside the previous user-agent. Closes https://github.com/nextcloud/calendar/issues/4232 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-05-20Port admin federated files sharing to vueCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-20Merge pull request #32503 from nextcloud/improve-two-factorCarl Schwan
Improve two factor admin settings
2022-05-20Port BackgroundJob admin settings to vueCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-20Improve two factor admin settingsCarl Schwan
- Port more of it to vue - Use new nextcloud vue components for the setting section - Add a bit of spacing between the elements Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-19Cleanup admin delegation setting pagecleanup/admin-delegation-settingCarl Schwan
- Simplify code a bit - Add link to doc - Use Nextcloud vue component a bit more Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-19Merge pull request #32464 from nextcloud/port/sharebymail-admin-vueCarl Schwan
Port share by mail settings to vue
2022-05-19Port share by mail settings to vueCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-19Merge pull request #32442 from nextcloud/debt/noid/hello-chunkperfblizzz
Bye Bye chunkperf.php :wave:
2022-05-19[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-18Merge pull request #32428 from nextcloud/enhancement/validate-emailChristoph Wurst
Add Email validation
2022-05-18Merge pull request #26813 from nextcloud/feature/files-search-tagsSimon L
Files: Extend search to also cover tags
2022-05-18Add email validationAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>