| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #5804 from owncloud/files-selectionsummary | Morris Jobke | 2013-11-11 | 1 | -1/+1 |
|\ |
|
| * | Selection summary is now displayed properly | Vincent Petry | 2013-11-11 | 1 | -1/+1 |
* | | Merge pull request #5769 from owncloud/files-changedirjsevent | Morris Jobke | 2013-11-11 | 1 | -0/+6 |
|\ \ |
|
| * | | Added JS event for when the user changes the directory | Vincent Petry | 2013-11-08 | 1 | -0/+6 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-11 | 1 | -0/+1 |
| |/
|/| |
|
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-09 | 2 | -0/+8 |
* | | Increased upload error delay to 10 seconds | Vincent Petry | 2013-11-08 | 1 | -6/+5 |
|/ |
|
* | Fixed totalDirs JS error | Vincent Petry | 2013-11-07 | 1 | -2/+2 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-06 | 14 | -2/+35 |
* | Merge pull request #5399 from frisco82/fixDownloadOverQuota | Morris Jobke | 2013-11-06 | 1 | -35/+30 |
|\ |
|
| * | Do not count the size of shared folder on total | Ramiro Aparicio | 2013-11-06 | 1 | -35/+30 |
* | | Merge pull request #5711 from owncloud/quota-refreshquotainclientafteroperations | Morris Jobke | 2013-11-06 | 4 | -14/+59 |
|\ \ |
|
| * | | Fixed storage stats to be based on current directory | Vincent Petry | 2013-11-06 | 3 | -8/+33 |
| * | | Update quota value in client after scan and upload | Vincent Petry | 2013-11-06 | 3 | -13/+33 |
* | | | Fixed folder icon for home storage | Vincent Petry | 2013-11-06 | 1 | -1/+1 |
|/ / |
|
* | | calling getstoragestats.php only if a user is logged in because this call req... | Thomas Müller | 2013-11-05 | 1 | -17/+19 |
* | | Merge pull request #5582 from owncloud/files-previewcaching | Thomas Müller | 2013-11-05 | 8 | -41/+74 |
|\ \ |
|
| * | | Added missing comma to make the next diff cleaner | Vincent Petry | 2013-10-31 | 1 | -1/+1 |
| * | | Fixed preview URL + size while dragging an existing file | Vincent Petry | 2013-10-28 | 2 | -3/+5 |
| * | | Append file etag to preview URLs | Vincent Petry | 2013-10-28 | 7 | -38/+69 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-03 | 2 | -3/+12 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-03 | 42 | -47/+78 |
* | | | Merge pull request #5648 from owncloud/files-fixhidecontrolsinviewermode | Morris Jobke | 2013-10-31 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Corretly hide "no permissions" message in controls in viewer mode | Vincent Petry | 2013-10-31 | 1 | -0/+3 |
* | | | | prefer closest over parent | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -1/+1 |
* | | | | use data-file to retrieve filename | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #5628 from owncloud/files-fixsummary | VicDeo | 2013-10-30 | 1 | -6/+7 |
|\ \ \ |
|
| * | | | Fixed summary visibility check | Vincent Petry | 2013-10-30 | 1 | -6/+7 |
* | | | | Prevent closing the create dropdown when right clicking in Firefox | Vincent Petry | 2013-10-30 | 1 | -1/+5 |
|/ / / |
|
* | | | Merge pull request #5616 from owncloud/fixing-l10n-master | Vincent Petry | 2013-10-30 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | avoid usage of brand name 'ownCloud' | Thomas Müller | 2013-10-28 | 2 | -2/+2 |
| |/ / |
|
* | | | Added fix to correctly parse non-array error messages | Vincent Petry | 2013-10-29 | 1 | -2/+7 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-10-29 | 18 | -7/+193 |
|/ / |
|
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-10-27 | 48 | -48/+100 |
* | | Fix double not in newfile/newfolder language. | Andreas Fischer | 2013-10-27 | 2 | -2/+2 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-10-27 | 70 | -501/+251 |
* | | Merge pull request #5494 from owncloud/fixing-3593-master | Thomas Müller | 2013-10-24 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | introducing new dav property {xmlns:oc="http://owncloud.org/ns}id | Thomas Müller | 2013-10-23 | 1 | -0/+1 |
* | | Merge pull request #5477 from owncloud/prevent_user_from_creating_or_renaming... | Thomas Müller | 2013-10-23 | 7 | -457/+579 |
|\ \ |
|
| * | | fix translations | Jörn Friedrich Dreyer | 2013-10-23 | 2 | -10/+10 |
| * | | Merge branch 'master' into prevent_user_from_creating_or_renaming_to_an_exist... | Jörn Friedrich Dreyer | 2013-10-23 | 4 | -13/+34 |
| |\| |
|
| * | | use a more descriptive error message when the user tries to create '/Shared' | Jörn Friedrich Dreyer | 2013-10-23 | 2 | -3/+3 |
| * | | cleanup array value assignment | Jörn Friedrich Dreyer | 2013-10-23 | 1 | -8/+4 |
| * | | cleanup precondition checking when creating new files / folders | Jörn Friedrich Dreyer | 2013-10-23 | 2 | -19/+50 |
| * | | use correct filename in error result json | Jörn Friedrich Dreyer | 2013-10-23 | 1 | -1/+1 |
| * | | Merge branch 'master' into prevent_user_from_creating_or_renaming_to_an_exist... | Thomas Müller | 2013-10-22 | 1 | -3/+29 |
| |\ \ |
|
| * | | | fixing js syntax error | Thomas Müller | 2013-10-22 | 1 | -2/+2 |
| * | | | fixing undefined variable $newname | Thomas Müller | 2013-10-22 | 1 | -1/+1 |
| * | | | adding PHPDoc comments | Thomas Müller | 2013-10-22 | 1 | -0/+7 |
| * | | | prevent user from creating or renaming sth. to an existing filename | Jörn Friedrich Dreyer | 2013-10-22 | 6 | -435/+523 |