| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | coding style | Arthur Schiwon | 2013-12-13 | 1 | -0/+1 |
* | | | | | | coding style | Arthur Schiwon | 2013-12-13 | 1 | -1/+1 |
* | | | | | | On webdav sesssions, loginname was compared to username which does not need t... | Arthur Schiwon | 2013-12-13 | 2 | -4/+37 |
* | | | | | | rely only on php DateTime to parse the db datetime string | Jörn Friedrich Dreyer | 2013-12-13 | 1 | -3/+2 |
* | | | | | | Merge pull request #6390 from owncloud/migration-fixwebroot | Vincent Petry | 2013-12-13 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix webroot for update page | Vincent Petry | 2013-12-13 | 1 | -0/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #6318 from owncloud/gethome-cache | Thomas Müller | 2013-12-13 | 2 | -67/+74 |
|\ \ \ \ \ \ |
|
| * | | | | | | fix fallback overwriting result of getHome | Robin Appelman | 2013-12-12 | 1 | -1/+2 |
| * | | | | | | cache the home folder of a User | Robin Appelman | 2013-12-11 | 2 | -67/+73 |
| |/ / / / / |
|
* / / / / / | Send "SET NAMES utf8" to MySQL for PHP below 5.3.6 | Andreas Fischer | 2013-12-11 | 1 | -0/+3 |
|/ / / / / |
|
* / / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-09 | 1 | -0/+8 |
|/ / / / |
|
* | | | | Merge pull request #6231 from owncloud/fix-plural-l10n | blizzz | 2013-12-09 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | fix plural translation - fixes #6226 | Morris Jobke | 2013-12-07 | 1 | -1/+1 |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-07 | 2 | -4/+21 |
|/ / / / |
|
* | | | | Merge pull request #6150 from owncloud/backgroundjob-log-exception | blizzz | 2013-12-06 | 3 | -7/+27 |
|\ \ \ \ |
|
| * | | | | remove background jobs if they are failing | Robin Appelman | 2013-12-02 | 1 | -0/+1 |
| * | | | | Catch exceptions from background jobs and log them | Robin Appelman | 2013-12-02 | 3 | -7/+26 |
* | | | | | Merge pull request #6201 from owncloud/backgroundscan-reuse-etag | Vincent Petry | 2013-12-06 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' into backgroundscan-reuse-etag | Robin Appelman | 2013-12-06 | 4 | -19/+34 |
| |\ \ \ \ \ |
|
| * | | | | | | reuse etags when doing a background scan | Robin Appelman | 2013-12-05 | 1 | -1/+1 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | XSendfile and encryption don't work together | Bart Visscher | 2013-12-06 | 1 | -0/+3 |
* | | | | | | Users of getFolderContent are mostly interested in the unecrypted file size | Bart Visscher | 2013-12-06 | 1 | -0/+4 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge pull request #6206 from owncloud/sharing_etag_propagation_on_expire | Björn Schießle | 2013-12-06 | 1 | -14/+21 |
|\ \ \ \ \ |
|
| * | | | | | add a optional parameter to skip check for expired files, this is necessary t... | Bjoern Schiessle | 2013-12-05 | 1 | -14/+21 |
| |/ / / / |
|
* | | | | | Revert "Revert "Fix user's displayName being overwritten by (old) cookie"" | Morris Jobke | 2013-12-05 | 1 | -1/+0 |
* | | | | | Revert "Fix user's displayName being overwritten by (old) cookie" | Morris Jobke | 2013-12-05 | 1 | -0/+1 |
| |_|_|/
|/| | | |
|
* | | | | Fix user's displayName being overwritten by (old) cookie | Nico Kaiser | 2013-12-05 | 1 | -1/+0 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-04 | 2 | -4/+13 |
|/ / / |
|
* | | | Merge pull request #6169 from owncloud/php_version_warning | Morris Jobke | 2013-12-04 | 1 | -2/+10 |
|\ \ \ |
|
| * | | | lower required php version to 5.3.3 | Frank Karlitschek | 2013-12-04 | 1 | -2/+10 |
* | | | | Merge pull request #6168 from owncloud/extstorage-testtestmethod | Frank Karlitschek | 2013-12-03 | 1 | -0/+8 |
|\ \ \ \ |
|
| * | | | | Added unit test for the test() method | Vincent Petry | 2013-12-03 | 1 | -0/+8 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #6076 from owncloud/fix-6073-master | Thomas Müller | 2013-12-03 | 2 | -24/+43 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | fixing PHPDoc and spelling | Thomas Mueller | 2013-12-02 | 2 | -6/+8 |
| * | | | Use getLastError() everywhere. | Andreas Fischer | 2013-11-28 | 1 | -10/+10 |
| * | | | Add getLastError() | Andreas Fischer | 2013-11-28 | 1 | -3/+20 |
| * | | | No function as oci_last_error. It's oci_error. | Andreas Fischer | 2013-11-28 | 1 | -1/+1 |
| * | | | There is no property such as dbusername. It's 'dbuser'. | Andreas Fischer | 2013-11-28 | 1 | -3/+3 |
| * | | | Correct property name. It's 'dbpassword', with the 'db' prefix. | Andreas Fischer | 2013-11-28 | 1 | -1/+1 |
| * | | | Correct property name. It's just 'tableprefix', without the 'db' prefix. | Andreas Fischer | 2013-11-28 | 1 | -1/+1 |
* | | | | Merge pull request #5929 from owncloud/code_check_on | Frank Karlitschek | 2013-12-03 | 1 | -2/+1 |
|\ \ \ \ |
|
| * | | | | switch code checker on by default. apps are not allowed to access some of the... | Frank Karlitschek | 2013-11-18 | 1 | -2/+1 |
* | | | | | Merge pull request #6158 from owncloud/rmdir-check | Thomas Müller | 2013-12-02 | 1 | -2/+6 |
|\ \ \ \ \ |
|
| * | | | | | check if a directory exists before we try to remove it | Robin Appelman | 2013-12-02 | 1 | -2/+6 |
| | |_|/ /
| |/| | | |
|
* / | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-02 | 6 | -13/+22 |
|/ / / / |
|
* | | | | Merge pull request #6052 from owncloud/datetime-doctrine | Thomas Müller | 2013-12-01 | 1 | -3/+5 |
|\ \ \ \ |
|
| * | | | | Use the Doctrine to convert date string to DateTime object. | Andreas Fischer | 2013-11-26 | 1 | -1/+2 |
| * | | | | Use DateTime object instead of fixed format date string. | Andreas Fischer | 2013-11-26 | 1 | -2/+1 |
| * | | | | Use bindValue() instead of passing parameters in execute(). | Andreas Fischer | 2013-11-26 | 1 | -1/+3 |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-29 | 3 | -1/+7 |