Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it possible to show less log entries again - fix owncloud/core#1593 | Morris Jobke | 2013-03-27 | 2 | -3/+20 |
| | | | | | * show "less" button only if there are more than 3 entries * only "remove" logs till last 3 entries | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-03-27 | 363 | -5581/+8771 |
| | |||||
* | Merge pull request #2578 from owncloud/fixing-2577-master | Thomas Müller | 2013-03-26 | 2 | -3/+3 |
|\ | | | | | prevent to fire delete ajax a second time. | ||||
| * | prevent to fire delete ajax a second time. | Thomas Mueller | 2013-03-26 | 2 | -3/+3 |
| | | | | | | | | Before the click on a single file delete icon fired two different handlers - one of them is for multiple deletion only | ||||
* | | Merge pull request #2567 from owncloud/fix_insertIfNotExist | Thomas Tanghus | 2013-03-26 | 1 | -15/+16 |
|\ \ | |/ |/| | Properly prepare insertIfNotExist queries. | ||||
| * | And removing an irrelevant comment ;) | Thomas Tanghus | 2013-03-26 | 1 | -2/+0 |
| | | |||||
| * | Double quotes to backticks | Thomas Tanghus | 2013-03-26 | 1 | -4/+4 |
| | | |||||
| * | Missing backticks. Thx @Raydiation :) | Thomas Tanghus | 2013-03-26 | 1 | -1/+1 |
| | | |||||
| * | D'oh, why concatenate static strings. | Thomas Tanghus | 2013-03-26 | 1 | -1/+1 |
| | | |||||
| * | Quote key for SQLite. | Thomas Tanghus | 2013-03-26 | 1 | -1/+1 |
| | | |||||
| * | Properly prepare insertIfNotExist queries. | Thomas Tanghus | 2013-03-25 | 1 | -12/+15 |
| | | |||||
* | | Merge pull request #2568 from itheiss/master | Bernhard Posselt | 2013-03-26 | 3 | -1/+12 |
|\ \ | | | | | | | Implement setting custom domainname for getDefaultEmailAddress | ||||
| * | | fix missing ',' after "mail_domain" parameter | itheiss | 2013-03-26 | 1 | -1/+1 |
| | | | |||||
| * | | Update to reflect new parameter mail_domain | itheiss | 2013-03-26 | 1 | -0/+3 |
| | | | | | | | | | see #2568 | ||||
| * | | Move testcase to own test function | itheiss | 2013-03-26 | 1 | -1/+3 |
| | | | | | | | | | Move testcase for getDefaultEmailAddress with mail_domain set in config.php to own test function. | ||||
| * | | Extend test case for getDefaultEmailAddress() | itheiss | 2013-03-22 | 1 | -1/+6 |
| | | | | | | | | | see #2499 | ||||
| * | | Fix #2499 | itheiss | 2013-03-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | The mail domain can now be configured in config.php and get´s used in function getDefaultEmailAddress. e.g. 'mail_domain' => 'example.com' | ||||
* | | | Merge pull request #2270 from owncloud/fix_json_encoded_pubic_download | Björn Schießle | 2013-03-26 | 2 | -2/+8 |
|\ \ \ | | | | | | | | | let public link download handle json encoded file lists [master] | ||||
| * | | | let public link download handle json encoded file lists | Björn Schießle | 2013-03-13 | 2 | -2/+8 |
| | | | | |||||
* | | | | listen to touch hook to update the mtime after sync | Björn Schießle | 2013-03-26 | 2 | -0/+8 |
| |_|/ |/| | | |||||
* | | | the old path no longer exists after rename, update the parent folder instead | Björn Schießle | 2013-03-25 | 1 | -1/+1 |
| | | | |||||
* | | | LDAP: fix wrong return value | Arthur Schiwon | 2013-03-25 | 1 | -2/+2 |
| | | | |||||
* | | | fix indention | Björn Schießle | 2013-03-25 | 1 | -12/+12 |
| | | | |||||
* | | | skip update if the recipient is the same user as the owner, otherwise we run ↵ | Björn Schießle | 2013-03-25 | 1 | -5/+9 |
| | | | | | | | | | | | | in a infinite loop for group shares | ||||
* | | | add backticks around table names | Björn Schießle | 2013-03-25 | 2 | -12/+12 |
| | | | |||||
* | | | Improve phpdoc for the filecache | Robin Appelman | 2013-03-24 | 4 | -4/+38 |
| | | | |||||
* | | | Improve detection of installations errors | Brice Maron | 2013-03-23 | 1 | -1/+7 |
| | | | |||||
* | | | Merge pull request #2454 from owncloud/fixing-file-mapper-ext-master | Bernhard Posselt | 2013-03-23 | 2 | -7/+68 |
|\ \ \ | | | | | | | | | Fixing file mapper ext master | ||||
| * | | | Fixing author and copyright | Thomas Müller | 2013-03-20 | 1 | -2/+2 |
| | | | | |||||
| * | | | some more test cases & fix on file name generation with index | Thomas Mueller | 2013-03-19 | 2 | -2/+13 |
| | | | | |||||
| * | | | adding extension to slugified physical path | Thomas Mueller | 2013-03-19 | 2 | -7/+57 |
| | | | | |||||
* | | | | Merge pull request #2446 from owncloud/fixing-safe-mode-check-master | Bernhard Posselt | 2013-03-23 | 1 | -1/+4 |
|\ \ \ \ | | | | | | | | | | | more accurate safe_mode check - refs #2258 | ||||
| * | | | | more accurate safe_mode check - refs #2258 | Thomas Mueller | 2013-03-19 | 1 | -1/+4 |
| | | | | | |||||
* | | | | | Some improvements for the Storage phpdoc | Robin Appelman | 2013-03-23 | 1 | -0/+9 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-03-23 | 52 | -279/+315 |
| |_|_|/ |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-03-22 | 83 | -5487/+6167 |
| | | | | |||||
* | | | | Merge pull request #2515 from yannickoo/master | Jan-Christoph Borchardt | 2013-03-21 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | No Scrolling for more than approximately 10 Applications | ||||
| * | | | | Fixed typo | yannickoo | 2013-03-21 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | No Scrolling for more than approximately 10 Applications | yannickoo | 2013-03-21 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Add phpdoc documentation to the Storage interface | Robin Appelman | 2013-03-21 | 1 | -14/+255 |
| | | | | |||||
* | | | | Merge pull request #2447 from owncloud/fix_namespace_in_autoloader | Lukas Reschke | 2013-03-21 | 4 | -0/+33 |
|\ \ \ \ | | | | | | | | | | | Remove leading and trailing backslashes in classname. Ref #2310 | ||||
| * | | | | Remove space before parethesis | VicDeo | 2013-03-20 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Show a warning in the installer if the used PHP version is vulnerable to the ↵ | Lukas Reschke | 2013-03-20 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | NULL Byte attack | ||||
| * | | | | Check if the installed PHP version has a fix for the nullbyte vulnerability | Lukas Reschke | 2013-03-20 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | some basic unit test for loading classes | Thomas Mueller | 2013-03-19 | 1 | -0/+19 |
| | | | | | |||||
| * | | | | Remove leading and trailing backslashes in classname. Ref #2310 | VicDeo | 2013-03-19 | 1 | -0/+2 |
| |/ / / | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-03-21 | 20 | -214/+219 |
| | | | | |||||
* | | | | Add link to issue creation | Lukas Reschke | 2013-03-20 | 1 | -1/+1 |
| | | | | | | | | | | | | We're directly linking users to this in ownCloud when they click "report a bug" - this often confused people because they don't know where to report the issue exactly. | ||||
* | | | | Merge pull request #2324 from owncloud/html_video_tag | Björn Schießle | 2013-03-20 | 1 | -1/+8 |
|\ \ \ \ | | | | | | | | | | | use html video tag to preview videos for public shares | ||||
| * | | | | use html video tag to preview videos for public shares | Björn Schießle | 2013-03-14 | 1 | -1/+8 |
| | | | | |