Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-10 | 193 | -2422/+2616 |
| | |||||
* | Merge pull request #8129 from owncloud/core-svgsupport | Thomas Tanghus | 2014-04-09 | 2 | -6/+6 |
|\ | | | | | Moved SVGSupport call to use OC.Util.SVGSupport() | ||||
| * | Moved SVGSupport call to use OC.Util.SVGSupport() | Vincent Petry | 2014-04-09 | 2 | -6/+6 |
| | | |||||
* | | Merge pull request #8128 from owncloud/fix/undefined-index-storage | Joas Schilling | 2014-04-09 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix Undefined index: storage in share.php | ||||
| * | Fix Undefined index: storage in share.php | Joas Schilling | 2014-04-09 | 1 | -1/+1 |
|/ | | | | | | | There parameter was removed when the code was cleaned up: {"app":"PHP","message":"Undefined index: storage at E:\\ownCloud\\owncloud\\lib\\private\\share\\share.php#1160", "level":0,"time":"2014-04-09T12:56:23+00:00"} | ||||
* | Merge pull request #8049 from owncloud/filepickersvg | Morris Jobke | 2014-04-09 | 6 | -56/+120 |
|\ | | | | | Fix file picker SVG issues | ||||
| * | Fix SVG close button of file picker | Vincent Petry | 2014-04-04 | 1 | -0/+5 |
| | | |||||
| * | Fix file picker to correctly show SVG file icons | Vincent Petry | 2014-04-04 | 1 | -1/+6 |
| | | |||||
| * | Moved code to replace svg with png to OC.Util | Vincent Petry | 2014-04-04 | 5 | -55/+109 |
| | | | | | | | | | | | | | | | | | | - Moved code that replaces the "svg" extension for the given file to core as OC.Util.replaceSVGIcon. - Added unit test for OC.Util.replaceSVGIcon - Moved "replaceSVG" to OC.Util.replaceSVG and deprecated the global "replaceSVG" function. - Added alias for SVGSupport() as OC.Util.hasSVGSupport() (for now) | ||||
* | | Merge pull request #8126 from owncloud/remove_obsolete_code_in_sharing_js | Vincent Petry | 2014-04-09 | 1 | -5/+0 |
|\ \ | | | | | | | remove obsolete code | ||||
| * | | remove obsolete code | Jörn Friedrich Dreyer | 2014-04-09 | 1 | -5/+0 |
| | | | |||||
* | | | Merge pull request #7837 from owncloud/fix_7530 | blizzz | 2014-04-09 | 2 | -7/+237 |
|\ \ \ | |/ / |/| | | LDAP: fix determining objectclasses takes long | ||||
| * | | add comment to clearify when a skip in the foreach happens | Arthur Schiwon | 2014-04-09 | 1 | -0/+1 |
| | | | |||||
| * | | define var | Arthur Schiwon | 2014-03-21 | 1 | -0/+1 |
| | | | |||||
| * | | make tests work on systems without php5_ldap | Arthur Schiwon | 2014-03-21 | 1 | -0/+12 |
| | | | |||||
| * | | add tests for cumulativeSearchOnAttribute | Arthur Schiwon | 2014-03-21 | 1 | -0/+198 |
| | | | |||||
| * | | fix potential infinite loop when the DN of the first entry was already read. | Arthur Schiwon | 2014-03-20 | 1 | -1/+1 |
| | | | |||||
| * | | Use the LDAP wrapper for checking resources, needs for proper testing | Arthur Schiwon | 2014-03-20 | 1 | -1/+1 |
| | | | |||||
| * | | Fix wildcard handling and check even less DNs per filter, enough will be ↵ | Arthur Schiwon | 2014-03-20 | 1 | -4/+7 |
| | | | | | | | | | | | | looked at anyway | ||||
| * | | LDAP Wizard: when determining objectclasses, we realy do not need to look at ↵ | Arthur Schiwon | 2014-03-20 | 1 | -4/+19 |
| | | | | | | | | | | | | every entry. Fixes #7530 | ||||
* | | | Merge pull request #8122 from owncloud/issue/8048 | Joas Schilling | 2014-04-09 | 1 | -3/+1 |
|\ \ \ | | | | | | | | | Always define sendmail_is_available in settings/admin.php | ||||
| * | | | Always define sendmail_is_available | Joas Schilling | 2014-04-09 | 1 | -3/+1 |
|/ / / | | | | | | | | | | Fix #8048 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-09 | 365 | -3687/+6474 |
| | | | |||||
* | | | Merge pull request #8117 from owncloud/fix-hard-coded-uman-str | Thomas Müller | 2014-04-08 | 1 | -5/+6 |
|\ \ \ | | | | | | | | | Make hardcoded exception messages translatable | ||||
| * | | | Make hardcoded exception messages translatable | Volkan Gezer | 2014-04-08 | 1 | -5/+6 |
| | | | | |||||
* | | | | Merge pull request #7643 from owncloud/chainable_response | Thomas Müller | 2014-04-08 | 6 | -0/+62 |
|\ \ \ \ | | | | | | | | | | | Chainable Response in AppFramework | ||||
| * | | | | Add @return PHPDocs | Thomas Tanghus | 2014-03-10 | 3 | -0/+7 |
| | | | | | |||||
| * | | | | Chainable Response in AppFramework | Thomas Tanghus | 2014-03-09 | 6 | -0/+55 |
| | | | | | |||||
* | | | | | Merge pull request #8111 from owncloud/trash-disablesharing | Vincent Petry | 2014-04-08 | 1 | -0/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Disable sharing in trashbin app | ||||
| * | | | | Disable sharing in trashbin app | Vincent Petry | 2014-04-08 | 1 | -0/+1 |
|/ / / / | |||||
* | | | | Merge pull request #8110 from owncloud/fix-failing-config-unit-test | Thomas Müller | 2014-04-08 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | class Test_Config is already declared | ||||
| * | | | | class Test_Config is already declared | Thomas Müller | 2014-04-08 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #8032 from owncloud/fs-backend-registration | Thomas Müller | 2014-04-08 | 10 | -166/+462 |
|\ \ \ \ | | | | | | | | | | | Files External: allow dynamic backend registration | ||||
| * | | | | unit tests for dynamic backend registration | Thomas Müller | 2014-04-07 | 2 | -14/+141 |
| | | | | | |||||
| * | | | | remove duplicate method checkDependencies() | Thomas Müller | 2014-04-03 | 1 | -12/+0 |
| | | | | | |||||
| * | | | | use command -v to detect if smbclient exists | Thomas Müller | 2014-04-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'master' into fs-backend-registration | Thomas Müller | 2014-04-03 | 3 | -145/+172 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/templates/settings.php | ||||
| * | | | | | Update backends and their configurations | Thomas Müller | 2014-04-03 | 1 | -19/+72 |
| | | | | | | |||||
| * | | | | | Moved dependency checks to end of class files | Philipp Kapfer | 2014-04-03 | 9 | -248/+296 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dependency messages now appear below the configuration options instead of above Reworked dependency check method to support consolidated messages for multiple backends Conflicts: apps/files_external/lib/google.php apps/files_external/lib/swift.php apps/files_external/templates/settings.php | ||||
| * | | | | | Added cURL dependency for Amazon S3, Dropbox and SWIFT | Philipp Kapfer | 2014-04-03 | 4 | -3/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/lib/amazons3.php apps/files_external/lib/swift.php | ||||
| * | | | | | Changed dependency check messages from warnings to notes | Philipp Kapfer | 2014-04-03 | 5 | -8/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | Added check for duplicate dependency check messages to display only the first | ||||
| * | | | | | Added cURL dependency check to Google Drive and WebDAV backend | Philipp Kapfer | 2014-04-03 | 4 | -4/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added check for backend's checkDependencies method to OC_Mount_Config::getBackends() when backend is configured to have some instead of blindly calling it and crashing Conflicts: apps/files_external/lib/config.php apps/files_external/lib/google.php | ||||
| * | | | | | Modified app to dynamically register backends instead of hard-coding them | Philipp Kapfer | 2014-04-03 | 4 | -158/+129 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved dependency check to the individual backends instead of the config Conflicts: apps/files_external/appinfo/app.php apps/files_external/lib/config.php | ||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-08 | 248 | -4684/+13590 |
| | | | | | | |||||
* | | | | | | Merge pull request #8102 from owncloud/fix-appconfig-master | Thomas Müller | 2014-04-08 | 3 | -4/+41 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix appconfig master | ||||
| * | | | | | | using array_key_exists() instead of isset() - required because in case the ↵ | Thomas Müller | 2014-04-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | value is null isset is returning false | ||||
| * | | | | | | fixing undefined exception classes | Thomas Müller | 2014-04-07 | 1 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | unit test testSetAppValueIfSetToNull() added | Thomas Müller | 2014-04-07 | 1 | -0/+37 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #8089 from bantu/autotest-checkout-pathspec | Jörn Friedrich Dreyer | 2014-04-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Use git checkout on directory as some files may not be in git resulting ... | ||||
| * | | | | | | Use git checkout on directory as some files may not be in git resulting in, ↵ | Andreas Fischer | 2014-04-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e.g.: error: pathspec 'tests/data/lorem-copy.txt' did not match any file(s) known to git. error: pathspec 'tests/data/testimage-copy.png' did not match any file(s) known to git. |