summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-01-041-1/+1
|
* Merge pull request #1063 from owncloud/translate_not_enough_space_availableThomas Müller2013-01-031-5/+6
|\ | | | | add translation call for 'Not enough space available' upload error
| * fix error when wrong dir was specifiedJörn Friedrich Dreyer2013-01-031-2/+2
| |
| * move $l to topJörn Friedrich Dreyer2013-01-031-0/+1
| |\
| | * fixing undefined variable $lThomas Mueller2013-01-021-1/+3
| | |
| * | also translate 'No file was uploaded. Unknown error'Jörn Friedrich Dreyer2013-01-031-2/+2
| |/
| * add translation call for 'Not enough space available' upload errorJörn Friedrich Dreyer2013-01-021-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-01-031-0/+46
| |
* | Merge pull request #1041 from owncloud/fixing-856-masterThomas Müller2013-01-022-5/+7
|\ \ | |/ |/| Fixing #856 master
| * only show the max possible upload of 2GB on a 32 bit system.Thomas Mueller2012-12-282-1/+6
| | | | | | | | | | | | | | | | for a 64 bit system we have no such limitation refs #856 Conflicts: apps/files/templates/admin.php
| * Revert "fixed max possible upload size for files app in admin screen"Thomas Mueller2012-12-281-4/+1
| | | | | | | | | | | | | | This reverts commit 7f2208b9a11f608e7d726bf426fe4c2a672e058a. Conflicts: apps/files/admin.php
* | [tx-robot] updated from transifexJenkins for ownCloud2012-12-312-21/+103
| |
* | Merge pull request #1043 from owncloud/fix_breadcrumb_slashesLukas Reschke2012-12-301-2/+3
|\ \ | | | | | | Replace %2F with / in breadcrumbs
| * | Replace %2F with / in breadcrumbsMichael Gapczynski2012-12-281-2/+3
| |/
* / [tx-robot] updated from transifexJenkins for ownCloud2012-12-301-0/+3
|/
* [tx-robot] updated from transifexJenkins for ownCloud2012-12-283-2/+28
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-12-241-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-12-221-0/+1
|
* Merge pull request #869 from owncloud/files-stylesJan-Christoph Borchardt2012-12-203-25/+36
|\ | | | | Files styles
| * fix switched values from previous commitJan-Christoph Borchardt2012-12-201-2/+2
| |
| * fix Firefox issues with file actions position and multiselect bar widthJan-Christoph Borchardt2012-12-201-1/+2
| |
| * use slightly darker color for file actions background, fix fugly look for ↵Jan-Christoph Borchardt2012-12-201-1/+4
| | | | | | | | selected rows
| * fix file actions messing with file row height on narrower screensJan-Christoph Borchardt2012-12-201-1/+9
| |
| * move CSS from JS to CSSJan-Christoph Borchardt2012-12-202-13/+10
| |
| * bring back fixed multiselect bar so it’s visible when scrolled down, fix #746Jan-Christoph Borchardt2012-12-132-6/+8
| |
| * fix new button popup looking blurryJan-Christoph Borchardt2012-12-132-5/+5
| |
* | Merge pull request #974 from owncloud/fixing-120-masterJan-Christoph Borchardt2012-12-203-93/+76
|\ \ | | | | | | setting the timezone is now part of the login process
| * | remove timezone.jsThomas Müller2012-12-201-12/+0
| | |
| * | setting the timezone is now part of the login process and true part of the core.Thomas Müller2012-12-202-81/+76
| | |
* | | Merge pull request #925 from owncloud/fix_issue_918Bart Visscher2012-12-201-0/+6
|\ \ \ | |/ / |/| | Trigger the last action before continuing with a file upload
| * | Trigger last action before continuing with creating a new file/folder/from linkMichael Gapczynski2012-12-161-0/+3
| | |
| * | Trigger the last action before continuing with a file upload, fixes issue #918Michael Gapczynski2012-12-161-0/+3
| | |
* | | Merge pull request #913 from owncloud/fix_settingsFrank Karlitschek2012-12-181-3/+3
|\ \ \ | | | | | | | | cleaning up the settings
| * | | cleaning up the settings. standardize the format, add missing I10N and other ↵Frank Karlitschek2012-12-151-3/+3
| |/ / | | | | | | | | | small things. Yes. This is not perfect. But way better than before ;-)
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-12-191-0/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-12-181-0/+24
| | |
* | | Merge pull request #929 from owncloud/fix_utf8_filenames_in_ie_downloadThomas Müller2012-12-171-1/+6
|\ \ \ | | | | | | | | fix utf8 filenames in ie download response header according to rfc5987, ...
| * | | fix utf8 filenames in ie download response header according to rfc5987, see ↵Jörn Friedrich Dreyer2012-12-171-1/+6
| |/ / | | | | | | | | | http://stackoverflow.com/questions/93551/how-to-encode-the-filename-parameter-of-content-disposition-header-in-http
* | | Merge pull request #842 from owncloud/restrict_keyboard_shortcutsThomas Müller2012-12-171-0/+3
|\ \ \ | |/ / |/| | prevent keyboardshortcuts from catching events outside the main doc - e....
| * | prevent keyboardshortcuts from catching events outside the main doc - e.g. ↵Thomas Mueller2012-12-121-0/+3
| | | | | | | | | | | | the share popup
* | | Merge pull request #875 from owncloud/multiplefiles_jsonBart Visscher2012-12-142-2/+2
|\ \ \ | | | | | | | | use json when deleting multiply files instead of using ; as delimiter
| * | | remove unneeded lineRobin Appelman2012-12-131-1/+0
| | | |
| * | | use json encoding when deleting multiply files instead of using ; as delimiterRobin Appelman2012-12-132-1/+2
| | |/ | |/|
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-12-142-0/+2
| | |
* | | fix mimetype icons for new filesRobin Appelman2012-12-131-1/+1
|/ /
* / ungreenify new & upload buttonsJan-Christoph Borchardt2012-12-131-12/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2012-12-122-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-12-111-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-12-101-33/+33
|
* Merge pull request #282 from butonic/fix_new_and_upload_button_html_cssThomas Müller2012-12-094-63/+75
|\ | | | | fix_new_and_upload_button_html_css