Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only commit in case a transaction is active | Thomas Müller | 2014-07-23 | 1 | -1/+3 |
* | Revert change | Sander | 2014-07-22 | 1 | -2/+2 |
* | Allow getAppFolder to get another apps path | Sander | 2014-07-22 | 1 | -3/+2 |
* | Merge pull request #9772 from owncloud/fix-chunked-upload-master-2 | Thomas Müller | 2014-07-22 | 1 | -0/+31 |
|\ | |||||
| * | adding special handling of checkPrecondition() for chunked upload | Thomas Müller | 2014-07-22 | 1 | -0/+31 |
* | | Merge pull request #9738 from owncloud/remove-uneeded-strip | Thomas Müller | 2014-07-22 | 1 | -22/+22 |
|\ \ | |/ |/| | |||||
| * | Remove uneeded `strip_tags` | Lukas Reschke | 2014-07-19 | 1 | -2/+2 |
| * | Extract Auth Header logic into new function handleAuthHeaders(). | Andreas Fischer | 2014-07-19 | 1 | -20/+22 |
| * | Deduplicate user/password extraction from alternative HTTP headers. | Andreas Fischer | 2014-07-19 | 1 | -16/+14 |
* | | Merge pull request #9757 from owncloud/issue/9756 | Joas Schilling | 2014-07-21 | 1 | -2/+3 |
|\ \ | |||||
| * | | Add language parameter to public API for getL10N() | Joas Schilling | 2014-07-21 | 1 | -2/+3 |
* | | | perm -> permissions | Thomas Müller | 2014-07-21 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #9406 from philfry/master | Vincent Petry | 2014-07-21 | 1 | -0/+1 |
|\ \ | |||||
| * | | silently discard the response body, needed for apache/mod_dav and maybe other... | Philippe Kueck | 2014-07-03 | 1 | -0/+1 |
* | | | Merge pull request #9741 from owncloud/fix-repair-innodb-9737-master | Morris Jobke | 2014-07-20 | 1 | -3/+5 |
|\ \ \ | |||||
| * | | | check if $tables is an array | Thomas Müller | 2014-07-19 | 1 | -3/+5 |
* | | | | Merge pull request #9672 from owncloud/mysql-affectedrows | Andreas Fischer | 2014-07-20 | 1 | -1/+9 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Document why we have to check with defined() first. | Andreas Fischer | 2014-07-16 | 1 | -0/+2 |
| * | | | Make MySQL return "number of found rows" instead of number of "affected rows". | Andreas Fischer | 2014-07-16 | 1 | -1/+7 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-19 | 3 | -2/+37 |
| |_|/ |/| | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-18 | 2 | -25/+115 |
* | | | update appstore api url | Frank Karlitschek | 2014-07-17 | 1 | -1/+1 |
* | | | Merge pull request #9682 from owncloud/mappedlocal-rename | Vincent Petry | 2014-07-17 | 1 | -2/+17 |
|\ \ \ | |||||
| * | | | Fix renaming files in the root folder of a MappedLocal storage | Robin Appelman | 2014-07-16 | 1 | -2/+17 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-17 | 3 | -13/+22 |
|/ / / | |||||
* | | | Merge pull request #9550 from kofemann/dcache-fixes-for-upstream | icewind1991 | 2014-07-16 | 2 | -4/+22 |
|\ \ \ | |||||
| * | | | files: storage: rename should check parent directories of old and new files | Tigran Mkrtchyan | 2014-07-10 | 2 | -4/+22 |
* | | | | Port of #9584 | Stephan Peijnik | 2014-07-16 | 1 | -1/+15 |
* | | | | Merge pull request #9640 from owncloud/fix_9627 | Björn Schießle | 2014-07-16 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | make sure that 'OC_Theme' exists before checking if the method exists | Bjoern Schiessle | 2014-07-15 | 1 | -1/+1 |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-16 | 1 | -0/+7 |
* | | | | | Merge pull request #9644 from owncloud/fix_user_api | Thomas Müller | 2014-07-15 | 2 | -3/+3 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | use UserSession service to resolve user id | Jörn Friedrich Dreyer | 2014-07-15 | 1 | -1/+1 |
| * | | | | use correct IUser in interface | Jörn Friedrich Dreyer | 2014-07-15 | 1 | -2/+2 |
* | | | | | Merge pull request #9540 from owncloud/use_fileinfo_in_search_results | blizzz | 2014-07-15 | 1 | -33/+22 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | mkae getRelativePath of file search results overwriteable in subclasses | Jörn Friedrich Dreyer | 2014-07-14 | 1 | -2/+1 |
| * | | | | return relative path | Jörn Friedrich Dreyer | 2014-07-14 | 1 | -27/+15 |
| * | | | | use fileinfo object in search results | Jörn Friedrich Dreyer | 2014-07-09 | 1 | -9/+11 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #8987 from owncloud/lastindexid-debug | Vincent Petry | 2014-07-15 | 2 | -2/+14 |
|\ \ \ \ | |||||
| * | | | | - Added test to trigger index id error | Vincent Petry | 2014-07-14 | 2 | -2/+14 |
* | | | | | Merge pull request #9561 from libasys/patch-3 | icewind1991 | 2014-07-15 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Update share.php | libasys | 2014-07-10 | 1 | -1/+1 |
| * | | | | | Update share.php | libasys | 2014-07-10 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #9621 from owncloud/fix_logger_implementation | Thomas Müller | 2014-07-15 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | fix logger implementation and test | Jörn Friedrich Dreyer | 2014-07-15 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-15 | 1 | -0/+1 |
* | | | | Merge pull request #9562 from owncloud/users-groupfilter | Thomas Müller | 2014-07-15 | 1 | -50/+36 |
|\ \ \ \ | |||||
| * | | | | fixing PHPDoc | Thomas Müller | 2014-07-14 | 1 | -16/+16 |
| * | | | | remove dead code | Arthur Schiwon | 2014-07-14 | 1 | -34/+20 |
* | | | | | Use the correct path when building the FileInfo for the search result | Robin Appelman | 2014-07-14 | 1 | -1/+2 |
|/ / / / |