Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide search results after switching directory | Vincent Petry | 2016-06-24 | 1 | -0/+7 |
| | | | | | When clicking on a folder result in the search result list, the result box for "results in another folder" must disappear. | ||||
* | Fix search result link for file results outside default list | Vincent Petry | 2016-06-24 | 1 | -2/+2 |
| | | | | | When outside the "All files" list, the search result link must properly redirect to the "All files" list. | ||||
* | Fix typo | Juan Pablo Villafáñez | 2016-06-10 | 1 | -1/+1 |
| | |||||
* | Handle storage not available to show an error message | Juan Pablo Villafáñez | 2016-06-10 | 1 | -0/+3 |
| | |||||
* | dont update search onResize (#24862) | Georg Ehrke | 2016-05-30 | 1 | -2/+0 |
| | | | this.updateSearch() sets the current file list instance and clears the box. This is unnecessary and makes the search box unsuable on some mobile devices where a keyboard fade-in causes a onResize trigger, which would then clear and blur the box. | ||||
* | Yo-ho-oh - Murder all band 'o pirates | Thomas Müller | 2016-05-11 | 2 | -10/+0 |
| | |||||
* | Fix StorageNotAvailable exception string detection | Vincent Petry | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #23984 from owncloud/fix-infinite-loop-in-unavailable-mount | Morris Jobke | 2016-04-20 | 1 | -1/+2 |
|\ | | | | | [stable8.2] Fixes a possible infinite change-dir-loop | ||||
| * | Fixes a possible infinite change-dir-loop | Arthur Schiwon | 2016-04-13 | 1 | -1/+2 |
| | | | | | | | | Those can occure when browsing in a mount that got unavailable | ||||
* | | Remove disabled autocorrect for new file names | Morris Jobke | 2016-03-09 | 1 | -1/+1 |
| | | | | | | | | * ref #22784 | ||||
* | | Remove browser autocomplete in new file menu | Vincent Petry | 2016-03-07 | 1 | -1/+1 |
|/ | |||||
* | Run cleanup of expired DB file locks to background job | Morris Jobke | 2016-03-04 | 4 | -1/+82 |
| | | | | | | | | | | | | | * fixes #22819 The old way fired a DELETE statement on each destruction of the DBLockingProvider. Which could cause a lot of queries. It's enough to run this every 5 minutes in a background job, which in the end could result in file locks that exists 5 minutes longer - in the worst case and for not properly released locks. This makes the DB based locking a lot more performant and could result in a similar performance to the Redis based locking provider. | ||||
* | Close file detail sidebar when selecting/unselecting files | Vincent Petry | 2016-02-17 | 2 | -9/+36 |
| | | | | | Interacting with the checkboxes, also "Select all" will automatically close the sidebar now. | ||||
* | Skip unavailable storages in scanner | Robin Appelman | 2015-12-21 | 2 | -2/+6 |
| | |||||
* | Bring back file delete action text to be based on context | Vincent Petry | 2015-12-11 | 3 | -5/+49 |
| | | | | | | | | For received shares, the delete action becomes "Unshare" and for personal mounts it becomes "Disconnect storage". This also makes it possible from now on to pass a function to a file action's "displayName" attribute. | ||||
* | Compute share permissions in the view | Vincent Petry | 2015-12-09 | 1 | -3/+6 |
| | | | | | The share permissions are now computed in the View/FileInfo instead of storing them directly/permanently on the storage | ||||
* | Merge pull request #20488 from owncloud/backport-20487-8.2 | Thomas Müller | 2015-12-01 | 2 | -7/+23 |
|\ | | | | | [8.2] Activity oracle sql error for favorites | ||||
| * | Add a unit test that executes the query | Joas Schilling | 2015-11-18 | 1 | -0/+13 |
| | | |||||
| * | Oracle can not return statements but only values | Joas Schilling | 2015-11-18 | 2 | -7/+10 |
| | | | | | | | | So evaluate the condition directly and return 1 or 0 | ||||
* | | Dont output paths in scan.php | Robin Appelman | 2015-11-26 | 1 | -8/+0 |
| | | |||||
* | | [stable8.2] Add fake locker plugin | Lukas Reschke | 2015-11-16 | 1 | -1/+2 |
|/ | |||||
* | Backport translations for 8.2 | Joas Schilling | 2015-11-05 | 28 | -28/+56 |
| | |||||
* | dont trigger the scroll event of every single item we filter in the file list | Robin Appelman | 2015-11-02 | 1 | -2/+3 |
| | |||||
* | Fix icon update to be more consistent | Vincent Petry | 2015-10-29 | 4 | -8/+79 |
| | | | | Makes the details bar show the same icon as in the list. | ||||
* | Merge pull request #19956 from owncloud/stable8.2-fix-webui-upload-and-conflicts | Lukas Reschke | 2015-10-21 | 2 | -11/+129 |
|\ | | | | | [stable8.2] Fix file upload, conflict dialog, also in public link | ||||
| * | Fix file upload, conflict dialog, also in public link | Vincent Petry | 2015-10-21 | 2 | -11/+129 |
| | | | | | | | | | | | | | | | | - Use "FileList" instead of "OCA.Files.App.fileList" that doesn't exist in public link page. - Fix public link upload by properly adding the form data using a new utility function "addFormData". That one is needed because IE8 upload and regular upload use a different format... | ||||
* | | Do not display details bar after rename | Vincent Petry | 2015-10-21 | 1 | -3/+6 |
|/ | |||||
* | Merge pull request #19882 from owncloud/backport-ceph-stop-script-changes | Thomas Müller | 2015-10-21 | 1 | -1/+6 |
|\ | | | | | Backport objectstore fixes to 8.2 | ||||
| * | fix delete orphan shares test with object home storage | Robin Appelman | 2015-10-20 | 1 | -1/+6 |
| | | |||||
* | | Merge pull request #19819 from ↵ | Morris Jobke | 2015-10-20 | 3 | -6/+49 |
|\ \ | | | | | | | | | | | | | owncloud/stable8.2-filelist-preventerrorwhennosidebar [stable8.2] Do not register sidebar panels when no sidebar | ||||
| * | | Do not register sidebar panels when no sidebar | Vincent Petry | 2015-10-16 | 3 | -6/+49 |
| | | | |||||
* | | | Merge pull request #19780 from owncloud/stable8.2-files-delete-hidenotif | Morris Jobke | 2015-10-20 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | [stable8.2] Hide notification on delete | ||||
| * | | | Hide notification on delete | Vincent Petry | 2015-10-14 | 1 | -0/+2 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | In case a permanent notification "storage full" was displayed, it will be hidden after deleting a file. Directly after that a getstoragestats.php call is made that will decide whether to reshow the notification based on the new free space. | ||||
* | | | Merge pull request #19779 from owncloud/stable8.2-trash-deletesectionposition-2 | Morris Jobke | 2015-10-20 | 1 | -13/+0 |
|\ \ \ | | | | | | | | | [stable8.2] Move trashbin specific CSS that modifies sidebar | ||||
| * | | | Move trashbin specific CSS that modifies sidebar | Vincent Petry | 2015-10-14 | 1 | -13/+0 |
| |/ / | | | | | | | | | | | | | Only when trashbin is enabled, its sidebar nav element must be fixed at the bottom. | ||||
* | | | Merge pull request #19772 from owncloud/stable8.2-sidebar-alt-favorite | Morris Jobke | 2015-10-20 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | [stable8.2] Move alt text for favorite action to image | ||||
| * | | | Move alt text for favorite action to image | Vincent Petry | 2015-10-14 | 1 | -2/+1 |
| |/ / | |||||
* | | | Merge pull request #19778 from owncloud/stable8.2-files-canceluploaddebounce-re | Morris Jobke | 2015-10-20 | 1 | -6/+5 |
|\ \ \ | | | | | | | | | [stable8.2] Debounce cancel upload message | ||||
| * | | | Debounce cancel upload message | Vincent Petry | 2015-10-14 | 1 | -6/+5 |
| |/ / | |||||
* | | | Merge pull request #19774 from owncloud/stable8.2-notif-showtemporary | Morris Jobke | 2015-10-20 | 1 | -20/+8 |
|\ \ \ | | | | | | | | | [stable8.2] showTemporary instead of show for notifications | ||||
| * | | | showTemporary instead of show for notifications | Vincent Petry | 2015-10-14 | 1 | -20/+8 |
| |/ / | |||||
* | | | Merge pull request #19770 from owncloud/stable8.2-fix-ie-pain | Morris Jobke | 2015-10-20 | 1 | -0/+5 |
|\ \ \ | |_|/ |/| | | [stable8.2] Fix more IE issues | ||||
| * | | [IE8] Fix "new" button width | Vincent Petry | 2015-10-14 | 1 | -0/+5 |
| |/ | |||||
* / | Increase the 2nd digit of shipped apps for 8.2 | Joas Schilling | 2015-10-17 | 2 | -2/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-13 | 2 | -0/+6 |
| | |||||
* | Revert "Debounce cancel upload message" | Thomas Müller | 2015-10-12 | 1 | -5/+6 |
| | |||||
* | Merge pull request #19628 from owncloud/files-canceluploaddebounce | Robin Appelman | 2015-10-12 | 1 | -6/+5 |
|\ | | | | | Debounce cancel upload message | ||||
| * | Debounce cancel upload message | Vincent Petry | 2015-10-07 | 1 | -6/+5 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-12 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-11 | 2 | -0/+16 |
| | |