Commit Graph

63921 Commits (upload-chunk-locking)
 

Author SHA1 Message Date
Robin Appelman 78b3a418af
enable locking for upload chunks
Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years ago
Vincent Petry b1be4346cd
Merge pull request #33826 from nextcloud/enh/a11y-unified-search
Accessibility and design improvements to unified search
2 years ago
blizzz 30be6ad605
Merge pull request #33762 from nextcloud/release/25.0.0_beta_4
25.0.0 beta 4
2 years ago
Julius Härtl c7e56d944c
Merge pull request #33818 from nextcloud/enh/reference-event
Add event to load scripts for reference rendering
2 years ago
Pytal 8d2532cce0
Merge pull request #33409 from nextcloud/enh/27869/avatar 2 years ago
Nextcloud bot 99a22078b3
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Christopher Ng f44d2586b1 Remake profile picture saving with Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years ago
Christopher Ng a7016170cf Accessibility improvements to unified search
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years ago
Pytal f167fe0ceb
Merge pull request #33177 from nextcloud/enh/migrate-profile-config 2 years ago
Julius Härtl 2ddc6c3026
Add event to load scripts for reference rendering
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
John Molakvoæ 2892707af5
Merge pull request #33681 from nextcloud/fix/picker-fallback-root 2 years ago
John Molakvoæ 96bbc1a7a1 Fallback to root if the picker folder doesn't exists
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago
Vincent Petry af29b97807
Merge pull request #33396 from Xavierando/#33036-Set-default-expiration-date-(shareapiDefaultExpireDate)
#33036 [Bug]: Set default expiration date
2 years ago
Vincent Petry 199d9e5804
Merge pull request #33332 from nextcloud/fix-handling-of-internal-errors-when-uploading-theming-files
Fix handling of internal errors when uploading theming files
2 years ago
Vincent Petry 1443f2085a
Merge pull request #33470 from SpamReceiver/patch-2
Make the description of `trashbin_retention_obligation` more clear
2 years ago
Christopher Ng 98bc98ac98 Add profile config migration
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years ago
Vincent Petry 253c0641b1
Merge pull request #33625 from nextcloud/fix/33572/add-user
Fix creation of new user and display the correct error message
2 years ago
Julius Härtl 12e7f414f7
Merge pull request #33568 from nextcloud/poc/redesign
⚗️ Proof of concept: Redesign app-content
2 years ago
Julius Härtl 00b30898c9
Bump @nextcloud/calendar-availability-vue to 0.5.0-beta.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 5219992e8c
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 4ce02c96cc
Bump to @nextcloud/vue@7.0.0-beta.0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Daniel Calviño Sánchez 92925233ec
Maximize browser window before running the tests
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>
2 years ago
Daniel Calviño Sánchez 76b0947022
Wait for the new user form to be visible
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>
2 years ago
Julius Härtl 3147585344
Fix fallback css variables
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 6dac33ee56
Adjust theming acceptance tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 6ad600ea8a
Fix jsunit tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl b6a6802857
Some more fixes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl d6bd98d3c5
Bump bundled files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 7cc814093e
Fix profile page rendering
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 6bf770e8b9
Fix file list scrolling
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 5d375647a5
Fix some styling issues with the new containers
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl b455b07390
Fix some minor styling issues
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 5c4ad4efe5
Give header menus a better maximum height for mobile
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 76033a12ce
Adjust server popover style
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl d5c7a3aff4
Small top border radius on mobile
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl ac134f5f47
Restore dashboard layout
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 702b0cccd6
Make scroll areas keyboard focussable
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl ac736b2f82
Do not prevent scaling due to accessibility
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl e4113b1779
Adapt layout to new base css variables
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl ff219a7cd8
Fix priority of mobile rules for files app
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 0a1353f248
Fix indentation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl aa847a7fce
Drop vue specific styles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 0667890656
Use proper background image variable
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl e68a58c87b
Fix settings scrolling
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 68af318355
Temporary vue component styles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 062e7dfd09
Expose full page sidebar state to main app content
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 03b9047e95
More refactoring of app content areas
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Carl Schwan 2a4fd29c1a
Proof of concept: Redesign app-content
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years ago
blizzz 2020c15303
Merge pull request #33780 from nextcloud/enh/noid/cloud-id-cli
filter index.php from cloudId
2 years ago
Vincent Petry 3ae439710e
Merge pull request #33764 from nextcloud/cloudid-cache
cache cloud id data in CloudIdManager
2 years ago