summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* typos, naming, remove unused code, identationThomas Müller2014-04-283-53/+39
|
* Fixed drag and drop into folder and onto breadcrumbVincent Petry2014-04-283-82/+211
| | | | | Fixed drag and drop code to use FileList.getSelectedFiles() instead of the visible DOM elements.
* Fixed selection summary calculation issueVincent Petry2014-04-282-3/+27
|
* Cleanup of event handlersVincent Petry2014-04-281-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" operationVincent Petry2014-04-282-6/+2
|
* Fixed drag shadow file sortingVincent Petry2014-04-281-0/+1
|
* Fixed selection to be based on FileList.filesVincent Petry2014-04-285-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 Petry2014-04-282-4/+4
|
* Make sure there are always enough elements visible on the pageVincent Petry2014-04-282-0/+18
|
* Fixed insertion of filesVincent Petry2014-04-284-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 scrollingVincent Petry2014-04-282-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 scrollingVincent Petry2014-04-287-378/+625
| | | | | | | - 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 listVincent Petry2014-04-2810-138/+322
| | | | | | - 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 Petry2014-04-281-5/+60
|
* drop files_irods from apps_externalThomas Müller2014-04-2882-8015/+0
|
* Merge pull request #8327 from owncloud/l10n-files_external-fieldsThomas Müller2014-04-282-66/+67
|\ | | | | Add translatable mount configs
| * fix single quote sanitizationVolkan Gezer2014-04-261-1/+1
| |
| * Add translatable mount configsVolkan Gezer2014-04-231-65/+66
| | | | | | | | Will close #8070
* | [tx-robot] updated from transifexJenkins for ownCloud2014-04-282-1/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-04-271-1/+1
| |
* | Merge pull request #8353 from owncloud/publicshare-webdavicewind19912014-04-264-2/+131
|\ \ | | | | | | Expose public shares over webdav
| * | Expose public shares over webdavRobin Appelman2014-04-254-2/+131
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-267-0/+9
| | |
* | | fix layout of external storage config tableMorris Jobke2014-04-251-1/+6
| | |
* | | Merge pull request #8350 from owncloud/share-search-mimeicewind19912014-04-251-6/+9
|\ \ \ | |/ / |/| | fix search by mime for shared single files
| * | Also fixed the returned internal path when getting the root shared item by idRobin Appelman2014-04-251-4/+3
| | |
| * | fix search by mime for shared single filesRobin Appelman2014-04-251-3/+7
| | |
* | | merge master into webdav-injectionRobin Appelman2014-04-25130-1049/+1055
|\| |
| * | [tx-robot] updated from transifexJenkins for ownCloud2014-04-2550-71/+52
| | |
| * | Merge pull request #8026 from owncloud/remove_shared_folderBjörn Schießle2014-04-2432-822/+792
| |\ \ | | | | | | | | remove the "Shared" folder
| | * | always allow to rename the share mount pointBjoern Schiessle2014-04-233-1/+19
| | | |
| | * | split-up the update script and add unit tests for itBjoern Schiessle2014-04-232-21/+92
| | | |
| | * | make it possible to move files out of a shared mount pointBjoern Schiessle2014-04-232-13/+45
| | | |
| | * | typos, use, unused and return fixedThomas Müller2014-04-233-7/+9
| | | |
| | * | Dont throw an error when a storage isn't found for shared cacheRobin Appelman2014-04-231-3/+3
| | | |
| | * | some fixes to make the gallery work, this made it necessary to adjust some ↵Bjoern Schiessle2014-04-234-219/+32
| | | | | | | | | | | | | | | | tests and the encryption code
| | * | add unit tests which got lost during rebaseBjoern Schiessle2014-04-231-0/+23
| | | |
| | * | we don't allow to share a folder if it contains a share mount pointBjoern Schiessle2014-04-234-6/+72
| | | |
| | * | fix etag propagationBjoern Schiessle2014-04-233-46/+68
| | | |
| | * | update script, create Shared folder and adjust target path for the sharesBjoern Schiessle2014-04-232-61/+44
| | | |
| | * | allow to rename group share mount pointsBjoern Schiessle2014-04-231-7/+36
| | | |
| | * | cleanup the shared storage, always keep the whole share resourceBjoern Schiessle2014-04-232-39/+43
| | | |
| | * | external storages: allow to mount a folder called "Shared", it is no longer ↵Bjoern Schiessle2014-04-232-6/+3
| | | | | | | | | | | | | | | | a reserved name
| | * | also fetch the etag from file cacheBjoern Schiessle2014-04-231-1/+2
| | | |
| | * | make sure that path is not 'false'Bjoern Schiessle2014-04-232-6/+4
| | | |
| | * | fix deleting of shared filesBjoern Schiessle2014-04-231-0/+3
| | | |
| | * | fix updating of shared filesBjoern Schiessle2014-04-231-7/+3
| | | |
| | * | fix encryption tests after the removal of the shared folderBjoern Schiessle2014-04-237-67/+59
| | | |
| | * | fix share api testsBjoern Schiessle2014-04-2310-176/+90
| | | |
| | * | we no longer need to handle the Shared folder different from any other folderBjoern Schiessle2014-04-237-140/+8
| | | |