summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
...
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-1753-52/+9
|/ /
* | Merge pull request #8610 from owncloud/ie8-filesdndbugVincent Petry2014-05-161-1/+1
|\ \
| * | Fix drag and drop in IE8Vincent Petry2014-05-161-1/+1
* | | Merge pull request #6260 from owncloud/jan-navigation-filesidebarVincent Petry2014-05-1623-2593/+3333
|\ \ \ | |/ / |/| |
| * | Fixed many issues, clean upVincent Petry2014-05-1516-195/+346
| * | Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-1521-2558/+2955
| * | Files app navigation can now switchVincent Petry2014-05-155-4/+112
| * | Added navigation manager in files app for the sidebarVincent Petry2014-05-154-15/+58
| * | Added app navigation for files appVincent Petry2014-05-155-3/+44
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-163-1/+39
|/ /
* | Merge pull request #8584 from Bagera/masterjbtbnl2014-05-141-1/+1
|\ \
| * | Set row height in files tableBagera2014-05-141-2/+2
| * | fixes #7949Bagera2014-05-131-1/+1
* | | We do not support updates from 4.5 > 7.0Lukas Reschke2014-05-131-46/+0
|/ /
* | Merge pull request #8041 from owncloud/files-sortcolumnsVincent Petry2014-05-127-54/+481
|\ \
| * | Clear selection on reload (when changing sort)Vincent Petry2014-04-292-2/+9
| * | typos, indentation and remove of unused codeThomas Müller2014-04-283-7/+7
| * | Added unit test in files app for sort function in helper classVincent Petry2014-04-282-6/+113
| * | Set default sort of trashbin to timestamp descendingVincent Petry2014-04-281-4/+1
| * | Add sorting to files list, trashbin and public filesVincent Petry2014-04-286-44/+360
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-122-1/+20
* | | $owner is not defined hereLukas Reschke2014-05-111-1/+1
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-112-0/+3
* | | Merge pull request #8520 from owncloud/jslint_polishing_in_file_uploadLukas Reschke2014-05-101-45/+61
|\ \ \
| * | | polish jslint for files-upload.jsJörn Friedrich Dreyer2014-05-091-45/+61
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-106-0/+35
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-072-0/+8
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-051-0/+1
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-043-0/+5
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2014-05-021-0/+3
* | [tx-robot] updated from transifexJenkins for ownCloud2014-05-018-0/+27
* | Merge pull request #8404 from owncloud/fix-checkboxesThomas Müller2014-04-301-5/+5
|\ \
| * | Fixed too generic checkbox and link selectorsVincent Petry2014-04-291-5/+5
* | | Merge pull request #8408 from owncloud/delete-spinnerMorris Jobke2014-04-302-0/+17
|\ \ \
| * | | Show spinner for all files when deleting allVincent Petry2014-04-292-0/+17
| |/ /
* / / [tx-robot] updated from transifexJenkins for ownCloud2014-04-3012-0/+18
|/ /
* / [tx-robot] updated from transifexJenkins for ownCloud2014-04-2967-339/+339
|/
* 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 selection summary calculation issueVincent Petry2014-04-282-3/+27
* Cleanup of event handlersVincent Petry2014-04-281-32/+32
* Cleanup and fix trashbin "clear all files" operationVincent Petry2014-04-281-5/+1
* Fixed drag shadow file sortingVincent Petry2014-04-281-0/+1
* Fixed selection to be based on FileList.filesVincent Petry2014-04-284-159/+287
* 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
* Fixed file sorting to work with scrollingVincent Petry2014-04-282-106/+150
* Fix file selection for infinite scrollingVincent Petry2014-04-285-217/+497
* Fix file summary to use the whole file listVincent Petry2014-04-286-136/+314
* Added infinite scrolling (in-memory list)Vincent Petry2014-04-281-5/+60