summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21128 from owncloud/dav-fopen-non-existingThomas Müller2015-12-111-8/+14
|\
| * Dont do a seperate request to check if a file exists for dav->fopenRobin Appelman2015-12-101-8/+14
* | Merge pull request #21119 from owncloud/make-appconfig-more-robustThomas Müller2015-12-101-0/+7
|\ \
| * | Make AppManager->checkAppForUser more robustMorris Jobke2015-12-101-0/+7
* | | Merge pull request #21086 from owncloud/storage-nocheckavailforgetownerThomas Müller2015-12-101-1/+0
|\ \ \ | |/ / |/| |
| * | Do not check storage availability for getOwnerVincent Petry2015-12-091-1/+0
* | | Merge pull request #21072 from owncloud/db-lock-ttlThomas Müller2015-12-101-3/+3
|\ \ \
| * | | Remove all locks after ttl from the dbRobin Appelman2015-12-091-3/+3
* | | | Merge pull request #21073 from owncloud/memcache-lock-ttlThomas Müller2015-12-104-4/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | ttl for memcache locking backends that support itRobin Appelman2015-12-093-2/+11
| * | | Add interface for memcache backends that support setting ttl on exisiting keysRobin Appelman2015-12-091-2/+6
| |/ /
* | | Merge pull request #20984 from owncloud/fix-mysql-setup-unix-socket-masterThomas Müller2015-12-101-6/+19
|\ \ \
| * | | Add unix_socket support for mysql during initial installation - fixes #20210Thomas Müller2015-12-071-6/+19
* | | | Merge pull request #20775 from owncloud/comments-managerThomas Müller2015-12-095-0/+945
|\ \ \ \ | |_|_|/ |/| | |
| * | | use getLastInsertId from query builder for convenienceArthur Schiwon2015-12-091-1/+1
| * | | remove unused use statementArthur Schiwon2015-12-091-1/+0
| * | | php < 5.5 compatibleArthur Schiwon2015-12-091-5/+5
| * | | improve PHP doc and remove superflous by reference indicatorArthur Schiwon2015-12-091-5/+5
| * | | hardening, add some checks for whitespace-only stringsArthur Schiwon2015-12-091-14/+15
| * | | OC not ocArthur Schiwon2015-12-091-2/+2
| * | | parameter checks for setting actor and object to happen only in one placeArthur Schiwon2015-12-092-13/+8
| * | | fix usage of emptyArthur Schiwon2015-12-091-6/+6
| * | | different strategy in cleaning up after user was deletedArthur Schiwon2015-12-094-6/+5
| * | | add icommentsmanger and icomment implementationArthur Schiwon2015-12-094-0/+951
* | | | Don't load commands of apps when in maintenance mode - fixes #20939Thomas Müller2015-12-091-4/+6
|/ / /
* | | Merge pull request #21060 from owncloud/support-for-read-only-config-dirThomas Müller2015-12-091-7/+9
|\ \ \ | |_|/ |/| |
| * | Add support for read only config dirLukas Reschke2015-12-091-7/+9
* | | Merge pull request #21061 from owncloud/fix-oracle-last-insert-id-testThomas Müller2015-12-091-6/+22
|\ \ \
| * | | Do not quote the table name for lastInsertId()Joas Schilling2015-12-091-6/+22
| |/ /
* | | Merge pull request #21056 from owncloud/check-returnThomas Müller2015-12-092-3/+7
|\ \ \
| * | | Verify return typeLukas Reschke2015-12-092-3/+7
| |/ /
* | | Merge pull request #21055 from owncloud/fix-php-docs-for-consoleThomas Müller2015-12-091-1/+10
|\ \ \
| * | | Fix PHPDoc and check if path does existsLukas Reschke2015-12-091-1/+10
| |/ /
* | | Merge pull request #21005 from owncloud/verify_password_before_unshareThomas Müller2015-12-091-0/+5
|\ \ \
| * | | The ajax code path unshares a link share when updating the passwordRoeland Jago Douma2015-12-071-0/+5
* | | | Merge pull request #21038 from owncloud/share-computesharepermissions-notstoreThomas Müller2015-12-093-6/+8
|\ \ \ \
| * | | | Add explicit check for groups excluded from sharingVincent Petry2015-12-081-1/+1
| * | | | Add reshare permission checksVincent Petry2015-12-081-1/+1
| * | | | Compute share permissions in the viewVincent Petry2015-12-082-5/+7
* | | | | Add type descriptionLukas Reschke2015-12-081-0/+2
| |_|/ / |/| | |
* | | | Merge pull request #21031 from owncloud/sanitize-findAppInDirectoriesThomas Müller2015-12-081-1/+5
|\ \ \ \
| * | | | Sanitize the appId passed to `findAppInDirectories`Lukas Reschke2015-12-081-1/+5
* | | | | Merge pull request #21030 from owncloud/querybuilder-new-featuresThomas Müller2015-12-082-2/+56
|\ \ \ \ \
| * | | | | Add a method to the get "to use" table and column nameJoas Schilling2015-12-082-2/+19
| * | | | | Add select distinct to the query builderJoas Schilling2015-12-081-0/+22
| * | | | | Allow getting the last insert id without much hassleJoas Schilling2015-12-081-0/+15
| |/ / / /
* | | | | Merge pull request #20786 from owncloud/systemtags-davThomas Müller2015-12-082-3/+7
|\ \ \ \ \
| * | | | | Fixed system tags DAV and API and docsVincent Petry2015-12-042-3/+3
| * | | | | Added dav endpoints for system tagsVincent Petry2015-12-031-0/+4
* | | | | | Merge pull request #21022 from owncloud/get-rid-of-by-referenceThomas Müller2015-12-083-9/+11
|\ \ \ \ \ \