aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-214-14/+34
|
* Merge pull request #5715 from owncloud/quota-sharing-wrapotherusershomeVincent Petry2013-11-211-0/+15
|\ | | | | Quota storage wrapper is now used for all users in sharing mode
| * Quota storage wrapper is now used for all users in sharing modeVincent Petry2013-11-211-0/+15
| | | | | | | | | | | | | | | | | | When accessing a shared folder, the folder's owner appears as mountpoint but wasn't wrapped by a quota storage wrapper. This fix makes sure that all home storages are wrapped by a quota storage wrapper, if applicable, to make sure quotas are respected when uploading into shared folders.
* | Merge pull request #5988 from owncloud/files-mobilequickfixMorris Jobke2013-11-211-0/+3
|\ \ | | | | | | Added min width to files table
| * | Added min width to files tableVincent Petry2013-11-211-0/+3
| |/ | | | | | | | | | | | | | | | | | | Having a too small widths for the files table doesn't make sense as it overlaps file actions with the files themselves and make them unclickable, especially when viewed on mobile phone. The compromise that this fix introduces is to have a minimum width that will trigger horizontal scrolling, which will at least make it possible to click files on mobile phones.
* | disable trahs in files_sharing/public.phpBjoern Schiessle2013-11-211-1/+1
| |
* | fix undefined index errors if public share viewBjoern Schiessle2013-11-211-2/+3
|/
* Fixed delete action to show error message as notificationVincent Petry2013-11-191-1/+11
|
* Merge pull request #5923 from owncloud/font-weightJan-Christoph Borchardt2013-11-181-0/+1
|\ | | | | change bold 'deleted files' button to normal for less focus
| * change bold 'deleted files' button to normal for less focusJan-Christoph Borchardt2013-11-181-0/+1
| |
* | fix filtering number like filenames in filelistJörn Friedrich Dreyer2013-11-181-1/+1
|/ | | forward port of https://github.com/owncloud/core/commit/847ad6c40b951cbd3d187e3c72cb55dc3acd6951
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-155-3/+55
|
* 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
| |