| Commit message (Expand) | Author | Age | Files | Lines |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-17 | 8 | -0/+8 |
* | Merge pull request #21184 from owncloud/cli-logger-embedded-webserver | Thomas Müller | 2015-12-16 | 1 | -0/+3 |
|\ |
|
| * | Let's print error messages to the builtin webserver console ... makes develop... | Thomas Müller | 2015-12-14 | 1 | -0/+3 |
* | | don't allow to create a federated share if source and target server are the same | Björn Schießle | 2015-12-14 | 2 | -2/+45 |
|/ |
|
* | Check if user isset in $_REQUEST first | Robin Appelman | 2015-12-14 | 1 | -3/+5 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-13 | 2 | -2/+10 |
* | Merge pull request #20878 from owncloud/proper-htaccess-support-in-code-signi... | Thomas Müller | 2015-12-11 | 1 | -25/+8 |
|\ |
|
| * | Don't write directives from CLI | Lukas Reschke | 2015-12-08 | 1 | -0/+5 |
| * | Run .htaccess updates in any case | Lukas Reschke | 2015-12-08 | 1 | -5/+3 |
| * | Remove version check out of .htaccess | Lukas Reschke | 2015-12-08 | 1 | -20/+0 |
* | | Merge pull request #21135 from owncloud/add-polyfill | Thomas Müller | 2015-12-11 | 8 | -102/+25 |
|\ \ |
|
| * | | Use PHP polyfills | Lukas Reschke | 2015-12-11 | 8 | -102/+25 |
* | | | Merge pull request #21020 from owncloud/add-directory-slash-to-setup-code | Thomas Müller | 2015-12-11 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Add DirectorySlash to dynamic .htaccess write | Lukas Reschke | 2015-12-08 | 1 | -0/+3 |
| | |/
| |/| |
|
* | | | Merge pull request #21045 from owncloud/scrutinizer-patch-1 | Thomas Müller | 2015-12-11 | 2 | -4/+3 |
|\ \ \ |
|
| * | | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-10 | 2 | -4/+3 |
* | | | | Merge pull request #21128 from owncloud/dav-fopen-non-existing | Thomas Müller | 2015-12-11 | 1 | -8/+14 |
|\ \ \ \ |
|
| * | | | | Dont do a seperate request to check if a file exists for dav->fopen | Robin Appelman | 2015-12-10 | 1 | -8/+14 |
* | | | | | IMemcacheTTL was backported to 8.2.2 | Morris Jobke | 2015-12-10 | 1 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | Merge pull request #21119 from owncloud/make-appconfig-more-robust | Thomas Müller | 2015-12-10 | 1 | -0/+7 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Make AppManager->checkAppForUser more robust | Morris Jobke | 2015-12-10 | 1 | -0/+7 |
* | | | | Merge pull request #21086 from owncloud/storage-nocheckavailforgetowner | Thomas Müller | 2015-12-10 | 1 | -1/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Do not check storage availability for getOwner | Vincent Petry | 2015-12-09 | 1 | -1/+0 |
* | | | | Merge pull request #21072 from owncloud/db-lock-ttl | Thomas Müller | 2015-12-10 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | Remove all locks after ttl from the db | Robin Appelman | 2015-12-09 | 1 | -3/+3 |
* | | | | | Merge pull request #21073 from owncloud/memcache-lock-ttl | Thomas Müller | 2015-12-10 | 5 | -4/+55 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | add since | Robin Appelman | 2015-12-09 | 1 | -0/+1 |
| * | | | | ttl for memcache locking backends that support it | Robin Appelman | 2015-12-09 | 3 | -2/+11 |
| * | | | | Add interface for memcache backends that support setting ttl on exisiting keys | Robin Appelman | 2015-12-09 | 2 | -2/+43 |
| |/ / / |
|
* | | | | Merge pull request #20984 from owncloud/fix-mysql-setup-unix-socket-master | Thomas Müller | 2015-12-10 | 1 | -6/+19 |
|\ \ \ \ |
|
| * | | | | Add unix_socket support for mysql during initial installation - fixes #20210 | Thomas Müller | 2015-12-07 | 1 | -6/+19 |
* | | | | | Merge pull request #20775 from owncloud/comments-manager | Thomas Müller | 2015-12-09 | 9 | -7/+1010 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | use getLastInsertId from query builder for convenience | Arthur Schiwon | 2015-12-09 | 1 | -1/+1 |
| * | | | | remove unused use statement | Arthur Schiwon | 2015-12-09 | 1 | -1/+0 |
| * | | | | php < 5.5 compatible | Arthur Schiwon | 2015-12-09 | 1 | -5/+5 |
| * | | | | improve PHP doc and remove superflous by reference indicator | Arthur Schiwon | 2015-12-09 | 2 | -7/+7 |
| * | | | | anounce CommentsManager getter in public server interface | Arthur Schiwon | 2015-12-09 | 1 | -0/+6 |
| * | | | | hardening, add some checks for whitespace-only strings | Arthur Schiwon | 2015-12-09 | 1 | -14/+15 |
| * | | | | fix phpdoc | Arthur Schiwon | 2015-12-09 | 1 | -2/+3 |
| * | | | | fix php doc | Arthur Schiwon | 2015-12-09 | 1 | -1/+1 |
| * | | | | OC not oc | Arthur Schiwon | 2015-12-09 | 1 | -2/+2 |
| * | | | | parameter checks for setting actor and object to happen only in one place | Arthur Schiwon | 2015-12-09 | 2 | -13/+8 |
| * | | | | fix usage of empty | Arthur Schiwon | 2015-12-09 | 1 | -6/+6 |
| * | | | | different strategy in cleaning up after user was deleted | Arthur Schiwon | 2015-12-09 | 4 | -6/+5 |
| * | | | | add icommentsmanger and icomment implementation | Arthur Schiwon | 2015-12-09 | 7 | -6/+1008 |
* | | | | | Don't load commands of apps when in maintenance mode - fixes #20939 | Thomas Müller | 2015-12-09 | 1 | -4/+6 |
|/ / / / |
|
* | | | | Merge pull request #21060 from owncloud/support-for-read-only-config-dir | Thomas Müller | 2015-12-09 | 1 | -7/+9 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add support for read only config dir | Lukas Reschke | 2015-12-09 | 1 | -7/+9 |
* | | | | Merge pull request #21061 from owncloud/fix-oracle-last-insert-id-test | Thomas Müller | 2015-12-09 | 1 | -6/+22 |
|\ \ \ \ |
|
| * | | | | Do not quote the table name for lastInsertId() | Joas Schilling | 2015-12-09 | 1 | -6/+22 |
| |/ / / |
|