aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Optimized time formatting, optimized time smoothing.luckydonald2014-08-141-11/+8
|
* Changes for scrutinizer. Yay!luckydonald2014-08-131-15/+29
|
* fixed browser showing the tipsy tooltip as default tooltip twice.luckydonald2014-08-131-1/+1
|
* Fixed "Any minute now" staying because of undefined buffer. Also increased ↵luckydonald2014-08-131-3/+6
| | | | buffer size to 20 to be less jittery.
* Updated String formatting. Label font-weight was already normal.luckydonald2014-08-132-11/+11
|
* Fixed Positioning, fixed formatting for both mobile and desktop.luckydonald2014-08-132-9/+40
| | | | | Tooltips still frustrate me- And the updated code with tabs nicely. yay.
* Added remaining time displaying, moved Information to tooltip, removed now ↵luckydonald2014-08-123-18/+27
| | | | unneeded speed div
* ...in case the text gets to big, don't wrap to new line. Instead just cut it.luckydonald2014-08-111-0/+4
|
* 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
|/