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
AgeCommit message (Collapse)Author
2022-09-02Remake profile picture saving with Vueenh/27869/avatarChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-01Merge pull request #33177 from nextcloud/enh/migrate-profile-configPytal
2022-09-01Merge pull request #33681 from nextcloud/fix/picker-fallback-rootJohn Molakvoæ
2022-09-01Fallback to root if the picker folder doesn't existsJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-01Merge pull request #33396 from ↵Vincent Petry
Xavierando/#33036-Set-default-expiration-date-(shareapiDefaultExpireDate) #33036 [Bug]: Set default expiration date
2022-09-01Merge pull request #33332 from ↵Vincent Petry
nextcloud/fix-handling-of-internal-errors-when-uploading-theming-files Fix handling of internal errors when uploading theming files
2022-09-01Merge pull request #33470 from SpamReceiver/patch-2Vincent Petry
Make the description of `trashbin_retention_obligation` more clear
2022-09-01Add profile config migrationChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-01Merge pull request #33625 from nextcloud/fix/33572/add-userVincent Petry
Fix creation of new user and display the correct error message
2022-09-01Merge pull request #33568 from nextcloud/poc/redesignJulius Härtl
⚗️ Proof of concept: Redesign app-content
2022-09-01Bump @nextcloud/calendar-availability-vue to 0.5.0-beta.2Julius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Bump bundlesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Bump to @nextcloud/vue@7.0.0-beta.0Julius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Maximize browser window before running the testsDaniel Calviño Sánchez
By the default the browser window is not maximized, but opened with a size of 1050x978px. In the Files app, when the navigation bar and the side bar are both open, with the previous design that width caused the file name to be very very narrow, but still clickable. However, with the updated design the file name is too narrow and no longer clickable, which breaks several acceptance tests that descend into subfolders. To solve that now the browser window is maximized before running the tests, which makes the window wide enough (1360px) to show the file name and make it clickable. This commit also removes a step to close the sidebar that was recently added to address the problem mentioned above in a previous pull request. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-01Wait for the new user form to be visibleDaniel Calviño Sánchez
Before it was checked if the new user form was visible, but it was not waited for it. It seems that it can happen that the new user form is in the DOM, and therefore found, but not visible yet when the tests run, which caused them to (randomly) fail. Due to that now it is explicitly waited until it is visible, rather than assuming that it is visible as soon as it appears in the DOM. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-01Fix fallback css variablesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Adjust theming acceptance testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Fix jsunit testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Some more fixesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Bump bundled filesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Fix profile page renderingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Fix file list scrollingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Fix some styling issues with the new containersJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Fix some minor styling issuesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Give header menus a better maximum height for mobileJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Adjust server popover styleJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Small top border radius on mobileJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Restore dashboard layoutJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Make scroll areas keyboard focussableJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Do not prevent scaling due to accessibilityJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Adapt layout to new base css variablesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Fix priority of mobile rules for files appJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Fix indentationJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Drop vue specific stylesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Use proper background image variableJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Fix settings scrollingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Temporary vue component stylesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Expose full page sidebar state to main app contentJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01More refactoring of app content areasJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Proof of concept: Redesign app-contentCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-01Merge pull request #33780 from nextcloud/enh/noid/cloud-id-cliblizzz
filter index.php from cloudId
2022-09-01Merge pull request #33764 from nextcloud/cloudid-cacheVincent Petry
cache cloud id data in CloudIdManager
2022-09-01Merge pull request #33774 from nextcloud/hash-wrapper-closed-hashVincent Petry
handle cases where the hash context gets cleaned up before the hash wrapper
2022-09-01Merge pull request #33772 from ↵Julius Härtl
nextcloud/debug/remember-me-login-token-mispatch-session-unavailable
2022-09-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-31Merge pull request #33778 from nextcloud/followup/33770/fix-unit-testsblizzz
Fix unit tests
2022-08-31filter index.php from cloudIdenh/noid/cloud-id-cliMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-08-31Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Merge pull request #33429 from nextcloud/port-password-vueCarl Schwan
Port password settings to vue
2022-08-31Merge pull request #33494 from nextcloud/enh/referencesJulius Härtl
Backend for reference metadata fetching