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-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>
2022-05-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-17Files: Extend search to also cover tagsfeature/files-search-tagsMarcel Klehr
fixes #326 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2022-05-17Remove chunkperf.phpdebt/noid/hello-chunkperfDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-05-17Make chunkperf.php work againDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-05-17Merge pull request #31943 from nextcloud/dav-cleanupCarl Schwan
Cleanup dav
2022-05-17Merge pull request #32439 from nextcloud/enh/noid/database-checksSimon L
adjust wording for database checks
2022-05-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-16Merge pull request #31584 from nextcloud/fix/accessibilityJohn MolakvoƦ
2022-05-16adjust wording for database checksszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-05-16Merge pull request #32413 from nextcloud/fix/psalm-oc-legacyCarl Schwan
Fix psalm errors from the end of the baseline file
2022-05-16Merge pull request #32372 from nextcloud/Valdnet-patch-2Louis
l10n: Remove asterisk
2022-05-16Improve accessibility with more visible focus indication for non vue appsCarl Schwan
- Add visible-focus effect on each header entry - Show focus outline when using focus-visible (keyboard navigation) - Add polyfy for focus-visible since it's only very recently available on webkit - Change text for link to home button to describe the destination and not the current page - Improve focus effect in app sidebar navigation Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-16Merge pull request #32016 from nextcloud/fix/PasswordUpdatedEvent_handlingLouis
Use stored user for PasswordUpdatedEvent
2022-05-16l10n: Remove asteriskValdnet
Removal of a meaningless asterisk for the given sentence. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-05-16Fix more psalm issuesCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-16Fix psalm errors fron the end of the baseline fileCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-16Merge pull request #32388 from nextcloud/feature/remove-depreceted-elementJulius HƤrtl
šŸ”„ remove deprecated element
2022-05-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-14šŸ”„ remove deprecated elementfeature/remove-depreceted-elementVinicius Reis
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-05-13Fix profile and add gradient-primary-backgroundJohn MolakvoƦ
Signed-off-by: John MolakvoƦ <skjnldsv@protonmail.com>
2022-05-13Cleanup and compileJohn MolakvoƦ
Signed-off-by: John MolakvoƦ <skjnldsv@protonmail.com>
2022-05-13Migrate apps scssJohn MolakvoƦ
Signed-off-by: John MolakvoƦ <skjnldsv@protonmail.com>
2022-05-13Merge pull request #32366 from nextcloud/bug/noid/fix-property-nameCarl Schwan
Use property name for addType
2022-05-13Merge pull request #30863 from nextcloud/performance/saving-user-profile-infoCarl Schwan
Minor optimizations for saving user personal information
2022-05-13Merge pull request #32250 from nextcloud/cleanup/cappedmemorycacheJohn MolakvoƦ
2022-05-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-12Use property name for addTypebug/noid/fix-property-nameDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-05-12Wrap multiple inserts inside a transationperformance/saving-user-profile-infoCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-12Minor optimizations for saving user personal informationCarl Schwan
* Remove double hook: the OC_User::changeUser triggers an OC\AccountManager::userUpdated and the app is already listening to this signal in its Application definition * Make createCard not check if an card exists if we already checked previously. We also don't try to get the card if the user is disabled as we don't use the card in this case We this change we go from 100 DB requests to 80 DB requests when saving an user email address. Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit c6fd482edf33214a9ad4787e4cac278f871fa7c8)
2022-05-12Merge pull request #32077 from nextcloud/cleanup/lockCarl Schwan
Cleanup lock related code
2022-05-12Merge pull request #32362 from nextcloud/fix-buttons-workflowCarl Schwan
Fix buttons in workflow
2022-05-12add vue button component in workflow rule.vueVanessa Pertsch
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2022-05-12add vue button component in workflow operation.vueVanessa Pertsch
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2022-05-12Cleanup lock related codeCarl Schwan
- Port to QueryBuilder - Improve the doc a bit - Add type hinting Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-12Add stricter psalm type for CappedMemoryCachecleanup/cappedmemorycacheCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-12l10n: Delete spaceValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-05-11Merge pull request #32326 from nextcloud/fix/icons-cacherJohn MolakvoƦ
2022-05-11Merge pull request #32149 from nextcloud/fix-transferring-groupfoldersJohn MolakvoƦ
2022-05-11Migrate to static icons coloursJohn MolakvoƦ
Signed-off-by: John MolakvoƦ <skjnldsv@protonmail.com>
2022-05-11Merge pull request #31900 from nextcloud/feat/server-container-publicCarl Schwan
Add a public replacement for OC::$server->get
2022-05-10Add a public replacement for OC::$server->getCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>