summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20789 from owncloud/scanner-skip-not-availableRobin Appelman2015-11-272-2/+6
|\ | | | | Skip unavailable storages in scanner
| * Skip unavailable storages in scannerRobin Appelman2015-11-272-2/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-278-2/+54
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-264-0/+38
|
* Dont output paths in scan.phpRobin Appelman2015-11-251-8/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-2512-0/+126
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-24158-2148/+404
|
* Merge pull request #16902 from owncloud/jsocclientThomas Müller2015-11-2324-1472/+806
|\ | | | | Web UI uses Webdav instead of ajax/* calls
| * Update app version for Webdav impl of files GUIVincent Petry2015-11-221-1/+1
| | | | | | | | | | | | This will make sure the cached JS gets properly updated. Also, since this is a bigger change it also qualifies for a version increase :-)
| * Fix issue when renaming creates a separate entryVincent Petry2015-11-221-8/+5
| |
| * Properly join path sectionsVincent Petry2015-11-222-5/+2
| | | | | | | | | | This prevents double slashes that can mess up path comparisons in some cases.
| * Fix js file load orderThomas Müller2015-11-221-2/+2
| |
| * Query tags/favorite through Webdav in file listVincent Petry2015-11-222-4/+60
| |
| * Make public link share page work with Webdav and add operationsVincent Petry2015-11-223-17/+3
| | | | | | | | | | | | | | | | The public page now uses the public.php/webdav endpoint. Also enabled more file operations like rename, move, delete and create folder from the public page, which are now all possible thanks to the public.php/webdav endpoint.
| * Make files app use Webdav for most operationsVincent Petry2015-11-2218-1448/+746
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-234-12/+16
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-224-6/+18
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-212-2/+26
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-202-6/+10
|
* Remove "Text file" entry in the "+" menuVincent Petry2015-11-192-34/+59
| | | | | | | The text editor app will register this instead. Also made "fileList" a non-private attribute to make it possible for plugins to access the attached file list object.
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-192-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-182-0/+4
|
* Move index.php from files to AppFrameworkLukas Reschke2015-11-165-164/+482
| | | | | 1. Allows it to use the more secure CSP rules of the AppFramework. 2. Adds some unit tests.
* standardize sizes for headingsJan-Christoph Borchardt2015-11-161-3/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-158-14/+26
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-1410-0/+20
|
* [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
|