summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update log message when error occurs during addGroupTom Needham2016-01-081-1/+1
|
* Fix provisioning API unit testRoeland Jago Douma2016-01-081-1/+1
|
* Remove unnecessary group name validationTom Needham2016-01-082-1/+22
|
* Merge pull request #21032 from owncloud/router-error-handlingThomas Müller2016-01-083-67/+58
|\ | | | | Router error handling + Base.php
| * Deprecate remaining function and entire classRoeland Jago Douma2016-01-071-0/+2
| |
| * Cleanup router codeLukas Reschke2016-01-072-66/+50
| | | | | | | | | | - Some functions are entirely broken - PHPDoc etc...
| * Check if app does existsLukas Reschke2016-01-071-1/+6
| |
* | Merge pull request #21527 from owncloud/remove_all_avatarsThomas Müller2016-01-082-13/+31
|\ \ | | | | | | Remove all cache avatars on avatar deletion
| * | Remove all cache avatars on avatar deletionRoeland Jago Douma2016-01-072-13/+31
| | | | | | | | | | | | | | | | | | | | | Fixes #21513 Since we cache the generated avatars. We should also delete the generated sizes when we remove the avatar.
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-0880-64/+58
| |/ |/|
* | Merge pull request #21498 from owncloud/cleanup-OC_DBThomas Müller2016-01-0727-119/+44
|\ \ | | | | | | Cleanup OC_DB methods
| * | Remove OC_DB::getConnectionMorris Jobke2016-01-0720-34/+28
| | |
| * | Remove OC_DB::insertidMorris Jobke2016-01-075-20/+5
| | |
| * | Remove beginTransaction, commit, rollback from OC_DBMorris Jobke2016-01-072-24/+3
| | |
| * | Remove OC_DB::isErrorMorris Jobke2016-01-073-20/+7
| | |
| * | Remove OC_DB::dropTableMorris Jobke2016-01-075-22/+2
| | |
* | | Merge pull request #20966 from knox/masterThomas Müller2016-01-071-0/+2
|\ \ \ | | | | | | | | Do not rewrite letsencrypt .well-known URI
| * \ \ Merge branch 'master' into mastermbi2015-12-30651-2700/+10956
| |\ \ \
| * | | | Do not rewrite letsencrypt .well-known URImbi2015-12-081-0/+1
| | | | |
| * | | | Merge branch 'master' into mastermbi2015-12-08192-459/+3400
| |\ \ \ \
| * | | | | Allow .well-known URI for letsencryptmbi2015-12-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | See https://letsencrypt.readthedocs.org/en/latest/using.html#webroot
* | | | | | Merge pull request #21066 from ↵Thomas Müller2016-01-076-38/+434
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/behat_capabilities_changing_server_configuration Added new capabilities test with changes in server configuration
| * | | | | | Deduplicate the arrayJoas Schilling2015-12-111-20/+15
| | | | | | |
| * | | | | | Speed up the tests by reseting the configs and app only when neededJoas Schilling2015-12-112-27/+47
| | | | | | |
| * | | | | | Prepare logic to handle nested elements and add pending test casesSergio Bertolin2015-12-112-99/+183
| | | | | | |
| * | | | | | Added tests disabling options using testing appSergio Bertolin2015-12-112-5/+108
| | | | | | |
| * | | | | | Add an OCS app for testing instead of using sudo and execJoas Schilling2015-12-115-41/+172
| | | | | | |
| * | | | | | Added functionality to change server configurationSergio Bertolin2015-12-112-17/+42
| | | | | | |
| * | | | | | Added functionality for changing server configurationSergio Bertolin2015-12-112-0/+38
| | | | | | |
* | | | | | | Merge pull request #21506 from ↵Thomas Müller2016-01-0714-21/+38
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue-20218-min-max-owncloud-version-warning Issue 20218 min max owncloud version warning
| * | | | | | | Remove deprecated shipped flag from info.xml which has no use anymoreJoas Schilling2016-01-079-9/+0
| | | | | | | |
| * | | | | | | Add ownCloud min and max version for shipped appsJoas Schilling2016-01-0710-12/+14
| | | | | | | |
| * | | | | | | Add a warning to the app:check-code if the version is missingJoas Schilling2016-01-072-0/+9
| | | | | | | |
| * | | | | | | Add a warning on the apps list when the version is missingJoas Schilling2016-01-072-0/+15
| | | | | | | |
* | | | | | | | Merge pull request #21512 from owncloud/allow-searching-by-app-idThomas Müller2016-01-071-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Allow searching apps by ID
| * | | | | | | | Allow searching apps by IDJoas Schilling2016-01-071-0/+5
|/ / / / / / / /
* | | | | | | | Merge pull request #21481 from owncloud/ext-smb-dependenciesThomas Müller2016-01-071-2/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Check libsmbclient-php as well as smbclient binary
| * | | | | | | | Check libsmbclient-php as well as smbclient binaryRobin McCorkell2016-01-071-2/+4
| | | | | | | | |
* | | | | | | | | Merge pull request #21502 from owncloud/di_mimetypedetectorThomas Müller2016-01-072-0/+6
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add 'OCP\Files\IMimeTypeDetector' to DI container
| * | | | | | | | | Add 'OCP\Files\IMimeTypeDetector' to DI containerRoeland Jago Douma2016-01-072-0/+6
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | * Added test to server container as well
* | | | | | | | | Merge pull request #21507 from owncloud/users-dropdownscrollThomas Müller2016-01-071-0/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix users list dropdown position after scroll
| * | | | | | | | | Fix users list dropdown position after scrollVincent Petry2016-01-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When scrolling, the position calculation of the multiselect dropdown was wrong. Adding "position: relative" to the list container makes the button calculation relative to it instead of the whole page. In this case the dropdown is properly aligned with the field regardless of scrolling.
* | | | | | | | | | Merge pull request #21455 from owncloud/fix-method-signatureThomas Müller2016-01-071-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | Fix method call + undefined variable
| * | | | | | | | | Fix method call + undefined variableLukas Reschke2016-01-071-1/+1
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Variable is not defined 2. Method does not expect any parameters ``` Undefined variable: user at /Users/lukasreschke/Documents/Programming/master/apps/encryption/settings/settings-admin.php#45 ```
* | | | | | | | | Merge pull request #21505 from owncloud/allow-downgrades-for-brave-developersThomas Müller2016-01-073-14/+40
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Allow downgrades for our brave developers, that switch between branches
| * | | | | | | | Allow downgrades for our brave developers, that switch between branchesJoas Schilling2016-01-073-14/+40
| |/ / / / / / /
* | | | | | | | Merge pull request #20773 from owncloud/share2.0_createThomas Müller2016-01-0714-74/+2542
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | [Sharing 2.0] create share
| * | | | | | | [Sharing 2.0] Some error cases report 404 instead of 403Roeland Jago Douma2016-01-062-8/+16
| | | | | | | |
| * | | | | | | [Sharing 2.0] Add L10N instance to manager for translated errorsRoeland Jago Douma2016-01-064-28/+65
| | | | | | | |
| * | | | | | | [Sharing 2.0] Do not use static function to get numeric storage idRoeland Jago Douma2016-01-062-5/+15
| | | | | | | |