summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Files app backend now normalizes paths before rendering templatesVincent Petry2013-11-142-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 conditionVincent Petry2013-11-131-3/+3
| | | | Fixes #5829
* Merge pull request #5804 from owncloud/files-selectionsummaryMorris Jobke2013-11-111-1/+1
|\ | | | | Selection summary is now displayed properly
| * Selection summary is now displayed properlyVincent Petry2013-11-111-1/+1
| | | | | | | | Fixes #5775
* | Merge pull request #5769 from owncloud/files-changedirjseventMorris Jobke2013-11-111-0/+6
|\ \ | | | | | | Added JS event for when the user changes the directory
| * | Added JS event for when the user changes the directoryVincent Petry2013-11-081-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 transifexJenkins for ownCloud2013-11-111-0/+1
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-092-0/+8
| |
* | Increased upload error delay to 10 secondsVincent Petry2013-11-081-6/+5
|/ | | | | | | Fixes #5662 Also made it use OC.Notification instead of directly access the notification HTML element.
* Fixed totalDirs JS errorVincent Petry2013-11-071-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-0614-2/+35
|
* Merge pull request #5399 from frisco82/fixDownloadOverQuotaMorris Jobke2013-11-061-35/+30
|\ | | | | Do not count the size of shared folder on total
| * Do not count the size of shared folder on totalRamiro Aparicio2013-11-061-35/+30
| | | | | | | | | | | | Changed all array access to dot notation Split comment in a second line
* | Merge pull request #5711 from owncloud/quota-refreshquotainclientafteroperationsMorris Jobke2013-11-064-14/+59
|\ \ | | | | | | Fixes for "max upload size" value showed in the UI
| * | Fixed storage stats to be based on current directoryVincent Petry2013-11-063-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 uploadVincent Petry2013-11-063-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 storageVincent Petry2013-11-061-1/+1
|/ / | | | | | | Fixes #5713
* | calling getstoragestats.php only if a user is logged in because this call ↵Thomas Müller2013-11-051-17/+19
| | | | | | | | requires a user to be logged in
* | Merge pull request #5582 from owncloud/files-previewcachingThomas Müller2013-11-058-41/+74
|\ \ | | | | | | Append file etag to preview URLs
| * | Added missing comma to make the next diff cleanerVincent Petry2013-10-311-1/+1
| | |
| * | Fixed preview URL + size while dragging an existing fileVincent Petry2013-10-282-3/+5
| | |
| * | Append file etag to preview URLsVincent Petry2013-10-287-38/+69
| | | | | | | | | | | | Fixes #5534
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-11-032-3/+12
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-11-0342-47/+78
| | |
* | | Merge pull request #5648 from owncloud/files-fixhidecontrolsinviewermodeMorris Jobke2013-10-311-0/+3
|\ \ \ | | | | | | | | Corretly hide "no permissions" message in controls in viewer mode
| * | | Corretly hide "no permissions" message in controls in viewer modeVincent Petry2013-10-311-0/+3
| | | | | | | | | | | | | | | | Fixes #5622
* | | | prefer closest over parentJörn Friedrich Dreyer2013-10-311-1/+1
| | | | | | | | | | | | closest will search up the tree
* | | | use data-file to retrieve filenameJörn Friedrich Dreyer2013-10-311-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-fixsummaryVicDeo2013-10-301-6/+7
|\ \ \ | | | | | | | | Fixed summary visibility check
| * | | Fixed summary visibility checkVincent Petry2013-10-301-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 FirefoxVincent Petry2013-10-301-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-masterVincent Petry2013-10-302-2/+2
|\ \ \ | | | | | | | | Fixing l10n master
| * | | avoid usage of brand name 'ownCloud'Thomas Müller2013-10-282-2/+2
| |/ /
* | | Added fix to correctly parse non-array error messagesVincent Petry2013-10-291-2/+7
| | | | | | | | | | | | Some apps like the antivirus app return messages in a non-array format.
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-10-2918-7/+193
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2013-10-2748-48/+100
| |
* | Fix double not in newfile/newfolder language.Andreas Fischer2013-10-272-2/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-10-2770-501/+251
| |
* | Merge pull request #5494 from owncloud/fixing-3593-masterThomas Müller2013-10-241-0/+1
|\ \ | |/ |/| introducing new dav property {xmlns:oc="http://owncloud.org/ns}id
| * introducing new dav property {xmlns:oc="http://owncloud.org/ns}idThomas Müller2013-10-231-0/+1
| |
* | Merge pull request #5477 from ↵Thomas Müller2013-10-237-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 translationsJörn Friedrich Dreyer2013-10-232-10/+10
| | |
| * | Merge branch 'master' into ↵Jörn Friedrich Dreyer2013-10-234-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 Dreyer2013-10-232-3/+3
| | |
| * | cleanup array value assignmentJörn Friedrich Dreyer2013-10-231-8/+4
| | |
| * | cleanup precondition checking when creating new files / foldersJörn Friedrich Dreyer2013-10-232-19/+50
| | | | | | | | | | | | | | | | | | - use i18n - use trim when checking for empty file / folder name - use more verbose error descriptions
| * | use correct filename in error result jsonJörn Friedrich Dreyer2013-10-231-1/+1
| | |
| * | Merge branch 'master' into ↵Thomas Müller2013-10-221-3/+29
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | prevent_user_from_creating_or_renaming_to_an_existing_filename Conflicts: apps/files/js/filelist.js
| * | | fixing js syntax errorThomas Müller2013-10-221-2/+2
| | | |
| * | | fixing undefined variable $newnameThomas Müller2013-10-221-1/+1
| | | |