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-08-28[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-27[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-27Remake phone number property saving with Vueenh/27869/phoneChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-26Remake website property saving with VueChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-26Merge pull request #33713 from nextcloud/bugfix/noid/viewonlyfixJohn Molakvoæ
2022-08-26Merge pull request #33641 from nextcloud/bugfix/noid/primary-element-varsJohn Molakvoæ
2022-08-26Merge pull request #33702 from nextcloud/bugfix/noid/fix-weather-iconJohn Molakvoæ
2022-08-26Fix rebasing issues and improve profile settings page a bit moreCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-26More dark theme fixesCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-26Various fixesCarl Schwan
- Fix user status dialog - Add label where missing - Move emoji picker inside input field (similar to talk) - Fix selecting an emoji - Fix multiselect - Fix button with confirmation action - Fix some other unrelated dark theme issues - Fix select2 focus - Run npm lint:fix Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-26Adapt to new Nextcloud vue styleCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-26Fix accessibility of input fieldsCarl Schwan
Input fields require a 44x44 pixels target size, this makes all the input fields and button use that size. Bonus is that now the input fields and buttons now have the same size as the new vue button and this looks less weird than the previous state with controls of different sizes. See https://www.w3.org/WAI/WCAG21/Understanding/target-size.html Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-26Fix gradient using the wrong target valueJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-26Remove copy in file actions when not allowedVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-26Fix copy in view-only modeVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-26Check address book URI length before creationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-26Check calendar URI length before creationAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-08-26Adjust settings to new css variableJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-26Properly align element variables to the regular onesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-26Merge pull request #33347 from ↵Vincent Petry
nextcloud/feature/use-viewer-for-singe-file-shares feature: use the viewer to render single file shares
2022-08-26Merge pull request #33285 from nextcloud/enh/27869/locationVincent Petry
Remake location property saving with Vue
2022-08-26[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-26Remake location property saving with Vueenh/27869/locationChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-26fix: use old singe file share rendering as fallbackfeature/use-viewer-for-singe-file-sharesMax
Only render images and videos with the viewer. Text has its own way of handling single file shares for now. In case viewer does not support the file format fall back to the old way of handling single file shares. Signed-off-by: Max <max@nextcloud.com>
2022-08-26fix: only use viewer when mimetype is supportedMax
Also bring back the text fallback Signed-off-by: Max <max@nextcloud.com>
2022-08-26feature: first take on using the viewer to render single file sharesMax
Signed-off-by: Max <max@nextcloud.com>
2022-08-25Remake Twitter handle saving with VueChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-25Modularize shared account property componentsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-25Fix weather iconbugfix/noid/fix-weather-iconJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-25Merge pull request #33430 from nextcloud/fix/remove-broken-resetstorageVincent Petry
Remove broken function resetStorage from test cases
2022-08-25Add bulkupload.enabled configuration switchCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-25Add fileid and permissions to response of bulk uploadCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-25Merge pull request #33659 from nextcloud/fix/fix-bulk-upload-etagVincent Petry
Fix ETAG returned by bulk upload
2022-08-25add marker interface to mark system mount points for encryptionencryption-system-mountRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-25Merge pull request #33516 from nextcloud/update-nextcloud-vue-6.0.0-beta.2Vincent Petry
Bump @nextcloud/vue to 6.0.0-beta.4 and related
2022-08-25Merge pull request #33682 from nextcloud/fix/noid/help-page-unavailableblizzz
Fix opening Help page throwing Exception
2022-08-25Update snapshotVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-25Add Nc prefix to Nc vue component namesVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-25Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry
Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-25Merge pull request #33569 from nextcloud/enh/hide-projectsJulius Härtl
Add config option to hide deprecated projects in sharing tab by default
2022-08-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-24Fix opening Help page throws ExceptionArthur Schiwon
- Commit 458c2fa2971e6595a18a289b0afeb4a79ea0e0d3 provoked the error, because the "core" "app" was not found. Previously, false was returned, but now an AppPathNotFoundException - IUrlGenerator::linkTo() accepts an empty app argument however, moving the "core" portion to the path solves it and avoids apps lookup Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-08-24Merge pull request #33593 from nextcloud/improve-binary-cachingCarl Schwan
Move findBinaryFinder and isFunctionEnabled away from OC_Helper
2022-08-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-23Move findBinaryFinder and isFunctionEnabled away from OC_Helperimprove-binary-cachingCarl Schwan
findBinaryFinder is now a service that is still private but with some minor optimization (remove the hasKey check). isFunctionEnabled is now in OCP\Util Both function are still keep but all internal usage in nextcloud/server were migrated to the new usage, so that we can remove it in 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-23Fix ETAG returned by bulk uploadfix/fix-bulk-upload-etagCôme Chilliet
Refresh Node object to get fresh fileinfo data after touch Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-23Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecatedCarl Schwan
Deprecated ILogger from IJob
2022-08-23Merge pull request #33574 from nextcloud/search-share-query-filter-no-initVincent Petry
directly build the search filter for shared storage instead of setting up the source cache
2022-08-23Merge pull request #33639 from nextcloud/bugfix/noid/fix-plural-usage-in-ldapblizzz
Fix plural usage in LDAP wizard
2022-08-23Merge pull request #33001 from nextcloud/enh/imip-invitations-responsesAnna
Support iMIP invitations from Mail