Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-13 | 142 | -398/+256 |
| | |||||
* | Merge pull request #20460 from owncloud/file-handling-wording | Thomas Müller | 2015-11-12 | 1 | -4/+2 |
|\ | | | | | fix layout and wording for file handling admin setting | ||||
| * | fix layout and wording for file handling admin setting | Jan-Christoph Borchardt | 2015-11-11 | 1 | -4/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-11 | 2 | -6/+52 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-08 | 2 | -56/+56 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-05 | 2 | -6/+12 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-04 | 2 | -4/+20 |
| | |||||
* | Merge pull request #20181 from owncloud/files-fixdownloadspinner | Thomas Müller | 2015-11-02 | 4 | -3/+101 |
|\ | | | | | Fix file action download spinner | ||||
| * | Fix file action download spinner | Vincent Petry | 2015-10-30 | 4 | -3/+101 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-02 | 2 | -6/+6 |
| | | |||||
* | | Merge pull request #20156 from owncloud/files-filter-triger-once | Robin Appelman | 2015-10-30 | 1 | -2/+3 |
|\ \ | | | | | | | dont trigger the scroll event of every single item we filter in the file list | ||||
| * | | dont trigger the scroll event of every single item we filter in the file list | Robin Appelman | 2015-10-29 | 1 | -2/+3 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-30 | 2 | -6/+12 |
| | | | |||||
* | | | Merge pull request #20051 from otetard/feature/newfilemenu_extend | Thomas Müller | 2015-10-29 | 1 | -31/+46 |
|\ \ \ | |_|/ |/| | | Allow Owncloud apps to add new items to the “new” file menu. | ||||
| * | | Allow apps to add new items in the “New” filemenu. | Olivier Tétard | 2015-10-26 | 1 | -31/+46 |
| | | | | | | | | | | | | | | | | | | | | | Owncloud apps can now add new items to the “new” file menu. A new `addMenuEntry()` was added to `NewFileMenu`. To add a new item, you have to attach a plugin to `OCA.Files.NewFileMenu` that will call `addMenuEntry()`. | ||||
* | | | Merge pull request #20122 from owncloud/files-consolidateiconupdate | Thomas Müller | 2015-10-29 | 4 | -8/+79 |
|\ \ \ | |_|/ |/| | | Fix icon update to be more consistent | ||||
| * | | 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 #20079 from owncloud/filelist-invalidpath | Thomas Müller | 2015-10-29 | 1 | -3/+6 |
|\ \ \ | | | | | | | | | Fix file list reload callback result | ||||
| * | | | Fix file list reload callback result | Vincent Petry | 2015-10-27 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All reloadCallback must return either true for success or false in case of failure / non-existing folder. Some file lists only have a root folder (favorite, shares), so restrict the path to that to avoid having a wrong path in the breadcrumbs. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-29 | 4 | -2/+12 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-28 | 2 | -0/+12 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-27 | 2 | -2/+8 |
| | | |||||
* | | Update license headers | Lukas Reschke | 2015-10-26 | 7 | -7/+6 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-25 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-23 | 4 | -4/+56 |
| | |||||
* | Merge pull request #19937 from owncloud/detailsview-donotopenonrename | Thomas Müller | 2015-10-22 | 1 | -3/+6 |
|\ | | | | | Do not display details bar after rename | ||||
| * | Do not display details bar after rename | Vincent Petry | 2015-10-21 | 1 | -3/+6 |
| | | |||||
* | | 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... | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-21 | 4 | -8/+8 |
| | |||||
* | 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 |
| | | | |