summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20333 from owncloud/fix-18956Thomas Müller2015-11-107-12/+26
|\ | | | | [LDAP Wizard] make all the buttons beautiful
| * make all the buttons beautifulArthur Schiwon2015-11-057-12/+26
| |
* | Merge pull request #20390 from owncloud/appcheckcode-no-duplicate-requirementThomas Müller2015-11-102-0/+19
|\ \ | | | | | | Do not allow two different version requirements
| * | Do not allow two different version requirementsJoas Schilling2015-11-092-0/+19
| | |
* | | Merge pull request #20403 from owncloud/fix_19788Thomas Müller2015-11-101-2/+2
|\ \ \ | | | | | | | | Fix Error message when sharing outside of group
| * | | Fix Error message when sharing outside of groupRoeland Jago Douma2015-11-091-2/+2
| | | | | | | | | | | | | | | | For #19788
* | | | Merge pull request #20404 from owncloud/fix_autoloader_testsThomas Müller2015-11-101-1/+0
|\ \ \ \ | | | | | | | | | | Fix autoloader unit test output
| * | | | Fix autoloader unit test outputRoeland Jago Douma2015-11-091-1/+0
| |/ / / | | | | | | | | | | | | Removed leftover print statement
* | | | Merge pull request #20397 from owncloud/fix-carddav-lookupThomas Müller2015-11-091-0/+2
|\ \ \ \ | |/ / / |/| | | Register DAVACL plugin to provide current-user-principal
| * | | Register DAVACL plugin to provide current-user-principalThomas Müller2015-11-091-0/+2
| | | |
* | | | Merge pull request #20351 from ↵Thomas Müller2015-11-093-3/+58
|\ \ \ \ | |/ / / |/| | | | | | | | | | | owncloud/sharing-api-integration-tests-getting-shares Added tests about getting shares of a file and a test for deleting a …
| * | | Added tests about getting shares of a file and a test for deleting a user ↵Sergio Bertolin2015-11-063-3/+58
| | | | | | | | | | | | | | | | from a group which doesn't exist
* | | | Merge pull request #20236 from maprambo/safari-pinned-tab-iconThomas Müller2015-11-094-0/+5
|\ \ \ \ | | | | | | | | | | added Safari tabbed pin icon
| * | | | Added Safari tabbed pin iconmaprambo2015-11-044-0/+5
| | | | | | | | | | | | | | | | | | | | Added the necessary code and a black and inverted version of the favicon/ touch icon in svg format
* | | | | Merge pull request #20360 from owncloud/extstorage-gdrive-forceapprovalThomas Müller2015-11-091-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Force approval in GDrive oauth to get refresh_token
| * | | | | Force approval in GDrive oauth to get refresh_tokenVincent Petry2015-11-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forcing the approval of app permissions makes sure that the GDrive API will always return a refresh_token. In the case of apps that were already authorized for the current user/domain, the API doesn't return the refresh_token which causes expiration issues.
* | | | | | Merge pull request #20383 from owncloud/fix-setupchecks-messagesThomas Müller2015-11-091-28/+36
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Properly detect setup check messages set in the HTML template
| * | | | | Properly detect setup check messages set in the HTML templateRobin McCorkell2015-11-081-28/+36
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-094-2/+4
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-0820-70/+102
|/ / / / /
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-074-2/+4
| | | | |
* | | | | Merge pull request #20184 from owncloud/add-carddavThomas Müller2015-11-0626-23/+1056
|\ \ \ \ \ | | | | | | | | | | | | Introducing CardDAV into core
| * | | | | adding individual phpunit.xml and bootstrap.phpThomas Müller2015-11-062-0/+38
| | | | | |
| * | | | | Adding occ command to create an addressbookThomas Müller2015-11-062-0/+60
| | | | | |
| * | | | | Introducing CardDAV into coreThomas Müller2015-11-0622-23/+958
|/ / / / /
* | | | | Merge pull request #20365 from owncloud/autoloader-fixThomas Müller2015-11-063-22/+69
|\ \ \ \ \ | | | | | | | | | | | | [autoloader] Make sure to load full paths
| * | | | | [autoloader] Make sure to load construct full pathsRoeland Jago Douma2015-11-063-22/+69
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | This reduces a lot of the autoloader magic and makes sure that we generate full paths in the autoloader.
* | | | | Merge pull request #18039 from owncloud/favicon-up-to-ie10Thomas Müller2015-11-065-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Add favicon for IE8-10
| * | | | | update example theme faviconMorris Jobke2015-11-031-0/+0
| | | | | |
| * | | | | Add favicon for IE 8+Morris Jobke2015-11-034-3/+3
| | | | | |
* | | | | | Merge pull request #20350 from owncloud/add-log-statement-for-cronThomas Müller2015-11-061-0/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Add debug log statement for IJobList steps in cron.php
| * | | | | Add debug log statement for IJobList steps in cron.phpMorris Jobke2015-11-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | * makes debugging easier
* | | | | | Merge pull request #20346 from owncloud/show-language-code-for-unknown-languagesThomas Müller2015-11-061-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Show the language code in personal settings for unknown languages
| * | | | | | Show the language code in personal settings for unknown languagesMorris Jobke2015-11-061-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Steps to reproduce: * having an unknown language set in oc_preferences * browse the personal settings * only get listed the first letter of this language in the language chooser
* | | | | | | Merge pull request #20358 from owncloud/extstorage-properlythrowexceptionThomas Müller2015-11-061-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Properly throw exception in OC_Mount_Config::getBackendStatus
| * | | | | | | Properly throw exception in OC_Mount_Config::getBackendStatusVincent Petry2015-11-061-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #20359 from owncloud/mark-files-drop-as-shippedThomas Müller2015-11-061-0/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Mark files_drop as shipped
| * | | | | | Mark files_drop as shippedLukas Reschke2015-11-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/enterprise/issues/895
* | | | | | | Merge pull request #20340 from owncloud/fix-ocs-error-codeThomas Müller2015-11-062-2/+17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Revert OCS error code change from #20135
| * | | | | | Revert OCS error code change from #20135Joas Schilling2015-11-052-2/+17
| | | | | | |
* | | | | | | Merge pull request #20348 from owncloud/issue-20303-integer-group-namesThomas Müller2015-11-062-1/+29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make sure that group names are strings not integers
| * | | | | | | Make sure that group names are strings not integersJoas Schilling2015-11-062-1/+29
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #20288 from owncloud/fix_20234Thomas Müller2015-11-062-1/+109
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | make sure that we update the unencrypted size for the versions
| * | | | | | make sure that we update the unencrypted size for the versionsBjörn Schießle2015-11-042-1/+109
| | | | | | |
* | | | | | | Merge pull request #20271 from owncloud/fix-18701Thomas Müller2015-11-062-20/+149
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | LDAP: attempt to connect to backup server again, if main server is no…
| * | | | | | integration testsArthur Schiwon2015-11-041-0/+118
| | | | | | |
| * | | | | | LDAP: attempt to connect to backup server again, if main server is not ↵Arthur Schiwon2015-11-031-20/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | available. Fixes #18701
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-068-0/+56
| | | | | | |
* | | | | | | Merge pull request #19872 from owncloud/share2.0_sharemanagerThomas Müller2015-11-0513-5/+2232
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Share2.0 sharemanager
| * | | | | | | Fix oracleRoeland Jago Douma2015-11-051-35/+119
| | | | | | | |