Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | 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 look... | Arthur Schiwon | 2014-03-20 | 1 | -4/+7 | |
| * | | | | | | | | | | | LDAP Wizard: when determining objectclasses, we realy do not need to look at ... | Arthur Schiwon | 2014-03-20 | 1 | -4/+19 | |
* | | | | | | | | | | | | Merge pull request #8122 from owncloud/issue/8048 | Joas Schilling | 2014-04-09 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Always define sendmail_is_available | Joas Schilling | 2014-04-09 | 1 | -3/+1 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | [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 | 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 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | 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 | 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 | 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 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | Added cURL dependency for Amazon S3, Dropbox and SWIFT | Philipp Kapfer | 2014-04-03 | 4 | -3/+42 | |
| * | | | | | | | | | | | | | Changed dependency check messages from warnings to notes | Philipp Kapfer | 2014-04-03 | 5 | -8/+41 | |
| * | | | | | | | | | | | | | Added cURL dependency check to Google Drive and WebDAV backend | Philipp Kapfer | 2014-04-03 | 4 | -4/+33 | |
| * | | | | | | | | | | | | | Modified app to dynamically register backends instead of hard-coding them | Philipp Kapfer | 2014-04-03 | 4 | -158/+129 | |
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | [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 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | using array_key_exists() instead of isset() - required because in case the va... | Thomas Müller | 2014-04-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | 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 in, e... | Andreas Fischer | 2014-04-07 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Merge pull request #8065 from owncloud/avatar-highdpi | Thomas Müller | 2014-04-07 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | use high resolution avatars on highdpi screens | Robin Appelman | 2014-04-04 | 1 | -3/+3 | |
* | | | | | | | | | | | | | | | Merge pull request #8091 from owncloud/jshint-globals-oc-t-n | Jörn Friedrich Dreyer | 2014-04-07 | 2 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | ignore underscore.js in scrutinizer.yml | Thomas Müller | 2014-04-07 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | Merge branch 'master' into jshint-globals-oc-t-n | Thomas Müller | 2014-04-07 | 9 | -69/+1424 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #8088 from owncloud/fix-personal.js | Thomas Müller | 2014-04-07 | 5 | -52/+1396 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | adding underscore.js | Thomas Müller | 2014-04-07 | 1 | -0/+1344 | |
| * | | | | | | | | | | | | | | | | reduce code duplication, fix parse error, prevent page reload on hitting ente... | Thomas Müller | 2014-04-07 | 4 | -52/+52 | |
* | | | | | | | | | | | | | | | | | Merge pull request #7599 from owncloud/public-pathinfo | icewind1991 | 2014-04-07 | 1 | -6/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Allow using pathinfo based public.php paths | Robin Appelman | 2014-03-06 | 1 | -6/+14 | |
* | | | | | | | | | | | | | | | | | | Merge pull request #8083 from owncloud/fix-link-to-sync | Thomas Müller | 2014-04-07 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Switch to HTTPS | Lukas Reschke | 2014-04-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Remove wrong whitespace from URL and use HTTPS | Lukas Reschke | 2014-04-06 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #8086 from owncloud/fix_copy_conflict_translations_in_js | Thomas Müller | 2014-04-07 | 2 | -10/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | translations for oc-dialogs reside in code | Jörn Friedrich Dreyer | 2014-04-07 | 1 | -10/+10 |