Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Files app backend now normalizes paths before rendering templates | Vincent Petry | 2013-11-14 | 2 | -2/+3 |
| | | | | | | | | Before rendering breadcrumbs or the file list, the paths are now normalized. This prevents the UI to show "." breadcrumbs in case the path contains sections with "/./" Fixes #5848 | ||||
* | Fixed total dirs/files message hiding condition | Vincent Petry | 2013-11-13 | 1 | -3/+3 |
| | | | | Fixes #5829 | ||||
* | Merge pull request #5804 from owncloud/files-selectionsummary | Morris Jobke | 2013-11-11 | 1 | -1/+1 |
|\ | | | | | Selection summary is now displayed properly | ||||
| * | Selection summary is now displayed properly | Vincent Petry | 2013-11-11 | 1 | -1/+1 |
| | | | | | | | | Fixes #5775 | ||||
* | | 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 | ||||
| * | | Added JS event for when the user changes the directory | Vincent Petry | 2013-11-08 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | This enables apps to detect directory changes which might be caused by the user using the browser back button. | ||||
* | | | [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 |
|/ | | | | | | | Fixes #5662 Also made it use OC.Notification instead of directly access the notification HTML element. | ||||
* | 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 | ||||
| * | Do not count the size of shared folder on total | Ramiro Aparicio | 2013-11-06 | 1 | -35/+30 |
| | | | | | | | | | | | | Changed all array access to dot notation Split comment in a second line | ||||
* | | Merge pull request #5711 from owncloud/quota-refreshquotainclientafteroperations | Morris Jobke | 2013-11-06 | 4 | -14/+59 |
|\ \ | | | | | | | Fixes for "max upload size" value showed in the UI | ||||
| * | | Fixed storage stats to be based on current directory | Vincent Petry | 2013-11-06 | 3 | -8/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously, the storage statistics were always for the root dir. This means that the upload button would always show the limit for the root dir, even when uploading to a shared dir or external storage. This fix adds a "dir" argument to getstoragestats.php. | ||||
| * | | Update quota value in client after scan and upload | Vincent Petry | 2013-11-06 | 3 | -13/+33 |
| | | | | | | | | | | | | | | | | | | After uploading, the quota value wasn't refreshed. This fix refreshes the quota value after files have been scanned or uploaded. | ||||
* | | | Fixed folder icon for home storage | Vincent Petry | 2013-11-06 | 1 | -1/+1 |
|/ / | | | | | | | Fixes #5713 | ||||
* | | calling getstoragestats.php only if a user is logged in because this call ↵ | Thomas Müller | 2013-11-05 | 1 | -17/+19 |
| | | | | | | | | requires a user to be logged in | ||||
* | | Merge pull request #5582 from owncloud/files-previewcaching | Thomas Müller | 2013-11-05 | 8 | -41/+74 |
|\ \ | | | | | | | Append file etag to preview URLs | ||||
| * | | 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 |
| | | | | | | | | | | | | Fixes #5534 | ||||
* | | | [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 | ||||
| * | | | Corretly hide "no permissions" message in controls in viewer mode | Vincent Petry | 2013-10-31 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Fixes #5622 | ||||
* | | | | prefer closest over parent | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | closest will search up the tree | ||||
* | | | | use data-file to retrieve filename | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -1/+1 |
|/ / / | | | | | | | | | | forward port of https://github.com/owncloud/core/pull/5647#discussion-diff-7341163 trust me, I know what I'm doing | ||||
* | | | Merge pull request #5628 from owncloud/files-fixsummary | VicDeo | 2013-10-30 | 1 | -6/+7 |
|\ \ \ | | | | | | | | | Fixed summary visibility check | ||||
| * | | | Fixed summary visibility check | Vincent Petry | 2013-10-30 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | Now using the integer values to check whether to show the summary parts instead of trying to parse the html code. | ||||
* | | | | Prevent closing the create dropdown when right clicking in Firefox | Vincent Petry | 2013-10-30 | 1 | -1/+5 |
|/ / / | | | | | | | | | | | | | | | | | | | Firefox sends a click event on the document when right clicking which makes pasting with right click into the field impossible. Fixes #5498 | ||||
* | | | Merge pull request #5616 from owncloud/fixing-l10n-master | Vincent Petry | 2013-10-30 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | Fixing l10n master | ||||
| * | | | 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 |
| | | | | | | | | | | | | Some apps like the antivirus app return messages in a non-array format. | ||||
* | | | [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 | ||||
| * | 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 ↵ | Thomas Müller | 2013-10-23 | 7 | -457/+579 |
|\ \ | | | | | | | | | | | | | owncloud/prevent_user_from_creating_or_renaming_to_an_existing_filename prevent user from creating or renaming sth. to an existing filename | ||||
| * | | fix translations | Jörn Friedrich Dreyer | 2013-10-23 | 2 | -10/+10 |
| | | | |||||
| * | | Merge branch 'master' into ↵ | Jörn Friedrich Dreyer | 2013-10-23 | 4 | -13/+34 |
| |\| | | | | | | | | | | | | | | | | | | | prevent_user_from_creating_or_renaming_to_an_existing_filename Conflicts: apps/files/js/filelist.js | ||||
| * | | 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 i18n - use trim when checking for empty file / folder name - use more verbose error descriptions | ||||
| * | | use correct filename in error result json | Jörn Friedrich Dreyer | 2013-10-23 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into ↵ | Thomas Müller | 2013-10-22 | 1 | -3/+29 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | prevent_user_from_creating_or_renaming_to_an_existing_filename Conflicts: apps/files/js/filelist.js | ||||
| * | | | 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 |
| | | | |