Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typos, naming, remove unused code, identation | Thomas Müller | 2014-04-28 | 3 | -53/+39 |
| | |||||
* | Fixed drag and drop into folder and onto breadcrumb | Vincent Petry | 2014-04-28 | 3 | -82/+211 |
| | | | | | Fixed drag and drop code to use FileList.getSelectedFiles() instead of the visible DOM elements. | ||||
* | Fixed selection summary calculation issue | Vincent Petry | 2014-04-28 | 2 | -3/+27 |
| | |||||
* | Cleanup of event handlers | Vincent Petry | 2014-04-28 | 1 | -32/+32 |
| | | | | | Now using _.bind() for event handlers so we can use "this" which is more readable than a static access to FileList. | ||||
* | Cleanup and fix trashbin "clear all files" operation | Vincent Petry | 2014-04-28 | 2 | -6/+2 |
| | |||||
* | Fixed drag shadow file sorting | Vincent Petry | 2014-04-28 | 1 | -0/+1 |
| | |||||
* | Fixed selection to be based on FileList.files | Vincent Petry | 2014-04-28 | 5 | -161/+289 |
| | | | | | | | | | | The file selection is now based on the internal model array FileList.files instead of the visible checkboxes. This makes it possible to virtually select files that haven't been rendered yet (select all, then deselect a visible one) Added more unit tests for selection (with shift and ctrl as well) | ||||
* | Fix trashbin previews and "delete selected" | Vincent Petry | 2014-04-28 | 2 | -4/+4 |
| | |||||
* | Make sure there are always enough elements visible on the page | Vincent Petry | 2014-04-28 | 2 | -0/+18 |
| | |||||
* | Fixed insertion of files | Vincent Petry | 2014-04-28 | 4 | -40/+169 |
| | | | | | | | | | Removed "insert" flag, inserting is by default for FileList.add(). Added "animate" flag to FileList.add(). Added logic to correctly detect when to insert/append elements whenever the insertion point is visible or not. Fixed "render next page" logic to work correctly when many pages of files have been added. | ||||
* | Fixed file sorting to work with scrolling | Vincent Petry | 2014-04-28 | 2 | -106/+150 |
| | | | | | | | | | The FileList.files model is now updated with file operations. Adding files to the list will add to the model first, then to the DOM. If the insertion point isn't visible yet, the file won't be added to the DOM until the user scrolls down. Updated unit tests to include checking for the correct insertion point. | ||||
* | Fix file selection for infinite scrolling | Vincent Petry | 2014-04-28 | 8 | -379/+626 |
| | | | | | | | - moved file selection code to FileList - fix selection summary when all files are selected - nextPage now auto-selects files if "select all" checkbox is checked - fixed trashbin to use the same selection logic as FileList | ||||
* | Fix file summary to use the whole file list | Vincent Petry | 2014-04-28 | 12 | -138/+342 |
| | | | | | | - moved the summary code into a new class FileSummary - FileSummary is calculated only once, then updated with add/remove - added new OC.Util namespace for JS utility functions | ||||
* | Added infinite scrolling (in-memory list) | Vincent Petry | 2014-04-28 | 2 | -6/+71 |
| | |||||
* | Merge pull request #8381 from owncloud/files_irods | Thomas Müller | 2014-04-28 | 82 | -8015/+0 |
|\ | | | | | drop files_irods from apps_external | ||||
| * | drop files_irods from apps_external | Thomas Müller | 2014-04-28 | 82 | -8015/+0 |
| | | |||||
* | | Merge pull request #8309 from DavidPrevot/chosen | Thomas Müller | 2014-04-28 | 1 | -1/+1 |
|\ \ | |/ |/| | Adapt chosen (css) path | ||||
| * | Adapt chosen (css) path | David Prévot | 2014-04-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Avoid shipping duplicate files in 3rdparty/css. 3rdparty/css/chosen/ already contains chosen.css and chosen-sprite.png so its useless to duplicate them in 3rdparty/css. Taking the same approach as in apps/calendar/appinfo/app.php and apps/files_external/settings.php. | ||||
* | | Merge pull request #8327 from owncloud/l10n-files_external-fields | Thomas Müller | 2014-04-28 | 2 | -66/+67 |
|\ \ | | | | | | | Add translatable mount configs | ||||
| * | | fix single quote sanitization | Volkan Gezer | 2014-04-26 | 1 | -1/+1 |
| | | | |||||
| * | | Add translatable mount configs | Volkan Gezer | 2014-04-23 | 1 | -65/+66 |
| |/ | | | | | | | Will close #8070 | ||||
* | | Merge pull request #7473 from owncloud/append-error-document | Thomas Müller | 2014-04-28 | 3 | -48/+14 |
|\ \ | | | | | | | Remove .htaccess creation code | ||||
| * \ | Merge branch 'master' into append-error-document | Thomas Müller | 2014-04-02 | 1730 | -59460/+97173 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/setup.php lib/private/updater.php | ||||
| * | | | A version bump is not necessary here | Lukas Reschke | 2014-02-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Typo + use regular assignment | Lukas Reschke | 2014-02-28 | 1 | -2/+2 |
| | | | | |||||
| * | | | Remove .htaccess creation code | Lukas Reschke | 2014-02-28 | 4 | -49/+15 |
| | | | | | | | | | | | | | | | | | | | | 1. We're maintaining the same code twice which leads inevitably to problems as this one. The createHtaccess routine is only used to use the correct paths to the 404 and 403 document. 2. Updating the ownCloud instance as described in our documentation (`Delete everything from your ownCloud installation directory, except data and config.`) will break the links to the ErrorDocuments anyways and show the default error handlers if ownCloud is not installed in the root directory. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-28 | 162 | -742/+1289 |
| | | | | |||||
* | | | | Merge pull request #8372 from owncloud/give-admins-a-hint | Lukas Reschke | 2014-04-27 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Clarify the trusted_domain error page | ||||
| * | | | | Remove an added t by the github webeditor | Lukas Reschke | 2014-04-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Notice to myself: Stick to my IDE. | ||||
| * | | | | Grammatical fixes | Lukas Reschke | 2014-04-27 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Clarify the trusted_domain error page | Lukas Reschke | 2014-04-26 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-27 | 26 | -46/+59 |
|/ / / / | |||||
* | | | | Merge pull request #8371 from owncloud/example-config | Thomas Müller | 2014-04-26 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Add another example to the trusted_domains config | ||||
| * | | | | Add another example to the trusted_domains config | Lukas Reschke | 2014-04-26 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | Users often ask in IRC or the forum how to add another domain. Hopefully they will be able to find it out on their own if we have an example with two domains. | ||||
* | | | | Merge pull request #8343 from owncloud/fix-status | Lukas Reschke | 2014-04-26 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Use echo since print_unescaped is not defined | ||||
| * | | | | "echo" is a language construct. Don't treat it like a function. | Andreas Fischer | 2014-04-26 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Use echo since print_unescaped is not defined | Lukas Reschke | 2014-04-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/8342 | ||||
* | | | | | Merge pull request #8353 from owncloud/publicshare-webdav | icewind1991 | 2014-04-26 | 4 | -2/+131 |
|\ \ \ \ \ | | | | | | | | | | | | | Expose public shares over webdav | ||||
| * | | | | | Expose public shares over webdav | Robin Appelman | 2014-04-25 | 4 | -2/+131 |
| | | | | | | |||||
* | | | | | | Merge pull request #8341 from owncloud/template-tests-output-buffering | Lukas Reschke | 2014-04-26 | 1 | -35/+15 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Improve Template Tests by Removing Manual Output Buffering | ||||
| * | | | | | | Use PHPUnit's expectOutputString() instead of performing output buffering. | Andreas Fischer | 2014-04-24 | 1 | -26/+11 |
| | | | | | | | |||||
| * | | | | | | Split testP() tests into multiple methods. | Andreas Fischer | 2014-04-24 | 1 | -1/+3 |
| | | | | | | | |||||
| * | | | | | | Remove redundant test case for non-HTML string. | Andreas Fischer | 2014-04-24 | 1 | -9/+2 |
| | | | | | | | |||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-26 | 163 | -679/+810 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #8355 from owncloud/l10n-expire | Andreas Fischer | 2014-04-26 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | typo fix, by translators on transifex * owncloud/l10n-expire: typo fix, by translators on transifex | ||||
| * | | | | | | | typo fix, by translators on transifex | Volkan Gezer | 2014-04-25 | 1 | -2/+2 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #8356 from owncloud/fix-external-css | icewind1991 | 2014-04-26 | 1 | -1/+6 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | fix layout of external storage config table | ||||
| * | | | | | | | fix layout of external storage config table | Morris Jobke | 2014-04-25 | 1 | -1/+6 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #8350 from owncloud/share-search-mime | icewind1991 | 2014-04-25 | 2 | -6/+10 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | fix search by mime for shared single files | ||||
| * | | | | | | Merge branch 'master' into share-search-mime | Robin Appelman | 2014-04-25 | 15 | -23/+12 |
| |\ \ \ \ \ \ |