aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests
Commit message (Collapse)AuthorAgeFilesLines
* Hide sidebar tab headers conditionallyVincent Petry2015-09-281-8/+70
| | | | | Added canDisplay() in DetailsTabView that should return false if the tab header of this tab must be hidden
* Merge pull request #19404 from owncloud/files-sidebar-sorttabsThomas Müller2015-09-281-0/+15
|\ | | | | Fix tabs order in files sidebar
| * Fix tabs order in files sidebarVincent Petry2015-09-281-0/+15
| |
* | Fix order of actions in the files actions menuVincent Petry2015-09-281-0/+37
|/
* Merge pull request #18630 from owncloud/files-combineuploadbuttonJan-Christoph Borchardt2015-09-073-51/+238
|\ | | | | Combine upload action into the "New" menu
| * Added unit tests for "new" file menu and small fixesVincent Petry2015-09-033-51/+238
| | | | | | | | | | | | - added unit tests for NewFileMenu - use generateUrl for FileList.createFile and FileList.createDirectory - added unit tests for FileList.createFile and FileList.createDirectory
* | Add versions tab to files sidebarVincent Petry2015-09-031-4/+14
| | | | | | | | | | | | | | - move versions to a tab in the files sidebar - added mechanism to auto-update the row in the FileList whenever values are set to the FileInfoModel given to the sidebar - updated tags/favorite action to make use of that new mechanism
* | Tags in FileInfo map must be an arrayVincent Petry2015-09-031-0/+15
| | | | | | | | | | Fixes FileList.elementToFile to make an array for the tags instead of keeping the original joined string
* | Fix sidebar thumbnail loading JS unit testsVincent Petry2015-09-031-8/+58
| |
* | Fixes failing testsRaghu Nayyar2015-08-311-4/+4
|/
* Fix trashbin sidebarVincent Petry2015-08-251-0/+13
| | | | | Do not display size as it is not available. Use display name instead of name to remove the ".d123456" suffix.
* Parse mtime from the data attributesVincent Petry2015-08-241-0/+29
|
* Merge pull request #17501 from tbartenstein/patch-1Vincent Petry2015-08-241-1/+1
|\ | | | | Update fileinfo.php
| * fix unit test for folder renaming (icon)tbartenstein2015-08-211-1/+1
| | | | | | fix unit test to go with #17501 and check for the new icon
* | Merge pull request #18310 from hasso/selection-string-fixVincent Petry2015-08-181-1/+1
|\ \ | | | | | | Fix the string counting a selected files/dirs
| * | Update unit test to reflect the string changeHasso Tepper2015-08-171-1/+1
| | |
* | | Improve right sidebar tabs behaviorVincent Petry2015-08-141-14/+66
|/ / | | | | | | | | | | | | | | | | | | | | Tab heads are not rendered if only one tab. The tab contents is updated on-demand. This means that if a tab is not visible it is not rendered at first. If the tab was already rendered through switching, its model will not get updated until the next time it becomes visible. This will prevent needless rerendering of invisible tab contents, especially considering that some tabs might need extra ajax requests.
* | Make file actions work from sidebarVincent Petry2015-08-124-33/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | The favorite icon in the sidebar now triggers the file action and also updates itself according to the model's state when triggered from the file row. The thumbnail triggers the default action. Currently only one FileInfoModel is used for the selection and state synchronization between views. FileList reload now auto-closes the sidebar.
* | Merge pull request #17709 from owncloud/fileactions-dropdownJan-Christoph Borchardt2015-08-113-308/+607
|\ \ | | | | | | Move file actions to dropdown
| * | Fixed file actions menu to close when reclicking triggerVincent Petry2015-08-112-27/+25
| | | | | | | | | | | | | | | | | | FileActionsMenu is now a backbone view. The trigger and highlight handling is now done in the FileActions.showMenu() method using events.
| * | Updated unit tests for file actions and actions menuVincent Petry2015-08-103-308/+609
| | |
* | | Merge pull request #18171 from ↵Morris Jobke2015-08-111-1/+44
|\ \ \ | |/ / |/| | | | | | | | owncloud/fix-language-of-files-activities-in-emails Correctly make use of the languageCode argument in the files activity extension
| * | Correctly make use of the languageCode argument in the files activity extensionJoas Schilling2015-08-101-1/+44
| | |
* | | Fix unit test for tipsy->tooltip changeVincent Petry2015-08-101-3/+3
| | |
* | | fix timezone issue with unittestArthur Schiwon2015-08-071-1/+2
| | |
* | | Fix sidebar mtime display unit testVincent Petry2015-08-071-2/+2
| | |
* | | Use own tabs impl in files sidebarVincent Petry2015-08-071-11/+21
| | | | | | | | | | | | Also change style.
* | | extend MainFileInfoDetailView JS testsArthur Schiwon2015-08-071-3/+29
| | |
* | | More work on right sidebar unit testsVincent Petry2015-08-071-3/+3
| | |
* | | Added unit tests for right sidebarVincent Petry2015-08-074-2/+218
|/ /
* | Merge pull request #17175 from owncloud/add-download-feedbackMorris Jobke2015-07-302-7/+7
|\ \ | | | | | | Add loading spinner to download icon
| * | Fix unit tests and introduce better mocks of the HTMLMorris Jobke2015-07-072-7/+7
| |/
* / Fix unit testsRoeland Jago Douma2015-07-091-3/+4
|/
* Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-273-6/+19
|\ | | | | Update license headers
| * update license headers and authorsMorris Jobke2015-06-253-6/+19
| |
* | add check if server returns a 500 and display errorClark Tomlinson2015-06-261-0/+11
|/ | | | resolves https://github.com/owncloud/core/issues/17170
* adding correct blocking logic for fffClark Tomlinson2015-06-221-0/+11
|
* Check target name on rename with web UIVincent Petry2015-05-291-24/+5
| | | | | | | | When renaming over the web UI, check early that the target name is valid. This prevents nonsensical error messages when renaming to a name with a trailing backslash.
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Fix file name validation in New menuVincent Petry2015-04-271-1/+58
|
* Show hint if there is no delete permissionMorris Jobke2015-04-231-0/+42
| | | | | | * add class .no-permission which shows the default delete icon * fixes #15172 * add unit test for no permission and for delete permission
* Added empty content message for empty read-only foldersVincent Petry2015-04-211-3/+6
|
* Merge pull request #15437 from owncloud/deleteorphanedfilesThomas Müller2015-04-101-0/+116
|\ | | | | [command] delete orphaned file cache entries
| * [command] delete orphaned file cache entriesMorris Jobke2015-04-081-0/+116
| | | | | | | | | | * ./occ files:cleanup * delete file cache entries without an existing storage
* | Merge pull request #15196 from owncloud/limit-file-activities-to-favoritesMorris Jobke2015-04-091-0/+297
|\ \ | | | | | | Limit file activities to favorites
| * | Make scrutinizer happyJoas Schilling2015-04-011-1/+1
| | |
| * | Adjust by/self filter aswell and fix testsJoas Schilling2015-03-311-2/+2
| | |
| * | Move tag related code into a helper so we can test the query without a viewJoas Schilling2015-03-301-0/+297
| | |
* | | Replace originalStorage in tests with a proper teardownVincent Petry2015-04-081-9/+2
| |/ |/| | | | | | | | | | | | | | | | | The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected.
* | Remove server timezone dependency from files list testJoas Schilling2015-04-071-3/+3
|/