Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-10 | 4 | -0/+12 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-09 | 4 | -0/+12 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-08 | 4 | -0/+12 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-07 | 8 | -10/+28 |
| | |||||
* | Merge pull request #19597 from owncloud/update-license-headers | Thomas Müller | 2015-10-06 | 9 | -4/+7 |
|\ | | | | | update licence headers via script | ||||
| * | update licence headers via script | Morris Jobke | 2015-10-05 | 9 | -4/+7 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-06 | 8 | -0/+34 |
|/ | |||||
* | Fix tooltip placement on rename error | Vincent Petry | 2015-10-05 | 1 | -2/+2 |
| | |||||
* | Merge pull request #19552 from owncloud/inline_fileactions_alttext | Thomas Müller | 2015-10-05 | 2 | -1/+58 |
|\ | | | | | If an inline files action provides an alt text show it | ||||
| * | If an inline files action provides an alt text show it | Roeland Jago Douma | 2015-10-03 | 2 | -1/+58 |
| | | | | | | | | | | * Added unit tests for icon display * Added unit tests for icon alt text display | ||||
* | | Merge pull request #19539 from owncloud/fix-multiselect-overlap-shorter | Thomas Müller | 2015-10-05 | 1 | -0/+4 |
|\ \ | | | | | | | Fix filelist size issues, breadcrumb, multiselect | ||||
| * | | Fix filelist size issues, breadcrumb, multiselect | Vincent Petry | 2015-10-02 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | - calculate multiselect header width to exclude scrollbar - call FileList._onResize() when sidebar is toggled ("appresized"), this also updates the breadcrumb width - moved global getScrollBarWidth() to OC.Util namespace | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-04 | 10 | -0/+30 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-03 | 6 | -12/+200 |
| | |