Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | return both, count and result if the operation succeeded or failed. Maybe in ↵ | Björn Schießle | 2013-02-22 | 5 | -11/+16 |
| | | | | some cases it is useful to know how much bytes where copied | ||||
* | using the number of writen bytes as indicator if streamCopy() was ↵ | Björn Schießle | 2013-02-22 | 2 | -5/+6 |
| | | | | successfully. Instead check if fwrite returns the number of bytes or false | ||||
* | Merge pull request #1848 from owncloud/keep_transparency | Frank Karlitschek | 2013-02-22 | 1 | -0/+15 |
|\ | | | | | keep transparency when resizing or cropping png/gif | ||||
| * | keep transparency when resizing or cropping png/gif | Jörn Friedrich Dreyer | 2013-02-22 | 1 | -0/+15 |
|/ | |||||
* | Merge pull request #1838 from owncloud/fix-changedisplayname-call | Thomas Müller | 2013-02-22 | 1 | -2/+2 |
|\ | | | | | Fix error path in changedisplayname call | ||||
| * | Fix error path in changedisplayname call | Bart Visscher | 2013-02-22 | 1 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-22 | 373 | -2570/+3010 |
| | | |||||
* | | Merge pull request #1835 from owncloud/normalize-giant-caret | Bernhard Posselt | 2013-02-21 | 3 | -1/+103 |
|\ \ | |/ |/| | fix giant advanced caret in installation | ||||
| * | fix giant advanced caret in installation | Jan-Christoph Borchardt | 2013-02-21 | 3 | -1/+103 |
| | | |||||
* | | Merge pull request #1836 from owncloud/update-version-remark | Lukas Reschke | 2013-02-21 | 1 | -2/+2 |
|\ \ | |/ |/| | Update hint by the internal version number. | ||||
| * | Update hint by the internal version number. | Bart Visscher | 2013-02-21 | 1 | -2/+2 |
|/ | | | | So we don't repeat the 4.5 <=> 4.90 mixup | ||||
* | Merge pull request #1830 from owncloud/fix_css_number | Frank Karlitschek | 2013-02-21 | 1 | -5/+6 |
|\ | | | | | make number-input fields look like they should | ||||
| * | make number-input fields look like they should | Arthur Schiwon | 2013-02-21 | 1 | -5/+6 |
| | | |||||
* | | rename app to 'deleted files' | Björn Schießle | 2013-02-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1812 from owncloud/add-logging-to-webdav-test-master | Björn Schießle | 2013-02-21 | 1 | -1/+2 |
|\ | | | | | Enhancment to the WebDAV-Testing ... | ||||
| * | WebDAV-Testing: | Thomas Mueller | 2013-02-20 | 1 | -1/+2 |
| | | | | | | | | | | - write the exception to the log - in case curl is missing we should return true as well | ||||
* | | Merge pull request #1768 from houqp/issue_1739 | Björn Schießle | 2013-02-21 | 2 | -8/+9 |
|\ \ | | | | | | | bug fix for issue 1739 | ||||
| * | | bug fix for issue 1739, two changes included: | Qingping Hou | 2013-02-18 | 2 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | * fix typo in OC_Group_Database::DisplayNamesInGroup's SQL clause * check array_diff return value in OC_Group::displayNamesInGroups, when there is no difference between two arrays, it will return NULL, so we have to take care of it. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-21 | 134 | -1230/+4224 |
| | | | |||||
* | | | Merge pull request #1773 from owncloud/trash_bin_delete_selected | Björn Schießle | 2013-02-20 | 6 | -33/+82 |
|\ \ \ | |_|/ |/| | | Trash bin delete selected | ||||
| * | | Merge branch 'master' into trash_bin_delete_selected | Thomas Mueller | 2013-02-20 | 54 | -207/+274 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #1809 from owncloud/fix_ie_deletefolder | Björn Schießle | 2013-02-20 | 2 | -5/+5 |
|\ \ \ | | | | | | | | | replaced for in loops with normal enumerating loops to fix #1803 | ||||
| * | | | replaced for in loops with normal enumerating loops to fix #1803 | Bernhard Posselt | 2013-02-20 | 2 | -5/+5 |
|/ / / | |||||
* | | | Merge pull request #1806 from eMerzh/ref_1799 | Bernhard Posselt | 2013-02-20 | 1 | -1/+5 |
|\ \ \ | | | | | | | | | Add message when trouble sending email ref #1799 | ||||
| * | | | Add message when trouble sending email ref #1799 | Brice Maron | 2013-02-20 | 1 | -1/+5 |
|/ / / | |||||
* | | | 5.0.0 beta 1v5.0.0beta1 | Frank Karlitschek | 2013-02-20 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #1738 from owncloud/fix_multiselect_in_settings | Frank Karlitschek | 2013-02-20 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | Extra position check for multiselect dropdown. Fix app/issues/575 | ||||
| * | | | Extra position check for multiselect dropdown. Fix app/issues/575 | Thomas Tanghus | 2013-02-16 | 1 | -2/+3 |
| | | | | |||||
* | | | | Merge pull request #1753 from owncloud/Extra_info | Frank Karlitschek | 2013-02-20 | 1 | -3/+4 |
|\ \ \ \ | | | | | | | | | | | Ability for the action handler to get more info on the current file | ||||
| * | | | | Add Ability to the app to detect more details on the file | VicDeo | 2013-02-18 | 1 | -3/+4 |
| | | | | | |||||
* | | | | | Merge pull request #1787 from maelzx/patch-1 | Frank Karlitschek | 2013-02-20 | 1 | -1/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | Update apps/files_versions/js/versions.js | ||||
| * | | | | | Update apps/files_versions/js/versions.js | maelzx | 2013-02-20 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix "All version..." button not clickable. Reason is Google Chrome blocking inline javascript execution. | ||||
* | | | | | | Merge pull request #1752 from schiesbn/versioning_use_new_filesystem_api | Björn Schießle | 2013-02-20 | 3 | -55/+35 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Versioning app use new filesystem api | ||||
| * | | | | | | fix getUidAndFilename() function | Björn Schießle | 2013-02-18 | 2 | -46/+23 |
| | | | | | | | |||||
| * | | | | | | make store function static | Björn Schießle | 2013-02-14 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | use new filesystem to mount users home | Björn Schießle | 2013-02-14 | 1 | -3/+13 |
| | | | | | | | |||||
| * | | | | | | don't use OC_FilesystemView() | Björn Schießle | 2013-02-10 | 1 | -16/+9 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1790 from owncloud/update_office_icons | Jan-Christoph Borchardt | 2013-02-20 | 5 | -0/+0 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Update office icons | ||||
| * | | | | | | Update office icons | Jörn Friedrich Dreyer | 2013-02-20 | 5 | -0/+0 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #1731 from owncloud/unknown-freespace | Frank Karlitschek | 2013-02-19 | 10 | -27/+28 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Give storage backends the option to define having no known free space | ||||
| * | | | | | | Keep user quota into account when the storage backend has unkown free space | Robin Appelman | 2013-02-17 | 1 | -6/+9 |
| | | | | | | | |||||
| * | | | | | | Give storage backends the option to define having no known free space | Robin Appelman | 2013-02-16 | 9 | -21/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | When this is the case only the configured max upload size is taking into account for uploading | ||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-20 | 28 | -110/+182 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1720 from owncloud/usermenu-css | Frank Karlitschek | 2013-02-19 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | fix erroneous CSS, remove obsolete selectors | ||||
| * | | | | | | | fix erroneous CSS, remove obsolete selectors | Jan-Christoph Borchardt | 2013-02-15 | 1 | -2/+2 |
| |/ / / / / / | |||||
| | | | | * | | change for loop to make it hopefully work with IE | Björn Schießle | 2013-02-20 | 1 | -1/+1 |
| | | | | | | | |||||
| | | | | * | | switch to json encoded file list | Björn Schießle | 2013-02-20 | 3 | -6/+8 |
| | | | | | | | |||||
| | | | | * | | use "|" as delimiter instead of ";", since "|" is not allowed in file/folder ↵ | Björn Schießle | 2013-02-20 | 3 | -8/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | names | ||||
| | | | | * | | add timestamp to function call; fix trash.js to handle multiple delete ↵ | Björn Schießle | 2013-02-19 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | operation at once | ||||
| | | | | * | | initialize $result | Björn Schießle | 2013-02-19 | 1 | -0/+1 |
| | | | | | | |