aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-12-022-0/+20
|
* Revert "Fix column width of mtime column"Morris Jobke2015-12-011-2/+2
|
* Merge pull request #20825 from owncloud/scrutinizer-patch-1Thomas Müller2015-12-013-4/+4
|\ | | | | Scrutinizer Auto-Fixes
| * Adjust patchesThomas Müller2015-11-302-2/+2
| |
| * Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-302-3/+3
| | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* | [tx-robot] updated from transifexJenkins for ownCloud2015-12-012-0/+6
|/
* Merge pull request #20842 from owncloud/fix-date-time-columnThomas Müller2015-11-301-2/+2
|\ | | | | Fix column width of mtime column
| * Fix column width of mtime columnMorris Jobke2015-11-301-2/+2
| | | | | | | | | | | | * in some translations (e.g. german) the header of this column otherwise got truncated "Zeitpunkt der Freigabe" vs "Zeitpunkt der Freig"
* | Inject the database connectionJoas Schilling2015-11-303-2/+16
| |
* | Only require the interfaceJoas Schilling2015-11-302-10/+10
| |
* | Add a unit test that executes the queryJoas Schilling2015-11-301-0/+15
| |
* | Correctly escape the paths so we only display favorites instead of wildcardsJoas Schilling2015-11-301-1/+1
| |
* | Oracle can not return statements but only valuesJoas Schilling2015-11-302-7/+10
|/ | | | So evaluate the condition directly and return 1 or 0
* Adding more test suites to group DBThomas Müller2015-11-301-0/+7
|
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+7
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-302-0/+22
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-284-0/+30
|
* 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
|