Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-29Allow to filter issue table by issue typeErik Verbruggen
Fixes: #9000
2021-04-26Refactor protocol and issue widgetHannah von Reth
2020-07-06 Gui: Remove usage of grid layout from most remaingin formsHannah von Reth
2018-04-25Issues: Show link to conflicts doc if there are some #6396Christian Kamm
The link url is themed.
2018-01-05Issues: Speed up insertion and add hard upper limit #6272Christian Kamm
Since sorting was enabled permanenty the list would be resorted with each inserted issue. When inserting thousands of ignored files that would make the whole ui freeze up. Instead, sorting is disabled for inserts now and is reenabled after some time has passed. That way users usually see the sorted view without the lockups. Also, there's now a maximum of 50k issue entries.
2017-10-17Activity: Allow sorting of issues and protocol #6086Christian Kamm
The issues tab uses custom ordering where overall and summary sync issues are displayed first. This ordering is preserved by creating special sorting logic for the "time" column. It needed special handling anyway, since sorting by time-string would have yielded incorrect results.
2017-07-12IssuesWidget: Add button to retry 507 errors #5537Christian Kamm
Since these errors are blacklisted, it can take up to 24h to retry items that had a 507 error for a while. This way users can intervene and cause an upload attempt immediately.
2017-07-10IssuesTab: Hide filters if they wouldn't be usefulChristian Kamm
As suggested by @dragotin
2017-07-04Add a more functional error view #5516 (#5861)ckamm
* Add a more functional error view #5516 * Allow filtering of ignores and warnings to see only important bits. * Navigate from the folder view to the error view by clicking on the error list with the red background. * Move the error list into its own ui file to allow easier extension. * Fix issue around tab id handling in ActivitySettings. * Rename "Action" column to "Issue". * Change mouse cursor to hand over button and new error list area Several OSX fixes provided by guruz.