Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Add test for special character during move | Robin Appelman | 2015-11-05 | 1 | -0/+48 | |
| * | | | | | | | define escape character for like statements on oracle | Robin Appelman | 2015-11-05 | 1 | -0/+1 | |
| * | | | | | | | define escape character for like statements on sqlite | Robin Appelman | 2015-11-05 | 1 | -0/+1 | |
| * | | | | | | | move from OC_DB to IDBConnection | Robin Appelman | 2015-11-05 | 1 | -62/+71 | |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-10 | 2 | -0/+2 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #20333 from owncloud/fix-18956 | Thomas Müller | 2015-11-10 | 7 | -12/+26 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | make all the buttons beautiful | Arthur Schiwon | 2015-11-05 | 7 | -12/+26 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #20390 from owncloud/appcheckcode-no-duplicate-requirement | Thomas Müller | 2015-11-10 | 2 | -0/+19 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Do not allow two different version requirements | Joas Schilling | 2015-11-09 | 2 | -0/+19 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #20403 from owncloud/fix_19788 | Thomas Müller | 2015-11-10 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix Error message when sharing outside of group | Roeland Jago Douma | 2015-11-09 | 1 | -2/+2 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #20404 from owncloud/fix_autoloader_tests | Thomas Müller | 2015-11-10 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix autoloader unit test output | Roeland Jago Douma | 2015-11-09 | 1 | -1/+0 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #20397 from owncloud/fix-carddav-lookup | Thomas Müller | 2015-11-09 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Register DAVACL plugin to provide current-user-principal | Thomas Müller | 2015-11-09 | 1 | -0/+2 | |
* | | | | | | | Merge pull request #20351 from owncloud/sharing-api-integration-tests-getting... | Thomas Müller | 2015-11-09 | 3 | -3/+58 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Added tests about getting shares of a file and a test for deleting a user fro... | Sergio Bertolin | 2015-11-06 | 3 | -3/+58 | |
* | | | | | | | Merge pull request #20236 from maprambo/safari-pinned-tab-icon | Thomas Müller | 2015-11-09 | 4 | -0/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Added Safari tabbed pin icon | maprambo | 2015-11-04 | 4 | -0/+5 | |
* | | | | | | | | Merge pull request #20360 from owncloud/extstorage-gdrive-forceapproval | Thomas Müller | 2015-11-09 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Force approval in GDrive oauth to get refresh_token | Vincent Petry | 2015-11-06 | 1 | -0/+1 | |
* | | | | | | | | | Merge pull request #20383 from owncloud/fix-setupchecks-messages | Thomas Müller | 2015-11-09 | 1 | -28/+36 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Properly detect setup check messages set in the HTML template | Robin McCorkell | 2015-11-08 | 1 | -28/+36 | |
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-09 | 4 | -2/+4 | |
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-08 | 20 | -70/+102 | |
|/ / / / / / / / | ||||||
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-07 | 4 | -2/+4 | |
* | | | | | | | | Merge pull request #20184 from owncloud/add-carddav | Thomas Müller | 2015-11-06 | 26 | -23/+1056 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | adding individual phpunit.xml and bootstrap.php | Thomas Müller | 2015-11-06 | 2 | -0/+38 | |
| * | | | | | | | Adding occ command to create an addressbook | Thomas Müller | 2015-11-06 | 2 | -0/+60 | |
| * | | | | | | | Introducing CardDAV into core | Thomas Müller | 2015-11-06 | 22 | -23/+958 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #20365 from owncloud/autoloader-fix | Thomas Müller | 2015-11-06 | 3 | -22/+69 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [autoloader] Make sure to load construct full paths | Roeland Jago Douma | 2015-11-06 | 3 | -22/+69 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #18039 from owncloud/favicon-up-to-ie10 | Thomas Müller | 2015-11-06 | 5 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | update example theme favicon | Morris Jobke | 2015-11-03 | 1 | -0/+0 | |
| * | | | | | | | Add favicon for IE 8+ | Morris Jobke | 2015-11-03 | 4 | -3/+3 | |
* | | | | | | | | Merge pull request #20350 from owncloud/add-log-statement-for-cron | Thomas Müller | 2015-11-06 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Add debug log statement for IJobList steps in cron.php | Morris Jobke | 2015-11-06 | 1 | -0/+2 | |
* | | | | | | | | Merge pull request #20346 from owncloud/show-language-code-for-unknown-languages | Thomas Müller | 2015-11-06 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Show the language code in personal settings for unknown languages | Morris Jobke | 2015-11-06 | 1 | -0/+8 | |
* | | | | | | | | | Merge pull request #20358 from owncloud/extstorage-properlythrowexception | Thomas Müller | 2015-11-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Properly throw exception in OC_Mount_Config::getBackendStatus | Vincent Petry | 2015-11-06 | 1 | -1/+1 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #20359 from owncloud/mark-files-drop-as-shipped | Thomas Müller | 2015-11-06 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Mark files_drop as shipped | Lukas Reschke | 2015-11-06 | 1 | -0/+1 | |
* | | | | | | | | | Merge pull request #20340 from owncloud/fix-ocs-error-code | Thomas Müller | 2015-11-06 | 2 | -2/+17 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Revert OCS error code change from #20135 | Joas Schilling | 2015-11-05 | 2 | -2/+17 | |
* | | | | | | | | | Merge pull request #20348 from owncloud/issue-20303-integer-group-names | Thomas Müller | 2015-11-06 | 2 | -1/+29 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Make sure that group names are strings not integers | Joas Schilling | 2015-11-06 | 2 | -1/+29 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #20288 from owncloud/fix_20234 | Thomas Müller | 2015-11-06 | 2 | -1/+109 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | make sure that we update the unencrypted size for the versions | Björn Schießle | 2015-11-04 | 2 | -1/+109 | |
* | | | | | | | | | Merge pull request #20271 from owncloud/fix-18701 | Thomas Müller | 2015-11-06 | 2 | -20/+149 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | |