Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #19742 from owncloud/shareinfo_performance | Thomas Müller | 2015-10-20 | 3 | -14/+0 |
|\ | | | | | Do not calculate non essential info | ||||
| * | Do not calculate non essential info | Roeland Jago Douma | 2015-10-13 | 3 | -14/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | There is no need to calculate a human readable date on the server side. We supply the mtime and a client can easily convert that himself if needed. This is already done most of the time since the date is often not in the exact right format. There is also no need to attach icon info. We have that available in javascript. And else the client should get the right icon based on the mimetype for its platform. * Updated tests | ||||
* | | Merge pull request #19838 from owncloud/remove-files-remote.php | Thomas Müller | 2015-10-20 | 1 | -55/+0 |
|\ \ | | | | | | | Remove apps/files/appinfo/remote.php - this is no longer used | ||||
| * | | Remove apps/files/appinfo/remote.php - this is no longer used | Thomas Müller | 2015-10-16 | 1 | -55/+0 |
| | | | |||||
* | | | Merge pull request #17641 from owncloud/fix_objectstore_rename | Jörn Friedrich Dreyer | 2015-10-19 | 1 | -1/+6 |
|\ \ \ | | | | | | | | | don't move files in cache twice, fixes renaming for objectstores | ||||
| * | | | fix delete orphan shares test with object home storage | Robin Appelman | 2015-10-16 | 1 | -1/+6 |
| |/ / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-19 | 2 | -2/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-18 | 2 | -4/+4 |
| | | | |||||
* | | | Increase the 2nd digit of shipped apps | Joas Schilling | 2015-10-17 | 2 | -2/+4 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-17 | 2 | -166/+216 |
|/ / | |||||
* | | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 2 | -6/+2 |
| | | |||||
* | | Do not register sidebar panels when no sidebar | Vincent Petry | 2015-10-15 | 3 | -6/+49 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-15 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #19630 from owncloud/fix-ie-pain | Thomas Müller | 2015-10-14 | 1 | -0/+5 |
|\ \ | | | | | | | Fix more IE issues | ||||
| * | | [IE8] Fix "new" button width | Vincent Petry | 2015-10-07 | 1 | -0/+5 |
| | | | |||||
* | | | Merge pull request #19633 from owncloud/sidebar-alt-favorite | Thomas Müller | 2015-10-14 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | Move alt text for favorite action to image | ||||
| * | | | Move alt text for favorite action to image | Vincent Petry | 2015-10-07 | 1 | -2/+1 |
| |/ / | |||||
* | | | Merge pull request #19634 from owncloud/notif-showtemporary | Thomas Müller | 2015-10-14 | 1 | -20/+8 |
|\ \ \ | | | | | | | | | showTemporary instead of show for notifications | ||||
| * | | | showTemporary instead of show for notifications | Vincent Petry | 2015-10-08 | 1 | -20/+8 |
| |/ / | |||||
* | | | Merge pull request #19710 from owncloud/files-canceluploaddebounce-re | Thomas Müller | 2015-10-14 | 1 | -6/+5 |
|\ \ \ | | | | | | | | | Debounce cancel upload message | ||||
| * | | | Debounce cancel upload message | Vincent Petry | 2015-10-12 | 1 | -6/+5 |
| | | | | |||||
* | | | | Merge pull request #19714 from owncloud/trash-deletesectionposition-2 | Thomas Müller | 2015-10-14 | 1 | -13/+0 |
|\ \ \ \ | | | | | | | | | | | Revert "Revert "Move trashbin specific CSS that modifies sidebar"" | ||||
| * | | | | Revert "Revert "Move trashbin specific CSS that modifies sidebar"" | Thomas Müller | 2015-10-12 | 1 | -13/+0 |
| |/ / / | | | | | | | | | | | | | This reverts commit 0738ddfb768c541e8a6b112fb2cd12d15676a0ab. | ||||
* | | | | Merge pull request #19747 from owncloud/files-delete-hidenotif | Thomas Müller | 2015-10-14 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | Hide notification on delete | ||||
| * | | | | Hide notification on delete | Vincent Petry | 2015-10-13 | 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 #19733 from owncloud/remove-controls-whennotneeded | Thomas Müller | 2015-10-14 | 3 | -6/+9 |
|\ \ \ \ | | | | | | | | | | | Remove controls for file lists that don't need it | ||||
| * | | | | Remove controls for file lists that don't need it | Vincent Petry | 2015-10-13 | 3 | -6/+9 |
| |/ / / | | | | | | | | | | | | | | | | | Remove controls from sharing overview and favorite file lists which don't display paths. | ||||
* / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-14 | 2 | -0/+8 |
|/ / / | |||||
* / / | [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 |
| | | |||||
* | | Merge pull request #19523 from owncloud/fix-seconds-ago | Thomas Müller | 2015-10-02 | 1 | -1/+1 |
|\ \ | | | | | | | Fix moment.js "a few seconds ago" with "seconds ago" | ||||
| * | | Fix moment.js "a few seconds ago" with "seconds ago" | Morris Jobke | 2015-10-02 | 1 | -1/+1 |
| |/ | | | | | | | * fixes #18627 |