Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-21 | 4 | -14/+34 |
| | |||||
* | Merge pull request #5715 from owncloud/quota-sharing-wrapotherusershome | Vincent Petry | 2013-11-21 | 1 | -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 mode | Vincent Petry | 2013-11-21 | 1 | -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-mobilequickfix | Morris Jobke | 2013-11-21 | 1 | -0/+3 |
|\ \ | | | | | | | Added min width to files table | ||||
| * | | Added min width to files table | Vincent Petry | 2013-11-21 | 1 | -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.php | Bjoern Schiessle | 2013-11-21 | 1 | -1/+1 |
| | | |||||
* | | fix undefined index errors if public share view | Bjoern Schiessle | 2013-11-21 | 1 | -2/+3 |
|/ | |||||
* | Fixed delete action to show error message as notification | Vincent Petry | 2013-11-19 | 1 | -1/+11 |
| | |||||
* | Merge pull request #5923 from owncloud/font-weight | Jan-Christoph Borchardt | 2013-11-18 | 1 | -0/+1 |
|\ | | | | | change bold 'deleted files' button to normal for less focus | ||||
| * | change bold 'deleted files' button to normal for less focus | Jan-Christoph Borchardt | 2013-11-18 | 1 | -0/+1 |
| | | |||||
* | | fix filtering number like filenames in filelist | Jörn Friedrich Dreyer | 2013-11-18 | 1 | -1/+1 |
|/ | | | forward port of https://github.com/owncloud/core/commit/847ad6c40b951cbd3d187e3c72cb55dc3acd6951 | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-15 | 5 | -3/+55 |
| | |||||
* | 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 |
| | |