summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-13142-398/+256
|
* Merge pull request #20460 from owncloud/file-handling-wordingThomas Müller2015-11-121-4/+2
|\ | | | | fix layout and wording for file handling admin setting
| * fix layout and wording for file handling admin settingJan-Christoph Borchardt2015-11-111-4/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-112-6/+52
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-082-56/+56
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-052-6/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-042-4/+20
|
* Merge pull request #20181 from owncloud/files-fixdownloadspinnerThomas Müller2015-11-024-3/+101
|\ | | | | Fix file action download spinner
| * Fix file action download spinnerVincent Petry2015-10-304-3/+101
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-022-6/+6
| |
* | Merge pull request #20156 from owncloud/files-filter-triger-onceRobin Appelman2015-10-301-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 listRobin Appelman2015-10-291-2/+3
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-302-6/+12
| | |
* | | Merge pull request #20051 from otetard/feature/newfilemenu_extendThomas Müller2015-10-291-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étard2015-10-261-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-consolidateiconupdateThomas Müller2015-10-294-8/+79
|\ \ \ | |_|/ |/| | Fix icon update to be more consistent
| * | Fix icon update to be more consistentVincent Petry2015-10-294-8/+79
| | | | | | | | | | | | Makes the details bar show the same icon as in the list.
* | | Merge pull request #20079 from owncloud/filelist-invalidpathThomas Müller2015-10-291-3/+6
|\ \ \ | | | | | | | | Fix file list reload callback result
| * | | Fix file list reload callback resultVincent Petry2015-10-271-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 transifexJenkins for ownCloud2015-10-294-2/+12
| |/ / |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-282-0/+12
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-272-2/+8
| |
* | Update license headersLukas Reschke2015-10-267-7/+6
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-252-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-234-4/+56
|
* Merge pull request #19937 from owncloud/detailsview-donotopenonrenameThomas Müller2015-10-221-3/+6
|\ | | | | Do not display details bar after rename
| * Do not display details bar after renameVincent Petry2015-10-211-3/+6
| |
* | Fix file upload, conflict dialog, also in public linkVincent Petry2015-10-212-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 transifexJenkins for ownCloud2015-10-214-8/+8
|
* Merge pull request #19742 from owncloud/shareinfo_performanceThomas Müller2015-10-203-14/+0
|\ | | | | Do not calculate non essential info
| * Do not calculate non essential infoRoeland Jago Douma2015-10-133-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.phpThomas Müller2015-10-201-55/+0
|\ \ | | | | | | Remove apps/files/appinfo/remote.php - this is no longer used
| * | Remove apps/files/appinfo/remote.php - this is no longer usedThomas Müller2015-10-161-55/+0
| | |
* | | Merge pull request #17641 from owncloud/fix_objectstore_renameJörn Friedrich Dreyer2015-10-191-1/+6
|\ \ \ | | | | | | | | don't move files in cache twice, fixes renaming for objectstores
| * | | fix delete orphan shares test with object home storageRobin Appelman2015-10-161-1/+6
| |/ /
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-192-2/+6
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-182-4/+4
| | |
* | | Increase the 2nd digit of shipped appsJoas Schilling2015-10-172-2/+4
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-172-166/+216
|/ /
* | Consolidate webdav code - move all to one appThomas Müller2015-10-162-6/+2
| |
* | Do not register sidebar panels when no sidebarVincent Petry2015-10-153-6/+49
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-152-2/+2
| |
* | Merge pull request #19630 from owncloud/fix-ie-painThomas Müller2015-10-141-0/+5
|\ \ | | | | | | Fix more IE issues
| * | [IE8] Fix "new" button widthVincent Petry2015-10-071-0/+5
| | |
* | | Merge pull request #19633 from owncloud/sidebar-alt-favoriteThomas Müller2015-10-141-2/+1
|\ \ \ | | | | | | | | Move alt text for favorite action to image
| * | | Move alt text for favorite action to imageVincent Petry2015-10-071-2/+1
| |/ /
* | | Merge pull request #19634 from owncloud/notif-showtemporaryThomas Müller2015-10-141-20/+8
|\ \ \ | | | | | | | | showTemporary instead of show for notifications
| * | | showTemporary instead of show for notificationsVincent Petry2015-10-081-20/+8
| |/ /
* | | Merge pull request #19710 from owncloud/files-canceluploaddebounce-reThomas Müller2015-10-141-6/+5
|\ \ \ | | | | | | | | Debounce cancel upload message
| * | | Debounce cancel upload messageVincent Petry2015-10-121-6/+5
| | | |