Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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' | ||||
* | [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 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-03-20 | 22 | -108/+139 |
| | | | |||||
* | | | Merge pull request #2457 from KnownSubset/master | Frank Karlitschek | 2013-03-19 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Extend .gitignore for better compatability with phpStorm/IntelliJ | ||||
| * | | | Update the ignores to include project structure file *.iml | Nathan Dauber | 2013-03-19 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #2244 from owncloud/fixing-windows-datadir-master | Bernhard Posselt | 2013-03-19 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | remove trailing slash from data dir on windows | ||||
| * \ \ | Merge branch 'master' into fixing-windows-datadir-master | Thomas Mueller | 2013-03-19 | 227 | -2986/+6147 |
| |\ \ \ | |||||
| * | | | | using rtrim | Thomas Mueller | 2013-03-19 | 1 | -4/+1 |
| | | | | | |||||
| * | | | | fixes #2081 | Thomas Mueller | 2013-03-12 | 1 | -0/+7 |
| | | | | | |||||
* | | | | | Merge pull request #2451 from owncloud/fix_npe_master | Bernhard Posselt | 2013-03-19 | 1 | -1/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | fix npe when createStorage() returns null | ||||
| * | | | | | fix npe when createStorage() returns null | Jörn Friedrich Dreyer | 2013-03-19 | 1 | -1/+5 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #2445 from owncloud/extend_public_api | Thomas Müller | 2013-03-19 | 1 | -0/+10 |
|\ \ \ \ \ | |/ / / / |/| | | | | add a searchbymime to the public api. Please all remember that access to... | ||||
| * | | | | add a searchbymime to the public api. Please all remember that access to ↵ | Frank Karlitschek | 2013-03-19 | 1 | -0/+10 |
| | |_|/ | |/| | | | | | | | | | | internal oc classes will be disabled for all app for ownCloud 6. So please port yur stuff to the public api :-) | ||||
* | | | | LDAP: user exists check on getHome, otherwise check will be performed with ↵ | Arthur Schiwon | 2013-03-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | wrong configs on a multi LDAP server setup. | ||||
* | | | | LDAP: avoid irritating log output | Arthur Schiwon | 2013-03-19 | 1 | -1/+4 |
| | | | | |||||
* | | | | LDAP: check whether user exists for before trying to determine displayname | Arthur Schiwon | 2013-03-19 | 1 | -0/+4 |
| | | | | |||||
* | | | | LDAP: check first whether group exists in this backend before doing other ↵ | Arthur Schiwon | 2013-03-19 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | operations | ||||
* | | | | LDAP: remove unnecessary func call, was a leftover from earlier refactor | Arthur Schiwon | 2013-03-19 | 1 | -1/+0 |
| | | | | |||||
* | | | | LDAP: specify appid when selecting from appconfig | Arthur Schiwon | 2013-03-19 | 1 | -1/+2 |
|/ / / | |||||
* | | | Merge pull request #2440 from owncloud/js_version_parameter | Bernhard Posselt | 2013-03-19 | 1 | -4/+5 |
|\ \ \ | | | | | | | | | Add hashed version parameter to js and css. Ref #1520 and many more ;) | ||||
| * | | | Add hashed version parameter to js and css. Ref #1520 and many more ;) | Thomas Tanghus | 2013-03-19 | 1 | -4/+5 |
|/ / / | |||||
* | | | Merge pull request #2433 from owncloud/db_primary_keys | Bernhard Posselt | 2013-03-19 | 2 | -1/+55 |
|\ \ \ | | | | | | | | | Additional indexes and missing primary keys | ||||
| * | | | Add indexes and primary keys. | Thomas Tanghus | 2013-03-19 | 2 | -1/+55 |
| | | | | |||||
| * | | | Revert "Add indexes and primary keys." | Thomas Tanghus | 2013-03-19 | 2 | -55/+1 |
| | | | | | | | | | | | | | | | | This reverts commit 3b33712dc9f4a3debfb98bc892034d7e41804a17. | ||||
| * | | | Add indexes and primary keys. | Thomas Tanghus | 2013-03-19 | 2 | -1/+55 |
| | | | | |||||
* | | | | Merge pull request #2434 from owncloud/userlist_no_dupes | Bernhard Posselt | 2013-03-19 | 1 | -15/+65 |
|\ \ \ \ | |/ / / |/| | | | User list: Avoid dupes and better sorting. Fix #2420 | ||||
| * | | | User list: Avoid dupes and better sorting. Fix #2420 | Thomas Tanghus | 2013-03-19 | 1 | -15/+65 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-03-19 | 27 | -311/+458 |
| | | | |||||
* | | | Merge pull request #2363 from owncloud/uploadsize | Bernhard Posselt | 2013-03-18 | 4 | -5/+22 |
|\ \ \ | | | | | | | | | Improve behaviour when max upload size is unknown | ||||
| * | | | Don't show storage space warning when the free space can't be determined | Robin Appelman | 2013-03-15 | 1 | -2/+10 |
| | | | | |||||
| * | | | Don't block uploads if the max upload size is unknown | Robin Appelman | 2013-03-15 | 2 | -2/+4 |
| | | | | |||||
| * | | | Improve handeling of unlimited max upload size | Robin Appelman | 2013-03-15 | 3 | -2/+9 |
| | | | |