summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Updated and optimized Mobile Layout as well.luckydonald2014-08-114-4/+19
|
* Fixed translations, indentation and renamed the .percents class to .speed class.luckydonald2014-08-103-10/+10
|
* Upload progress bar now displays informations about uploades size (12kB of ↵luckydonald2014-08-103-5/+45
| | | | 3MB) and the current speed.
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-1011-0/+11
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-091-1/+17
|
* check quota when trying to download a file via new -> webJörn Friedrich Dreyer2014-08-081-0/+23
|
* trigger lazy loading earlier, fix #9823Jan-Christoph Borchardt2014-08-081-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-071-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-051-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-041-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-021-1/+1
|
* Use svg mimeicons for empty text filesRobin Appelman2014-07-301-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-292-0/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-281-0/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-272-2/+11
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-263-4/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-251-0/+1
|
* Merge pull request #9703 from owncloud/files-preview-animateMorris Jobke2014-07-241-2/+4
|\ | | | | [OC 7] Fix preview animation on uploading
| * Fix preview animation on uploadingVincent Petry2014-07-171-2/+4
| | | | | | | | | | When adding/uploading files, the preview is now animated. When loading a list of files directly the preview is displayed directly.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-241-0/+3
| |
* | Merge pull request #9683 from owncloud/fix_#8819_sortingVincent Petry2014-07-223-29/+58
|\ \ | | | | | | Fix #8819 sorting
| * | Sorting triangles pointing up for ascending, down for descendingRemco Brenninkmeijer2014-07-211-2/+2
| | |
| * | Before I get spanked ;)Remco Brenninkmeijer2014-07-171-1/+1
| | |
| * | Adjusted tests for new default sortingRemco Brenninkmeijer2014-07-171-19/+32
| | |
| * | While busy cleaning, also removed extra entersRemco Brenninkmeijer2014-07-172-3/+0
| | |
| * | Corrected (Netbeans?) inserted spacesRemco Brenninkmeijer2014-07-172-17/+17
| | |
| * | Fixed comments from PVince81Remco Brenninkmeijer2014-07-161-6/+5
| | |
| * | Cleanup of unnecesary additionRemco Brenninkmeijer2014-07-161-1/+1
| | |
| * | Show sorting icons when hovering overRemco Brenninkmeijer2014-07-162-12/+27
| | |
| * | Changed default sorting except for names.Remco Brenninkmeijer2014-07-081-1/+6
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-221-0/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-211-1/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-201-1/+19
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-193-0/+3
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-183-0/+3
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-173-21/+85
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-1666-0/+79
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-1553-54/+56
| |
* | Added mountType attribute and adapted Delete action textVincent Petry2014-07-143-5/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added mountType attribute for files/folder to indicated whether they are regular, external or shared. The client side then adapts the "Delete" action hint text based on this information. Only the mount roots must have the delete icon hint adapted. To make this detectable on the client side, the mountType can now be null, "shared", "shared-root", "external" or "external-root". This also gives room to icon customization on the client side.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-131-0/+2
| |
* | Propagate file action changes to the file listsVincent Petry2014-07-095-37/+96
| | | | | | | | | | | | | | | | | | Whenever an app needs to register an event late, it does that on the original file actions object. Since the file actions that the file list work on is a merged list, not the original one, the registration event needs to be propagated there as well.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-093-1/+5
|/
* Upload abortion is now detected within the OC_Connector_Sabre_File::put()Thomas Müller2014-07-081-1/+0
| | | | | | OC_Connector_Sabre_AbortedUploadDetectionPlugin is pointless Adding unit test testUploadAbort()
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-081-2/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-071-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-061-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-051-0/+2
|
* Merge pull request #9445 from owncloud/filelist-auth-erroricewind19912014-07-042-2/+35
|\ | | | | Reload the page when the files app encounters an authentication error
| * Add machine readable error messages to OC\JSONRobin Appelman2014-07-042-2/+35
| | | | | | | | | | | | | | | | | | | | Reload the files app in case of authentication errors, expired tokens or disabled app Reloading will triger the full server side handeling of those errors formatting fix missing semicolon + some jshint warnings
* | Merge pull request #9434 from owncloud/files-reloadpromiseissueMorris Jobke2014-07-041-1/+3
|\ \ | |/ |/| Fix reload call for all subclasses